Skip to content

Instantly share code, notes, and snippets.

@dreamcat4
Created July 30, 2014 15:25
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save dreamcat4/454f8c6a788b17805809 to your computer and use it in GitHub Desktop.
tvheadend master - Clang error on FreeBSD, with clang 3.3
tvheadend tvheadend/ root~# make
===> tvheadend-3.9.20140730 depends on executable: bash - found
===> tvheadend-3.9.20140730 depends on executable: git - found
===> tvheadend-3.9.20140730 depends on file: /usr/local/include/linux/videodev2.h - found
===> tvheadend-3.9.20140730 depends on file: /usr/local/bin/python2.7 - found
===> tvheadend-3.9.20140730 depends on executable: pkgconf - found
===> tvheadend-3.9.20140730 depends on executable: gmake - found
===> tvheadend-3.9.20140730 depends on shared library: libexecinfo.so - found (/usr/local/lib/libexecinfo.so.1)
===> tvheadend-3.9.20140730 depends on shared library: libcurl.so - found (/usr/local/lib/libcurl.so.7)
===> tvheadend-3.9.20140730 depends on shared library: libavahi-client.so - found (/usr/local/lib/libavahi-client.so.3.2.9)
===> tvheadend-3.9.20140730 depends on shared library: libdvbcsa.so - found (/usr/local/lib/libdvbcsa.so.1)
===> Configuring for tvheadend-3.9.20140730
Checking support/features
checking for cc execinfo.h ... ok
checking for cc -mmmx ... ok
checking for cc -msse2 ... ok
checking for cc getloadavg ... ok
checking for cc atomic64 ... ok
checking for cc lockowner ... fail
checking for cc qsort_r ... ok
checking for cc recvmmsg ... fail
checking for cc libiconv ... ok
checking for py module gzip ... ok
checking for bzip2 ... ok
checking for cc linux/dvb/version.h ... ok
checking for pkg liburiparser ... fail
checking for pkg avahi-client ... ok
checking for cc sys/inotify.h ... fail
checking for cc dvbcsa/dvbcsa.h ... ok
checking for cc -ldvbcsa ... ok
fetching dvb-scan files ... ok
Compiler:
Using C compiler: clang
Using C flags: -O2 -pipe -I/usr/local/include -Wno-conversion -Wno-int-to-pointer-cast -fno-strict-aliasing
Build for arch: amd64
Binaries:
Using PYTHON: /usr/local/bin/python2.7
Options:
cwc yes
capmt yes
v4l no
linuxdvb yes
satip_client yes
iptv yes
tsfile yes
dvbscan yes
timeshift yes
trace yes
imagecache yes
avahi yes
zlib no
libav no
inotify no
epoll no
uriparser no
ccache no
tvhcsa yes
bundle no
dvbcsa yes
kqueue yes
execinfo yes
mmx yes
sse2 yes
getloadavg yes
atomic64 yes
qsort_r yes
libiconv yes
py_gzip yes
bin_bzip2 yes
ssl yes
linuxdvbapi yes
upnp yes
mpegts yes
mpegps no
mpegts_dvb yes
Packages:
avahi-client 0.6.31
Installation paths:
Prefix: /usr/local
Binaries: ${prefix}/bin
Libraries: ${prefix}/lib
Data files: ${prefix}/share
Man pages: /usr/local/man
Final Binary:
/var/ports/root/tvheadend/work/dreamcat4-tvheadend-156b24a/build.freebsd/tvheadend
Tvheadend Data Directory:
/usr/local/share/tvheadend
===> Building for tvheadend-3.9.20140730
Receiving data/dvb-scan/dvb-t from http://linuxtv.org/git/dtv-scan-tables.git
CC src/version.o
cc1: error: unrecognized command line option "-Wno-microsoft"
cc1: error: unrecognized command line option "-Wno-tautological-constant-out-of-range-compare"
cc1: error: unrecognized command line option "-Wno-parentheses-equality"
cc1: error: unrecognized command line option "-Wno-incompatible-pointer-types"
gmake: *** [/var/ports/root/tvheadend/work/dreamcat4-tvheadend-156b24a/build.freebsd/src/version.o] Error 1
*** [do-build] Error code 1
Stop in /root/tvheadend.
*** [stage] Error code 1
Stop in /root/tvheadend.
tvheadend tvheadend/ root~#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment