Package: src:backupninja Version: 1.1.0-1 Severity: serious Tags: ftbfs Dear maintainer:
I tried to build this package in buster but it failed: -------------------------------------------------------------------------------- [...] debian/rules build-indep dh build-indep dh_update_autotools_config -i dh_autoreconf -i debian/rules override_dh_auto_configure make[1]: Entering directory '/<<PKGBUILDDIR>>' dh_auto_configure -- \ --libdir=\${prefix}/lib \ --libexecdir=\${prefix}/lib ./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 --libdir=\${prefix}/lib/x86_64-linux-gnu --libexecdir=\${prefix}/lib/x86_64-linux-gnu --disable-maintainer-mode --disable-dependency-tracking --libdir=\${prefix}/lib --libexecdir=\${prefix}/lib configure: WARNING: unrecognized options: --disable-maintainer-mode, --disable-dependency-tracking checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p [... snipped ...] make[4]: Entering directory '/<<PKGBUILDDIR>>/handlers' make[4]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/<<PKGBUILDDIR>>/debian/backupninja/usr/share/backupninja' /usr/bin/install -c -m 644 borg borg.helper dup dup.helper maildir makecd makecd.helper mysql mysql.helper pgsql pgsql.helper rdiff rdiff.helper rsync sh svn sys sys.helper trac tar tar.helper '/<<PKGBUILDDIR>>/debian/backupninja/usr/share/backupninja' make[4]: Leaving directory '/<<PKGBUILDDIR>>/handlers' make[3]: Leaving directory '/<<PKGBUILDDIR>>/handlers' Making install in lib make[3]: Entering directory '/<<PKGBUILDDIR>>/lib' make[4]: Entering directory '/<<PKGBUILDDIR>>/lib' /bin/mkdir -p '/<<PKGBUILDDIR>>/debian/backupninja/usr/lib/backupninja' /usr/bin/install -c easydialog parseini tools vserver '/<<PKGBUILDDIR>>/debian/backupninja/usr/lib/backupninja' make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/<<PKGBUILDDIR>>/lib' make[3]: Leaving directory '/<<PKGBUILDDIR>>/lib' Making install in man make[3]: Entering directory '/<<PKGBUILDDIR>>/man' make[4]: Entering directory '/<<PKGBUILDDIR>>/man' make[4]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/<<PKGBUILDDIR>>/debian/backupninja/usr/share/man/man1' /usr/bin/install -c -m 644 backupninja.1 ninjahelper.1 '/<<PKGBUILDDIR>>/debian/backupninja/usr/share/man/man1' /bin/mkdir -p '/<<PKGBUILDDIR>>/debian/backupninja/usr/share/man/man5' /usr/bin/install -c -m 644 backup.d.5 backupninja.conf.5 '/<<PKGBUILDDIR>>/debian/backupninja/usr/share/man/man5' make[4]: Leaving directory '/<<PKGBUILDDIR>>/man' make[3]: Leaving directory '/<<PKGBUILDDIR>>/man' Making install in src make[3]: Entering directory '/<<PKGBUILDDIR>>/src' make[4]: Entering directory '/<<PKGBUILDDIR>>/src' /bin/mkdir -p '/<<PKGBUILDDIR>>/debian/backupninja/usr/sbin' /usr/bin/install -c backupninja ninjahelper '/<<PKGBUILDDIR>>/debian/backupninja/usr/sbin' make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/<<PKGBUILDDIR>>/src' make[3]: Leaving directory '/<<PKGBUILDDIR>>/src' make[3]: Entering directory '/<<PKGBUILDDIR>>' make[4]: Entering directory '/<<PKGBUILDDIR>>' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/<<PKGBUILDDIR>>' make[3]: Leaving directory '/<<PKGBUILDDIR>>' make[2]: Leaving directory '/<<PKGBUILDDIR>>' chmod a-x /<<PKGBUILDDIR>>/debian/backupninja/usr/lib/backupninja/parseini chmod a-x /<<PKGBUILDDIR>>/debian/backupninja/usr/lib/backupninja/vserver rm /<<PKGBUILDDIR>>/debian/backupninja/usr/share/backupninja/example.* make[1]: Leaving directory '/<<PKGBUILDDIR>>' dh_installdocs -i dh_installdocs: Cannot find (any matches for) "README" (tried in .) debian/rules:8: recipe for target 'binary-indep' failed make: *** [binary-indep] Error 2 dpkg-buildpackage: error: fakeroot debian/rules binary-indep subprocess returned exit status 2 -------------------------------------------------------------------------------- The build was made with "dpkg-buildpackage -A" in my autobuilder but it also fails in reproducible builds: https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/backupninja.html [ Note: There has been a recent change in debhelper behaviour, the current behaviour is the intended one. See Bug #903133 for details ]. Thanks.