1
|
These are the packages that would be merged, in order:
|
2
|
|
3
|
Calculating dependencies... done!
|
4
|
[ebuild R *] media-tv/tvheadend-9999::x-portage USE="avahi dvb dvbscan ffmpeg zlib -ccache -curl -imagecache -inotify -uriparser -xmltv" 0 kB
|
5
|
|
6
|
Total: 1 package (1 reinstall), Size of downloads: 0 kB
|
7
|
|
8
|
Would you like to merge these packages? [Yes/No] y
|
9
|
|
10
|
>>> Verifying ebuild manifests
|
11
|
|
12
|
>>> Emerging (1 of 1) media-tv/tvheadend-9999 from x-portage
|
13
|
>>> Unpacking source...
|
14
|
remote: Counting objects: 130, done.
|
15
|
remote: Compressing objects: 100% (82/82), done.
|
16
|
remote: Total 130 (delta 68), reused 71 (delta 48)
|
17
|
Receiving objects: 100% (130/130), 176.33 KiB | 0 bytes/s, done.
|
18
|
Resolving deltas: 100% (68/68), done.
|
19
|
From git://github.com/tvheadend/tvheadend
|
20
|
4c19cc8..14a7de8 master -> master
|
21
|
GIT update -->
|
22
|
repository: git://github.com/tvheadend/tvheadend.git
|
23
|
updating from commit: 4c19cc8526b922d10b4d39bd5a25cb89e27d7ce8
|
24
|
to commit: 14a7de8aa4c1f94d381acaf06819bf58cfb0deb0
|
25
|
.doozer.json | 30 ++-----
|
26
|
.gitignore | 5 ++
|
27
|
Makefile | 34 +++++++-
|
28
|
Makefile.ffmpeg | 234 ++++++++++++++++++++++++++++++++++++++++++++++++++
|
29
|
configure | 50 ++++++-----
|
30
|
docs/docresources/configtvhlog.png | Bin 33226 -> 27852 bytes
|
31
|
docs/docresources/finishedrecordings1.png | Bin 0 -> 28261 bytes
|
32
|
docs/docresources/finishedrecordings2.png | Bin 0 -> 64532 bytes
|
33
|
docs/html/dvrfinished.html | 77 +++++++++++++++++
|
34
|
rpm/Makefile | 32 +++++++
|
35
|
rpm/tvheadend.service | 14 +++
|
36
|
rpm/tvheadend.spec.in | 72 ++++++++++++++++
|
37
|
rpm/tvheadend.sysconfig | 3 +
|
38
|
src/input/mpegts.h | 1 +
|
39
|
src/input/mpegts/mpegts_network.c | 7 ++
|
40
|
src/input/mpegts/mpegts_service.c | 11 ++-
|
41
|
src/plumbing/transcoding.c | 4 +-
|
42
|
src/profile.c | 2 +-
|
43
|
src/webui/static/app/acleditor.js | 15 ++--
|
44
|
src/webui/static/app/dvr.js | 4 +-
|
45
|
src/webui/static/app/idnode.js | 3 +
|
46
|
src/webui/static/app/tvheadend.js | 2 +-
|
47
|
src/webui/static/htslogo.png | Bin 321 -> 974 bytes
|
48
|
src/webui/static/img/logo.png | Bin 1279 -> 2399 bytes
|
49
|
support/version | 2 +
|
50
|
25 files changed, 541 insertions(+), 61 deletions(-)
|
51
|
branch: master
|
52
|
storage directory: "/usr/portage/distfiles/egit-src/tvheadend.git"
|
53
|
checkout type: bare repository
|
54
|
Cloning into '/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999'...
|
55
|
done.
|
56
|
Branch branch-master set up to track remote branch master from origin.
|
57
|
Switched to a new branch 'branch-master'
|
58
|
>>> Unpacked to /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999
|
59
|
>>> Source unpacked in /var/tmp/portage/media-tv/tvheadend-9999/work
|
60
|
>>> Preparing source in /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999 ...
|
61
|
>>> Source prepared.
|
62
|
>>> Configuring source in /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999 ...
|
63
|
./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
|
64
|
Checking support/features
|
65
|
checking for cc execinfo.h ... ok
|
66
|
checking for cc -mmmx ... ok
|
67
|
checking for cc -msse2 ... ok
|
68
|
checking for cc getloadavg ... ok
|
69
|
checking for cc atomic64 ... ok
|
70
|
checking for cc lockowner ... ok
|
71
|
checking for cc qsort_r ... ok
|
72
|
checking for cc recvmmsg ... ok
|
73
|
checking for cc libiconv ... fail
|
74
|
checking for py module gzip ... ok
|
75
|
checking for bzip2 ... ok
|
76
|
checking for pkg openssl ... ok
|
77
|
checking for cc linux/dvb/version.h ... ok
|
78
|
checking for pkg zlib ... ok
|
79
|
checking for pkg avahi-client ... ok
|
80
|
checking for pkg libavcodec >=52.96.0 ... ok
|
81
|
checking for pkg libavutil >=50.43.0 ... ok
|
82
|
checking for pkg libavformat >=53.10.0 ... ok
|
83
|
checking for pkg libswscale >=0.13.0 ... ok
|
84
|
checking for pkg libavresample >=1.1.0 ... ok
|
85
|
checking for pkg dbus-1 ... ok
|
86
|
|
87
|
Compiler:
|
88
|
Using C compiler: cc
|
89
|
Using C flags: -O2 -pipe -fomit-frame-pointer -march=native
|
90
|
Using LD flags: -Wl,-O1 -Wl,--as-needed
|
91
|
Build for arch: amd64
|
92
|
|
93
|
Binaries:
|
94
|
Using PYTHON: python
|
95
|
|
96
|
Options:
|
97
|
cwc yes
|
98
|
capmt yes
|
99
|
constcw yes
|
100
|
v4l no
|
101
|
linuxdvb yes
|
102
|
satip_client yes
|
103
|
iptv yes
|
104
|
tsfile yes
|
105
|
dvbscan no
|
106
|
timeshift yes
|
107
|
trace yes
|
108
|
imagecache no
|
109
|
avahi yes
|
110
|
zlib yes
|
111
|
libav yes
|
112
|
libffmpeg_static no
|
113
|
inotify no
|
114
|
epoll yes
|
115
|
uriparser no
|
116
|
ccache no
|
117
|
tvhcsa yes
|
118
|
bundle no
|
119
|
dvbcsa no
|
120
|
kqueue no
|
121
|
dbus_1 yes
|
122
|
android no
|
123
|
execinfo yes
|
124
|
mmx yes
|
125
|
sse2 yes
|
126
|
getloadavg yes
|
127
|
atomic64 yes
|
128
|
lockowner yes
|
129
|
qsort_r yes
|
130
|
recvmmsg yes
|
131
|
py_gzip yes
|
132
|
bin_bzip2 yes
|
133
|
ssl yes
|
134
|
linuxdvbapi yes
|
135
|
upnp yes
|
136
|
mpegts yes
|
137
|
mpegps no
|
138
|
mpegts_dvb yes
|
139
|
|
140
|
Packages:
|
141
|
openssl 1.0.1i
|
142
|
zlib 1.2.8
|
143
|
avahi-client 0.6.31
|
144
|
libavcodec 54.92.100
|
145
|
libavutil 52.18.100
|
146
|
libavformat 54.63.104
|
147
|
libswscale 2.2.100
|
148
|
libavresample 1.1.0
|
149
|
dbus-1 1.8.8
|
150
|
|
151
|
Installation paths:
|
152
|
Prefix: /usr
|
153
|
Binaries: ${prefix}/bin
|
154
|
Libraries: /usr/lib64
|
155
|
Data files: /usr/share
|
156
|
Man pages: /usr/share/man
|
157
|
|
158
|
Final Binary:
|
159
|
/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/tvheadend
|
160
|
|
161
|
Tvheadend Data Directory:
|
162
|
/usr/share/tvheadend
|
163
|
|
164
|
>>> Source configured.
|
165
|
>>> Compiling source in /var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999 ...
|
166
|
make -j3 CC=x86_64-pc-linux-gnu-gcc
|
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/uuid.o src/uuid.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/main.o src/main.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/tvhlog.o src/tvhlog.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/idnode.o src/idnode.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/prop.o src/prop.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/utils.o src/utils.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/wrappers.o src/wrappers.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/access.o src/access.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/tcp.o src/tcp.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/udp.o src/udp.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/url.o src/url.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/http.o src/http.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/notify.o src/notify.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/file.o src/file.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/epg.o src/epg.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/epgdb.o src/epgdb.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/epggrab.o src/epggrab.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/spawn.o src/spawn.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/packet.o src/packet.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/streaming.o src/streaming.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/channels.o src/channels.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/subscriptions.o src/subscriptions.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/service.o src/service.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/htsp_server.o src/htsp_server.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/htsmsg.o src/htsmsg.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/htsmsg_binary.o src/htsmsg_binary.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/htsmsg_json.o src/htsmsg_json.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/htsmsg_xml.o src/htsmsg_xml.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/misc/dbl.o src/misc/dbl.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/misc/json.o src/misc/json.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/settings.o src/settings.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/htsbuf.o src/htsbuf.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/trap.o src/trap.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/avg.o src/avg.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/htsstr.o src/htsstr.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/tvhpoll.o src/tvhpoll.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/huffman.o src/huffman.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/filebundle.o src/filebundle.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/config.o src/config.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/lang_codes.o src/lang_codes.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/lang_str.o src/lang_str.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/imagecache.o src/imagecache.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/tvhtime.o src/tvhtime.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/service_mapper.o src/service_mapper.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/input.o src/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/httpc.o src/httpc.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/rtsp.o src/rtsp.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/fsmonitor.o src/fsmonitor.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/cron.o src/cron.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/esfilter.o src/esfilter.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/intlconv.o src/intlconv.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/profile.o src/profile.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.o src/api.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_status.o src/api/api_status.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_idnode.o src/api/api_idnode.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_input.o src/api/api_input.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_channel.o src/api/api_channel.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/api/api_service.o src/api/api_service.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/api/api_mpegts.o src/api/api_mpegts.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/api/api_epg.o src/api/api_epg.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/api/api_epggrab.o src/api/api_epggrab.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/api/api_imagecache.o src/api/api_imagecache.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/api/api_esfilter.o src/api/api_esfilter.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/api/api_intlconv.o src/api/api_intlconv.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/api/api_dvr.o src/api/api_dvr.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/api/api_access.o src/api/api_access.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/api/api_caclient.o src/api/api_caclient.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/api/api_profile.o src/api/api_profile.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/parsers/parsers.o src/parsers/parsers.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/parsers/bitstream.o src/parsers/bitstream.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/parsers/parser_h264.o src/parsers/parser_h264.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/parsers/parser_latm.o src/parsers/parser_latm.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/parsers/parser_avc.o src/parsers/parser_avc.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/parsers/parser_teletext.o src/parsers/parser_teletext.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/epggrab/module.o src/epggrab/module.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/epggrab/channel.o src/epggrab/channel.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/epggrab/module/pyepg.o src/epggrab/module/pyepg.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/epggrab/module/xmltv.o src/epggrab/module/xmltv.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/plumbing/tsfix.o src/plumbing/tsfix.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/plumbing/globalheaders.o src/plumbing/globalheaders.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/dvr/dvr_db.o src/dvr/dvr_db.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/dvr/dvr_rec.o src/dvr/dvr_rec.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/dvr/dvr_autorec.o src/dvr/dvr_autorec.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/dvr/dvr_timerec.o src/dvr/dvr_timerec.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/dvr/dvr_config.o src/dvr/dvr_config.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/dvr/dvr_cutpoints.o src/dvr/dvr_cutpoints.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/webui/webui.o src/webui/webui.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/webui/comet.o src/webui/comet.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/webui/extjs.o src/webui/extjs.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/webui/simpleui.o src/webui/simpleui.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/webui/statedump.o src/webui/statedump.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/webui/html.o src/webui/html.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/webui/webui_api.o src/webui/webui_api.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/muxer.o src/muxer.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/muxer/muxer_pass.o src/muxer/muxer_pass.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/muxer/muxer_tvh.o src/muxer/muxer_tvh.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/muxer/tvh/ebml.o src/muxer/tvh/ebml.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/muxer/tvh/mkmux.o src/muxer/tvh/mkmux.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/upnp.o src/upnp.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/descrambler/descrambler.o src/descrambler/descrambler.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/descrambler/caclient.o src/descrambler/caclient.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.o src/input/mpegts.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_input.o src/input/mpegts/mpegts_input.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_network.o src/input/mpegts/mpegts_network.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/mpegts_mux.o src/input/mpegts/mpegts_mux.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/input/mpegts/mpegts_service.o src/input/mpegts/mpegts_service.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/input/mpegts/mpegts_table.o src/input/mpegts/mpegts_table.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/input/mpegts/dvb_support.o src/input/mpegts/dvb_support.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/input/mpegts/dvb_charset.o src/input/mpegts/dvb_charset.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/dvb_psi.o src/input/mpegts/dvb_psi.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/tsdemux.o src/input/mpegts/tsdemux.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/mpegts_mux_sched.o src/input/mpegts/mpegts_mux_sched.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/mpegts_network_scan.o src/input/mpegts/mpegts_network_scan.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/mpegts_network_dvb.o src/input/mpegts/mpegts_network_dvb.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/mpegts_mux_dvb.o src/input/mpegts/mpegts_mux_dvb.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/scanfile.o src/input/mpegts/scanfile.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/epggrab/otamux.o src/epggrab/otamux.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/epggrab/module/eit.o src/epggrab/module/eit.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/epggrab/support/freesat_huffman.o src/epggrab/support/freesat_huffman.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/epggrab/module/opentv.o src/epggrab/module/opentv.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/linuxdvb/linuxdvb.o src/input/mpegts/linuxdvb/linuxdvb.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/linuxdvb/linuxdvb_adapter.o src/input/mpegts/linuxdvb/linuxdvb_adapter.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/linuxdvb/linuxdvb_frontend.o src/input/mpegts/linuxdvb/linuxdvb_frontend.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/linuxdvb/linuxdvb_satconf.o src/input/mpegts/linuxdvb/linuxdvb_satconf.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/linuxdvb/linuxdvb_lnb.o src/input/mpegts/linuxdvb/linuxdvb_lnb.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/linuxdvb/linuxdvb_switch.o src/input/mpegts/linuxdvb/linuxdvb_switch.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/linuxdvb/linuxdvb_rotor.o src/input/mpegts/linuxdvb/linuxdvb_rotor.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/linuxdvb/linuxdvb_en50494.o src/input/mpegts/linuxdvb/linuxdvb_en50494.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/satip/satip.o src/input/mpegts/satip/satip.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/input/mpegts/satip/satip_frontend.o src/input/mpegts/satip/satip_frontend.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/input/mpegts/satip/satip_satconf.o src/input/mpegts/satip/satip_satconf.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/input/mpegts/satip/satip_rtsp.o src/input/mpegts/satip/satip_rtsp.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/input/mpegts/iptv/iptv.o src/input/mpegts/iptv/iptv.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/input/mpegts/iptv/iptv_mux.o src/input/mpegts/iptv/iptv_mux.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/input/mpegts/iptv/iptv_service.o src/input/mpegts/iptv/iptv_service.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/input/mpegts/iptv/iptv_http.o src/input/mpegts/iptv/iptv_http.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/input/mpegts/tsfile/tsfile.o src/input/mpegts/tsfile/tsfile.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/input/mpegts/iptv/iptv_udp.o src/input/mpegts/iptv/iptv_udp.c
|
305
|
x86_64-pc-linux-gnu-gcc -MD -MP -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -g -O2 -Wunused-result -Wall -Wwrite-strings -Wno-deprecated-declarations -Wmissing-prototypes -fms-extensions -funsigned-char -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src -I/var/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
|
306
|
x86_64-pc-linux-gnu-gcc -MD -MP -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -g -O2 -Wunused-result -Wall -Wwrite-strings -Wno-deprecated-declarations -Wmissing-prototypes -fms-extensions -funsigned-char -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src -I/var/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
|
307
|
x86_64-pc-linux-gnu-gcc -MD -MP -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -g -O2 -Wunused-result -Wall -Wwrite-strings -Wno-deprecated-declarations -Wmissing-prototypes -fms-extensions -funsigned-char -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src -I/var/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
|
308
|
x86_64-pc-linux-gnu-gcc -MD -MP -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -g -O2 -Wunused-result -Wall -Wwrite-strings -Wno-deprecated-declarations -Wmissing-prototypes -fms-extensions -funsigned-char -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src -I/var/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
|
309
|
x86_64-pc-linux-gnu-gcc -MD -MP -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -g -O2 -Wunused-result -Wall -Wwrite-strings -Wno-deprecated-declarations -Wmissing-prototypes -fms-extensions -funsigned-char -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src -I/var/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
|
310
|
x86_64-pc-linux-gnu-gcc -MD -MP -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -D_REENTRANT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -g -O2 -Wunused-result -Wall -Wwrite-strings -Wno-deprecated-declarations -Wmissing-prototypes -fms-extensions -funsigned-char -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux -I/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src -I/var/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
|
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/avahi.o src/avahi.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/libav.o src/libav.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/muxer/muxer_libav.o src/muxer/muxer_libav.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/plumbing/transcoding.o src/plumbing/transcoding.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/tvhcsa.o src/descrambler/tvhcsa.c
|
316
|
src/plumbing/transcoding.c:28:29: fatal error: libavutil/frame.h: No such file or directory
|
317
|
compilation terminated.
|
318
|
Makefile:390: recipe for target '/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/plumbing/transcoding.o' failed
|
319
|
make: *** [/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/plumbing/transcoding.o] Error 1
|
320
|
make: *** Waiting for unfinished jobs....
|
321
|
* ERROR: media-tv/tvheadend-9999::x-portage failed (compile phase):
|
322
|
* emake failed
|
323
|
*
|
324
|
* If you need support, post the output of `emerge --info '=media-tv/tvheadend-9999::x-portage'`,
|
325
|
* the complete build log and the output of `emerge -pqv '=media-tv/tvheadend-9999::x-portage'`.
|
326
|
* The complete build log is located at '/var/tmp/portage/media-tv/tvheadend-9999/temp/build.log'.
|
327
|
* The ebuild environment file is located at '/var/tmp/portage/media-tv/tvheadend-9999/temp/environment'.
|
328
|
* Working directory: '/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999'
|
329
|
* S: '/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999'
|
330
|
|
331
|
>>> Failed to emerge media-tv/tvheadend-9999, Log file:
|
332
|
|
333
|
>>> '/var/tmp/portage/media-tv/tvheadend-9999/temp/build.log'
|
334
|
|
335
|
* Messages for package media-tv/tvheadend-9999:
|
336
|
|
337
|
* ERROR: media-tv/tvheadend-9999::x-portage failed (compile phase):
|
338
|
* emake failed
|
339
|
*
|
340
|
* If you need support, post the output of `emerge --info '=media-tv/tvheadend-9999::x-portage'`,
|
341
|
* the complete build log and the output of `emerge -pqv '=media-tv/tvheadend-9999::x-portage'`.
|
342
|
* The complete build log is located at '/var/tmp/portage/media-tv/tvheadend-9999/temp/build.log'.
|
343
|
* The ebuild environment file is located at '/var/tmp/portage/media-tv/tvheadend-9999/temp/environment'.
|
344
|
* Working directory: '/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999'
|
345
|
* S: '/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999'
|