Bug #3739
Autobuild fails on Debian Stretch
0%
Description
checking for pkg avahi-client ... ok (detected 0.6.32-rc)
checking for cmake ... ok
checking for cc -lstdc++ ... ok
checking for cc nvEncodeAPI.h ... fail
checking for cc sys/inotify.h ... ok
fetching dvb-scan files ... fail
checking for git ... ok
ERROR: Failed to fetch dvb-scan data (use --disable-dvbscan)
dh_auto_configure: ./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 returned exit code 1
debian/rules:8: die Regel für Ziel „override_dh_auto_configure“ scheiterte
make1: * [override_dh_auto_configure] Fehler 2
make1: Verzeichnis „/root/tvheadend“ wird verlassen
debian/rules:5: die Regel für Ziel „build“ scheiterte
make: * [build] Fehler 2
dpkg-buildpackage: Fehler: Fehler-Exitstatus von debian/rules build war 2
History
Updated by Alfred Zastrow over 8 years ago
hmmmm....
After cloning a new copy of tvheaend it compiles now
Updated by saen acro over 8 years ago
Have same problem but new clone don't help ;(
[WARNING] scanfile: no predefined muxes found, check path '/usr/local/share/tvheadend/data/dvb-scan' [WARNING] scanfile: expected tree structure - http://git.linuxtv.org/cgit.cgi/dtv-scan-tables.git/tree/ [WARNING] fastscan: configuration file missing
Updated by Jaroslav Kysela over 8 years ago
- Status changed from New to Invalid
alfred gundersen Zastrow: the mux data are fetched through git - probably a network error ...
Sean Sean acro: configure tvh with --enable-bundle, or copy data/ tree from the git tree to /usr/local/share/data/tvheadend/data directory ...
Updated by Alfred Zastrow over 8 years ago
Hi Jaroslav,
yes. I've seen this in support/getmuxlist. And there was newer data on github than local.
Updated by saen acro over 8 years ago
@Jaroslav Kysela
This is what Autobuild.sh try to fetch from internet but action not succes
if ./configure & make with same options from deb in public pull
there is internet usually I run git pull before compilation and there is not problem.
this mean that should be more informative message why this happens.
with or without -enable-bundle message is same on start
Updated by saen acro over 8 years ago
Partial solution, that helped my case.
go to
/path_where_git_cloned/tvheadend/data/
delete folder
dvb-scan
on next call of
./configure
folder will be recreated