Your message dated Wed, 11 Mar 2009 23:32:03 +0000
with message-id <[email protected]>
and subject line Bug#519276: fixed in sbuild 0.58.1-1
has caused the Debian Bug report #519276,
regarding sbuild doesn't properly set APR_CONFIG
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.)
--
519276: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=519276
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: sbuild
Version: 0.58.0-1
Severity: important
Tags: patch
I reported this bug yesterday but it never made it to the bug tracker
because my MTA was misconfigured. This is a good thing in retrospec
because now I have a patch!
sbuild did not properly set the APT_CONFIG environment variable when
building, which broke the $apt_allow_unauthenticated option, and
probably some other options set through the apt configuration file.
-- System Information:
Debian Release: squeeze/sid
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.26-1-686 (SMP w/1 CPU core)
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages sbuild depends on:
ii adduser 3.110 add and remove users and groups
ii apt 0.7.20.2 Advanced front-end for dpkg
ii dctrl-tools 2.13.1 Command-line tools to process Debi
ii devscripts 2.10.47 scripts to make the life of a Debi
ii dpkg-dev 1.14.25 Debian package development tools
ii perl 5.10.0-19 Larry Wall's Practical Extraction
ii perl-modules 5.10.0-19 Core Perl modules
ii postfix [mail-transport-agent 2.5.5-1.1 High-performance mail transport ag
ii schroot 1.2.1-1 Execute commands in a chroot envir
Versions of packages sbuild recommends:
ii debootstrap 1.0.3build1-0kryptiva4 Bootstrap a basic Debian system
ii fakeroot 1.12.2 Gives a fake root environment
Versions of packages sbuild suggests:
ii deborphan 1.7.28 program that can find unused packa
ii wget 1.11.4-2 retrieves files from the web
-- no debconf information
diff --git a/bin/sbuild b/bin/sbuild
index 361e3d0..57cc203 100755
--- a/bin/sbuild
+++ b/bin/sbuild
@@ -178,10 +178,8 @@ sub main () {
$chroot_defaults->{'STREAMIN'} = $devnull;
$chroot_defaults->{'STREAMOUT'} = $build->get('Log Stream');
$chroot_defaults->{'STREAMERR'} = $build->get('Log Stream');
- $chroot_defaults->{'ENV'} = {
- 'LC_ALL' => 'POSIX',
- 'SHELL' => $programs{'SHELL'}
- };
+ $chroot_defaults->{'ENV'}->{'LC_ALL'} = 'POSIX';
+ $chroot_defaults->{'ENV'}->{'POSIX'} = $programs{'SHELL'};
$build->set('Session', $session);
diff --git a/bin/sbuild b/bin/sbuild
index 361e3d0..57cc203 100755
--- a/bin/sbuild
+++ b/bin/sbuild
@@ -178,10 +178,8 @@ sub main () {
$chroot_defaults->{'STREAMIN'} = $devnull;
$chroot_defaults->{'STREAMOUT'} = $build->get('Log Stream');
$chroot_defaults->{'STREAMERR'} = $build->get('Log Stream');
- $chroot_defaults->{'ENV'} = {
- 'LC_ALL' => 'POSIX',
- 'SHELL' => $programs{'SHELL'}
- };
+ $chroot_defaults->{'ENV'}->{'LC_ALL'} = 'POSIX';
+ $chroot_defaults->{'ENV'}->{'POSIX'} = $programs{'SHELL'};
$build->set('Session', $session);
--- End Message ---
--- Begin Message ---
Source: sbuild
Source-Version: 0.58.1-1
We believe that the bug you reported is fixed in the latest version of
sbuild, which is due to be installed in the Debian FTP archive:
sbuild_0.58.1-1.diff.gz
to pool/main/s/sbuild/sbuild_0.58.1-1.diff.gz
sbuild_0.58.1-1.dsc
to pool/main/s/sbuild/sbuild_0.58.1-1.dsc
sbuild_0.58.1-1_all.deb
to pool/main/s/sbuild/sbuild_0.58.1-1_all.deb
sbuild_0.58.1.orig.tar.gz
to pool/main/s/sbuild/sbuild_0.58.1.orig.tar.gz
wanna-build_0.58.1-1_all.deb
to pool/main/s/sbuild/wanna-build_0.58.1-1_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.
Roger Leigh <[email protected]> (supplier of updated sbuild 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.8
Date: Wed, 11 Mar 2009 23:16:41 +0000
Source: sbuild
Binary: sbuild wanna-build
Architecture: source all
Version: 0.58.1-1
Distribution: unstable
Urgency: low
Maintainer: Roger Leigh <[email protected]>
Changed-By: Roger Leigh <[email protected]>
Description:
sbuild - Tool for building Debian binary packages from Debian sources
wanna-build - Database to track building of Debian binary packages from Debian
Closes: 519097 519276
Changes:
sbuild (0.58.1-1) unstable; urgency=low
.
[ Roger Leigh ]
* debian/rules: Run configure setting DCMD, SUDO and SCHROOT.
(Closes: #519097). It's not possible to install sudo as a
build-dependency due to it not allowing automatic removal, and
none of the commands are actually needed for the build, just
setting the default path.
* sbuild: Don't erase default chroot environment (Closes: #519276).
This removed APT_CONFIG, preventing sbuild from working correctly.
Thanks to Francois-Denis Gonthier.
Checksums-Sha1:
07d427a899b77027080fbce042d105311b765b5c 1235 sbuild_0.58.1-1.dsc
80a0b7781f314d3c6f475a96eddd1dfd6bc914ab 434582 sbuild_0.58.1.orig.tar.gz
bbd0583389ae5d0f13ccd43c3fc5195d68a44448 20 sbuild_0.58.1-1.diff.gz
ac63f8afaf52b3aeabfe451f2635a8d6e65e7325 200078 sbuild_0.58.1-1_all.deb
a8a5ac539081423e05d039ca6507b97fa478f903 163632 wanna-build_0.58.1-1_all.deb
Checksums-Sha256:
b59c24d5e2c8b9a1c8cdcb98ba9aa3ef98ffa88d8863bc4f5225d6c7176dbaaf 1235
sbuild_0.58.1-1.dsc
a73b2b3bffd2e9ea7b715e6e8aa7acc27615523027d24bd79377dfd2ba60d51f 434582
sbuild_0.58.1.orig.tar.gz
7918d92edaaaf0c494323277f9c75bbaafccfcb6bdaf226ed0d05b4a8f304beb 20
sbuild_0.58.1-1.diff.gz
06e61a6d9790bae09b54a81ebf731affba2b6563a82ae3aa824616e091b07ddd 200078
sbuild_0.58.1-1_all.deb
c03147f14c3cd620be9ea756daf847351d59b8ebbd9ea51ea0e20c15b44e6cdf 163632
wanna-build_0.58.1-1_all.deb
Files:
beaa1026d37bd84e81b8fe8cd595b6ce 1235 devel extra sbuild_0.58.1-1.dsc
83bc5cd809a42253aa06b190bf126989 434582 devel extra sbuild_0.58.1.orig.tar.gz
83c43a08f11b1be2beb1572ea4aefbca 20 devel extra sbuild_0.58.1-1.diff.gz
ea63391dc86952df1b2eb57cbd9537b3 200078 devel extra sbuild_0.58.1-1_all.deb
f53a2fcf28686f53729fbe5b154a8166 163632 devel extra
wanna-build_0.58.1-1_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iEYEARECAAYFAkm4SVIACgkQVcFcaSW/uEhmqACffd6mhmCF22Wcql//r620X3C8
zyIAoOMxeY6kQyWy0nHxYYG6LMjf1PV7
=yQiA
-----END PGP SIGNATURE-----
--- End Message ---