Your message dated Mon, 04 Sep 2006 21:02:13 -0700 with message-id <[EMAIL PROTECTED]> and subject line Bug#322959: fixed in pentium-builder 0.19 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)
--- Begin Message ---Package: pentium-builder Version: 0.18 Severity: important Here's an updated version of builder-cc, which handles the case where DEBIAN_BUILDGCCVER has been defined, but DEBIAN_BUILDARCH has not. Not in patch format, but it's pretty short: $ cat /usr/bin/builder-cc #! /usr/bin/perl if ($ENV{DEBIAN_BUILDARCH} eq undef && $ENV{DEBIAN_BUILDGCCVER} eq undef) { @target = ("gcc.real", @ARGV); } elsif ($ENV{DEBIAN_BUILDARCH} eq undef) { @target = ("gcc-" . $ENV{DEBIAN_BUILDGCCVER}, @ARGV); } elsif ($ENV{DEBIAN_BUILDGCCVER} eq undef) { @target = ("gcc.real", "-mcpu=$ENV{DEBIAN_BUILDARCH}", "-march=$ENV{DEBIAN_BUILDARCH}", @ARGV); } else { @target = ("gcc-" . $ENV{DEBIAN_BUILDGCCVER}, "-mcpu=$ENV{DEBIAN_BUILDARCH}", "-march=$ENV{DEBIAN_BUILDARCH}", @ARGV); } -- System Information: Debian Release: testing/unstable APT prefers stable APT policy: (990, 'stable'), (500, 'unstable'), (500, 'testing') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.12-1-686 Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Versions of packages pentium-builder depends on: ii g++ 4:3.3.5-3 The GNU C++ compiler ii gcc 4:3.3.5-3 The GNU C compiler ii perl 5.8.7-4 Larry Wall's Practical Extraction pentium-builder recommends no packages. -- no debconf information
--- End Message ---
--- Begin Message ---Source: pentium-builder Source-Version: 0.19 We believe that the bug you reported is fixed in the latest version of pentium-builder, which is due to be installed in the Debian FTP archive: pentium-builder_0.19.dsc to pool/main/p/pentium-builder/pentium-builder_0.19.dsc pentium-builder_0.19.tar.gz to pool/main/p/pentium-builder/pentium-builder_0.19.tar.gz pentium-builder_0.19_all.deb to pool/main/p/pentium-builder/pentium-builder_0.19_all.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. Alex Pennace <[EMAIL PROTECTED]> (supplier of updated pentium-builder 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: Mon, 4 Sep 2006 23:38:17 -0400 Source: pentium-builder Binary: pentium-builder Architecture: source all Version: 0.19 Distribution: unstable Urgency: low Maintainer: Alex Pennace <[EMAIL PROTECTED]> Changed-By: Alex Pennace <[EMAIL PROTECTED]> Description: pentium-builder - force pentium optimized compilation Closes: 169159 322959 359560 Changes: pentium-builder (0.19) unstable; urgency=low . * Not entirely sure about making this package non-native. * Acknowledge NMU, thanks Amaya Rodrigo Sastre (Closes: #359560, #169159). * Fixed bug where it doesn't handle DEBIAN_BUILDGCCVER being defined while DEBIAN_BUILDARCH is not, thanks Michael Blakeley (Closes: #322959). Files: 2723d7357c238a8f78f8713173bbb177 500 devel extra pentium-builder_0.19.dsc 2c21ac7faa7e63925578ed01d5820dc8 5588 devel extra pentium-builder_0.19.tar.gz 96c08378d5972f4f8db3539208a3f646 7154 devel extra pentium-builder_0.19_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) iD8DBQFE/PJa+coB1eJqbygRAtdnAJ0UzG482YjAyN7p/BWPa6WbxLvJDACcDGHZ aoK9+DZOr8mamNO2NtWQ18o= =X7Vc -----END PGP SIGNATURE-----
--- End Message ---

