Package: src:fakechroot Version: 2.18-1 User: [email protected] Usertags: binary-indep Severity: important
Dear maintainer: I tried to build this package with "dpkg-buildpackage -A" (i.e. only architecture-independent packages), and it failed: -------------------------------------------------------------------------------- [...] debian/rules build-indep dh build-indep --parallel --with autoreconf dh_testdir -i -O--parallel dh_autoreconf -i -O--parallel libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `build-aux'. libtoolize: copying file `build-aux/ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'. libtoolize: copying file `m4/libtool.m4' libtoolize: copying file `m4/ltoptions.m4' libtoolize: copying file `m4/ltsugar.m4' libtoolize: copying file `m4/ltversion.m4' libtoolize: copying file `m4/lt~obsolete.m4' [... snipped ...] make[3]: Leaving directory '/<<PKGBUILDDIR>>/src' Making install in scripts make[3]: Entering directory '/<<PKGBUILDDIR>>/scripts' make[4]: Entering directory '/<<PKGBUILDDIR>>/scripts' /bin/mkdir -p '/<<PKGBUILDDIR>>/debian/tmp/usr/bin' /usr/bin/install -c env.fakechroot fakechroot ldd.fakechroot '/<<PKGBUILDDIR>>/debian/tmp/usr/bin' /bin/mkdir -p '/<<PKGBUILDDIR>>/debian/tmp/usr/sbin' /usr/bin/install -c chroot.fakechroot '/<<PKGBUILDDIR>>/debian/tmp/usr/sbin' /bin/mkdir -p '/<<PKGBUILDDIR>>/debian/tmp/etc/fakechroot' /usr/bin/install -c -m 644 chroot.env debootstrap.env rinse.env '/<<PKGBUILDDIR>>/debian/tmp/etc/fakechroot' make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/<<PKGBUILDDIR>>/scripts' make[3]: Leaving directory '/<<PKGBUILDDIR>>/scripts' Making install in test make[3]: Entering directory '/<<PKGBUILDDIR>>/test' Making install in src make[4]: Entering directory '/<<PKGBUILDDIR>>/test/src' make[5]: Entering directory '/<<PKGBUILDDIR>>/test/src' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/<<PKGBUILDDIR>>/test/src' make[4]: Leaving directory '/<<PKGBUILDDIR>>/test/src' make[4]: Entering directory '/<<PKGBUILDDIR>>/test' make[5]: Entering directory '/<<PKGBUILDDIR>>/test' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/<<PKGBUILDDIR>>/test' make[4]: Leaving directory '/<<PKGBUILDDIR>>/test' make[3]: Leaving directory '/<<PKGBUILDDIR>>/test' 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>>' echo /usr/lib/x86_64-linux-gnu/fakechroot > debian/libfakechroot/etc/ld.so.conf.d/fakechroot-x86_64-linux-gnu.conf /bin/sh: 1: cannot create debian/libfakechroot/etc/ld.so.conf.d/fakechroot-x86_64-linux-gnu.conf: Directory nonexistent debian/rules:17: recipe for target 'override_dh_auto_install' failed make[1]: *** [override_dh_auto_install] Error 2 make[1]: Leaving directory '/<<PKGBUILDDIR>>' debian/rules:11: recipe for target 'binary-indep' failed make: *** [binary-indep] Error 2 dpkg-buildpackage: error: fakeroot debian/rules binary-indep gave error exit status 2 -------------------------------------------------------------------------------- Sorry not to have a fix, as I am reporting many bugs similar to this one. In this case, I see that you are using "dh", which allow (independently) optional targets override_dh_foo-arch and override_dh_foo-indep (for several values of "foo"). Maybe using them this problem could be fixed. Once that both "dpkg-buildpackage -A" and "dpkg-buildpackage -B" work properly, the package would be suitable to be uploaded in source-only form if you wish. Thanks.

