Your message dated Wed, 14 Sep 2005 08:47:05 -0700 with message-id <[EMAIL PROTECTED]> and subject line Bug#328102: fixed in mac-fdisk 0.1-13 has caused the attached Bug report 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 I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database) -------------------------------------- Received: (at submit) by bugs.debian.org; 13 Sep 2005 12:44:57 +0000 >From [EMAIL PROTECTED] Tue Sep 13 05:44:57 2005 Return-path: <[EMAIL PROTECTED]> Received: from c158233.adsl.hansenet.de (localhost.localdomain) [213.39.158.233] by spohr.debian.org with esmtp (Exim 3.36 1 (Debian)) id 1EFA9g-0008MH-00; Tue, 13 Sep 2005 05:44:56 -0700 Received: from aj by localhost.localdomain with local (Exim 4.52) id 1EFA9e-0008Jh-QL; Tue, 13 Sep 2005 14:44:54 +0200 To: Debian Bug Tracking System <[EMAIL PROTECTED]> From: Andreas Jochens <[EMAIL PROTECTED]> Subject: mac-fdisk: FTBFS (powerpc): debian/rules uses 'dpkg --print-gnu-build-architecture' which does not work with newer dpkg Message-Id: <[EMAIL PROTECTED]> Date: Tue, 13 Sep 2005 14:44:54 +0200 Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Level: X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE autolearn=no version=2.60-bugs.debian.org_2005_01_02 Package: mac-fdisk Version: 0.1-12 Severity: serious Tags: patch When building 'mac-fdisk' on powerpc/unstable, I get the following error: dh_fixperms: Compatibility levels before 3 are deprecated. find debian/mac-fdisk-cross -print0 2>/dev/null | xargs -0r chown --no-dereference 0:0 find debian/mac-fdisk-cross ! -type l -print0 2>/dev/null | xargs -0r chmod go=rX,u+rw,a-s find debian/mac-fdisk-cross/usr/share/doc -type f ! -regex 'debian/mac-fdisk-cross/usr/share/doc/[^/]*/examples/.*' -print0 2>/dev/null | xargs -0r chmod 644 find debian/mac-fdisk-cross/usr/share/doc -type d -print0 2>/dev/null | xargs -0r chmod 755 find debian/mac-fdisk-cross/usr/share/man debian/mac-fdisk-cross/usr/man/ debian/mac-fdisk-cross/usr/X11*/man/ -type f -print0 2>/dev/null | xargs -0r chmod 644 find debian/mac-fdisk-cross -perm -5 -type f \( -name '*.so*' -or -name '*.la' -or -name '*.a' \) -print0 2>/dev/null | xargs -0r chmod 644 find debian/mac-fdisk-cross/usr/include -type f -name '*.h' -print0 2>/dev/null | xargs -0r chmod 644 find debian/mac-fdisk-cross/usr/lib/perl5 debian/mac-fdisk-cross/usr/share/perl5 -type f -perm -5 -name '*.pm' -print0 2>/dev/null | xargs -0r chmod a-X dh_installdeb: Compatibility levels before 3 are deprecated. install -o 0 -g 0 -d debian/mac-fdisk-cross/DEBIAN Use of uninitialized value in string eq at /usr/share/perl5/Debian/Debhelper/Dh_Lib.pm line 643. dh_shlibdeps: Compatibility levels before 3 are deprecated. dpkg-shlibdeps -Tdebian/mac-fdisk-cross.substvars debian/mac-fdisk-cross/usr/sbin/mac-fdisk dh_gencontrol: Compatibility levels before 3 are deprecated. Use of uninitialized value in string eq at /usr/share/perl5/Debian/Debhelper/Dh_Lib.pm line 643. dpkg-gencontrol -pmac-fdisk-cross -ldebian/changelog -isp -Tdebian/mac-fdisk-cross.substvars -Pdebian/mac-fdisk-cross dpkg-gencontrol: error: package mac-fdisk-cross not in control info dh_gencontrol: command returned error code 65280 make: *** [binary-arch] Error 1 This occurs because debian/rules uses 'dpkg --print-gnu-build-architecture' to set the BUILDARCH variable. The new dpkg version in unstable does not support the '--print-gnu-build-architecture' parameter. With the attached patch 'mac-fdisk' can be compiled on powerpc/unstable. Regards Andreas Jochens diff -urN ../tmp-orig/mac-fdisk-0.1/debian/rules ./debian/rules --- ../tmp-orig/mac-fdisk-0.1/debian/rules 2005-09-13 14:24:34.000000000 +0200 +++ ./debian/rules 2005-09-13 14:24:26.000000000 +0200 @@ -4,7 +4,7 @@ export DH_VERBOSE=1 -BUILDARCH = $(shell dpkg --print-gnu-build-architecture) +BUILDARCH = $(shell dpkg-architecture -qDEB_BUILD_ARCH_CPU) POWERPC = $(findstring $(BUILDARCH),powerpc ppc64) packmn = mac-fdisk --------------------------------------- Received: (at 328102-close) by bugs.debian.org; 14 Sep 2005 15:48:22 +0000 >From [EMAIL PROTECTED] Wed Sep 14 08:48:22 2005 Return-path: <[EMAIL PROTECTED]> Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian)) id 1EFZTV-0007Mj-00; Wed, 14 Sep 2005 08:47:05 -0700 From: Michael Schmitz <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] X-Katie: $Revision: 1.56 $ Subject: Bug#328102: fixed in mac-fdisk 0.1-13 Message-Id: <[EMAIL PROTECTED]> Sender: Archive Administrator <[EMAIL PROTECTED]> Date: Wed, 14 Sep 2005 08:47:05 -0700 Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Level: X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER autolearn=no version=2.60-bugs.debian.org_2005_01_02 Source: mac-fdisk Source-Version: 0.1-13 We believe that the bug you reported is fixed in the latest version of mac-fdisk, which is due to be installed in the Debian FTP archive: mac-fdisk-udeb_0.1-13_powerpc.udeb to pool/main/m/mac-fdisk/mac-fdisk-udeb_0.1-13_powerpc.udeb mac-fdisk_0.1-13.diff.gz to pool/main/m/mac-fdisk/mac-fdisk_0.1-13.diff.gz mac-fdisk_0.1-13.dsc to pool/main/m/mac-fdisk/mac-fdisk_0.1-13.dsc mac-fdisk_0.1-13_powerpc.deb to pool/main/m/mac-fdisk/mac-fdisk_0.1-13_powerpc.deb pmac-fdisk-udeb_0.1-13_powerpc.udeb to pool/main/m/mac-fdisk/pmac-fdisk-udeb_0.1-13_powerpc.udeb pmac-fdisk_0.1-13_powerpc.deb to pool/main/m/mac-fdisk/pmac-fdisk_0.1-13_powerpc.deb 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. Michael Schmitz <[EMAIL PROTECTED]> (supplier of updated mac-fdisk 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: SHA1 Format: 1.7 Date: Wed, 14 Sep 2005 17:25:23 +0100 Source: mac-fdisk Binary: pmac-fdisk-cross mac-fdisk-udeb pmac-fdisk mac-fdisk pmac-fdisk-udeb Architecture: source powerpc Version: 0.1-13 Distribution: unstable Urgency: low Maintainer: Michael Schmitz <[EMAIL PROTECTED]> Changed-By: Michael Schmitz <[EMAIL PROTECTED]> Description: mac-fdisk - Apple disk partition manipulation tool mac-fdisk-udeb - Apple disk partition manipulation tool (udeb) pmac-fdisk - fdisk partition manipulation tool for PowerPC pmac-fdisk-udeb - fdisk partition manipulation tool for PowerPC (udeb) Closes: 328102 Changes: mac-fdisk (0.1-13) unstable; urgency=low . * Add patch for broken dpkg --print-gnu-build-architecture (patch by Andreas Jochens <[EMAIL PROTECTED]>). Closes: #328102. Files: a2696de89af3e9b92bce5e0663fa2bad 670 base required mac-fdisk_0.1-13.dsc c76dc2a0cd29c2ada580ea9008710f3b 19615 base required mac-fdisk_0.1-13.diff.gz c10ee002db7a6810f36f14856b706731 25814 base required mac-fdisk_0.1-13_powerpc.deb fea3765360d231e8fe1dd6ededc00db7 29224 base required pmac-fdisk_0.1-13_powerpc.deb 58936a41d4078657259de13741972461 15230 debian-installer standard mac-fdisk-udeb_0.1-13_powerpc.udeb acde8e15db75dc2de53ab6fc37a149be 19122 debian-installer standard pmac-fdisk-udeb_0.1-13_powerpc.udeb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) iD8DBQFDKEQnjH3TJU9qR44RAnriAJ4n84IJzqVJ8bV399Van5QhBN2oUQCfceCP 9tYWrEBydwE/7L4ImX9VdC8= =v3Uq -----END PGP SIGNATURE----- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]