Your message dated Fri, 25 Dec 2015 13:34:00 +0000 with message-id <[email protected]> and subject line Bug#801958: fixed in dpkg 1.18.4 has caused the Debian Bug report #801958, regarding dpkg: ${binary:Package} inconsistently reported in foreign arch chroots 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.) -- 801958: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=801958 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: dpkg Version: 1.18.3 Severity: important Control: block 688295 with -1 Host: stretch, amd64 (foreign: i386) chroot: sid, i386 (foreign: amd64) the chroot has the native libgtk-3-bin and the foreign hello:amd64 packages installed # inside the chroot $ sudo chroot /tmp/piupartss/tmpiAokhZ dpkg-query --show -f='${binary:Package}\n' libgtk-3-bin hello libc6 hello:amd64 libc6:amd64 libc6:i386 libgtk-3-bin # with dpkg 1.18.3 $ dpkg-query --admindir=/tmp/piupartss/tmpiAokhZ/var/lib/dpkg --show -f='${binary:Package}\n' libgtk-3-bin hello libc6 hello libc6:amd64 libc6:i386 libgtk-3-bin:i386 # with dpkg 1.17.25 $ /tmp/pbuilder/build/8258/usr/bin/dpkg-query --admindir=/tmp/piupartss/tmpiAokhZ/var/lib/dpkg --show -f='${binary:Package}\n' libgtk-3-bin hello libc6 hello libc6:amd64 libc6:i386 libgtk-3-bin I would expect the output to be consistent inside and outside the chroot but now with 1.18.3 the output is relative to the host architecture, not the admindir architecture which is a regression from jessie and breaks debsums. (jessie was not correct w.r.t. to the foreign arch package hello either but at least the native libgtk-3-bin was OK). Andreas
--- End Message ---
--- Begin Message ---Source: dpkg Source-Version: 1.18.4 We believe that the bug you reported is fixed in the latest version of dpkg, 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. Guillem Jover <[email protected]> (supplier of updated dpkg 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: SHA256 Format: 1.8 Date: Fri, 25 Dec 2015 13:20:26 +0100 Source: dpkg Binary: libdpkg-dev dpkg dpkg-dev libdpkg-perl dselect Architecture: source Version: 1.18.4 Distribution: unstable Urgency: medium Maintainer: Dpkg Developers <[email protected]> Changed-By: Guillem Jover <[email protected]> Description: dpkg - Debian package management system dpkg-dev - Debian package development tools dselect - Debian package management front-end libdpkg-dev - Debian package management static library libdpkg-perl - Dpkg perl modules Closes: 760248 799046 799432 799875 800513 800649 801156 801329 801958 805872 806315 807156 808912 Changes: dpkg (1.18.4) unstable; urgency=medium . [ Guillem Jover ] * Switch dpkg-scansources and dpkg-scanpackages to use File::Find instead of find(1), as the former is more portable with more consistent behavior, and always canonicalizes the pathnames. Closes: #800649 * Initialize Config-Version also for packages previously in triggers-pending state, otherwise we end up not passing the previously configured version to «postinst configure», which might consider this a first install instead of an upgrade. Closes: #801156 * Fix memory leaks in «dpkg --verify» and dpkg infodb format upgrade logic. * Merge all update-alternatives action handling into a single if-else-if block, to unify the code an allow a future switch into a shared library. * Perform any necessary cleanups on normal exit from dpkg-divert --add and --remove commands. * Make dpkg-architecture warning on non-matching GNU system type compiler agnostic. * Add ‘.gitreview’ to the default dpkg-source ignore lists. * Add support for DPKG_MAINTSCRIPT_DEBUG environment variable to dpkg. * Fix dpkg-checkbuilddeps exit code to be 1 instead of a random error value on unsatisfied dependencies. Regression introduced in dpkg 1.18.3. * Fix an off-by-one write access in dpkg-deb when parsing the old format .deb control member size. Thanks to Hanno Böck <[email protected]>. Fixes CVE-2015-0860. * Fix an off-by-one read access in dpkg-deb when parsing ar member names. Thanks to Hanno Böck <[email protected]>. * Add experimental multithreaded xz compression support in libdpkg, which requires xz >= 5.2.0. * Fix physical file offset comparison in dpkg. Closes: #808912 Thanks to Yuri Gribov <[email protected]>. * Fix usage of dpkg-architecture -s after other action options. Reported by Niels Thykier <[email protected]>. * Add NIOS2 support to cputable. Thanks to Marek Vasut <[email protected]>. * On Debian and derivatives enable timeless build flag feature by default. Thanks to Paul Wise <[email protected]>. Closes: #805872 * Perl modules: - Add support for Build-Essential field. Closes: #806315 * Test suite: - Improve perl code test coverage. * Build system: - Set PERL5LIB globally for the test suite to the local modules directory, to avoid using the system modules. Regression introduced in dpkg 1.17.8. Reported by Jérémy Bobbio <[email protected]>. Closes: #801329 - Use absolute buildir pathnames in PATH variable for the test suite. - Descend into scripts directory when cleaning up code coverage files. - Add new configure option --disable-devel-docs to select the kind of docs to generate, default for now is development documentation. - Try to use AM_GNU_GETTEXT_REQUIRE_VERSION to benefit from the latest installed gettext version, while guaranteeing a minimal required version. * Packaging: - Add missing Build-Depends for restriction formula support. * Documentation: - Move description for “target architecture” from the dpkg-architecture(1) ‘-A’ option to the TERMS section. Closes: #799046 - Clarify that the md5sum check on «dpkg --verify» is performed on the file contents, and failures denote changed content. Closes: #760248 - Document that dpkg-buildpacakge -nc -S implies -d. - Clarify role of Build-Depends in deb-src-control(5). Prompted by Johannes Schauer <[email protected]>. - Document supported feature areas. - Clarify in dpkg-query(1) when binary:Package gets arch-qualified. Closes: #801958 - Add a subsection separating external from internal environment variables in dpkg(1). . [ Updated programs translations ] * Dutch (Frans Spiesschaert). Closes: #800513 * Japanese (Kenshi Muto). Closes: #799432 * Turkish (Mert Dirik). Closes: #799875 . [ Updated scripts translations ] * German (Helge Kreutzmann). . [ Updated manpages translations ] * German (Helge Kreutzmann, Julian R). Closes: #807156 Checksums-Sha1: 4f1df693463e7279d4d0362dbb00b6116353a933 2053 dpkg_1.18.4.dsc 87707de6726d27f2c60fbd95bfaf90f888e2afe8 4377024 dpkg_1.18.4.tar.xz Checksums-Sha256: bcf295adfb7d467220586789f3e7b2de78ded2ea035c9c0ba4e97283d39eeb6f 2053 dpkg_1.18.4.dsc fe89243868888ce715bf45861f26264f767d4e4dbd0d6f1a26ce60bbbbf106da 4377024 dpkg_1.18.4.tar.xz Files: 32a406117e41c649a0df42289d2a8860 2053 admin required dpkg_1.18.4.dsc e95b513c89693f6ec3ab53b6b1c3defd 4377024 admin required dpkg_1.18.4.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBCAAGBQJWfUNzAAoJELlyvz6krlejO5YP/iDDalDQ7TIRBiR9MysEkzcx M6p9FZ0eSZY0a3sL9UZ8rYJXPmGuZSRCp9ekFucwMY0wEb/qHjy9roDWWDv7ih9b WPqIPKPv/nuWX7hOqWXAyrkmyeTKS8nhRrf2jBSKSVhm/uGpKiB9Q2i1+7SYSIDf OPzO+RmDeQuFRiTrAeUrTxz+qyEfbnlWer5ZyEGDNssV6TQQHSwEkYxyhc9jsoE6 xz5AeF2DhV04rM9m9qk5dBPAN8YWTJK7xqE1MC9lQ/UZp35jhryvChbnWbWAC49M k8xe5AfrDDWclBfSbCeyoISuTNq9m2KLHbNAAhCqPWZFWgT/7rY9QnRxFXNsjPvr Vr2kfpBy0oR7JEFS4YZvUkVNgDUopgCEEwi5b4wdm6X/NeUHfInfq9DLvyOKeDGa LY0hazSYNxi4c7ek0TvR1APZEDcN7LVdi3XDc5A3b/y6zcSwhesMCFKro88QDvEO YwTqznU3gwRPMyAhrINnJIfOdrgLMC8iwqtNDrDqCTJmxGBhTlbRueVXhBcJ9ue9 7i4pdfTx6KVRBVDJNQfp1krITYv6KbqqbqZE4Hui6knXdfamWBkQaCf7uLy4GGv9 RIATMrUBOZK8YNUwIiaaCl+N8X2MybEf7OayWNQsqtkEj7FRX6yR7vNY1rtXprGa Mfc5QPR0ZmEcbjscpws/ =ZS2K -----END PGP SIGNATURE-----
--- End Message ---

