1
|
>>> Verifying ebuild manifests
|
2
|
|
3
|
>>> Emerging (1 of 1) media-tv/tvheadend-9999 from x-portage
|
4
|
>>> Unpacking source...
|
5
|
remote: Counting objects: 60, done.
|
6
|
remote: Compressing objects: 100% (41/41), done.
|
7
|
remote: Total 60 (delta 51), reused 28 (delta 19)
|
8
|
Unpacking objects: 100% (60/60), done.
|
9
|
From git://github.com/tvheadend/tvheadend
|
10
|
14a7de8..d6f66e7 master -> master
|
11
|
GIT update -->
|
12
|
repository: git://github.com/tvheadend/tvheadend.git
|
13
|
updating from commit: 14a7de8aa4c1f94d381acaf06819bf58cfb0deb0
|
14
|
to commit: d6f66e7a3ab7c4b7fd1487131f8000e04d4c6bd7
|
15
|
Makefile | 2 +-
|
16
|
rpm/tvheadend.service | 2 +-
|
17
|
src/config.c | 21 ++++++++++++++++++++-
|
18
|
src/dvr/dvr_rec.c | 2 +-
|
19
|
src/dvr/dvr_timerec.c | 24 +++++++++++-------------
|
20
|
src/epggrab/otamux.c | 2 +-
|
21
|
src/htsmsg.c | 28 ++++------------------------
|
22
|
src/htsmsg.h | 28 +++++++++++++++++++++++-----
|
23
|
src/htsp_server.c | 4 +++-
|
24
|
src/input/mpegts/mpegts_mux.c | 2 +-
|
25
|
src/input/mpegts/mpegts_mux_sched.c | 2 +-
|
26
|
src/input/mpegts/mpegts_service.c | 3 +--
|
27
|
src/plumbing/transcoding.c | 3 ---
|
28
|
src/profile.c | 14 ++++++++++++++
|
29
|
src/profile.h | 2 ++
|
30
|
src/service.c | 23 ++++++++++++-----------
|
31
|
src/service.h | 6 ++++--
|
32
|
src/service_mapper.c | 3 ++-
|
33
|
src/subscriptions.c | 79 +++++++++++++++++++++++++++++++++++++++++++++++++++----------------------------
|
34
|
src/subscriptions.h | 74 ++++++++++++++++++++++++++++++++++++++++++--------------------------------
|
35
|
src/tcp.c | 2 +-
|
36
|
src/udp.c | 2 +-
|
37
|
src/url.h | 2 +-
|
38
|
src/webui/webui.c | 6 +++---
|
39
|
24 files changed, 201 insertions(+), 135 deletions(-)
|
40
|
branch: master
|
41
|
storage directory: "/usr/portage/distfiles/egit-src/tvheadend.git"
|
42
|
checkout type: bare repository
|
43
|
Cloning into '/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999'...
|
44
|
done.
|
45
|
Branch branch-master set up to track remote branch master from origin.
|
46
|
Switched to a new branch 'branch-master'
|
47
|
>>> Unpacked to /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999
|
48
|
>>> Source unpacked in /var/tmp/portage/media-tv/tvheadend-9999/work
|
49
|
>>> Preparing source in /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999 ...
|
50
|
>>> Source prepared.
|
51
|
>>> Configuring source in /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999 ...
|
52
|
./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
|
53
|
Checking support/features
|
54
|
checking for cc execinfo.h ... ok
|
55
|
checking for cc -mmmx ... ok
|
56
|
checking for cc -msse2 ... ok
|
57
|
checking for cc getloadavg ... ok
|
58
|
checking for cc atomic64 ... ok
|
59
|
checking for cc lockowner ... ok
|
60
|
checking for cc qsort_r ... ok
|
61
|
checking for cc recvmmsg ... ok
|
62
|
checking for cc libiconv ... fail
|
63
|
checking for py module gzip ... ok
|
64
|
checking for bzip2 ... ok
|
65
|
checking for pkg openssl ... ok
|
66
|
checking for cc linux/dvb/version.h ... ok
|
67
|
checking for pkg zlib ... ok
|
68
|
checking for pkg avahi-client ... ok
|
69
|
checking for pkg libavcodec >=52.96.0 ... ok
|
70
|
checking for pkg libavutil >=50.43.0 ... ok
|
71
|
checking for pkg libavformat >=53.10.0 ... ok
|
72
|
checking for pkg libswscale >=0.13.0 ... ok
|
73
|
checking for pkg libavresample >=1.1.0 ... ok
|
74
|
checking for pkg dbus-1 ... ok
|
75
|
|
76
|
Compiler:
|
77
|
Using C compiler: cc
|
78
|
Using C flags: -O2 -pipe -fomit-frame-pointer -march=native
|
79
|
Using LD flags: -Wl,-O1 -Wl,--as-needed
|
80
|
Build for arch: amd64
|
81
|
|
82
|
Binaries:
|
83
|
Using PYTHON: python
|
84
|
|
85
|
Options:
|
86
|
cwc yes
|
87
|
capmt yes
|
88
|
constcw yes
|
89
|
v4l no
|
90
|
linuxdvb yes
|
91
|
satip_client yes
|
92
|
iptv yes
|
93
|
tsfile yes
|
94
|
dvbscan no
|
95
|
timeshift yes
|
96
|
trace yes
|
97
|
imagecache no
|
98
|
avahi yes
|
99
|
zlib yes
|
100
|
libav yes
|
101
|
libffmpeg_static no
|
102
|
inotify no
|
103
|
epoll yes
|
104
|
uriparser no
|
105
|
ccache no
|
106
|
tvhcsa yes
|
107
|
bundle no
|
108
|
dvbcsa no
|
109
|
kqueue no
|
110
|
dbus_1 yes
|
111
|
android no
|
112
|
execinfo yes
|
113
|
mmx yes
|
114
|
sse2 yes
|
115
|
getloadavg yes
|
116
|
atomic64 yes
|
117
|
lockowner yes
|
118
|
qsort_r yes
|
119
|
recvmmsg yes
|
120
|
py_gzip yes
|
121
|
bin_bzip2 yes
|
122
|
ssl yes
|
123
|
linuxdvbapi yes
|
124
|
upnp yes
|
125
|
mpegts yes
|
126
|
mpegps no
|
127
|
mpegts_dvb yes
|
128
|
|
129
|
Packages:
|
130
|
openssl 1.0.1i
|
131
|
zlib 1.2.8
|
132
|
avahi-client 0.6.31
|
133
|
libavcodec 54.92.100
|
134
|
libavutil 52.18.100
|
135
|
libavformat 54.63.104
|
136
|
libswscale 2.2.100
|
137
|
libavresample 1.1.0
|
138
|
dbus-1 1.8.8
|
139
|
|
140
|
Installation paths:
|
141
|
Prefix: /usr
|
142
|
Binaries: ${prefix}/bin
|
143
|
Libraries: /usr/lib64
|
144
|
Data files: /usr/share
|
145
|
Man pages: /usr/share/man
|
146
|
|
147
|
Final Binary:
|
148
|
/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/tvheadend
|
149
|
|
150
|
Tvheadend Data Directory:
|
151
|
/usr/share/tvheadend
|
152
|
|
153
|
>>> Source configured.
|
154
|
>>> Compiling source in /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999 ...
|
155
|
make -j3 CC=x86_64-pc-linux-gnu-gcc
|
156
|
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
|
157
|
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
|
158
|
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
|
159
|
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
|
160
|
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
|
161
|
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
|
162
|
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
|
163
|
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
|
164
|
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
|
165
|
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
|
166
|
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
|
167
|
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
|
168
|
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
|
169
|
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
|
170
|
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
|
171
|
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
|
172
|
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
|
173
|
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
|
174
|
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
|
175
|
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
|
176
|
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
|
177
|
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
|
178
|
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
|
179
|
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
|
180
|
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
|
181
|
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
|
182
|
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
|
183
|
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
|
184
|
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
|
185
|
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
|
186
|
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
|
187
|
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
|
188
|
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
|
189
|
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
|
190
|
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
|
191
|
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
|
192
|
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
|
193
|
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
|
194
|
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
|
195
|
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
|
196
|
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
|
197
|
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
|
198
|
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
|
199
|
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
|
200
|
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
|
201
|
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
|
202
|
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
|
203
|
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
|
204
|
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
|
205
|
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
|
206
|
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
|
207
|
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
|
208
|
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
|
209
|
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
|
210
|
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
|
211
|
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
|
212
|
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
|
213
|
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
|
214
|
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
|
215
|
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
|
216
|
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
|
217
|
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
|
218
|
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
|
219
|
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
|
220
|
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
|
221
|
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
|
222
|
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
|
223
|
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
|
224
|
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
|
225
|
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
|
226
|
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
|
227
|
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
|
228
|
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
|
229
|
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
|
230
|
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
|
231
|
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
|
232
|
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
|
233
|
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
|
234
|
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
|
235
|
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
|
236
|
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
|
237
|
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
|
238
|
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
|
239
|
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
|
240
|
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
|
241
|
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
|
242
|
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
|
243
|
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
|
244
|
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
|
245
|
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
|
246
|
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
|
247
|
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
|
248
|
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
|
249
|
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
|
250
|
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
|
251
|
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
|
252
|
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
|
253
|
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
|
254
|
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
|
255
|
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
|
256
|
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
|
257
|
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
|
258
|
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
|
259
|
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
|
260
|
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
|
261
|
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
|
262
|
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
|
263
|
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
|
264
|
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
|
265
|
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
|
266
|
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
|
267
|
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
|
268
|
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
|
269
|
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
|
270
|
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
|
271
|
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
|
272
|
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
|
273
|
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
|
274
|
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
|
275
|
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
|
276
|
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
|
277
|
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
|
278
|
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
|
279
|
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
|
280
|
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
|
281
|
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
|
282
|
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
|
283
|
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
|
284
|
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
|
285
|
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
|
286
|
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
|
287
|
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
|
288
|
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
|
289
|
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
|
290
|
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
|
291
|
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
|
292
|
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
|
293
|
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
|
294
|
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
|
295
|
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
|
296
|
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
|
297
|
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
|
298
|
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
|
299
|
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
|
300
|
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
|
301
|
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
|
302
|
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
|
303
|
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
|
304
|
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
|
305
|
src/plumbing/transcoding.c: In function ‘transcoder_stream_audio’:
|
306
|
src/plumbing/transcoding.c:491:3: warning: implicit declaration of function ‘av_frame_alloc’ [-Wimplicit-function-declaration]
|
307
|
src/plumbing/transcoding.c:491:20: warning: initialization makes pointer from integer without a cast [enabled by default]
|
308
|
src/plumbing/transcoding.c:850:5: warning: implicit declaration of function ‘av_frame_free’ [-Wimplicit-function-declaration]
|
309
|
src/plumbing/transcoding.c:851:11: warning: assignment makes pointer from integer without a cast [enabled by default]
|
310
|
src/plumbing/transcoding.c:859:5: warning: implicit declaration of function ‘av_frame_get_buffer’ [-Wimplicit-function-declaration]
|
311
|
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/capmt.o src/descrambler/capmt.c
|
312
|
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/cwc.o src/descrambler/cwc.c
|
313
|
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/constcw.o src/descrambler/constcw.c
|
314
|
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/ffdecsa/ffdecsa_interface.o src/descrambler/ffdecsa/ffdecsa_interface.c
|
315
|
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/ffdecsa/ffdecsa_int.o src/descrambler/ffdecsa/ffdecsa_int.c
|
316
|
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 -mmmx -c -o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/descrambler/ffdecsa/ffdecsa_mmx.o src/descrambler/ffdecsa/ffdecsa_mmx.c
|
317
|
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 -msse2 -c -o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/descrambler/ffdecsa/ffdecsa_sse2.o src/descrambler/ffdecsa/ffdecsa_sse2.c
|
318
|
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/libaesdec/libaesdec.o src/descrambler/libaesdec/libaesdec.c
|
319
|
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/dbus.o src/dbus.c
|
320
|
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/version.o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src/version.c
|
321
|
x86_64-pc-linux-gnu-gcc -o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/tvheadend /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/version.o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/uuid.o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/main.o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/tvhlog.o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/idnode.o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/prop.o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/utils.o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/wrappers.o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/access.o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/tcp.o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/udp.o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/url.o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/http.o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/notify.o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/file.o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/epg.o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/epgdb.o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/epggrab.o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/spawn.o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/packet.o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/streaming.o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/channels.o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/subscriptions.o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/service.o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/htsp_server.o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/htsmsg.o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/htsmsg_binary.o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/htsmsg_json.o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/htsmsg_xml.o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/misc/dbl.o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/misc/json.o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/settings.o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/htsbuf.o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/trap.o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/avg.o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/htsstr.o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/tvhpoll.o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/huffman.o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/filebundle.o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/config.o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/lang_codes.o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/lang_str.o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/imagecache.o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/tvhtime.o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/service_mapper.o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/input.o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/httpc.o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/rtsp.o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/fsmonitor.o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/cron.o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/esfilter.o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/intlconv.o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/profile.o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/api.o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/api/api_status.o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/api/api_idnode.o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/api/api_input.o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/api/api_channel.o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/api/api_service.o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/api/api_mpegts.o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/api/api_epg.o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/api/api_epggrab.o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/api/api_imagecache.o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/api/api_esfilter.o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/api/api_intlconv.o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/api/api_access.o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/api/api_dvr.o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/api/api_caclient.o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/api/api_profile.o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/parsers/parsers.o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/parsers/bitstream.o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/parsers/parser_h264.o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/parsers/parser_latm.o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/parsers/parser_avc.o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/parsers/parser_teletext.o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/epggrab/module.o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/epggrab/channel.o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/epggrab/module/pyepg.o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/epggrab/module/xmltv.o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/plumbing/tsfix.o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/plumbing/globalheaders.o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/dvr/dvr_db.o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/dvr/dvr_rec.o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/dvr/dvr_autorec.o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/dvr/dvr_timerec.o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/dvr/dvr_config.o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/dvr/dvr_cutpoints.o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/webui/webui.o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/webui/comet.o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/webui/extjs.o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/webui/simpleui.o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/webui/statedump.o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/webui/html.o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/webui/webui_api.o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/muxer.o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/muxer/muxer_pass.o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/muxer/muxer_tvh.o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/muxer/tvh/ebml.o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/muxer/tvh/mkmux.o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/upnp.o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/descrambler/descrambler.o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/descrambler/caclient.o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/input/mpegts.o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/input/mpegts/mpegts_input.o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/input/mpegts/mpegts_network.o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/input/mpegts/mpegts_mux.o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/input/mpegts/mpegts_service.o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/input/mpegts/mpegts_table.o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/input/mpegts/dvb_support.o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/input/mpegts/dvb_charset.o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/input/mpegts/dvb_psi.o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/input/mpegts/tsdemux.o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/input/mpegts/mpegts_mux_sched.o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/input/mpegts/mpegts_network_scan.o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/input/mpegts/mpegts_network_dvb.o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/input/mpegts/mpegts_mux_dvb.o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/input/mpegts/scanfile.o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/epggrab/otamux.o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/epggrab/module/eit.o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/epggrab/support/freesat_huffman.o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/epggrab/module/opentv.o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/input/mpegts/linuxdvb/linuxdvb.o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/input/mpegts/linuxdvb/linuxdvb_adapter.o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/input/mpegts/linuxdvb/linuxdvb_frontend.o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/input/mpegts/linuxdvb/linuxdvb_satconf.o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/input/mpegts/linuxdvb/linuxdvb_lnb.o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/input/mpegts/linuxdvb/linuxdvb_switch.o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/input/mpegts/linuxdvb/linuxdvb_rotor.o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/input/mpegts/linuxdvb/linuxdvb_en50494.o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/input/mpegts/satip/satip.o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/input/mpegts/satip/satip_frontend.o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/input/mpegts/satip/satip_satconf.o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/input/mpegts/satip/satip_rtsp.o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/input/mpegts/iptv/iptv.o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/input/mpegts/iptv/iptv_mux.o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/input/mpegts/iptv/iptv_service.o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/input/mpegts/iptv/iptv_http.o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/input/mpegts/iptv/iptv_udp.o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/input/mpegts/tsfile/tsfile.o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/input/mpegts/tsfile/tsfile_input.o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/input/mpegts/tsfile/tsfile_mux.o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/timeshift.o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/timeshift/timeshift_filemgr.o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/timeshift/timeshift_writer.o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/timeshift/timeshift_reader.o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/avahi.o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/libav.o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/muxer/muxer_libav.o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/plumbing/transcoding.o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/descrambler/tvhcsa.o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/descrambler/cwc.o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/descrambler/capmt.o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/descrambler/constcw.o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/descrambler/ffdecsa/ffdecsa_interface.o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/descrambler/ffdecsa/ffdecsa_int.o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/descrambler/ffdecsa/ffdecsa_mmx.o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/descrambler/ffdecsa/ffdecsa_sse2.o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/descrambler/libaesdec/libaesdec.o /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/dbus.o -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 -Wl,-O1 -Wl,--as-needed -Wl,-O1 -Wl,--as-needed -lssl -lcrypto -L/usr/lib64 -lz -lavahi-common -lavahi-client -lavcodec -lavutil -lavformat -lswscale -lavresample -ldbus-1 -ldl -lpthread -lm -lrt
|
322
|
/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/plumbing/transcoding.o: In function `transcoder_stream_audio':
|
323
|
/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src/plumbing/transcoding.c:491: undefined reference to `av_frame_alloc'
|
324
|
/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src/plumbing/transcoding.c:918: undefined reference to `av_frame_free'
|
325
|
/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src/plumbing/transcoding.c:850: undefined reference to `av_frame_free'
|
326
|
/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src/plumbing/transcoding.c:851: undefined reference to `av_frame_alloc'
|
327
|
/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src/plumbing/transcoding.c:859: undefined reference to `av_frame_get_buffer'
|
328
|
collect2: error: ld returned 1 exit status
|
329
|
Makefile:386: recipe for target '/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/tvheadend' failed
|
330
|
make: *** [/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/tvheadend] Error 1
|
331
|
* ERROR: media-tv/tvheadend-9999::x-portage failed (compile phase):
|
332
|
* emake failed
|
333
|
*
|
334
|
* If you need support, post the output of `emerge --info '=media-tv/tvheadend-9999::x-portage'`,
|
335
|
* the complete build log and the output of `emerge -pqv '=media-tv/tvheadend-9999::x-portage'`.
|
336
|
* The complete build log is located at '/var/tmp/portage/media-tv/tvheadend-9999/temp/build.log'.
|
337
|
* The ebuild environment file is located at '/var/tmp/portage/media-tv/tvheadend-9999/temp/environment'.
|
338
|
* Working directory: '/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999'
|
339
|
* S: '/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999'
|
340
|
|
341
|
>>> Failed to emerge media-tv/tvheadend-9999, Log file:
|
342
|
|
343
|
>>> '/var/tmp/portage/media-tv/tvheadend-9999/temp/build.log'
|