1
|
=~=~=~=~=~=~=~=~=~=~=~= PuTTY log 2017.06.05 20:18:03 =~=~=~=~=~=~=~=~=~=~=~=
|
2
|
git pull
|
3
|
remote: Counting objects: 20, done.
|
4
|
remote: Compressing objects: 100% (10/10), done.
|
5
|
remote: Total 20 (delta 14), reused 13 (delta 8), pack-reused 0
|
6
|
: 100% (20/20), .
|
7
|
https://github.com/tvheadend/tvheadend
|
8
|
f46a6c2..45c085a master -> origin/master
|
9
|
f46a6c2..45c085a
|
10
|
Fast-forward
|
11
|
Makefile.hdhomerun | 4 ++--
|
12
|
lib/py/tvh/htsmsg.py | 2 +-
|
13
|
src/descrambler.h | 1 +
|
14
|
src/descrambler/descrambler.c | 162 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--------------------------------------------
|
15
|
4 files changed, 112 insertions(+), 57 deletions(-)
|
16
|
root@FlamingoXL:/opt/tvheadend# ./Autobuild.sh
|
17
|
dpkg-buildpackage: source package tvheadend
|
18
|
dpkg-buildpackage: source version 4.3-191~g45c085a
|
19
|
dpkg-buildpackage: source distribution unstable
|
20
|
dpkg-buildpackage: source changed by Andreas ?man <[email protected]>
|
21
|
dpkg-buildpackage: host architecture amd64
|
22
|
dpkg-source --before-build tvheadend
|
23
|
debian/rules clean
|
24
|
dh clean
|
25
|
dh_testdir
|
26
|
dh_clean
|
27
|
rm -f debian/tvheadend.substvars
|
28
|
rm -f debian/tvheadend.*.debhelper
|
29
|
rm -rf debian/tvheadend/
|
30
|
rm -f debian/tvheadend-dbg.substvars
|
31
|
rm -f debian/tvheadend-dbg.*.debhelper
|
32
|
rm -rf debian/tvheadend-dbg/
|
33
|
rm -f debian/*.debhelper.log
|
34
|
rm -f debian/files
|
35
|
find . \( \( \
|
36
|
\( -path .\*/.git -o -path .\*/.svn -o -path .\*/.bzr -o -path .\*/.hg -o -path .\*/CVS \) -prune -o -type f -a \
|
37
|
\( -name '#*#' -o -name '.*~' -o -name '*~' -o -name DEADJOE \
|
38
|
-o -name '*.orig' -o -name '*.rej' -o -name '*.bak' \
|
39
|
-o -name '.*.orig' -o -name .*.rej -o -name '.SUMS' \
|
40
|
-o -name TAGS -o \( -path '*/.deps/*' -a -name '*.P' \) \
|
41
|
\) -exec rm -f {} + \) -o \
|
42
|
\( -type d -a -name autom4te.cache -prune -exec rm -rf {} + \) \)
|
43
|
debian/rules build
|
44
|
dh build
|
45
|
dh_testdir
|
46
|
debian/rules override_dh_auto_configure
|
47
|
make[1]: Entering directory '/opt/tvheadend'
|
48
|
dh_auto_configure --
|
49
|
./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
|
50
|
Checking support/features
|
51
|
checking for cc execinfo.h ... ok
|
52
|
checking for cc -mmmx ... ok
|
53
|
checking for cc -msse2 ... ok
|
54
|
checking for cc -Wunused-result ... ok
|
55
|
checking for cc getloadavg ... ok
|
56
|
checking for cc atomic64 ... ok
|
57
|
checking for cc atomic_time_t ... ok
|
58
|
checking for cc bitops64 ... ok
|
59
|
checking for cc lockowner ... ok
|
60
|
checking for cc qsort_r ... ok
|
61
|
checking for cc stime ... ok
|
62
|
checking for cc gmtoff ... ok
|
63
|
checking for cc recvmmsg ... ok
|
64
|
checking for cc sendmmsg ... ok
|
65
|
checking for cc libiconv ... fail
|
66
|
checking for cc libdvben50221 ... ok
|
67
|
checking for cc ifnames ... ok
|
68
|
checking for py module gzip ... ok
|
69
|
checking for pkg-config ... ok
|
70
|
checking for xgettext ... ok
|
71
|
checking for msgmerge ... ok
|
72
|
checking for gzip ... ok
|
73
|
checking for bzip2 ... ok
|
74
|
checking for pkg openssl ... ok (detected 1.0.1t)
|
75
|
checking for cc linux/dvb/version.h ... ok
|
76
|
checking for pkg zlib ... ok (detected 1.2.8)
|
77
|
checking for pkg libpcre2-8 ... fail (detected <none>)
|
78
|
checking for pkg libpcre ... ok (detected 8.35)
|
79
|
checking for pkg liburiparser ... ok (detected 0.8.0.1)
|
80
|
checking for pkg avahi-client ... ok (detected 0.6.31)
|
81
|
checking for cmake ... ok
|
82
|
checking for cc -lstdc++ ... ok
|
83
|
checking for cc nvEncodeAPI.h ... fail
|
84
|
checking for cc sys/inotify.h ... ok
|
85
|
checking for cc inotify_init1 ... ok
|
86
|
fetching dvb-scan files ... ok
|
87
|
checking for cc epoll_create1 ... ok
|
88
|
checking for pkg dbus-1 ... ok (detected 1.8.22)
|
89
|
|
90
|
Compiler:
|
91
|
Using C compiler: cc
|
92
|
Using LD flags: -ldvben50221 -ldvbapi -lucsi
|
93
|
Build for arch: x86_64
|
94
|
|
95
|
Binaries:
|
96
|
Using PYTHON: python
|
97
|
Using GZIP: gzip
|
98
|
Using BZIP2: bzip2
|
99
|
|
100
|
Options:
|
101
|
pie yes
|
102
|
ccdebug no
|
103
|
cwc yes
|
104
|
cccam yes
|
105
|
capmt yes
|
106
|
constcw yes
|
107
|
linuxdvb yes
|
108
|
satip_server yes
|
109
|
satip_client yes
|
110
|
hdhomerun_client yes
|
111
|
hdhomerun_static yes
|
112
|
iptv yes
|
113
|
tsfile yes
|
114
|
dvbscan yes
|
115
|
timeshift yes
|
116
|
trace yes
|
117
|
imagecache yes
|
118
|
avahi yes
|
119
|
zlib yes
|
120
|
libav yes
|
121
|
ffmpeg_static yes
|
122
|
libx264 yes
|
123
|
libx264_static yes
|
124
|
libx265 yes
|
125
|
libx265_static yes
|
126
|
libvpx yes
|
127
|
libvpx_static yes
|
128
|
libtheora yes
|
129
|
libtheora_static yes
|
130
|
libvorbis yes
|
131
|
libvorbis_static yes
|
132
|
libfdkaac yes
|
133
|
libfdkaac_static yes
|
134
|
nvenc no
|
135
|
qsv no
|
136
|
libmfx_static no
|
137
|
inotify yes
|
138
|
epoll yes
|
139
|
pcre yes
|
140
|
pcre2 no
|
141
|
uriparser yes
|
142
|
ccache no
|
143
|
tvhcsa yes
|
144
|
bundle no
|
145
|
pngquant no
|
146
|
dvbcsa no
|
147
|
dvben50221 yes
|
148
|
kqueue no
|
149
|
dbus_1 yes
|
150
|
android no
|
151
|
tsdebug no
|
152
|
gtimer_check no
|
153
|
slow_memoryinfo no
|
154
|
libsystemd_daemon no
|
155
|
bintray_cache yes
|
156
|
execinfo yes
|
157
|
mmx yes
|
158
|
sse2 yes
|
159
|
W_unused_result yes
|
160
|
getloadavg yes
|
161
|
atomic64 yes
|
162
|
atomic_time_t yes
|
163
|
bitops64 yes
|
164
|
lockowner yes
|
165
|
qsort_r yes
|
166
|
stime yes
|
167
|
gmtoff yes
|
168
|
recvmmsg yes
|
169
|
sendmmsg yes
|
170
|
libdvben50221 yes
|
171
|
ifnames yes
|
172
|
py_gzip yes
|
173
|
bin_pkg_config yes
|
174
|
bin_xgettext yes
|
175
|
bin_msgmerge yes
|
176
|
bin_gzip yes
|
177
|
bin_bzip2 yes
|
178
|
ssl yes
|
179
|
linuxdvbapi yes
|
180
|
upnp yes
|
181
|
bin_cmake yes
|
182
|
stdcpp yes
|
183
|
libogg_static yes
|
184
|
inotify_h yes
|
185
|
inotify_init1 yes
|
186
|
linuxdvb_ca yes
|
187
|
epoll_create1 yes
|
188
|
mpegts yes
|
189
|
mpegts_dvb yes
|
190
|
|
191
|
Packages:
|
192
|
openssl 1.0.1t
|
193
|
zlib 1.2.8
|
194
|
libpcre 8.35
|
195
|
liburiparser 0.8.0.1
|
196
|
avahi-client 0.6.31
|
197
|
dbus-1 1.8.22
|
198
|
|
199
|
Installation paths:
|
200
|
Prefix: /usr
|
201
|
Binaries: ${prefix}/bin
|
202
|
Libraries: ${prefix}/lib
|
203
|
Data files: ${prefix}/share
|
204
|
Man pages: /usr/share/man
|
205
|
|
206
|
Final Binary:
|
207
|
/opt/tvheadend/build.linux/tvheadend
|
208
|
|
209
|
Tvheadend Data Directory:
|
210
|
/usr/share/tvheadend
|
211
|
|
212
|
make[1]: Leaving directory '/opt/tvheadend'
|
213
|
debian/rules override_dh_auto_build
|
214
|
make[1]: Entering directory '/opt/tvheadend'
|
215
|
make
|
216
|
make[2]: Entering directory '/opt/tvheadend'
|
217
|
make -f Makefile.hdhomerun libcacheget
|
218
|
make[3]: Entering directory '/opt/tvheadend'
|
219
|
DOWNLOAD https://dl.bintray.com/tvheadend/misc/staticlib/Debian%208.8/x86_64/hdhomerun-7ecd37175184f8546d758732482e059f774c331b.tgz
|
220
|
--2017-06-05 20:19:12-- https://dl.bintray.com/tvheadend/misc/staticlib/Debian%208.8/x86_64/hdhomerun-7ecd37175184f8546d758732482e059f774c331b.tgz
|
221
|
dl.bintray.com (dl.bintray.com)... 159.122.18.156
|
222
|
Connecting to dl.bintray.com (dl.bintray.com)|159.122.18.156|:443... .
|
223
|
HTTP , ... 404 Not Found
|
224
|
2017-06-05 20:19:12 : 404: Not Found.
|
225
|
|
226
|
FAILED TO DOWNLOAD https://dl.bintray.com/tvheadend/misc/staticlib/Debian%208.8/x86_64/hdhomerun-7ecd37175184f8546d758732482e059f774c331b.tgz (BUT THIS IS NOT A FATAL ERROR! DO NOT REPORT THAT!)
|
227
|
make[3]: Leaving directory '/opt/tvheadend'
|
228
|
make -f Makefile.hdhomerun
|
229
|
make[3]: Entering directory '/opt/tvheadend'
|
230
|
WGET http://download.silicondust.com/hdhomerun/libhdhomerun_20161117.tgz
|
231
|
2017-06-05 20:19:12 URL:http://download.silicondust.com/hdhomerun/libhdhomerun_20161117.tgz [50131/50131] -> "/opt/tvheadend/build.linux/hdhomerun/libhdhomerun_20161117.tgz" [1]
|
232
|
SHA1SUM test 'd066e2ed99c4e4e52ffdd50d4a52b430a5067880' == 'd066e2ed99c4e4e52ffdd50d4a52b430a5067880': OK
|
233
|
UNTAR libhdhomerun_20161117.tgz
|
234
|
ln -sf libhdhomerun /opt/tvheadend/build.linux/hdhomerun/libhdhomerun_20161117
|
235
|
make -f Makefile.hdhomerun /opt/tvheadend/build.linux/hdhomerun/libhdhomerun_20161117/libhdhomerun.a
|
236
|
make[4]: Entering directory '/opt/tvheadend'
|
237
|
make[4]: '/opt/tvheadend/build.linux/hdhomerun/libhdhomerun_20161117/libhdhomerun.a' is up to date.
|
238
|
make[4]: Leaving directory '/opt/tvheadend'
|
239
|
make[3]: Leaving directory '/opt/tvheadend'
|
240
|
make -f Makefile.webui LANGUAGES="ach ady ar bg cs da de en_US en_GB es et fa fi fr he hr hu it ko lv lt nl no pl pt ro ru sl sk sq sv tr uk zh zh-Hans" all
|
241
|
make[3]: Entering directory '/opt/tvheadend'
|
242
|
make -f Makefile.webui WEBUI=std compile-std
|
243
|
make[4]: Entering directory '/opt/tvheadend'
|
244
|
WEBUI std finished
|
245
|
make[4]: Leaving directory '/opt/tvheadend'
|
246
|
make -f Makefile.webui WEBUI=debug compile-debug
|
247
|
make[4]: Entering directory '/opt/tvheadend'
|
248
|
WEBUI debug finished
|
249
|
make[4]: Leaving directory '/opt/tvheadend'
|
250
|
make[3]: Leaving directory '/opt/tvheadend'
|
251
|
CC src/version.o
|
252
|
CC src/uuid.o
|
253
|
CC src/main.o
|
254
|
CC src/tvhlog.o
|
255
|
CC src/idnode.o
|
256
|
CC src/prop.o
|
257
|
CC src/utils.o
|
258
|
CC src/wrappers.o
|
259
|
CC src/access.o
|
260
|
CC src/tcp.o
|
261
|
CC src/udp.o
|
262
|
CC src/url.o
|
263
|
CC src/http.o
|
264
|
CC src/notify.o
|
265
|
CC src/file.o
|
266
|
CC src/epg.o
|
267
|
CC src/epgdb.o
|
268
|
CC src/epggrab.o
|
269
|
CC src/spawn.o
|
270
|
CC src/packet.o
|
271
|
CC src/streaming.o
|
272
|
CC src/channels.o
|
273
|
CC src/subscriptions.o
|
274
|
CC src/service.o
|
275
|
CC src/htsp_server.o
|
276
|
CC src/htsmsg.o
|
277
|
CC src/htsmsg_binary.o
|
278
|
CC src/htsmsg_json.o
|
279
|
CC src/htsmsg_xml.o
|
280
|
CC src/misc/json.o
|
281
|
CC src/misc/m3u.o
|
282
|
CC src/settings.o
|
283
|
CC src/htsbuf.o
|
284
|
CC src/trap.o
|
285
|
CC src/tvhpoll.o
|
286
|
CC src/huffman.o
|
287
|
CC src/filebundle.o
|
288
|
CC src/config.o
|
289
|
CC src/lang_codes.o
|
290
|
CC src/lang_str.o
|
291
|
CC src/imagecache.o
|
292
|
CC src/tvhtime.o
|
293
|
CC src/service_mapper.o
|
294
|
CC src/input.o
|
295
|
CC src/httpc.o
|
296
|
CC src/rtsp.o
|
297
|
CC src/download.o
|
298
|
CC src/fsmonitor.o
|
299
|
CC src/cron.o
|
300
|
CC src/esfilter.o
|
301
|
CC src/intlconv.o
|
302
|
CC src/profile.o
|
303
|
CC src/bouquet.o
|
304
|
CC src/lock.o
|
305
|
CC src/wizard.o
|
306
|
CC src/memoryinfo.o
|
307
|
CC src/api.o
|
308
|
CC src/api/api_config.o
|
309
|
CC src/api/api_status.o
|
310
|
CC src/api/api_idnode.o
|
311
|
CC src/api/api_input.o
|
312
|
CC src/api/api_channel.o
|
313
|
CC src/api/api_service.o
|
314
|
CC src/api/api_mpegts.o
|
315
|
CC src/api/api_epg.o
|
316
|
CC src/api/api_epggrab.o
|
317
|
CC src/api/api_imagecache.o
|
318
|
CC src/api/api_esfilter.o
|
319
|
CC src/api/api_intlconv.o
|
320
|
CC src/api/api_access.o
|
321
|
CC src/api/api_dvr.o
|
322
|
CC src/api/api_caclient.o
|
323
|
CC src/api/api_profile.o
|
324
|
CC src/api/api_bouquet.o
|
325
|
CC src/api/api_language.o
|
326
|
CC src/api/api_satip.o
|
327
|
CC src/api/api_timeshift.o
|
328
|
CC src/api/api_wizard.o
|
329
|
CC src/parsers/parsers.o
|
330
|
CC src/parsers/parser_h264.o
|
331
|
CC src/parsers/parser_hevc.o
|
332
|
CC src/parsers/parser_latm.o
|
333
|
CC src/parsers/parser_avc.o
|
334
|
CC src/parsers/parser_teletext.o
|
335
|
CC src/epggrab/module.o
|
336
|
CC src/epggrab/channel.o
|
337
|
CC src/epggrab/module/pyepg.o
|
338
|
CC src/epggrab/module/xmltv.o
|
339
|
CC src/plumbing/tsfix.o
|
340
|
CC src/plumbing/globalheaders.o
|
341
|
CC src/dvr/dvr_db.o
|
342
|
CC src/dvr/dvr_rec.o
|
343
|
CC src/dvr/dvr_autorec.o
|
344
|
CC src/dvr/dvr_timerec.o
|
345
|
CC src/dvr/dvr_vfsmgr.o
|
346
|
CC src/dvr/dvr_config.o
|
347
|
CC src/dvr/dvr_cutpoints.o
|
348
|
CC src/webui/webui.o
|
349
|
CC src/webui/comet.o
|
350
|
CC src/webui/extjs.o
|
351
|
CC src/webui/simpleui.o
|
352
|
CC src/webui/statedump.o
|
353
|
CC src/webui/html.o
|
354
|
CC src/webui/webui_api.o
|
355
|
CC src/webui/xmltv.o
|
356
|
CC src/webui/doc_md.o
|
357
|
CC src/muxer.o
|
358
|
CC src/muxer/muxer_pass.o
|
359
|
CC src/muxer/muxer_mkv.o
|
360
|
CC src/muxer/muxer_audioes.o
|
361
|
CC src/zlib.o
|
362
|
CC src/upnp.o
|
363
|
CC src/satip/server.o
|
364
|
CC src/satip/rtsp.o
|
365
|
CC src/satip/rtp.o
|
366
|
CC src/descrambler/descrambler.o
|
367
|
CC src/descrambler/caclient.o
|
368
|
CC src/descrambler/caid.o
|
369
|
CC src/input/mpegts.o
|
370
|
CC src/input/mpegts/mpegts_pid.o
|
371
|
CC src/input/mpegts/mpegts_input.o
|
372
|
CC src/input/mpegts/tsdemux.o
|
373
|
CC src/input/mpegts/dvb_psi_hbbtv.o
|
374
|
CC src/input/mpegts/dvb_psi_lib.o
|
375
|
CC src/input/mpegts/mpegts_network.o
|
376
|
CC src/input/mpegts/mpegts_mux.o
|
377
|
CC src/input/mpegts/mpegts_service.o
|
378
|
CC src/input/mpegts/mpegts_table.o
|
379
|
CC src/input/mpegts/dvb_support.o
|
380
|
CC src/input/mpegts/dvb_charset.o
|
381
|
CC src/input/mpegts/dvb_psi.o
|
382
|
CC src/input/mpegts/fastscan.o
|
383
|
CC src/input/mpegts/mpegts_mux_sched.o
|
384
|
CC src/input/mpegts/mpegts_network_scan.o
|
385
|
CC src/input/mpegts/mpegts_network_dvb.o
|
386
|
CC src/input/mpegts/mpegts_mux_dvb.o
|
387
|
CC src/input/mpegts/scanfile.o
|
388
|
CC src/epggrab/otamux.o
|
389
|
CC src/epggrab/module/eit.o
|
390
|
CC src/epggrab/module/psip.o
|
391
|
CC src/epggrab/support/freesat_huffman.o
|
392
|
CC src/epggrab/module/opentv.o
|
393
|
CC src/input/mpegts/linuxdvb/linuxdvb.o
|
394
|
CC src/input/mpegts/linuxdvb/linuxdvb_adapter.o
|
395
|
CC src/input/mpegts/linuxdvb/linuxdvb_frontend.o
|
396
|
CC src/input/mpegts/linuxdvb/linuxdvb_satconf.o
|
397
|
CC src/input/mpegts/linuxdvb/linuxdvb_lnb.o
|
398
|
CC src/input/mpegts/linuxdvb/linuxdvb_switch.o
|
399
|
CC src/input/mpegts/linuxdvb/linuxdvb_rotor.o
|
400
|
CC src/input/mpegts/linuxdvb/linuxdvb_en50494.o
|
401
|
CC src/input/mpegts/satip/satip.o
|
402
|
CC src/input/mpegts/satip/satip_frontend.o
|
403
|
CC src/input/mpegts/satip/satip_satconf.o
|
404
|
CC src/input/mpegts/satip/satip_rtsp.o
|
405
|
CC src/input/mpegts/tvhdhomerun/tvhdhomerun.o
|
406
|
CC src/input/mpegts/tvhdhomerun/tvhdhomerun_frontend.o
|
407
|
CC src/input/mpegts/iptv/iptv.o
|
408
|
CC src/input/mpegts/iptv/iptv_mux.o
|
409
|
CC src/input/mpegts/iptv/iptv_service.o
|
410
|
CC src/input/mpegts/iptv/iptv_http.o
|
411
|
CC src/input/mpegts/iptv/iptv_udp.o
|
412
|
CC src/input/mpegts/iptv/iptv_rtsp.o
|
413
|
CC src/input/mpegts/iptv/iptv_rtcp.o
|
414
|
CC src/input/mpegts/iptv/iptv_pipe.o
|
415
|
CC src/input/mpegts/iptv/iptv_file.o
|
416
|
CC src/input/mpegts/iptv/iptv_auto.o
|
417
|
CC src/input/mpegts/tsfile/tsfile.o
|
418
|
CC src/input/mpegts/tsfile/tsfile_input.o
|
419
|
CC src/input/mpegts/tsfile/tsfile_mux.o
|
420
|
CC src/timeshift.o
|
421
|
CC src/timeshift/timeshift_filemgr.o
|
422
|
CC src/timeshift/timeshift_writer.o
|
423
|
CC src/timeshift/timeshift_reader.o
|
424
|
CC src/dvr/dvr_inotify.o
|
425
|
CC src/avahi.o
|
426
|
CC src/libav.o
|
427
|
CC src/muxer/muxer_libav.o
|
428
|
CC src/plumbing/transcoding.o
|
429
|
CC src/descrambler/tvhcsa.o
|
430
|
CC src/descrambler/cwc.o
|
431
|
CC src/descrambler/emm_reass.o
|
432
|
CC src/descrambler/cccam.o
|
433
|
CC src/descrambler/capmt.o
|
434
|
CC src/descrambler/constcw.o
|
435
|
CC src/input/mpegts/linuxdvb/linuxdvb_ca.o
|
436
|
CC src/descrambler/dvbcam.o
|
437
|
CC src/descrambler/ffdecsa/ffdecsa_interface.o
|
438
|
CC src/descrambler/algo/libaesdec.o
|
439
|
CC src/descrambler/algo/libaes128dec.o
|
440
|
CC src/descrambler/algo/libdesdec.o
|
441
|
CC src/dbus.o
|
442
|
CC build.o
|
443
|
CC timestamp.o
|
444
|
CC tvheadend
|
445
|
make[2]: Leaving directory '/opt/tvheadend'
|
446
|
make[1]: Leaving directory '/opt/tvheadend'
|
447
|
dh_auto_test
|
448
|
debian/rules binary
|
449
|
dh binary
|
450
|
dh_testroot
|
451
|
dh_prep
|
452
|
rm -f debian/tvheadend.substvars
|
453
|
rm -f debian/tvheadend.*.debhelper
|
454
|
rm -rf debian/tvheadend/
|
455
|
rm -f debian/tvheadend-dbg.substvars
|
456
|
rm -f debian/tvheadend-dbg.*.debhelper
|
457
|
rm -rf debian/tvheadend-dbg/
|
458
|
dh_installdirs
|
459
|
install -d debian/tvheadend
|
460
|
install -d debian/tvheadend/usr/bin
|
461
|
install -d debian/tvheadend-dbg
|
462
|
debian/rules override_dh_auto_install
|
463
|
make[1]: Entering directory '/opt/tvheadend'
|
464
|
dh_auto_install --destdir=debian/tvheadend
|
465
|
make -j1 install DESTDIR=/opt/tvheadend/debian/tvheadend AM_UPDATE_INFO_DIR=no
|
466
|
make[2]: Entering directory '/opt/tvheadend'
|
467
|
make -f Makefile.webui LANGUAGES="ach ady ar bg cs da de en_US en_GB es et fa fi fr he hr hu it ko lv lt nl no pl pt ro ru sl sk sq sv tr uk zh zh-Hans" all
|
468
|
make[3]: Entering directory '/opt/tvheadend'
|
469
|
make -f Makefile.webui WEBUI=std compile-std
|
470
|
make[4]: Entering directory '/opt/tvheadend'
|
471
|
WEBUI std finished
|
472
|
make[4]: Leaving directory '/opt/tvheadend'
|
473
|
make -f Makefile.webui WEBUI=debug compile-debug
|
474
|
make[4]: Entering directory '/opt/tvheadend'
|
475
|
WEBUI debug finished
|
476
|
make[4]: Leaving directory '/opt/tvheadend'
|
477
|
make[3]: Leaving directory '/opt/tvheadend'
|
478
|
make -f Makefile.hdhomerun libcacheget
|
479
|
make[3]: Entering directory '/opt/tvheadend'
|
480
|
DOWNLOAD https://dl.bintray.com/tvheadend/misc/staticlib/Debian%208.8/x86_64/hdhomerun-7ecd37175184f8546d758732482e059f774c331b.tgz
|
481
|
--2017-06-05 20:20:17-- https://dl.bintray.com/tvheadend/misc/staticlib/Debian%208.8/x86_64/hdhomerun-7ecd37175184f8546d758732482e059f774c331b.tgz
|
482
|
dl.bintray.com (dl.bintray.com)... 159.122.18.156
|
483
|
Connecting to dl.bintray.com (dl.bintray.com)|159.122.18.156|:443... .
|
484
|
HTTP , ... 404 Not Found
|
485
|
2017-06-05 20:20:18 : 404: Not Found.
|
486
|
|
487
|
FAILED TO DOWNLOAD https://dl.bintray.com/tvheadend/misc/staticlib/Debian%208.8/x86_64/hdhomerun-7ecd37175184f8546d758732482e059f774c331b.tgz (BUT THIS IS NOT A FATAL ERROR! DO NOT REPORT THAT!)
|
488
|
make[3]: Leaving directory '/opt/tvheadend'
|
489
|
make -f Makefile.hdhomerun
|
490
|
make[3]: Entering directory '/opt/tvheadend'
|
491
|
(ignoring request to make default)
|
492
|
make[3]: Leaving directory '/opt/tvheadend'
|
493
|
CC timestamp.o
|
494
|
CC tvheadend
|
495
|
install -d /opt/tvheadend/debian/tvheadend/usr/bin
|
496
|
install /opt/tvheadend/build.linux/tvheadend /opt/tvheadend/debian/tvheadend/usr/bin/tvheadend
|
497
|
install -d /opt/tvheadend/debian/tvheadend/usr/share/man/man1
|
498
|
install /opt/tvheadend/man/tvheadend.1 /opt/tvheadend/debian/tvheadend/usr/share/man/man1/tvheadend.1
|
499
|
for bundle in src/webui/static data/conf data/dvb-scan; do \
|
500
|
mkdir -p /opt/tvheadend/debian/tvheadend/usr/share/tvheadend/$bundle ;\
|
501
|
cp -LR /opt/tvheadend/$bundle/* /opt/tvheadend/debian/tvheadend/usr/share/tvheadend/$bundle ;\
|
502
|
done
|
503
|
find /opt/tvheadend/debian/tvheadend/usr/share/tvheadend -name .git -exec rm -rf {} \; &>/dev/null || /bin/true
|
504
|
make[2]: Leaving directory '/opt/tvheadend'
|
505
|
make[1]: Leaving directory '/opt/tvheadend'
|
506
|
dh_installdocs
|
507
|
install -g 0 -o 0 -d debian/tvheadend/usr/share/doc/tvheadend
|
508
|
cp -a README.md debian/tvheadend/usr/share/doc/tvheadend
|
509
|
cp -a LICENSE.md debian/tvheadend/usr/share/doc/tvheadend
|
510
|
chown -R 0:0 debian/tvheadend/usr/share/doc
|
511
|
chmod -R go=rX debian/tvheadend/usr/share/doc
|
512
|
chmod -R u\+rw debian/tvheadend/usr/share/doc
|
513
|
install -g 0 -o 0 -m 644 -p debian/copyright debian/tvheadend/usr/share/doc/tvheadend/copyright
|
514
|
install -g 0 -o 0 -d debian/tvheadend-dbg/usr/share/doc/tvheadend-dbg
|
515
|
install -g 0 -o 0 -m 644 -p debian/copyright debian/tvheadend-dbg/usr/share/doc/tvheadend-dbg/copyright
|
516
|
dh_installchangelogs
|
517
|
install -o 0 -g 0 -p -m644 debian/changelog debian/tvheadend/usr/share/doc/tvheadend/changelog.Debian
|
518
|
install -o 0 -g 0 -p -m644 debian/changelog debian/tvheadend-dbg/usr/share/doc/tvheadend-dbg/changelog.Debian
|
519
|
dh_installman
|
520
|
man --recode UTF-8 ./tvheadend\.1 > tvheadend\.1\.new
|
521
|
chmod 644 tvheadend.1.new
|
522
|
mv -f tvheadend.1.new tvheadend.1
|
523
|
dh_installdebconf
|
524
|
install -o 0 -g 0 -d debian/tvheadend/DEBIAN
|
525
|
sed s/#DEBHELPER#// < debian/tvheadend.config > debian/tvheadend/DEBIAN/config
|
526
|
chown 0:0 debian/tvheadend/DEBIAN/config
|
527
|
chmod 755 debian/tvheadend/DEBIAN/config
|
528
|
install -o 0 -g 0 -m 644 -p debian/tvheadend.templates debian/tvheadend/DEBIAN/templates
|
529
|
(grep -s -v misc:Depends debian/tvheadend.substvars; echo "misc:Depends=debconf (>= 0.5) | debconf-2.0") > debian/tvheadend.substvars.new
|
530
|
mv debian/tvheadend.substvars.new debian/tvheadend.substvars
|
531
|
echo "# Automatically added by dh_installdebconf">> debian/tvheadend.postrm.debhelper
|
532
|
sed "" /usr/share/debhelper/autoscripts/postrm-debconf >> debian/tvheadend.postrm.debhelper
|
533
|
echo '# End automatically added section' >> debian/tvheadend.postrm.debhelper
|
534
|
install -o 0 -g 0 -d debian/tvheadend-dbg/DEBIAN
|
535
|
dh_pysupport
|
536
|
dh_pysupport: This program is deprecated, you should use dh_python2 instead. Migration guide: http://deb.li/dhs2p
|
537
|
/usr/share/python-support/private/movemodules debian/tvheadend
|
538
|
/usr/share/python-support/private/movemodules debian/tvheadend-dbg
|
539
|
dh_installinit
|
540
|
install -d debian/tvheadend/etc/init
|
541
|
install -p -m644 debian/tvheadend.upstart debian/tvheadend/etc/init/tvheadend.conf
|
542
|
install -d debian/tvheadend/etc/default
|
543
|
install -p -m644 debian/tvheadend.default debian/tvheadend/etc/default/tvheadend
|
544
|
install -d debian/tvheadend/etc/init.d
|
545
|
install -p -m755 debian/tvheadend.init debian/tvheadend/etc/init.d/tvheadend
|
546
|
echo "# Automatically added by dh_installinit">> debian/tvheadend.postinst.debhelper
|
547
|
sed "s/#SCRIPT#/tvheadend/;s/#INITPARMS#/defaults/;s/#ERROR_HANDLER#/exit \$?/" /usr/share/debhelper/autoscripts/postinst-init >> debian/tvheadend.postinst.debhelper
|
548
|
echo '# End automatically added section' >> debian/tvheadend.postinst.debhelper
|
549
|
echo "# Automatically added by dh_installinit">> debian/tvheadend.prerm.debhelper
|
550
|
sed "s/#SCRIPT#/tvheadend/;s/#INITPARMS#/defaults/;s/#ERROR_HANDLER#/exit \$?/" /usr/share/debhelper/autoscripts/prerm-init >> debian/tvheadend.prerm.debhelper
|
551
|
echo '# End automatically added section' >> debian/tvheadend.prerm.debhelper
|
552
|
echo "# Automatically added by dh_installinit">> debian/tvheadend.postrm.debhelper
|
553
|
sed "s/#SCRIPT#/tvheadend/;s/#INITPARMS#/defaults/;s/#ERROR_HANDLER#/exit \$?/" /usr/share/debhelper/autoscripts/postrm-init >> debian/tvheadend.postrm.debhelper
|
554
|
echo '# End automatically added section' >> debian/tvheadend.postrm.debhelper
|
555
|
dh_perl
|
556
|
dh_link
|
557
|
dh_compress
|
558
|
cd debian/tvheadend
|
559
|
chmod a-x usr/share/man/man1/tvheadend.1 usr/share/doc/tvheadend/changelog.Debian
|
560
|
gzip -9nf usr/share/man/man1/tvheadend.1 usr/share/doc/tvheadend/changelog.Debian
|
561
|
cd '/opt/tvheadend'
|
562
|
cd debian/tvheadend-dbg
|
563
|
chmod a-x usr/share/doc/tvheadend-dbg/changelog.Debian
|
564
|
gzip -9nf usr/share/doc/tvheadend-dbg/changelog.Debian
|
565
|
cd '/opt/tvheadend'
|
566
|
dh_fixperms
|
567
|
find debian/tvheadend -print0 2>/dev/null | xargs -0r chown --no-dereference 0:0
|
568
|
find debian/tvheadend ! -type l -print0 2>/dev/null | xargs -0r chmod go=rX,u+rw,a-s
|
569
|
find debian/tvheadend/usr/share/doc -type f ! -regex 'debian/tvheadend/usr/share/doc/[^/]*/examples/.*' -print0 2>/dev/null | xargs -0r chmod 644
|
570
|
find debian/tvheadend/usr/share/doc -type d -print0 2>/dev/null | xargs -0r chmod 755
|
571
|
find debian/tvheadend/usr/share/man debian/tvheadend/usr/man/ debian/tvheadend/usr/X11*/man/ -type f -print0 2>/dev/null | xargs -0r chmod 644
|
572
|
find debian/tvheadend -perm -5 -type f \( -name '*.so.*' -or -name '*.so' -or -name '*.la' -or -name '*.a' \) -print0 2>/dev/null | xargs -0r chmod 644
|
573
|
find debian/tvheadend/usr/include -type f -print0 2>/dev/null | xargs -0r chmod 644
|
574
|
find debian/tvheadend/usr/share/applications -type f -print0 2>/dev/null | xargs -0r chmod 644
|
575
|
find debian/tvheadend -perm -5 -type f \( -name '*.cmxs' \) -print0 2>/dev/null | xargs -0r chmod 644
|
576
|
find debian/tvheadend/usr/lib/x86_64-linux-gnu/perl5/5.20 debian/tvheadend/usr/share/perl5 -type f -perm -5 -name '*.pm' -print0 2>/dev/null | xargs -0r chmod a-X
|
577
|
find debian/tvheadend/usr/bin -type f -print0 2>/dev/null | xargs -0r chmod a+x
|
578
|
find debian/tvheadend/etc/init.d -type f -print0 2>/dev/null | xargs -0r chmod a+x
|
579
|
find debian/tvheadend/usr/lib -type f -name '*.ali' -print0 2>/dev/null | xargs -0r chmod uga-w
|
580
|
find debian/tvheadend-dbg -print0 2>/dev/null | xargs -0r chown --no-dereference 0:0
|
581
|
find debian/tvheadend-dbg ! -type l -print0 2>/dev/null | xargs -0r chmod go=rX,u+rw,a-s
|
582
|
find debian/tvheadend-dbg/usr/share/doc -type f ! -regex 'debian/tvheadend-dbg/usr/share/doc/[^/]*/examples/.*' -print0 2>/dev/null | xargs -0r chmod 644
|
583
|
find debian/tvheadend-dbg/usr/share/doc -type d -print0 2>/dev/null | xargs -0r chmod 755
|
584
|
find debian/tvheadend-dbg/usr/share/man debian/tvheadend-dbg/usr/man/ debian/tvheadend-dbg/usr/X11*/man/ -type f -print0 2>/dev/null | xargs -0r chmod 644
|
585
|
find debian/tvheadend-dbg -perm -5 -type f \( -name '*.so.*' -or -name '*.so' -or -name '*.la' -or -name '*.a' \) -print0 2>/dev/null | xargs -0r chmod 644
|
586
|
find debian/tvheadend-dbg/usr/include -type f -print0 2>/dev/null | xargs -0r chmod 644
|
587
|
find debian/tvheadend-dbg/usr/share/applications -type f -print0 2>/dev/null | xargs -0r chmod 644
|
588
|
find debian/tvheadend-dbg -perm -5 -type f \( -name '*.cmxs' \) -print0 2>/dev/null | xargs -0r chmod 644
|
589
|
find debian/tvheadend-dbg/usr/lib/x86_64-linux-gnu/perl5/5.20 debian/tvheadend-dbg/usr/share/perl5 -type f -perm -5 -name '*.pm' -print0 2>/dev/null | xargs -0r chmod a-X
|
590
|
find debian/tvheadend-dbg/usr/lib -type f -name '*.ali' -print0 2>/dev/null | xargs -0r chmod uga-w
|
591
|
debian/rules override_dh_strip
|
592
|
make[1]: Entering directory '/opt/tvheadend'
|
593
|
dh_strip --dbg-package=tvheadend-dbg
|
594
|
install -d debian/tvheadend-dbg/usr/lib/debug//usr/bin
|
595
|
objcopy --only-keep-debug debian/tvheadend/usr/bin/tvheadend debian/tvheadend-dbg/usr/lib/debug//usr/bin/tvheadend
|
596
|
chmod 644 debian/tvheadend-dbg/usr/lib/debug//usr/bin/tvheadend
|
597
|
strip --remove-section=.comment --remove-section=.note debian/tvheadend/usr/bin/tvheadend
|
598
|
objcopy --add-gnu-debuglink debian/tvheadend-dbg/usr/lib/debug//usr/bin/tvheadend debian/tvheadend/usr/bin/tvheadend
|
599
|
make[1]: Leaving directory '/opt/tvheadend'
|
600
|
dh_makeshlibs
|
601
|
rm -f debian/tvheadend/DEBIAN/shlibs
|
602
|
rm -f debian/tvheadend-dbg/DEBIAN/shlibs
|
603
|
debian/rules override_dh_shlibdeps
|
604
|
make[1]: Entering directory '/opt/tvheadend'
|
605
|
dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
|
606
|
dpkg-shlibdeps -Tdebian/tvheadend.substvars --ignore-missing-info debian/tvheadend/usr/bin/tvheadend
|
607
|
dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/tvheadend/usr/bin/tvheadend was not linked against libavresample.so.2 (it uses none of the library's symbols)
|
608
|
dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/tvheadend/usr/bin/tvheadend was not linked against libavutil.so.54 (it uses none of the library's symbols)
|
609
|
dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/tvheadend/usr/bin/tvheadend was not linked against libXdmcp.so.6 (it uses none of the library's symbols)
|
610
|
dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/tvheadend/usr/bin/tvheadend was not linked against libxcb.so.1 (it uses none of the library's symbols)
|
611
|
dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/tvheadend/usr/bin/tvheadend was not linked against libavformat.so.56 (it uses none of the library's symbols)
|
612
|
dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/tvheadend/usr/bin/tvheadend was not linked against libxcb-shm.so.0 (it uses none of the library's symbols)
|
613
|
dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/tvheadend/usr/bin/tvheadend was not linked against libXau.so.6 (it uses none of the library's symbols)
|
614
|
dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/tvheadend/usr/bin/tvheadend was not linked against libavcodec.so.56 (it uses none of the library's symbols)
|
615
|
dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/tvheadend/usr/bin/tvheadend was not linked against libdvbapi.so (it uses none of the library's symbols)
|
616
|
dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/tvheadend/usr/bin/tvheadend was not linked against libswscale.so.3 (it uses none of the library's symbols)
|
617
|
make[1]: Leaving directory '/opt/tvheadend'
|
618
|
dh_installdeb
|
619
|
perl -pe 's~#DEBHELPER#~qx{cat debian/tvheadend.postinst.debhelper}~eg' < debian/tvheadend.postinst > debian/tvheadend/DEBIAN/postinst
|
620
|
chown 0:0 debian/tvheadend/DEBIAN/postinst
|
621
|
chmod 755 debian/tvheadend/DEBIAN/postinst
|
622
|
printf '#!/bin/sh
|
623
|
set -e
|
624
|
' > debian/tvheadend/DEBIAN/prerm
|
625
|
cat debian/tvheadend.prerm.debhelper >> debian/tvheadend/DEBIAN/prerm
|
626
|
chown 0:0 debian/tvheadend/DEBIAN/prerm
|
627
|
chmod 755 debian/tvheadend/DEBIAN/prerm
|
628
|
perl -pe 's~#DEBHELPER#~qx{cat debian/tvheadend.postrm.debhelper}~eg' < debian/tvheadend.postrm > debian/tvheadend/DEBIAN/postrm
|
629
|
chown 0:0 debian/tvheadend/DEBIAN/postrm
|
630
|
chmod 755 debian/tvheadend/DEBIAN/postrm
|
631
|
find debian/tvheadend/etc -type f -printf '/etc/%P
|
632
|
' | LC_ALL=C sort >> debian/tvheadend/DEBIAN/conffiles
|
633
|
chmod 644 debian/tvheadend/DEBIAN/conffiles
|
634
|
dh_gencontrol
|
635
|
dpkg-gencontrol -ptvheadend -ldebian/changelog -Tdebian/tvheadend.substvars -Pdebian/tvheadend
|
636
|
dpkg-gencontrol: warning: package tvheadend: unused substitution variable ${misc:Depends}
|
637
|
chmod 644 debian/tvheadend/DEBIAN/control
|
638
|
chown 0:0 debian/tvheadend/DEBIAN/control
|
639
|
echo misc:Depends= >> debian/tvheadend-dbg.substvars
|
640
|
dpkg-gencontrol -ptvheadend-dbg -ldebian/changelog -Tdebian/tvheadend-dbg.substvars -Pdebian/tvheadend-dbg
|
641
|
chmod 644 debian/tvheadend-dbg/DEBIAN/control
|
642
|
chown 0:0 debian/tvheadend-dbg/DEBIAN/control
|
643
|
dh_md5sums
|
644
|
(cd debian/tvheadend >/dev/null ; find . -type f ! -path "./etc/default/tvheadend" ! -path "./etc/init.d/tvheadend" ! -path "./etc/init/tvheadend.conf" ! -regex './DEBIAN/.*' -printf '%P\0' | LC_ALL=C sort -z | xargs -r0 md5sum > DEBIAN/md5sums) >/dev/null
|
645
|
chmod 644 debian/tvheadend/DEBIAN/md5sums
|
646
|
chown 0:0 debian/tvheadend/DEBIAN/md5sums
|
647
|
(cd debian/tvheadend-dbg >/dev/null ; find . -type f ! -regex './DEBIAN/.*' -printf '%P\0' | LC_ALL=C sort -z | xargs -r0 md5sum > DEBIAN/md5sums) >/dev/null
|
648
|
chmod 644 debian/tvheadend-dbg/DEBIAN/md5sums
|
649
|
chown 0:0 debian/tvheadend-dbg/DEBIAN/md5sums
|
650
|
dh_builddeb
|
651
|
dpkg-deb --build debian/tvheadend ..
|
652
|
dpkg-deb: building package `tvheadend' in `../tvheadend_4.3-191~g45c085a_amd64.deb'.
|
653
|
dpkg-deb --build debian/tvheadend-dbg ..
|
654
|
dpkg-deb: building package `tvheadend-dbg' in `../tvheadend-dbg_4.3-191~g45c085a_amd64.deb'.
|
655
|
dpkg-genchanges -b >../tvheadend_4.3-191~g45c085a_amd64.changes
|
656
|
dpkg-genchanges: binary-only upload (no source code included)
|
657
|
dpkg-source --after-build tvheadend
|
658
|
dpkg-buildpackage: binary-only upload (no source included)
|
659
|
doozer-versioned-artifact:/opt/tvheadend/../tvheadend_4.3-191~g45c085a_amd64.deb:deb:application/x-deb:tvheadend_4.3-191~g45c085a_amd64.deb
|
660
|
doozer-versioned-artifact:/opt/tvheadend/../tvheadend-dbg_4.3-191~g45c085a_amd64.deb:deb:application/x-deb:tvheadend-dbg_4.3-191~g45c085a_amd64.deb
|
661
|
doozer-versioned-artifact:/opt/tvheadend/../tvheadend_4.3-191~g45c085a_amd64.changes:changes:text/plain:tvheadend_4.3-191~g45c085a_amd64.changes
|
662
|
root@FlamingoXL:/opt/tvheadend# cd ..
|
663
|
root@FlamingoXL:/opt# dpkgi -i tvheadend_4.3-191~g45c085a_amd64.deb
|
664
|
(Reading database ...
|
665
|
Preparing to unpack tvheadend_4.3-191~g45c085a_amd64.deb ...
|
666
|
Unpacking tvheadend (4.3-191~g45c085a) over (4.3-187~gf46a6c2) ...
|
667
|
Setting up tvheadend (4.3-191~g45c085a) ...
|
668
|
Processing triggers for man-db (2.7.0.2-5) ...
|
669
|
Processing triggers for systemd (215-17+deb8u7) ...
|
670
|
root@FlamingoXL:/opt# dmesg
|
671
|
[74408.701791] ddbridge 0000:0d:00.0: DVB: adapter 3 frontend 0 frequency 0 out of range (950000..2150000)
|
672
|
[74408.721750] ddbridge 0000:0d:00.0: DVB: adapter 3 frontend 0 frequency 0 out of range (950000..2150000)
|
673
|
[74408.732381] ddbridge 0000:0d:00.0: DVB: adapter 3 frontend 0 frequency 0 out of range (950000..2150000)
|
674
|
[74408.750052] ddbridge 0000:0d:00.0: DVB: adapter 3 frontend 0 frequency 0 out of range (950000..2150000)
|
675
|
[74408.751140] ddbridge 0000:0b:00.0: DVB: adapter 2 frontend 0 frequency 0 out of range (47125000..865000000)
|
676
|
[74408.754605] ddbridge 0000:0b:00.0: DVB: adapter 2 frontend 0 symbol rate 0 out of range (870000..11700000)
|
677
|
[74408.755569] ddbridge 0000:0b:00.0: DVB: adapter 2 frontend 0 frequency 0 out of range (47125000..865000000)
|
678
|
[74408.758983] ddbridge 0000:0b:00.0: DVB: adapter 2 frontend 0 frequency 0 out of range (47125000..865000000)
|
679
|
[74408.769855] ddbridge 0000:0a:00.0: DVB: adapter 1 frontend 0 frequency 0 out of range (950000..2150000)
|
680
|
[74408.789007] ddbridge 0000:0a:00.0: DVB: adapter 1 frontend 0 frequency 0 out of range (950000..2150000)
|
681
|
[74408.789147] slot_shutdown
|
682
|
[74409.150916] ddbridge 0000:04:00.0: DVB: adapter 0 frontend 0 frequency 0 out of range (950000..2150000)
|
683
|
[74409.169687] ddbridge 0000:04:00.0: DVB: adapter 0 frontend 0 frequency 0 out of range (950000..2150000)
|
684
|
[74411.529549] dvb_ca adapter 1: DVB CAM detected and initialised successfully
|
685
|
[74416.117685] tvh:mi-table[25963]: segfault at 90 ip 000055bf66d02030 sp 00007f62879fad18 error 4 in tvheadend[55bf66b1f000+1100000]
|