1
|
remote: Counting objects: 12, done.
|
2
|
remote: Compressing objects: 100% (4/4), done.
|
3
|
remote: Total 12 (delta 10), reused 10 (delta 8), pack-reused 0
|
4
|
Unpacking objects: 100% (12/12), done.
|
5
|
From https://github.com/tvheadend/tvheadend
|
6
|
4de83ec..6b9dcab master -> origin/master
|
7
|
Updating 4de83ec..6b9dcab
|
8
|
Fast-forward
|
9
|
src/dvr/dvr_db.c | 3 ++-
|
10
|
src/webui/static/app/ext.css | 7 ++++---
|
11
|
2 files changed, 6 insertions(+), 4 deletions(-)
|
12
|
dpkg-buildpackage: source package tvheadend
|
13
|
dpkg-buildpackage: source version 4.1-2052~g6b9dcab
|
14
|
dpkg-buildpackage: source distribution unstable
|
15
|
dpkg-buildpackage: source changed by Andreas Öman <[email protected]>
|
16
|
dpkg-buildpackage: host architecture amd64
|
17
|
dpkg-source --before-build tvheadend
|
18
|
fakeroot debian/rules clean
|
19
|
dh clean
|
20
|
dh_testdir
|
21
|
dh_clean
|
22
|
rm -f debian/tvheadend.substvars
|
23
|
rm -f debian/tvheadend.*.debhelper
|
24
|
rm -rf debian/tvheadend/
|
25
|
rm -f debian/tvheadend-dbg.substvars
|
26
|
rm -f debian/tvheadend-dbg.*.debhelper
|
27
|
rm -rf debian/tvheadend-dbg/
|
28
|
rm -f debian/*.debhelper.log
|
29
|
rm -f debian/files
|
30
|
find . \( \( \
|
31
|
\( -path .\*/.git -o -path .\*/.svn -o -path .\*/.bzr -o -path .\*/.hg -o -path .\*/CVS \) -prune -o -type f -a \
|
32
|
\( -name '#*#' -o -name '.*~' -o -name '*~' -o -name DEADJOE \
|
33
|
-o -name '*.orig' -o -name '*.rej' -o -name '*.bak' \
|
34
|
-o -name '.*.orig' -o -name .*.rej -o -name '.SUMS' \
|
35
|
-o -name TAGS -o \( -path '*/.deps/*' -a -name '*.P' \) \
|
36
|
\) -exec rm -f {} + \) -o \
|
37
|
\( -type d -a -name autom4te.cache -prune -exec rm -rf {} + \) \)
|
38
|
debian/rules build
|
39
|
dh build
|
40
|
dh_testdir
|
41
|
debian/rules override_dh_auto_configure
|
42
|
make[1]: Entering directory '/home/martin/tvheadend'
|
43
|
dh_auto_configure -- --enable-hdhomerun_static --enable-libffmpeg_static --enable-libx265 --enable-libx265_static --enable-imagecache
|
44
|
./configure --build=x86_64-linux-gnu --prefix=/usr --includedir=\${prefix}/include --mandir=\${prefix}/share/man --infodir=\${prefix}/share/info --sysconfdir=/etc --localstatedir=/var --disable-silent-rules --libexecdir=\${prefix}/lib/tvheadend --disable-maintainer-mode --disable-dependency-tracking --enable-hdhomerun_static --enable-libffmpeg_static --enable-libx265 --enable-libx265_static --enable-imagecache
|
45
|
Checking support/features
|
46
|
checking for cc execinfo.h ... ok
|
47
|
checking for cc -mmmx ... ok
|
48
|
checking for cc -msse2 ... ok
|
49
|
checking for cc -Wunused-result ... ok
|
50
|
checking for cc getloadavg ... ok
|
51
|
checking for cc atomic64 ... ok
|
52
|
checking for cc atomic_time_t ... ok
|
53
|
checking for cc lockowner ... ok
|
54
|
checking for cc qsort_r ... ok
|
55
|
checking for cc stime ... ok
|
56
|
checking for cc gmtoff ... ok
|
57
|
checking for cc recvmmsg ... ok
|
58
|
checking for cc sendmmsg ... ok
|
59
|
checking for cc libiconv ... fail
|
60
|
checking for cc libdvben50221 ... fail
|
61
|
checking for cc ifnames ... ok
|
62
|
checking for py module gzip ... ok
|
63
|
checking for pkg-config ... ok
|
64
|
checking for xgettext ... ok
|
65
|
checking for msgmerge ... ok
|
66
|
checking for gzip ... ok
|
67
|
checking for bzip2 ... ok
|
68
|
checking for pkg openssl ... ok (detected 1.0.1k)
|
69
|
checking for cc linux/dvb/version.h ... ok
|
70
|
checking for pkg zlib ... ok (detected 1.2.8)
|
71
|
checking for pkg liburiparser ... ok (detected 0.8.0.1)
|
72
|
checking for pkg avahi-client ... ok (detected 0.6.31)
|
73
|
checking for cmake ... ok
|
74
|
checking for cc -lstdc++ ... ok
|
75
|
checking for cc nvEncodeAPI.h ... fail
|
76
|
checking for cc sys/inotify.h ... ok
|
77
|
fetching dvb-scan files ... ok
|
78
|
checking for pkg dbus-1 ... ok (detected 1.8.20)
|
79
|
|
80
|
Compiler:
|
81
|
Using C compiler: cc
|
82
|
Build for arch: x86_64
|
83
|
|
84
|
Binaries:
|
85
|
Using PYTHON: python
|
86
|
Using GZIP: gzip
|
87
|
Using BZIP2: bzip2
|
88
|
|
89
|
Options:
|
90
|
pie yes
|
91
|
cwc yes
|
92
|
capmt yes
|
93
|
constcw yes
|
94
|
linuxdvb yes
|
95
|
satip_server yes
|
96
|
satip_client yes
|
97
|
hdhomerun_client yes
|
98
|
hdhomerun_static yes
|
99
|
iptv yes
|
100
|
tsfile yes
|
101
|
dvbscan yes
|
102
|
timeshift yes
|
103
|
trace yes
|
104
|
imagecache yes
|
105
|
avahi yes
|
106
|
zlib yes
|
107
|
libav yes
|
108
|
ffmpeg_static yes
|
109
|
libx264 yes
|
110
|
libx264_static yes
|
111
|
libx265 yes
|
112
|
libx265_static yes
|
113
|
libvpx yes
|
114
|
libvpx_static yes
|
115
|
libtheora yes
|
116
|
libtheora_static yes
|
117
|
libvorbis yes
|
118
|
libvorbis_static yes
|
119
|
libfdkaac yes
|
120
|
libfdkaac_static yes
|
121
|
nvenc no
|
122
|
qsv no
|
123
|
libmfx_static no
|
124
|
inotify yes
|
125
|
epoll yes
|
126
|
uriparser yes
|
127
|
ccache no
|
128
|
tvhcsa yes
|
129
|
bundle no
|
130
|
dvbcsa no
|
131
|
dvben50221 no
|
132
|
kqueue no
|
133
|
dbus_1 yes
|
134
|
android no
|
135
|
tsdebug no
|
136
|
gtimer_check no
|
137
|
slow_memoryinfo no
|
138
|
libsystemd_daemon no
|
139
|
bintray_cache yes
|
140
|
execinfo yes
|
141
|
mmx yes
|
142
|
sse2 yes
|
143
|
W_unused_result yes
|
144
|
getloadavg yes
|
145
|
atomic64 yes
|
146
|
atomic_time_t yes
|
147
|
lockowner yes
|
148
|
qsort_r yes
|
149
|
stime yes
|
150
|
gmtoff yes
|
151
|
recvmmsg yes
|
152
|
sendmmsg yes
|
153
|
ifnames yes
|
154
|
py_gzip yes
|
155
|
bin_pkg_config yes
|
156
|
bin_xgettext yes
|
157
|
bin_msgmerge yes
|
158
|
bin_gzip yes
|
159
|
bin_bzip2 yes
|
160
|
ssl yes
|
161
|
linuxdvbapi yes
|
162
|
upnp yes
|
163
|
bin_cmake yes
|
164
|
stdcpp yes
|
165
|
libogg_static yes
|
166
|
inotify_h yes
|
167
|
mpegts yes
|
168
|
mpegts_dvb yes
|
169
|
|
170
|
Packages:
|
171
|
openssl 1.0.1k
|
172
|
zlib 1.2.8
|
173
|
liburiparser 0.8.0.1
|
174
|
avahi-client 0.6.31
|
175
|
dbus-1 1.8.20
|
176
|
|
177
|
Installation paths:
|
178
|
Prefix: /usr
|
179
|
Binaries: ${prefix}/bin
|
180
|
Libraries: ${prefix}/lib
|
181
|
Data files: ${prefix}/share
|
182
|
Man pages: /usr/share/man
|
183
|
|
184
|
Final Binary:
|
185
|
/home/martin/tvheadend/build.linux/tvheadend
|
186
|
|
187
|
Tvheadend Data Directory:
|
188
|
/usr/share/tvheadend
|
189
|
|
190
|
make[1]: Leaving directory '/home/martin/tvheadend'
|
191
|
debian/rules override_dh_auto_build
|
192
|
make[1]: Entering directory '/home/martin/tvheadend'
|
193
|
make
|
194
|
make[2]: Entering directory '/home/martin/tvheadend'
|
195
|
make -f Makefile.hdhomerun
|
196
|
make[3]: Entering directory '/home/martin/tvheadend'
|
197
|
DOWNLOAD https://dl.bintray.com/tvheadend/misc/staticlib//amd64/hdhomerun-94fe5265c8f702056114557ba0eca63fa40eff3d.tgz
|
198
|
--2016-05-21 12:30:57-- https://dl.bintray.com/tvheadend/misc/staticlib//amd64/hdhomerun-94fe5265c8f702056114557ba0eca63fa40eff3d.tgz
|
199
|
Resolving dl.bintray.com (dl.bintray.com)... 5.153.35.248, 159.122.18.156
|
200
|
Connecting to dl.bintray.com (dl.bintray.com)|5.153.35.248|:443... connected.
|
201
|
HTTP request sent, awaiting response... 404 Not Found
|
202
|
2016-05-21 12:30:57 ERROR 404: Not Found.
|
203
|
|
204
|
FAILED TO DOWNLOAD https://dl.bintray.com/tvheadend/misc/staticlib//amd64/hdhomerun-94fe5265c8f702056114557ba0eca63fa40eff3d.tgz (BUT THIS IS NOT A FATAL ERROR! DO NOT REPORT THAT!)
|
205
|
(ignoring request to make default)
|
206
|
make[3]: Leaving directory '/home/martin/tvheadend'
|
207
|
make -f Makefile.webui LANGUAGES="bg cs da de en_US en_GB es et fa fi fr he hr hu it lv nl pl pt ru sv uk" all
|
208
|
make[3]: Entering directory '/home/martin/tvheadend'
|
209
|
make -f Makefile.webui WEBUI=std compile-std
|
210
|
make[4]: Entering directory '/home/martin/tvheadend'
|
211
|
src/webui/static/tvh.blue.css.gz.tmp 170528
|
212
|
src/webui/static/tvh.blue.css.gz.tmp2 136835
|
213
|
src/webui/static/tvh.blue.css.gz 21826
|
214
|
src/webui/static/tvh.gray.css.gz.tmp 169993
|
215
|
src/webui/static/tvh.gray.css.gz.tmp2 136300
|
216
|
src/webui/static/tvh.gray.css.gz 21831
|
217
|
src/webui/static/tvh.access.css.gz.tmp 173242
|
218
|
src/webui/static/tvh.access.css.gz.tmp2 138786
|
219
|
src/webui/static/tvh.access.css.gz 22392
|
220
|
WEBUI std finished
|
221
|
make[4]: Leaving directory '/home/martin/tvheadend'
|
222
|
make -f Makefile.webui WEBUI=debug compile-debug
|
223
|
make[4]: Entering directory '/home/martin/tvheadend'
|
224
|
WEBUI debug finished
|
225
|
make[4]: Leaving directory '/home/martin/tvheadend'
|
226
|
make[3]: Leaving directory '/home/martin/tvheadend'
|
227
|
CC src/version.o
|
228
|
CC src/uuid.o
|
229
|
CC src/main.o
|
230
|
CC src/tvhlog.o
|
231
|
CC src/idnode.o
|
232
|
CC src/prop.o
|
233
|
CC src/utils.o
|
234
|
CC src/wrappers.o
|
235
|
CC src/access.o
|
236
|
CC src/tcp.o
|
237
|
CC src/udp.o
|
238
|
CC src/url.o
|
239
|
CC src/http.o
|
240
|
CC src/notify.o
|
241
|
CC src/file.o
|
242
|
CC src/epg.o
|
243
|
CC src/epgdb.o
|
244
|
CC src/epggrab.o
|
245
|
CC src/spawn.o
|
246
|
CC src/packet.o
|
247
|
CC src/streaming.o
|
248
|
CC src/channels.o
|
249
|
CC src/subscriptions.o
|
250
|
CC src/service.o
|
251
|
CC src/htsp_server.o
|
252
|
CC src/htsmsg.o
|
253
|
CC src/htsmsg_binary.o
|
254
|
CC src/htsmsg_json.o
|
255
|
CC src/htsmsg_xml.o
|
256
|
CC src/misc/json.o
|
257
|
CC src/misc/m3u.o
|
258
|
CC src/settings.o
|
259
|
CC src/htsbuf.o
|
260
|
CC src/trap.o
|
261
|
CC src/tvhpoll.o
|
262
|
CC src/huffman.o
|
263
|
CC src/filebundle.o
|
264
|
CC src/config.o
|
265
|
CC src/lang_codes.o
|
266
|
CC src/lang_str.o
|
267
|
CC src/imagecache.o
|
268
|
CC src/tvhtime.o
|
269
|
CC src/service_mapper.o
|
270
|
CC src/input.o
|
271
|
CC src/httpc.o
|
272
|
CC src/rtsp.o
|
273
|
CC src/download.o
|
274
|
CC src/fsmonitor.o
|
275
|
CC src/cron.o
|
276
|
CC src/esfilter.o
|
277
|
CC src/intlconv.o
|
278
|
CC src/profile.o
|
279
|
CC src/bouquet.o
|
280
|
CC src/lock.o
|
281
|
CC src/wizard.o
|
282
|
CC src/memoryinfo.o
|
283
|
CC src/api.o
|
284
|
CC src/api/api_config.o
|
285
|
CC src/api/api_status.o
|
286
|
CC src/api/api_idnode.o
|
287
|
CC src/api/api_input.o
|
288
|
CC src/api/api_channel.o
|
289
|
CC src/api/api_service.o
|
290
|
CC src/api/api_mpegts.o
|
291
|
CC src/api/api_epg.o
|
292
|
CC src/api/api_epggrab.o
|
293
|
CC src/api/api_imagecache.o
|
294
|
CC src/api/api_esfilter.o
|
295
|
CC src/api/api_intlconv.o
|
296
|
CC src/api/api_access.o
|
297
|
CC src/api/api_dvr.o
|
298
|
CC src/api/api_caclient.o
|
299
|
CC src/api/api_profile.o
|
300
|
CC src/api/api_bouquet.o
|
301
|
CC src/api/api_language.o
|
302
|
CC src/api/api_satip.o
|
303
|
CC src/api/api_timeshift.o
|
304
|
CC src/api/api_wizard.o
|
305
|
CC src/parsers/parsers.o
|
306
|
CC src/parsers/parser_h264.o
|
307
|
CC src/parsers/parser_hevc.o
|
308
|
CC src/parsers/parser_latm.o
|
309
|
CC src/parsers/parser_avc.o
|
310
|
CC src/parsers/parser_teletext.o
|
311
|
CC src/epggrab/module.o
|
312
|
CC src/epggrab/channel.o
|
313
|
CC src/epggrab/module/pyepg.o
|
314
|
CC src/epggrab/module/xmltv.o
|
315
|
CC src/plumbing/tsfix.o
|
316
|
CC src/plumbing/globalheaders.o
|
317
|
CC src/dvr/dvr_db.o
|
318
|
CC src/dvr/dvr_rec.o
|
319
|
CC src/dvr/dvr_autorec.o
|
320
|
CC src/dvr/dvr_timerec.o
|
321
|
CC src/dvr/dvr_vfsmgr.o
|
322
|
CC src/dvr/dvr_config.o
|
323
|
CC src/dvr/dvr_cutpoints.o
|
324
|
CC src/webui/webui.o
|
325
|
CC src/webui/comet.o
|
326
|
CC src/webui/extjs.o
|
327
|
CC src/webui/simpleui.o
|
328
|
CC src/webui/statedump.o
|
329
|
CC src/webui/html.o
|
330
|
CC src/webui/webui_api.o
|
331
|
CC src/webui/xmltv.o
|
332
|
CC src/webui/doc_md.o
|
333
|
CC src/muxer.o
|
334
|
CC src/muxer/muxer_pass.o
|
335
|
CC src/muxer/muxer_mkv.o
|
336
|
CC src/zlib.o
|
337
|
CC src/upnp.o
|
338
|
CC src/satip/server.o
|
339
|
CC src/satip/rtsp.o
|
340
|
CC src/satip/rtp.o
|
341
|
CC src/descrambler/descrambler.o
|
342
|
CC src/descrambler/caclient.o
|
343
|
CC src/descrambler/caid.o
|
344
|
CC src/input/mpegts.o
|
345
|
CC src/input/mpegts/mpegts_pid.o
|
346
|
CC src/input/mpegts/mpegts_input.o
|
347
|
CC src/input/mpegts/tsdemux.o
|
348
|
CC src/input/mpegts/dvb_psi_lib.o
|
349
|
CC src/input/mpegts/mpegts_network.o
|
350
|
CC src/input/mpegts/mpegts_mux.o
|
351
|
CC src/input/mpegts/mpegts_service.o
|
352
|
CC src/input/mpegts/mpegts_table.o
|
353
|
CC src/input/mpegts/dvb_support.o
|
354
|
CC src/input/mpegts/dvb_charset.o
|
355
|
CC src/input/mpegts/dvb_psi.o
|
356
|
CC src/input/mpegts/fastscan.o
|
357
|
CC src/input/mpegts/mpegts_mux_sched.o
|
358
|
CC src/input/mpegts/mpegts_network_scan.o
|
359
|
CC src/input/mpegts/mpegts_network_dvb.o
|
360
|
CC src/input/mpegts/mpegts_mux_dvb.o
|
361
|
CC src/input/mpegts/scanfile.o
|
362
|
CC src/epggrab/otamux.o
|
363
|
CC src/epggrab/module/eit.o
|
364
|
CC src/epggrab/module/psip.o
|
365
|
CC src/epggrab/support/freesat_huffman.o
|
366
|
CC src/epggrab/module/opentv.o
|
367
|
CC src/input/mpegts/linuxdvb/linuxdvb.o
|
368
|
CC src/input/mpegts/linuxdvb/linuxdvb_adapter.o
|
369
|
CC src/input/mpegts/linuxdvb/linuxdvb_frontend.o
|
370
|
CC src/input/mpegts/linuxdvb/linuxdvb_satconf.o
|
371
|
CC src/input/mpegts/linuxdvb/linuxdvb_lnb.o
|
372
|
CC src/input/mpegts/linuxdvb/linuxdvb_switch.o
|
373
|
CC src/input/mpegts/linuxdvb/linuxdvb_rotor.o
|
374
|
CC src/input/mpegts/linuxdvb/linuxdvb_en50494.o
|
375
|
CC src/input/mpegts/satip/satip.o
|
376
|
CC src/input/mpegts/satip/satip_frontend.o
|
377
|
CC src/input/mpegts/satip/satip_satconf.o
|
378
|
CC src/input/mpegts/satip/satip_rtsp.o
|
379
|
CC src/input/mpegts/tvhdhomerun/tvhdhomerun.o
|
380
|
CC src/input/mpegts/tvhdhomerun/tvhdhomerun_frontend.o
|
381
|
CC src/input/mpegts/iptv/iptv.o
|
382
|
CC src/input/mpegts/iptv/iptv_mux.o
|
383
|
CC src/input/mpegts/iptv/iptv_service.o
|
384
|
CC src/input/mpegts/iptv/iptv_http.o
|
385
|
CC src/input/mpegts/iptv/iptv_udp.o
|
386
|
CC src/input/mpegts/iptv/iptv_rtsp.o
|
387
|
CC src/input/mpegts/iptv/iptv_rtcp.o
|
388
|
CC src/input/mpegts/iptv/iptv_pipe.o
|
389
|
CC src/input/mpegts/iptv/iptv_file.o
|
390
|
CC src/input/mpegts/iptv/iptv_auto.o
|
391
|
CC src/input/mpegts/tsfile/tsfile.o
|
392
|
CC src/input/mpegts/tsfile/tsfile_input.o
|
393
|
CC src/input/mpegts/tsfile/tsfile_mux.o
|
394
|
CC src/timeshift.o
|
395
|
CC src/timeshift/timeshift_filemgr.o
|
396
|
CC src/timeshift/timeshift_writer.o
|
397
|
CC src/timeshift/timeshift_reader.o
|
398
|
CC src/dvr/dvr_inotify.o
|
399
|
CC src/avahi.o
|
400
|
CC src/libav.o
|
401
|
CC src/muxer/muxer_libav.o
|
402
|
CC src/plumbing/transcoding.o
|
403
|
CC src/descrambler/tvhcsa.o
|
404
|
CC src/descrambler/cwc.o
|
405
|
CC src/descrambler/emm_reass.o
|
406
|
CC src/descrambler/capmt.o
|
407
|
CC src/descrambler/constcw.o
|
408
|
CC src/descrambler/ffdecsa/ffdecsa_interface.o
|
409
|
CC src/descrambler/libaesdec/libaesdec.o
|
410
|
CC src/dbus.o
|
411
|
CC build.o
|
412
|
CC timestamp.o
|
413
|
CC tvheadend
|
414
|
/usr/bin/ld: /home/martin/tvheadend/build.linux/src/misc/dbl.o: relocation R_X86_64_32 against `.rodata' can not be used when making a shared object; recompile with -fPIC
|
415
|
/home/martin/tvheadend/build.linux/src/misc/dbl.o: error adding symbols: Bad value
|
416
|
collect2: error: ld returned 1 exit status
|
417
|
Makefile:616: recipe for target '/home/martin/tvheadend/build.linux/tvheadend' failed
|
418
|
make[2]: *** [/home/martin/tvheadend/build.linux/tvheadend] Error 1
|
419
|
make[2]: Leaving directory '/home/martin/tvheadend'
|
420
|
debian/rules:11: recipe for target 'override_dh_auto_build' failed
|
421
|
make[1]: *** [override_dh_auto_build] Error 2
|
422
|
make[1]: Leaving directory '/home/martin/tvheadend'
|
423
|
debian/rules:5: recipe for target 'build' failed
|
424
|
make: *** [build] Error 2
|
425
|
dpkg-buildpackage: error: debian/rules build gave error exit status 2
|
426
|
debian_tvh%
|