Your message dated Fri, 25 Jan 2019 21:21:30 +0000 with message-id <[email protected]> and subject line Bug#920448: fixed in lighttpd 1.4.52-5 has caused the Debian Bug report #920448, regarding lighttpd: FTBFS when built with dpkg-buildpackage -A to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [email protected] immediately.) -- 920448: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=920448 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: src:lighttpd Version: 1.4.52-4 Severity: serious Tags: ftbfs Dear maintainer: I tried to build this package in sid but it failed: -------------------------------------------------------------------------------- [...] debian/rules build-indep dh build-indep --with autoreconf,systemd dh_update_autotools_config -i dh_autoreconf -i find ! -ipath "./debian/*" -a ! \( -path '*/.git/*' -o -path '*/.hg/*' -o -path '*/.bzr/*' -o -path '*/.svn/*' -o -path '*/CVS/*' \) -a -type f -exec md5sum {} + -o -type l -printf "symlink %p " > debian/autoreconf.before grep -q ^XDT_ configure.ac autoreconf -f -i libtoolize: putting auxiliary files in '.'. libtoolize: copying file './ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. libtoolize: copying file 'm4/libtool.m4' libtoolize: copying file 'm4/ltoptions.m4' libtoolize: copying file 'm4/ltsugar.m4' [... snipped ...] dh_installdocs: No packages to build. Architecture mismatch: amd64, want: all any dh_installdocs -Nlighttpd-modules-ldap -Nlighttpd-modules-mysql -Nlighttpd-mod-authn-pam -Nlighttpd-mod-authn-sasl -Nlighttpd-mod-vhostdb-dbi -Nlighttpd-mod-vhostdb-pgsql install -d debian/lighttpd-doc/usr/share/doc/lighttpd-doc cp --reflink=auto -a ./README debian/lighttpd-doc/usr/share/doc/lighttpd-doc cp --reflink=auto -a ./debian/tmp/changelog debian/lighttpd-doc/usr/share/doc/lighttpd-doc chown -R 0:0 debian/lighttpd-doc/usr/share/doc chmod -R u\+rw,go=rX debian/lighttpd-doc/usr/share/doc install -p -m0644 debian/copyright debian/lighttpd-doc/usr/share/doc/lighttpd-doc/copyright make[1]: Leaving directory '/<<PKGBUILDDIR>>' dh_installchangelogs -i install -p -m0644 debian/changelog debian/lighttpd-doc/usr/share/doc/lighttpd-doc/changelog.Debian install -p -m0644 debian/NEWS debian/lighttpd-doc/usr/share/doc/lighttpd-doc/NEWS.Debian chmod 0644 -- debian/lighttpd-doc/usr/share/doc/lighttpd-doc/changelog chown 0:0 -- debian/lighttpd-doc/usr/share/doc/lighttpd-doc/changelog dh_installman -i debian/rules override_dh_installinit make[1]: Entering directory '/<<PKGBUILDDIR>>' dh_installinit --error-handler=start_failed make[1]: Leaving directory '/<<PKGBUILDDIR>>' dh_perl -i dh_link -i dh_strip_nondeterminism -i dh_compress -i cd debian/lighttpd-doc chmod a-x usr/share/doc/lighttpd-doc/NEWS.Debian usr/share/doc/lighttpd-doc/changelog usr/share/doc/lighttpd-doc/changelog.Debian usr/share/doc/lighttpd/authentication.txt usr/share/doc/lighttpd/cml.txt usr/share/doc/lighttpd/compress.txt usr/share/doc/lighttpd/configuration.txt usr/share/doc/lighttpd/fastcgi.txt usr/share/doc/lighttpd/magnet.txt usr/share/doc/lighttpd/performance.txt usr/share/doc/lighttpd/plugins.txt usr/share/doc/lighttpd/state.txt gzip -9nf usr/share/doc/lighttpd-doc/NEWS.Debian usr/share/doc/lighttpd-doc/changelog usr/share/doc/lighttpd-doc/changelog.Debian usr/share/doc/lighttpd/authentication.txt usr/share/doc/lighttpd/cml.txt usr/share/doc/lighttpd/compress.txt usr/share/doc/lighttpd/configuration.txt usr/share/doc/lighttpd/fastcgi.txt usr/share/doc/lighttpd/magnet.txt usr/share/doc/lighttpd/performance.txt usr/share/doc/lighttpd/plugins.txt usr/share/doc/lighttpd/state.txt cd '/<<PKGBUILDDIR>>' debian/rules override_dh_fixperms make[1]: Entering directory '/<<PKGBUILDDIR>>' dh_fixperms find debian/lighttpd-doc -true -print0 2>/dev/null | xargs -0r chown --no-dereference 0:0 find debian/lighttpd-doc ! -type l -a -true -a -true -print0 2>/dev/null | xargs -0r chmod go=rX,u+rw,a-s find debian/lighttpd-doc/usr/share/doc -type f -a -true -a ! -regex 'debian/lighttpd-doc/usr/share/doc/[^/]*/examples/.*' -print0 2>/dev/null | xargs -0r chmod 0644 find debian/lighttpd-doc/usr/share/doc -type d -a -true -a -true -print0 2>/dev/null | xargs -0r chmod 0755 find debian/lighttpd-doc -type f \( -name '*.so.*' -o -name '*.so' -o -name '*.la' -o -name '*.a' -o -name '*.js' -o -name '*.css' -o -name '*.scss' -o -name '*.sass' -o -name '*.jpeg' -o -name '*.jpg' -o -name '*.png' -o -name '*.gif' -o -name '*.cmxs' \) -a -true -a -true -print0 2>/dev/null | xargs -0r chmod 0644 test -d debian/lighttpd && \ chmod 0750 debian/lighttpd/var/log/lighttpd && \ chown www-data:www-data \ debian/lighttpd/var/cache/lighttpd/compress \ debian/lighttpd/var/cache/lighttpd/uploads \ debian/lighttpd/var/log/lighttpd make[1]: *** [debian/rules:64: override_dh_fixperms] Error 1 make[1]: Leaving directory '/<<PKGBUILDDIR>>' make: *** [debian/rules:10: binary-indep] Error 2 dpkg-buildpackage: error: fakeroot debian/rules binary-indep subprocess returned exit status 2 -------------------------------------------------------------------------------- The build was made in my autobuilder with "dpkg-buildpackage -A" and it also fails here: https://buildd.debian.org/status/fetch.php?pkg=lighttpd&arch=all&ver=1.4.52-4&stamp=1548380827&raw=0 (The usual recipe here is to split override_dh_fixperms into override_dh_fixperms-arch and override_dh_fixperms-indep. Maybe you can also drop the "test -d" part that way). (Cc: to Helmut Grohne who did the last upload. Apologies if this is a duplicate) Thanks.
--- End Message ---
--- Begin Message ---Source: lighttpd Source-Version: 1.4.52-5 We believe that the bug you reported is fixed in the latest version of lighttpd, which is due to be installed in the Debian FTP archive. A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [email protected], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Helmut Grohne <[email protected]> (supplier of updated lighttpd package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [email protected]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Fri, 25 Jan 2019 17:53:54 +0100 Source: lighttpd Architecture: source Version: 1.4.52-5 Distribution: sid Urgency: medium Maintainer: Debian QA Group <[email protected]> Changed-By: Helmut Grohne <[email protected]> Closes: 920448 Changes: lighttpd (1.4.52-5) unstable; urgency=medium . * QA Upload. * Fix arch-indep build. (Closes: #920448) Checksums-Sha1: 2a49c0f148ec1cee6b4a8c29ce165fd6893ba582 3548 lighttpd_1.4.52-5.dsc 1833dec654eddc63a62e1a3a89dff4c51197d192 42720 lighttpd_1.4.52-5.debian.tar.xz 9d0892df06922f01d6e1da182ff1881b4af16a70 16047 lighttpd_1.4.52-5_amd64.buildinfo Checksums-Sha256: d05f0286ebb6865046e91d2dbfbd8d9a28b42a3531e4383b1c8319281a316781 3548 lighttpd_1.4.52-5.dsc d8d3c5a0800636dff208f3e5647099ecd6b1fe4434e00d30ab08170ce4e75c6d 42720 lighttpd_1.4.52-5.debian.tar.xz 513bdf9cb6a8aed92e74a4a1f1a06ed5e0f0a8a6f3007fdaa6fc2707353bffee 16047 lighttpd_1.4.52-5_amd64.buildinfo Files: 73d865cbb7a643683311e80842cbd925 3548 httpd optional lighttpd_1.4.52-5.dsc 9bdfbbd6fa7c81e07eeebcea297c62e5 42720 httpd optional lighttpd_1.4.52-5.debian.tar.xz 91caf9633d2ca6c05b0632388f29b1d5 16047 httpd optional lighttpd_1.4.52-5_amd64.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEETMLS2QqNFlTb+HOqLRqqzyREREIFAlxLcnEACgkQLRqqzyRE REJ6lw/+MebGvK+6r6wOOMuBs0B0ZH2Bmquw2tpwM0Nix4Bdqjng/8zHQAEAU48O ZP9IYyTjfMFb2QHMi4iKIw+ykoOYvPcVi7SZ2dmZmA99UJuA9nwy9UfZ/k6f2j43 /h77aONIXAdzED3wCWE6U72N54xTZuMg+vDlzNl+HpgCPAc4mvy36ukacOluV0V/ S/wvWjXrQdEsGv6mAx8w2mBQTvnaYGPmXunyZ0vzxJ3J+GFlXYiYDn2eBYu2/Cax cBuUTduvW5D34oCOMKXD8qvy+Sg7BKYwvjgoLBpMSn252YSFToQPZMJpiE0oML30 tOCRJeBb9dWhPLYZw3zvm5DBBS2jwzTEHKQrO4PYPQ1Sx1mHdeILHKC5B7OEWBCg /zb2cKQSSWw1x4msY4yW+WKUHaNii6+j670Ltp8iQGMaCYjReCDYeFKojKCxD2Mg JjC+s+alYQM/wntZpVh4bJeN2p3gtL9zAsQzmvlZNNOf8AA4UhjwsT+G4DLfOtlp Roy4mEv4C+7E0xs0D4Tb1PPaI1eOpPgYM51nf+3wyZbdwzXQvOp3Qsqk858ijn4m +2UhXrSNrx0mEw7H/xpwg5CUm6SxmrG1taQVBG6UzuTkI2ZZV8vsezCdTfeckJFS fewA5+0VFo86cTVKZ5pmoNTR3EWflHC1u+K/7mW7P7tliUa7i6k= =h3Ey -----END PGP SIGNATURE-----
--- End Message ---

