Your message dated Mon, 28 May 2007 00:02:05 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#425715: fixed in sbuild 0.55
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: sbuild
Version: 0.54
Severity: important
Hi,
While rebuilding all packages in Debian with sbuild 0.54, I ran into 594
failures during the "dsc verification" phase. It seems that all packages
with an epoch failed in the same way:
$ sbuild -A -s -d unstable zabbix_1:1.1.7-3
Automatic build of zabbix_1:1.1.7-3 on beothuk.imag.fr by sbuild/i386
0.54
Build started at 20070523-1603
******************************************************************************
Checking available source versions...
Fetching source files...
Reading package lists...
Building dependency tree...
Need to get 1537kB of source archives.
Get:1 http://ftp.fr.debian.org sid/main zabbix 1:1.1.7-3 (dsc) [839B]
Get:2 http://ftp.fr.debian.org sid/main zabbix 1:1.1.7-3 (tar) [1515kB]
Get:3 http://ftp.fr.debian.org sid/main zabbix 1:1.1.7-3 (diff) [20.4kB]
Fetched 1537kB in 2s (586kB/s)
Download complete and in download only mode
FAILED [dsc verification]
******************************************************************************
Finished at 20070523-1604
Build needed 00:00:00, 0k disk space
I never ran into this issue with sbuild version 0.53.
--
| Lucas Nussbaum
| [EMAIL PROTECTED] http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |
--- End Message ---
--- Begin Message ---
Source: sbuild
Source-Version: 0.55
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.55.dsc
to pool/main/s/sbuild/sbuild_0.55.dsc
sbuild_0.55.tar.gz
to pool/main/s/sbuild/sbuild_0.55.tar.gz
sbuild_0.55_all.deb
to pool/main/s/sbuild/sbuild_0.55_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.7
Date: Mon, 28 May 2007 00:38:46 +0100
Source: sbuild
Binary: sbuild
Architecture: source all
Version: 0.55
Distribution: unstable
Urgency: low
Maintainer: Debian buildd-tools Developers <[EMAIL PROTECTED]>
Changed-By: Roger Leigh <[EMAIL PROTECTED]>
Description:
sbuild - Tool for building Debian binary packages from Debian sources
Closes: 425370 425715 425855
Changes:
sbuild (0.55) unstable; urgency=low
.
* sbuild:
- Parse options with Getopt::Long.
- Remove trailing whitespace.
- Initialise $main::sub_task with a value, in case the build gets
terminated prior to it being used.
- Change the position of begin_session, so that it matches the cleanup
order on shutdown.
- build:
+ Document the regex which strips the epoch from the version
number.
+ Remove the call to setsid when forking dpkg-buildpackage, because
this broke shell job control. Some packages might possibly hang
while building if they detect they have a controlling terminal, but
IMO this is a bug in the package.
+ When handling the timeout for dpkg-buildpackage, make the $SIG{'ALRM'}
handler local, so that it is restored to the default once the build
has finished.
+ When calling mv to move files, use -f to make sure it doesn't run
interactively.
- check_dependencies: If a toolchain package is missing, print a
"not installed" message, rather than a blank version.
- dsc_md5sums: Log failure to open the .dsc.
- fetch_source_files: Strip the epoch of the version number, so that
$dscbase matches the .dsc filename in the filesystem (Closes: #425715).
Thanks to Lucas Nussbaum.
- merge_pkg_build_deps: Replace references to "central" src deps with
build-essential deps.
- parse_manual_srcdeps: New function, to replace the addition of manual
source dependencies from the removed read_deps() function.
- shutdown: Call end_session to clean up the chroot.
* Sbuild/Chroot.pm:
- end_session:
+ Add a debugging message.
+ Clear $schroot_session.
* Sbuild/Conf.pm: Add linux-libc-dev, gnumach-dev, hurd-dev and
kfreebsd-kernel-headers to @toolchain_regex. Thanks to Clint Adams
(Closes: #425855).
* Sbuild/Log.pm.in:
- Remove trailing whitespace.
- open_log, open_pkg_log: Ignore SIGINT, SIGQUIT, SIGTERM and SIGPIPE
in the logger processes, so that logging continues if the process
group is signalled to terminate. They will exit when the group leader
exits or closes the pipe.
* debian/changelog: Fix missing colon in bug closure for revision 0.2.4.
* debian/compat: New file. Set to debhelper compatibility level 5.
* debian/control: Depend on debhelper v5.
* debian/NEWS: Renamed from debian/NEWS.Debian (Closes: #425370).
Thanks to Lucas Nussbaum for spotting this.
* debian/rules: Remove DH_COMPAT.
Files:
f6beaa24a0ae7b8553dd3ad8dea30a6c 653 devel extra sbuild_0.55.dsc
7e1de63cab81a86aeadcf1dc1d52e9d7 81372 devel extra sbuild_0.55.tar.gz
b83dc704a3c379a5800f663928802009 82288 devel extra sbuild_0.55_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFGWhiDVcFcaSW/uEgRAv1EAKCq+eAxbo+/MR6EZhxqGZFF7simsgCePV9J
ke3POcN2t0stegQ9ZmsBh1A=
=3qxu
-----END PGP SIGNATURE-----
--- End Message ---