Package: src:chkconfig Version: 11.4.54.60.1debian1 Severity: serious Dear maintainer:
I tried to build this package with "dpkg-buildpackage -A" (which is what the "Arch: all" autobuilder would do to build it) but it failed: -------------------------------------------------------------------------------- [...] debian/rules build-indep dh build-indep --with quilt dh_testdir -i dh_update_autotools_config -i dh_quilt_patch -i Applying patch deps-output.diff patching file chkconfig Hunk #1 succeeded at 714 (offset 9 lines). Applying patch rcd-path.diff patching file chkconfig Applying patch hyphen-used-as-minus-sign.patch patching file chkconfig.8 Now at patch hyphen-used-as-minus-sign.patch dh_auto_configure -i dh_auto_build -i debian/rules override_dh_auto_test make[1]: Entering directory '/<<PKGBUILDDIR>>' prove t/add.t .... ok t/check.t: line 8: /sbin/runlevel: No such file or directory t/check.t .. Failed 2/2 subtests t/del.t .... ok t/edit.t ... ok t/list.t ... ok t/set.t .... ok t/terse.t .. ok Test Summary Report ------------------- t/check.t (Wstat: 0 Tests: 2 Failed: 2) Failed tests: 1-2 Files=7, Tests=18, 1 wallclock secs ( 0.02 usr 0.00 sys + 0.37 cusr 0.04 csys = 0.43 CPU) Result: FAIL debian/rules:7: recipe for target 'override_dh_auto_test' failed make[1]: *** [override_dh_auto_test] Error 1 make[1]: Leaving directory '/<<PKGBUILDDIR>>' debian/rules:4: recipe for target 'build-indep' failed make: *** [build-indep] Error 2 dpkg-buildpackage: error: debian/rules build-indep gave error exit status 2 -------------------------------------------------------------------------------- Because this source package only generates "Arch: all" packages, this is the same as a FTBFS bug in the usual sense and the fact that I was using "dpkg-buildpackage -A" is quite irrelevant. For this particular package, I've also checked that it fails to build from source in the reproducible builds site: https://tests.reproducible-builds.org/ Thanks.