These are the packages that would be merged, in order: Calculating dependencies... done! [ebuild R *] media-tv/tvheadend-9999::x-portage USE="avahi dvb dvbscan ffmpeg zlib -ccache -curl -imagecache -inotify -uriparser -xmltv" 0 kB Total: 1 package (1 reinstall), Size of downloads: 0 kB Would you like to merge these packages? [Yes/No] y >>> Verifying ebuild manifests >>> Emerging (1 of 1) media-tv/tvheadend-9999 from x-portage >>> Unpacking source... remote: Counting objects: 130, done. remote: Compressing objects: 100% (82/82), done. remote: Total 130 (delta 68), reused 71 (delta 48) Receiving objects: 100% (130/130), 176.33 KiB | 0 bytes/s, done. Resolving deltas: 100% (68/68), done. From git://github.com/tvheadend/tvheadend 4c19cc8..14a7de8 master -> master GIT update --> repository: git://github.com/tvheadend/tvheadend.git updating from commit: 4c19cc8526b922d10b4d39bd5a25cb89e27d7ce8 to commit: 14a7de8aa4c1f94d381acaf06819bf58cfb0deb0 .doozer.json | 30 ++----- .gitignore | 5 ++ Makefile | 34 +++++++- Makefile.ffmpeg | 234 ++++++++++++++++++++++++++++++++++++++++++++++++++ configure | 50 ++++++----- docs/docresources/configtvhlog.png | Bin 33226 -> 27852 bytes docs/docresources/finishedrecordings1.png | Bin 0 -> 28261 bytes docs/docresources/finishedrecordings2.png | Bin 0 -> 64532 bytes docs/html/dvrfinished.html | 77 +++++++++++++++++ rpm/Makefile | 32 +++++++ rpm/tvheadend.service | 14 +++ rpm/tvheadend.spec.in | 72 ++++++++++++++++ rpm/tvheadend.sysconfig | 3 + src/input/mpegts.h | 1 + src/input/mpegts/mpegts_network.c | 7 ++ src/input/mpegts/mpegts_service.c | 11 ++- src/plumbing/transcoding.c | 4 +- src/profile.c | 2 +- src/webui/static/app/acleditor.js | 15 ++-- src/webui/static/app/dvr.js | 4 +- src/webui/static/app/idnode.js | 3 + src/webui/static/app/tvheadend.js | 2 +- src/webui/static/htslogo.png | Bin 321 -> 974 bytes src/webui/static/img/logo.png | Bin 1279 -> 2399 bytes support/version | 2 + 25 files changed, 541 insertions(+), 61 deletions(-) branch: master storage directory: "/usr/portage/distfiles/egit-src/tvheadend.git" checkout type: bare repository Cloning into '/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999'... done. Branch branch-master set up to track remote branch master from origin. Switched to a new branch 'branch-master' >>> Unpacked to /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999 >>> Source unpacked in /var/tmp/portage/media-tv/tvheadend-9999/work >>> Preparing source in /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999 ... >>> Source prepared. >>> Configuring source in /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999 ... ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64 --prefix=/usr --datadir=/usr/share --enable-avahi --disable-ccache --disable-curl --disable-dvbscan --enable-libav --disable-imagecache --disable-inotify --enable-linuxdvb --disable-uriparser --enable-zlib 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 ... ok checking for cc qsort_r ... ok checking for cc recvmmsg ... ok checking for cc libiconv ... fail checking for py module gzip ... ok checking for bzip2 ... ok checking for pkg openssl ... ok checking for cc linux/dvb/version.h ... ok checking for pkg zlib ... ok checking for pkg avahi-client ... ok checking for pkg libavcodec >=52.96.0 ... ok checking for pkg libavutil >=50.43.0 ... ok checking for pkg libavformat >=53.10.0 ... ok checking for pkg libswscale >=0.13.0 ... ok checking for pkg libavresample >=1.1.0 ... ok checking for pkg dbus-1 ... ok Compiler: Using C compiler: cc Using C flags: -O2 -pipe -fomit-frame-pointer -march=native Using LD flags: -Wl,-O1 -Wl,--as-needed Build for arch: amd64 Binaries: Using PYTHON: python Options: cwc yes capmt yes constcw yes v4l no linuxdvb yes satip_client yes iptv yes tsfile yes dvbscan no timeshift yes trace yes imagecache no avahi yes zlib yes libav yes libffmpeg_static no inotify no epoll yes uriparser no ccache no tvhcsa yes bundle no dvbcsa no kqueue no dbus_1 yes android no execinfo yes mmx yes sse2 yes getloadavg yes atomic64 yes lockowner yes qsort_r yes recvmmsg yes py_gzip yes bin_bzip2 yes ssl yes linuxdvbapi yes upnp yes mpegts yes mpegps no mpegts_dvb yes Packages: openssl 1.0.1i zlib 1.2.8 avahi-client 0.6.31 libavcodec 54.92.100 libavutil 52.18.100 libavformat 54.63.104 libswscale 2.2.100 libavresample 1.1.0 dbus-1 1.8.8 Installation paths: Prefix: /usr Binaries: ${prefix}/bin Libraries: /usr/lib64 Data files: /usr/share Man pages: /usr/share/man Final Binary: /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/tvheadend Tvheadend Data Directory: /usr/share/tvheadend >>> Source configured. >>> Compiling source in /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999 ... make -j3 CC=x86_64-pc-linux-gnu-gcc x86_64-pc-linux-gnu-gcc -MD -MP -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -g -O2 -Wunused-result -Wall -Wwrite-strings -Wno-deprecated-declarations -Wmissing-prototypes -fms-extensions -funsigned-char -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999 -c -o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/uuid.o src/uuid.c x86_64-pc-linux-gnu-gcc -MD -MP -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -g -O2 -Wunused-result -Wall -Wwrite-strings -Wno-deprecated-declarations -Wmissing-prototypes -fms-extensions -funsigned-char -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999 -c -o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/main.o src/main.c x86_64-pc-linux-gnu-gcc -MD -MP -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -g -O2 -Wunused-result -Wall -Wwrite-strings -Wno-deprecated-declarations -Wmissing-prototypes -fms-extensions -funsigned-char -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999 -c -o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/tvhlog.o src/tvhlog.c x86_64-pc-linux-gnu-gcc -MD -MP -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -g -O2 -Wunused-result -Wall -Wwrite-strings -Wno-deprecated-declarations -Wmissing-prototypes -fms-extensions -funsigned-char -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999 -c -o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/idnode.o src/idnode.c x86_64-pc-linux-gnu-gcc -MD -MP -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -g -O2 -Wunused-result -Wall -Wwrite-strings -Wno-deprecated-declarations -Wmissing-prototypes -fms-extensions -funsigned-char -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999 -c -o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/prop.o src/prop.c x86_64-pc-linux-gnu-gcc -MD -MP -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -g -O2 -Wunused-result -Wall -Wwrite-strings -Wno-deprecated-declarations -Wmissing-prototypes -fms-extensions -funsigned-char -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999 -c -o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/utils.o src/utils.c x86_64-pc-linux-gnu-gcc -MD -MP -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -g -O2 -Wunused-result -Wall -Wwrite-strings -Wno-deprecated-declarations -Wmissing-prototypes -fms-extensions -funsigned-char -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999 -c -o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/wrappers.o src/wrappers.c x86_64-pc-linux-gnu-gcc -MD -MP -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -g -O2 -Wunused-result -Wall -Wwrite-strings -Wno-deprecated-declarations -Wmissing-prototypes -fms-extensions -funsigned-char -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999 -c -o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/access.o src/access.c x86_64-pc-linux-gnu-gcc -MD -MP -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -g -O2 -Wunused-result -Wall -Wwrite-strings -Wno-deprecated-declarations -Wmissing-prototypes -fms-extensions -funsigned-char -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999 -c -o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/tcp.o src/tcp.c x86_64-pc-linux-gnu-gcc -MD -MP -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -g -O2 -Wunused-result -Wall -Wwrite-strings -Wno-deprecated-declarations -Wmissing-prototypes -fms-extensions -funsigned-char -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999 -c -o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/udp.o src/udp.c x86_64-pc-linux-gnu-gcc -MD -MP -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -g -O2 -Wunused-result -Wall -Wwrite-strings -Wno-deprecated-declarations -Wmissing-prototypes -fms-extensions -funsigned-char -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999 -c -o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/url.o src/url.c x86_64-pc-linux-gnu-gcc -MD -MP -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -g -O2 -Wunused-result -Wall -Wwrite-strings -Wno-deprecated-declarations -Wmissing-prototypes -fms-extensions -funsigned-char -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999 -c -o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/http.o src/http.c x86_64-pc-linux-gnu-gcc -MD -MP -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -g -O2 -Wunused-result -Wall -Wwrite-strings -Wno-deprecated-declarations -Wmissing-prototypes -fms-extensions -funsigned-char -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999 -c -o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/notify.o src/notify.c x86_64-pc-linux-gnu-gcc -MD -MP -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -g -O2 -Wunused-result -Wall -Wwrite-strings -Wno-deprecated-declarations -Wmissing-prototypes -fms-extensions -funsigned-char -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999 -c -o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/file.o src/file.c x86_64-pc-linux-gnu-gcc -MD -MP -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -g -O2 -Wunused-result -Wall -Wwrite-strings -Wno-deprecated-declarations -Wmissing-prototypes -fms-extensions -funsigned-char -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999 -c -o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/epg.o src/epg.c x86_64-pc-linux-gnu-gcc -MD -MP -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -g -O2 -Wunused-result -Wall -Wwrite-strings -Wno-deprecated-declarations -Wmissing-prototypes -fms-extensions -funsigned-char -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999 -c -o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/epgdb.o src/epgdb.c x86_64-pc-linux-gnu-gcc -MD -MP -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -g -O2 -Wunused-result -Wall -Wwrite-strings -Wno-deprecated-declarations -Wmissing-prototypes -fms-extensions -funsigned-char -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999 -c -o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/epggrab.o src/epggrab.c x86_64-pc-linux-gnu-gcc -MD -MP -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -g -O2 -Wunused-result -Wall -Wwrite-strings -Wno-deprecated-declarations -Wmissing-prototypes -fms-extensions -funsigned-char -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999 -c -o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/spawn.o src/spawn.c x86_64-pc-linux-gnu-gcc -MD -MP -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -g -O2 -Wunused-result -Wall -Wwrite-strings -Wno-deprecated-declarations -Wmissing-prototypes -fms-extensions -funsigned-char -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999 -c -o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/packet.o src/packet.c x86_64-pc-linux-gnu-gcc -MD -MP -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -g -O2 -Wunused-result -Wall -Wwrite-strings -Wno-deprecated-declarations -Wmissing-prototypes -fms-extensions -funsigned-char -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999 -c -o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/streaming.o src/streaming.c x86_64-pc-linux-gnu-gcc -MD -MP -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -g -O2 -Wunused-result -Wall -Wwrite-strings -Wno-deprecated-declarations -Wmissing-prototypes -fms-extensions -funsigned-char -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999 -c -o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/channels.o src/channels.c x86_64-pc-linux-gnu-gcc -MD -MP -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -g -O2 -Wunused-result -Wall -Wwrite-strings -Wno-deprecated-declarations -Wmissing-prototypes -fms-extensions -funsigned-char -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999 -c -o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/subscriptions.o src/subscriptions.c x86_64-pc-linux-gnu-gcc -MD -MP -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -g -O2 -Wunused-result -Wall -Wwrite-strings -Wno-deprecated-declarations -Wmissing-prototypes -fms-extensions -funsigned-char -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999 -c -o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/service.o src/service.c x86_64-pc-linux-gnu-gcc -MD -MP -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -g -O2 -Wunused-result -Wall -Wwrite-strings -Wno-deprecated-declarations -Wmissing-prototypes -fms-extensions -funsigned-char -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999 -c -o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/htsp_server.o src/htsp_server.c x86_64-pc-linux-gnu-gcc -MD -MP -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -g -O2 -Wunused-result -Wall -Wwrite-strings -Wno-deprecated-declarations -Wmissing-prototypes -fms-extensions -funsigned-char -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999 -c -o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/htsmsg.o src/htsmsg.c x86_64-pc-linux-gnu-gcc -MD -MP -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -g -O2 -Wunused-result -Wall -Wwrite-strings -Wno-deprecated-declarations -Wmissing-prototypes -fms-extensions -funsigned-char -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999 -c -o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/htsmsg_binary.o src/htsmsg_binary.c x86_64-pc-linux-gnu-gcc -MD -MP -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -g -O2 -Wunused-result -Wall -Wwrite-strings -Wno-deprecated-declarations -Wmissing-prototypes -fms-extensions -funsigned-char -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999 -c -o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/htsmsg_json.o src/htsmsg_json.c x86_64-pc-linux-gnu-gcc -MD -MP -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -g -O2 -Wunused-result -Wall -Wwrite-strings -Wno-deprecated-declarations -Wmissing-prototypes -fms-extensions -funsigned-char -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999 -c -o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/htsmsg_xml.o src/htsmsg_xml.c x86_64-pc-linux-gnu-gcc -MD -MP -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -g -O2 -Wunused-result -Wall -Wwrite-strings -Wno-deprecated-declarations -Wmissing-prototypes -fms-extensions -funsigned-char -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999 -c -o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/misc/dbl.o src/misc/dbl.c x86_64-pc-linux-gnu-gcc -MD -MP -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -g -O2 -Wunused-result -Wall -Wwrite-strings -Wno-deprecated-declarations -Wmissing-prototypes -fms-extensions -funsigned-char -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999 -c -o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/misc/json.o src/misc/json.c x86_64-pc-linux-gnu-gcc -MD -MP -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -g -O2 -Wunused-result -Wall -Wwrite-strings -Wno-deprecated-declarations -Wmissing-prototypes -fms-extensions -funsigned-char -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999 -c -o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/settings.o src/settings.c x86_64-pc-linux-gnu-gcc -MD -MP -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -g -O2 -Wunused-result -Wall -Wwrite-strings -Wno-deprecated-declarations -Wmissing-prototypes -fms-extensions -funsigned-char -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999 -c -o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/htsbuf.o src/htsbuf.c x86_64-pc-linux-gnu-gcc -MD -MP -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -g -O2 -Wunused-result -Wall -Wwrite-strings -Wno-deprecated-declarations -Wmissing-prototypes -fms-extensions -funsigned-char -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999 -c -o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/trap.o src/trap.c x86_64-pc-linux-gnu-gcc -MD -MP -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -g -O2 -Wunused-result -Wall -Wwrite-strings -Wno-deprecated-declarations -Wmissing-prototypes -fms-extensions -funsigned-char -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999 -c -o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/avg.o src/avg.c x86_64-pc-linux-gnu-gcc -MD -MP -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -g -O2 -Wunused-result -Wall -Wwrite-strings -Wno-deprecated-declarations -Wmissing-prototypes -fms-extensions -funsigned-char -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999 -c -o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/htsstr.o src/htsstr.c x86_64-pc-linux-gnu-gcc -MD -MP -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -g -O2 -Wunused-result -Wall -Wwrite-strings -Wno-deprecated-declarations -Wmissing-prototypes -fms-extensions -funsigned-char -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999 -c -o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/tvhpoll.o src/tvhpoll.c x86_64-pc-linux-gnu-gcc -MD -MP -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -g -O2 -Wunused-result -Wall -Wwrite-strings -Wno-deprecated-declarations -Wmissing-prototypes -fms-extensions -funsigned-char -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999 -c -o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/huffman.o src/huffman.c x86_64-pc-linux-gnu-gcc -MD -MP -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -g -O2 -Wunused-result -Wall -Wwrite-strings -Wno-deprecated-declarations -Wmissing-prototypes -fms-extensions -funsigned-char -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999 -c -o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/filebundle.o src/filebundle.c x86_64-pc-linux-gnu-gcc -MD -MP -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -g -O2 -Wunused-result -Wall -Wwrite-strings -Wno-deprecated-declarations -Wmissing-prototypes -fms-extensions -funsigned-char -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999 -c -o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/config.o src/config.c x86_64-pc-linux-gnu-gcc -MD -MP -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -g -O2 -Wunused-result -Wall -Wwrite-strings -Wno-deprecated-declarations -Wmissing-prototypes -fms-extensions -funsigned-char -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999 -c -o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/lang_codes.o src/lang_codes.c x86_64-pc-linux-gnu-gcc -MD -MP -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -g -O2 -Wunused-result -Wall -Wwrite-strings -Wno-deprecated-declarations -Wmissing-prototypes -fms-extensions -funsigned-char -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999 -c -o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/lang_str.o src/lang_str.c x86_64-pc-linux-gnu-gcc -MD -MP -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -g -O2 -Wunused-result -Wall -Wwrite-strings -Wno-deprecated-declarations -Wmissing-prototypes -fms-extensions -funsigned-char -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999 -c -o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/imagecache.o src/imagecache.c x86_64-pc-linux-gnu-gcc -MD -MP -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -g -O2 -Wunused-result -Wall -Wwrite-strings -Wno-deprecated-declarations -Wmissing-prototypes -fms-extensions -funsigned-char -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999 -c -o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/tvhtime.o src/tvhtime.c x86_64-pc-linux-gnu-gcc -MD -MP -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -g -O2 -Wunused-result -Wall -Wwrite-strings -Wno-deprecated-declarations -Wmissing-prototypes -fms-extensions -funsigned-char -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999 -c -o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/service_mapper.o src/service_mapper.c x86_64-pc-linux-gnu-gcc -MD -MP -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -g -O2 -Wunused-result -Wall -Wwrite-strings -Wno-deprecated-declarations -Wmissing-prototypes -fms-extensions -funsigned-char -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999 -c -o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/input.o src/input.c x86_64-pc-linux-gnu-gcc -MD -MP -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -g -O2 -Wunused-result -Wall -Wwrite-strings -Wno-deprecated-declarations -Wmissing-prototypes -fms-extensions -funsigned-char -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999 -c -o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/httpc.o src/httpc.c x86_64-pc-linux-gnu-gcc -MD -MP -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -g -O2 -Wunused-result -Wall -Wwrite-strings -Wno-deprecated-declarations -Wmissing-prototypes -fms-extensions -funsigned-char -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999 -c -o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/rtsp.o src/rtsp.c x86_64-pc-linux-gnu-gcc -MD -MP -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -g -O2 -Wunused-result -Wall -Wwrite-strings -Wno-deprecated-declarations -Wmissing-prototypes -fms-extensions -funsigned-char -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999 -c -o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/fsmonitor.o src/fsmonitor.c x86_64-pc-linux-gnu-gcc -MD -MP -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -g -O2 -Wunused-result -Wall -Wwrite-strings -Wno-deprecated-declarations -Wmissing-prototypes -fms-extensions -funsigned-char -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999 -c -o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/cron.o src/cron.c x86_64-pc-linux-gnu-gcc -MD -MP -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -g -O2 -Wunused-result -Wall -Wwrite-strings -Wno-deprecated-declarations -Wmissing-prototypes -fms-extensions -funsigned-char -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999 -c -o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/esfilter.o src/esfilter.c x86_64-pc-linux-gnu-gcc -MD -MP -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -g -O2 -Wunused-result -Wall -Wwrite-strings -Wno-deprecated-declarations -Wmissing-prototypes -fms-extensions -funsigned-char -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999 -c -o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/intlconv.o src/intlconv.c x86_64-pc-linux-gnu-gcc -MD -MP -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -g -O2 -Wunused-result -Wall -Wwrite-strings -Wno-deprecated-declarations -Wmissing-prototypes -fms-extensions -funsigned-char -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999 -c -o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/profile.o src/profile.c x86_64-pc-linux-gnu-gcc -MD -MP -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -g -O2 -Wunused-result -Wall -Wwrite-strings -Wno-deprecated-declarations -Wmissing-prototypes -fms-extensions -funsigned-char -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999 -c -o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/api.o src/api.c x86_64-pc-linux-gnu-gcc -MD -MP -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -g -O2 -Wunused-result -Wall -Wwrite-strings -Wno-deprecated-declarations -Wmissing-prototypes -fms-extensions -funsigned-char -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999 -c -o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/api/api_status.o src/api/api_status.c x86_64-pc-linux-gnu-gcc -MD -MP -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -g -O2 -Wunused-result -Wall -Wwrite-strings -Wno-deprecated-declarations -Wmissing-prototypes -fms-extensions -funsigned-char -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999 -c -o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/api/api_idnode.o src/api/api_idnode.c x86_64-pc-linux-gnu-gcc -MD -MP -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -g -O2 -Wunused-result -Wall -Wwrite-strings -Wno-deprecated-declarations -Wmissing-prototypes -fms-extensions -funsigned-char -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999 -c -o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/api/api_input.o src/api/api_input.c x86_64-pc-linux-gnu-gcc -MD -MP -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -g -O2 -Wunused-result -Wall -Wwrite-strings -Wno-deprecated-declarations -Wmissing-prototypes -fms-extensions -funsigned-char -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999 -c -o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/api/api_channel.o src/api/api_channel.c x86_64-pc-linux-gnu-gcc -MD -MP -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -g -O2 -Wunused-result -Wall -Wwrite-strings -Wno-deprecated-declarations -Wmissing-prototypes -fms-extensions -funsigned-char -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999 -c -o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/api/api_service.o src/api/api_service.c x86_64-pc-linux-gnu-gcc -MD -MP -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -g -O2 -Wunused-result -Wall -Wwrite-strings -Wno-deprecated-declarations -Wmissing-prototypes -fms-extensions -funsigned-char -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999 -c -o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/api/api_mpegts.o src/api/api_mpegts.c x86_64-pc-linux-gnu-gcc -MD -MP -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -g -O2 -Wunused-result -Wall -Wwrite-strings -Wno-deprecated-declarations -Wmissing-prototypes -fms-extensions -funsigned-char -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999 -c -o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/api/api_epg.o src/api/api_epg.c x86_64-pc-linux-gnu-gcc -MD -MP -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -g -O2 -Wunused-result -Wall -Wwrite-strings -Wno-deprecated-declarations -Wmissing-prototypes -fms-extensions -funsigned-char -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999 -c -o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/api/api_epggrab.o src/api/api_epggrab.c x86_64-pc-linux-gnu-gcc -MD -MP -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -g -O2 -Wunused-result -Wall -Wwrite-strings -Wno-deprecated-declarations -Wmissing-prototypes -fms-extensions -funsigned-char -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999 -c -o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/api/api_imagecache.o src/api/api_imagecache.c x86_64-pc-linux-gnu-gcc -MD -MP -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -g -O2 -Wunused-result -Wall -Wwrite-strings -Wno-deprecated-declarations -Wmissing-prototypes -fms-extensions -funsigned-char -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999 -c -o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/api/api_esfilter.o src/api/api_esfilter.c x86_64-pc-linux-gnu-gcc -MD -MP -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -g -O2 -Wunused-result -Wall -Wwrite-strings -Wno-deprecated-declarations -Wmissing-prototypes -fms-extensions -funsigned-char -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999 -c -o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/api/api_intlconv.o src/api/api_intlconv.c x86_64-pc-linux-gnu-gcc -MD -MP -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -g -O2 -Wunused-result -Wall -Wwrite-strings -Wno-deprecated-declarations -Wmissing-prototypes -fms-extensions -funsigned-char -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999 -c -o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/api/api_dvr.o src/api/api_dvr.c x86_64-pc-linux-gnu-gcc -MD -MP -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -g -O2 -Wunused-result -Wall -Wwrite-strings -Wno-deprecated-declarations -Wmissing-prototypes -fms-extensions -funsigned-char -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999 -c -o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/api/api_access.o src/api/api_access.c x86_64-pc-linux-gnu-gcc -MD -MP -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -g -O2 -Wunused-result -Wall -Wwrite-strings -Wno-deprecated-declarations -Wmissing-prototypes -fms-extensions -funsigned-char -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999 -c -o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/api/api_caclient.o src/api/api_caclient.c x86_64-pc-linux-gnu-gcc -MD -MP -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -g -O2 -Wunused-result -Wall -Wwrite-strings -Wno-deprecated-declarations -Wmissing-prototypes -fms-extensions -funsigned-char -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999 -c -o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/api/api_profile.o src/api/api_profile.c x86_64-pc-linux-gnu-gcc -MD -MP -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -g -O2 -Wunused-result -Wall -Wwrite-strings -Wno-deprecated-declarations -Wmissing-prototypes -fms-extensions -funsigned-char -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999 -c -o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/parsers/parsers.o src/parsers/parsers.c x86_64-pc-linux-gnu-gcc -MD -MP -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -g -O2 -Wunused-result -Wall -Wwrite-strings -Wno-deprecated-declarations -Wmissing-prototypes -fms-extensions -funsigned-char -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999 -c -o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/parsers/bitstream.o src/parsers/bitstream.c x86_64-pc-linux-gnu-gcc -MD -MP -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -g -O2 -Wunused-result -Wall -Wwrite-strings -Wno-deprecated-declarations -Wmissing-prototypes -fms-extensions -funsigned-char -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999 -c -o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/parsers/parser_h264.o src/parsers/parser_h264.c x86_64-pc-linux-gnu-gcc -MD -MP -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -g -O2 -Wunused-result -Wall -Wwrite-strings -Wno-deprecated-declarations -Wmissing-prototypes -fms-extensions -funsigned-char -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999 -c -o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/parsers/parser_latm.o src/parsers/parser_latm.c x86_64-pc-linux-gnu-gcc -MD -MP -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -g -O2 -Wunused-result -Wall -Wwrite-strings -Wno-deprecated-declarations -Wmissing-prototypes -fms-extensions -funsigned-char -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999 -c -o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/parsers/parser_avc.o src/parsers/parser_avc.c x86_64-pc-linux-gnu-gcc -MD -MP -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -g -O2 -Wunused-result -Wall -Wwrite-strings -Wno-deprecated-declarations -Wmissing-prototypes -fms-extensions -funsigned-char -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999 -c -o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/parsers/parser_teletext.o src/parsers/parser_teletext.c x86_64-pc-linux-gnu-gcc -MD -MP -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -g -O2 -Wunused-result -Wall -Wwrite-strings -Wno-deprecated-declarations -Wmissing-prototypes -fms-extensions -funsigned-char -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999 -c -o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/epggrab/module.o src/epggrab/module.c x86_64-pc-linux-gnu-gcc -MD -MP -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -g -O2 -Wunused-result -Wall -Wwrite-strings -Wno-deprecated-declarations -Wmissing-prototypes -fms-extensions -funsigned-char -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999 -c -o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/epggrab/channel.o src/epggrab/channel.c x86_64-pc-linux-gnu-gcc -MD -MP -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -g -O2 -Wunused-result -Wall -Wwrite-strings -Wno-deprecated-declarations -Wmissing-prototypes -fms-extensions -funsigned-char -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999 -c -o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/epggrab/module/pyepg.o src/epggrab/module/pyepg.c x86_64-pc-linux-gnu-gcc -MD -MP -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -g -O2 -Wunused-result -Wall -Wwrite-strings -Wno-deprecated-declarations -Wmissing-prototypes -fms-extensions -funsigned-char -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999 -c -o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/epggrab/module/xmltv.o src/epggrab/module/xmltv.c x86_64-pc-linux-gnu-gcc -MD -MP -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -g -O2 -Wunused-result -Wall -Wwrite-strings -Wno-deprecated-declarations -Wmissing-prototypes -fms-extensions -funsigned-char -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999 -c -o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/plumbing/tsfix.o src/plumbing/tsfix.c x86_64-pc-linux-gnu-gcc -MD -MP -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -g -O2 -Wunused-result -Wall -Wwrite-strings -Wno-deprecated-declarations -Wmissing-prototypes -fms-extensions -funsigned-char -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999 -c -o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/plumbing/globalheaders.o src/plumbing/globalheaders.c x86_64-pc-linux-gnu-gcc -MD -MP -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -g -O2 -Wunused-result -Wall -Wwrite-strings -Wno-deprecated-declarations -Wmissing-prototypes -fms-extensions -funsigned-char -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999 -c -o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/dvr/dvr_db.o src/dvr/dvr_db.c x86_64-pc-linux-gnu-gcc -MD -MP -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -g -O2 -Wunused-result -Wall -Wwrite-strings -Wno-deprecated-declarations -Wmissing-prototypes -fms-extensions -funsigned-char -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999 -c -o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/dvr/dvr_rec.o src/dvr/dvr_rec.c x86_64-pc-linux-gnu-gcc -MD -MP -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -g -O2 -Wunused-result -Wall -Wwrite-strings -Wno-deprecated-declarations -Wmissing-prototypes -fms-extensions -funsigned-char -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999 -c -o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/dvr/dvr_autorec.o src/dvr/dvr_autorec.c x86_64-pc-linux-gnu-gcc -MD -MP -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -g -O2 -Wunused-result -Wall -Wwrite-strings -Wno-deprecated-declarations -Wmissing-prototypes -fms-extensions -funsigned-char -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999 -c -o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/dvr/dvr_timerec.o src/dvr/dvr_timerec.c x86_64-pc-linux-gnu-gcc -MD -MP -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -g -O2 -Wunused-result -Wall -Wwrite-strings -Wno-deprecated-declarations -Wmissing-prototypes -fms-extensions -funsigned-char -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999 -c -o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/dvr/dvr_config.o src/dvr/dvr_config.c x86_64-pc-linux-gnu-gcc -MD -MP -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -g -O2 -Wunused-result -Wall -Wwrite-strings -Wno-deprecated-declarations -Wmissing-prototypes -fms-extensions -funsigned-char -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999 -c -o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/dvr/dvr_cutpoints.o src/dvr/dvr_cutpoints.c x86_64-pc-linux-gnu-gcc -MD -MP -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -g -O2 -Wunused-result -Wall -Wwrite-strings -Wno-deprecated-declarations -Wmissing-prototypes -fms-extensions -funsigned-char -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999 -c -o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/webui/webui.o src/webui/webui.c x86_64-pc-linux-gnu-gcc -MD -MP -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -g -O2 -Wunused-result -Wall -Wwrite-strings -Wno-deprecated-declarations -Wmissing-prototypes -fms-extensions -funsigned-char -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999 -c -o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/webui/comet.o src/webui/comet.c x86_64-pc-linux-gnu-gcc -MD -MP -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -g -O2 -Wunused-result -Wall -Wwrite-strings -Wno-deprecated-declarations -Wmissing-prototypes -fms-extensions -funsigned-char -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999 -c -o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/webui/extjs.o src/webui/extjs.c x86_64-pc-linux-gnu-gcc -MD -MP -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -g -O2 -Wunused-result -Wall -Wwrite-strings -Wno-deprecated-declarations -Wmissing-prototypes -fms-extensions -funsigned-char -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999 -c -o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/webui/simpleui.o src/webui/simpleui.c x86_64-pc-linux-gnu-gcc -MD -MP -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -g -O2 -Wunused-result -Wall -Wwrite-strings -Wno-deprecated-declarations -Wmissing-prototypes -fms-extensions -funsigned-char -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999 -c -o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/webui/statedump.o src/webui/statedump.c x86_64-pc-linux-gnu-gcc -MD -MP -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -g -O2 -Wunused-result -Wall -Wwrite-strings -Wno-deprecated-declarations -Wmissing-prototypes -fms-extensions -funsigned-char -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999 -c -o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/webui/html.o src/webui/html.c x86_64-pc-linux-gnu-gcc -MD -MP -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -g -O2 -Wunused-result -Wall -Wwrite-strings -Wno-deprecated-declarations -Wmissing-prototypes -fms-extensions -funsigned-char -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999 -c -o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/webui/webui_api.o src/webui/webui_api.c x86_64-pc-linux-gnu-gcc -MD -MP -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -g -O2 -Wunused-result -Wall -Wwrite-strings -Wno-deprecated-declarations -Wmissing-prototypes -fms-extensions -funsigned-char -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999 -c -o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/muxer.o src/muxer.c x86_64-pc-linux-gnu-gcc -MD -MP -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -g -O2 -Wunused-result -Wall -Wwrite-strings -Wno-deprecated-declarations -Wmissing-prototypes -fms-extensions -funsigned-char -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999 -c -o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/muxer/muxer_pass.o src/muxer/muxer_pass.c x86_64-pc-linux-gnu-gcc -MD -MP -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -g -O2 -Wunused-result -Wall -Wwrite-strings -Wno-deprecated-declarations -Wmissing-prototypes -fms-extensions -funsigned-char -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999 -c -o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/muxer/muxer_tvh.o src/muxer/muxer_tvh.c x86_64-pc-linux-gnu-gcc -MD -MP -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -g -O2 -Wunused-result -Wall -Wwrite-strings -Wno-deprecated-declarations -Wmissing-prototypes -fms-extensions -funsigned-char -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999 -c -o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/muxer/tvh/ebml.o src/muxer/tvh/ebml.c x86_64-pc-linux-gnu-gcc -MD -MP -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -g -O2 -Wunused-result -Wall -Wwrite-strings -Wno-deprecated-declarations -Wmissing-prototypes -fms-extensions -funsigned-char -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999 -c -o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/muxer/tvh/mkmux.o src/muxer/tvh/mkmux.c x86_64-pc-linux-gnu-gcc -MD -MP -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -g -O2 -Wunused-result -Wall -Wwrite-strings -Wno-deprecated-declarations -Wmissing-prototypes -fms-extensions -funsigned-char -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999 -c -o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/upnp.o src/upnp.c x86_64-pc-linux-gnu-gcc -MD -MP -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -g -O2 -Wunused-result -Wall -Wwrite-strings -Wno-deprecated-declarations -Wmissing-prototypes -fms-extensions -funsigned-char -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999 -c -o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/descrambler/descrambler.o src/descrambler/descrambler.c x86_64-pc-linux-gnu-gcc -MD -MP -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -g -O2 -Wunused-result -Wall -Wwrite-strings -Wno-deprecated-declarations -Wmissing-prototypes -fms-extensions -funsigned-char -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999 -c -o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/descrambler/caclient.o src/descrambler/caclient.c x86_64-pc-linux-gnu-gcc -MD -MP -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -g -O2 -Wunused-result -Wall -Wwrite-strings -Wno-deprecated-declarations -Wmissing-prototypes -fms-extensions -funsigned-char -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999 -c -o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/input/mpegts.o src/input/mpegts.c x86_64-pc-linux-gnu-gcc -MD -MP -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -g -O2 -Wunused-result -Wall -Wwrite-strings -Wno-deprecated-declarations -Wmissing-prototypes -fms-extensions -funsigned-char -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999 -c -o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/input/mpegts/mpegts_input.o src/input/mpegts/mpegts_input.c x86_64-pc-linux-gnu-gcc -MD -MP -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -g -O2 -Wunused-result -Wall -Wwrite-strings -Wno-deprecated-declarations -Wmissing-prototypes -fms-extensions -funsigned-char -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999 -c -o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/input/mpegts/mpegts_network.o src/input/mpegts/mpegts_network.c x86_64-pc-linux-gnu-gcc -MD -MP -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -g -O2 -Wunused-result -Wall -Wwrite-strings -Wno-deprecated-declarations -Wmissing-prototypes -fms-extensions -funsigned-char -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999 -c -o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/input/mpegts/mpegts_mux.o src/input/mpegts/mpegts_mux.c x86_64-pc-linux-gnu-gcc -MD -MP -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -g -O2 -Wunused-result -Wall -Wwrite-strings -Wno-deprecated-declarations -Wmissing-prototypes -fms-extensions -funsigned-char -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999 -c -o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/input/mpegts/mpegts_service.o src/input/mpegts/mpegts_service.c x86_64-pc-linux-gnu-gcc -MD -MP -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -g -O2 -Wunused-result -Wall -Wwrite-strings -Wno-deprecated-declarations -Wmissing-prototypes -fms-extensions -funsigned-char -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999 -c -o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/input/mpegts/mpegts_table.o src/input/mpegts/mpegts_table.c x86_64-pc-linux-gnu-gcc -MD -MP -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -g -O2 -Wunused-result -Wall -Wwrite-strings -Wno-deprecated-declarations -Wmissing-prototypes -fms-extensions -funsigned-char -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999 -c -o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/input/mpegts/dvb_support.o src/input/mpegts/dvb_support.c x86_64-pc-linux-gnu-gcc -MD -MP -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -g -O2 -Wunused-result -Wall -Wwrite-strings -Wno-deprecated-declarations -Wmissing-prototypes -fms-extensions -funsigned-char -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999 -c -o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/input/mpegts/dvb_charset.o src/input/mpegts/dvb_charset.c x86_64-pc-linux-gnu-gcc -MD -MP -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -g -O2 -Wunused-result -Wall -Wwrite-strings -Wno-deprecated-declarations -Wmissing-prototypes -fms-extensions -funsigned-char -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999 -c -o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/input/mpegts/dvb_psi.o src/input/mpegts/dvb_psi.c x86_64-pc-linux-gnu-gcc -MD -MP -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -g -O2 -Wunused-result -Wall -Wwrite-strings -Wno-deprecated-declarations -Wmissing-prototypes -fms-extensions -funsigned-char -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999 -c -o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/input/mpegts/tsdemux.o src/input/mpegts/tsdemux.c x86_64-pc-linux-gnu-gcc -MD -MP -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -g -O2 -Wunused-result -Wall -Wwrite-strings -Wno-deprecated-declarations -Wmissing-prototypes -fms-extensions -funsigned-char -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999 -c -o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/input/mpegts/mpegts_mux_sched.o src/input/mpegts/mpegts_mux_sched.c x86_64-pc-linux-gnu-gcc -MD -MP -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -g -O2 -Wunused-result -Wall -Wwrite-strings -Wno-deprecated-declarations -Wmissing-prototypes -fms-extensions -funsigned-char -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999 -c -o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/input/mpegts/mpegts_network_scan.o src/input/mpegts/mpegts_network_scan.c x86_64-pc-linux-gnu-gcc -MD -MP -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -g -O2 -Wunused-result -Wall -Wwrite-strings -Wno-deprecated-declarations -Wmissing-prototypes -fms-extensions -funsigned-char -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999 -c -o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/input/mpegts/mpegts_network_dvb.o src/input/mpegts/mpegts_network_dvb.c x86_64-pc-linux-gnu-gcc -MD -MP -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -g -O2 -Wunused-result -Wall -Wwrite-strings -Wno-deprecated-declarations -Wmissing-prototypes -fms-extensions -funsigned-char -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999 -c -o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/input/mpegts/mpegts_mux_dvb.o src/input/mpegts/mpegts_mux_dvb.c x86_64-pc-linux-gnu-gcc -MD -MP -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -g -O2 -Wunused-result -Wall -Wwrite-strings -Wno-deprecated-declarations -Wmissing-prototypes -fms-extensions -funsigned-char -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999 -c -o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/input/mpegts/scanfile.o src/input/mpegts/scanfile.c x86_64-pc-linux-gnu-gcc -MD -MP -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -g -O2 -Wunused-result -Wall -Wwrite-strings -Wno-deprecated-declarations -Wmissing-prototypes -fms-extensions -funsigned-char -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999 -c -o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/epggrab/otamux.o src/epggrab/otamux.c x86_64-pc-linux-gnu-gcc -MD -MP -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -g -O2 -Wunused-result -Wall -Wwrite-strings -Wno-deprecated-declarations -Wmissing-prototypes -fms-extensions -funsigned-char -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999 -c -o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/epggrab/module/eit.o src/epggrab/module/eit.c x86_64-pc-linux-gnu-gcc -MD -MP -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -g -O2 -Wunused-result -Wall -Wwrite-strings -Wno-deprecated-declarations -Wmissing-prototypes -fms-extensions -funsigned-char -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999 -c -o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/epggrab/support/freesat_huffman.o src/epggrab/support/freesat_huffman.c x86_64-pc-linux-gnu-gcc -MD -MP -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -g -O2 -Wunused-result -Wall -Wwrite-strings -Wno-deprecated-declarations -Wmissing-prototypes -fms-extensions -funsigned-char -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999 -c -o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/epggrab/module/opentv.o src/epggrab/module/opentv.c x86_64-pc-linux-gnu-gcc -MD -MP -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -g -O2 -Wunused-result -Wall -Wwrite-strings -Wno-deprecated-declarations -Wmissing-prototypes -fms-extensions -funsigned-char -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999 -c -o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/input/mpegts/linuxdvb/linuxdvb.o src/input/mpegts/linuxdvb/linuxdvb.c x86_64-pc-linux-gnu-gcc -MD -MP -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -g -O2 -Wunused-result -Wall -Wwrite-strings -Wno-deprecated-declarations -Wmissing-prototypes -fms-extensions -funsigned-char -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999 -c -o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/input/mpegts/linuxdvb/linuxdvb_adapter.o src/input/mpegts/linuxdvb/linuxdvb_adapter.c x86_64-pc-linux-gnu-gcc -MD -MP -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -g -O2 -Wunused-result -Wall -Wwrite-strings -Wno-deprecated-declarations -Wmissing-prototypes -fms-extensions -funsigned-char -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999 -c -o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/input/mpegts/linuxdvb/linuxdvb_frontend.o src/input/mpegts/linuxdvb/linuxdvb_frontend.c x86_64-pc-linux-gnu-gcc -MD -MP -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -g -O2 -Wunused-result -Wall -Wwrite-strings -Wno-deprecated-declarations -Wmissing-prototypes -fms-extensions -funsigned-char -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999 -c -o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/input/mpegts/linuxdvb/linuxdvb_satconf.o src/input/mpegts/linuxdvb/linuxdvb_satconf.c x86_64-pc-linux-gnu-gcc -MD -MP -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -g -O2 -Wunused-result -Wall -Wwrite-strings -Wno-deprecated-declarations -Wmissing-prototypes -fms-extensions -funsigned-char -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999 -c -o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/input/mpegts/linuxdvb/linuxdvb_lnb.o src/input/mpegts/linuxdvb/linuxdvb_lnb.c x86_64-pc-linux-gnu-gcc -MD -MP -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -g -O2 -Wunused-result -Wall -Wwrite-strings -Wno-deprecated-declarations -Wmissing-prototypes -fms-extensions -funsigned-char -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999 -c -o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/input/mpegts/linuxdvb/linuxdvb_switch.o src/input/mpegts/linuxdvb/linuxdvb_switch.c x86_64-pc-linux-gnu-gcc -MD -MP -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -g -O2 -Wunused-result -Wall -Wwrite-strings -Wno-deprecated-declarations -Wmissing-prototypes -fms-extensions -funsigned-char -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999 -c -o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/input/mpegts/linuxdvb/linuxdvb_rotor.o src/input/mpegts/linuxdvb/linuxdvb_rotor.c x86_64-pc-linux-gnu-gcc -MD -MP -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -g -O2 -Wunused-result -Wall -Wwrite-strings -Wno-deprecated-declarations -Wmissing-prototypes -fms-extensions -funsigned-char -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999 -c -o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/input/mpegts/linuxdvb/linuxdvb_en50494.o src/input/mpegts/linuxdvb/linuxdvb_en50494.c x86_64-pc-linux-gnu-gcc -MD -MP -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -g -O2 -Wunused-result -Wall -Wwrite-strings -Wno-deprecated-declarations -Wmissing-prototypes -fms-extensions -funsigned-char -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999 -c -o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/input/mpegts/satip/satip.o src/input/mpegts/satip/satip.c x86_64-pc-linux-gnu-gcc -MD -MP -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -g -O2 -Wunused-result -Wall -Wwrite-strings -Wno-deprecated-declarations -Wmissing-prototypes -fms-extensions -funsigned-char -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999 -c -o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/input/mpegts/satip/satip_frontend.o src/input/mpegts/satip/satip_frontend.c x86_64-pc-linux-gnu-gcc -MD -MP -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -g -O2 -Wunused-result -Wall -Wwrite-strings -Wno-deprecated-declarations -Wmissing-prototypes -fms-extensions -funsigned-char -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999 -c -o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/input/mpegts/satip/satip_satconf.o src/input/mpegts/satip/satip_satconf.c x86_64-pc-linux-gnu-gcc -MD -MP -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -g -O2 -Wunused-result -Wall -Wwrite-strings -Wno-deprecated-declarations -Wmissing-prototypes -fms-extensions -funsigned-char -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999 -c -o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/input/mpegts/satip/satip_rtsp.o src/input/mpegts/satip/satip_rtsp.c x86_64-pc-linux-gnu-gcc -MD -MP -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -g -O2 -Wunused-result -Wall -Wwrite-strings -Wno-deprecated-declarations -Wmissing-prototypes -fms-extensions -funsigned-char -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999 -c -o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/input/mpegts/iptv/iptv.o src/input/mpegts/iptv/iptv.c x86_64-pc-linux-gnu-gcc -MD -MP -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -g -O2 -Wunused-result -Wall -Wwrite-strings -Wno-deprecated-declarations -Wmissing-prototypes -fms-extensions -funsigned-char -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999 -c -o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/input/mpegts/iptv/iptv_mux.o src/input/mpegts/iptv/iptv_mux.c x86_64-pc-linux-gnu-gcc -MD -MP -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -g -O2 -Wunused-result -Wall -Wwrite-strings -Wno-deprecated-declarations -Wmissing-prototypes -fms-extensions -funsigned-char -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999 -c -o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/input/mpegts/iptv/iptv_service.o src/input/mpegts/iptv/iptv_service.c x86_64-pc-linux-gnu-gcc -MD -MP -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -g -O2 -Wunused-result -Wall -Wwrite-strings -Wno-deprecated-declarations -Wmissing-prototypes -fms-extensions -funsigned-char -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999 -c -o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/input/mpegts/iptv/iptv_http.o src/input/mpegts/iptv/iptv_http.c x86_64-pc-linux-gnu-gcc -MD -MP -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -g -O2 -Wunused-result -Wall -Wwrite-strings -Wno-deprecated-declarations -Wmissing-prototypes -fms-extensions -funsigned-char -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999 -c -o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/input/mpegts/tsfile/tsfile.o src/input/mpegts/tsfile/tsfile.c x86_64-pc-linux-gnu-gcc -MD -MP -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -g -O2 -Wunused-result -Wall -Wwrite-strings -Wno-deprecated-declarations -Wmissing-prototypes -fms-extensions -funsigned-char -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999 -c -o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/input/mpegts/iptv/iptv_udp.o src/input/mpegts/iptv/iptv_udp.c x86_64-pc-linux-gnu-gcc -MD -MP -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -g -O2 -Wunused-result -Wall -Wwrite-strings -Wno-deprecated-declarations -Wmissing-prototypes -fms-extensions -funsigned-char -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999 -c -o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/input/mpegts/tsfile/tsfile_input.o src/input/mpegts/tsfile/tsfile_input.c x86_64-pc-linux-gnu-gcc -MD -MP -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -g -O2 -Wunused-result -Wall -Wwrite-strings -Wno-deprecated-declarations -Wmissing-prototypes -fms-extensions -funsigned-char -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999 -c -o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/input/mpegts/tsfile/tsfile_mux.o src/input/mpegts/tsfile/tsfile_mux.c x86_64-pc-linux-gnu-gcc -MD -MP -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -g -O2 -Wunused-result -Wall -Wwrite-strings -Wno-deprecated-declarations -Wmissing-prototypes -fms-extensions -funsigned-char -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999 -c -o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/timeshift.o src/timeshift.c x86_64-pc-linux-gnu-gcc -MD -MP -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -g -O2 -Wunused-result -Wall -Wwrite-strings -Wno-deprecated-declarations -Wmissing-prototypes -fms-extensions -funsigned-char -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999 -c -o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/timeshift/timeshift_filemgr.o src/timeshift/timeshift_filemgr.c x86_64-pc-linux-gnu-gcc -MD -MP -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -g -O2 -Wunused-result -Wall -Wwrite-strings -Wno-deprecated-declarations -Wmissing-prototypes -fms-extensions -funsigned-char -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999 -c -o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/timeshift/timeshift_writer.o src/timeshift/timeshift_writer.c x86_64-pc-linux-gnu-gcc -MD -MP -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -g -O2 -Wunused-result -Wall -Wwrite-strings -Wno-deprecated-declarations -Wmissing-prototypes -fms-extensions -funsigned-char -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999 -c -o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/timeshift/timeshift_reader.o src/timeshift/timeshift_reader.c x86_64-pc-linux-gnu-gcc -MD -MP -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -g -O2 -Wunused-result -Wall -Wwrite-strings -Wno-deprecated-declarations -Wmissing-prototypes -fms-extensions -funsigned-char -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999 -c -o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/avahi.o src/avahi.c x86_64-pc-linux-gnu-gcc -MD -MP -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -g -O2 -Wunused-result -Wall -Wwrite-strings -Wno-deprecated-declarations -Wmissing-prototypes -fms-extensions -funsigned-char -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999 -c -o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/libav.o src/libav.c x86_64-pc-linux-gnu-gcc -MD -MP -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -g -O2 -Wunused-result -Wall -Wwrite-strings -Wno-deprecated-declarations -Wmissing-prototypes -fms-extensions -funsigned-char -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999 -c -o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/muxer/muxer_libav.o src/muxer/muxer_libav.c x86_64-pc-linux-gnu-gcc -MD -MP -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -g -O2 -Wunused-result -Wall -Wwrite-strings -Wno-deprecated-declarations -Wmissing-prototypes -fms-extensions -funsigned-char -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999 -c -o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/plumbing/transcoding.o src/plumbing/transcoding.c x86_64-pc-linux-gnu-gcc -MD -MP -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -g -O2 -Wunused-result -Wall -Wwrite-strings -Wno-deprecated-declarations -Wmissing-prototypes -fms-extensions -funsigned-char -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999 -c -o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/descrambler/tvhcsa.o src/descrambler/tvhcsa.c src/plumbing/transcoding.c:28:29: fatal error: libavutil/frame.h: No such file or directory compilation terminated. Makefile:390: recipe for target '/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/plumbing/transcoding.o' failed make: *** [/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/plumbing/transcoding.o] Error 1 make: *** Waiting for unfinished jobs.... * ERROR: media-tv/tvheadend-9999::x-portage failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=media-tv/tvheadend-9999::x-portage'`, * the complete build log and the output of `emerge -pqv '=media-tv/tvheadend-9999::x-portage'`. * The complete build log is located at '/var/tmp/portage/media-tv/tvheadend-9999/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/media-tv/tvheadend-9999/temp/environment'. * Working directory: '/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999' * S: '/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999' >>> Failed to emerge media-tv/tvheadend-9999, Log file: >>> '/var/tmp/portage/media-tv/tvheadend-9999/temp/build.log' * Messages for package media-tv/tvheadend-9999: * ERROR: media-tv/tvheadend-9999::x-portage failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=media-tv/tvheadend-9999::x-portage'`, * the complete build log and the output of `emerge -pqv '=media-tv/tvheadend-9999::x-portage'`. * The complete build log is located at '/var/tmp/portage/media-tv/tvheadend-9999/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/media-tv/tvheadend-9999/temp/environment'. * Working directory: '/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999' * S: '/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999'