Your message dated Thu, 01 Jan 2009 15:17:50 +0000
with message-id <[email protected]>
and subject line Bug#479317: fixed in perl 5.10.0-19
has caused the Debian Bug report #479317,
regarding 5.10 incompatability in File::Temp causes cleanup to fail if chdired
into subdir of temp dir
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.)
--
479317: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=479317
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: pristine-tar
Version: 0.13
Severity: important
A git repository which yesterday was using properly pristine-tar to
checkout a tarball, is today failing with exit code 2 (though actually
*after* the tarball has been checked out properly). Here is a console
log showing the problem:
$ ls *.tar.gz
ls: cannot access *.tar.gz: No such file or directory
$ pristine-tar checkout sexplib310_3.7.4.orig.tar.gz
cannot chdir to /tmp/pristine-tar.9maly5vk6r/workdir/sexplib310-3.7.4 from
/tmp/pristine-tar.9maly5vk6r: No such file or directory, aborting. at
/usr/share/perl5/File/Temp.pm line 901
END failed--call queue aborted at /usr/bin/pristine-tar line 724.
pristine-tar: failed to generate tarball
$ echo $?
2
$ ls *.tar.gz
sexplib310_3.7.4.orig.tar.gz
Even though the tarball is checkout properly (also the md5sums are the
right one), this behaviour is problematic for scripts relying on
pristine-tar exit code; most notably it is making git-buildpackage fail
a build when using pristine-tar.
I bet it is related to new perl-modules as today is the first day I
upgraded to a perl of the 5.10.x series.
Beside that, many thanks for this very clever tool :-)
Cheers.
-- System Information:
Debian Release: lenny/sid
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.24-1-686 (SMP w/1 CPU core)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages pristine-tar depends on:
ii libc6 2.7-10 GNU C Library: Shared libraries
ii perl-modules 5.10.0-9 Core Perl modules
ii xdelta 1.1.3-8 A diff utility which works with bi
ii zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime
Versions of packages pristine-tar recommends:
ii bzip2 1.0.5-0.1 high-quality block-sorting file co
ii pbzip2 1.0.2-0 parallel bzip2 implementation
-- no debconf information
--- End Message ---
--- Begin Message ---
Source: perl
Source-Version: 5.10.0-19
We believe that the bug you reported is fixed in the latest version of
perl, which is due to be installed in the Debian FTP archive:
libcgi-fast-perl_5.10.0-19_all.deb
to pool/main/p/perl/libcgi-fast-perl_5.10.0-19_all.deb
libperl-dev_5.10.0-19_i386.deb
to pool/main/p/perl/libperl-dev_5.10.0-19_i386.deb
libperl5.10_5.10.0-19_i386.deb
to pool/main/p/perl/libperl5.10_5.10.0-19_i386.deb
perl-base_5.10.0-19_i386.deb
to pool/main/p/perl/perl-base_5.10.0-19_i386.deb
perl-debug_5.10.0-19_i386.deb
to pool/main/p/perl/perl-debug_5.10.0-19_i386.deb
perl-doc_5.10.0-19_all.deb
to pool/main/p/perl/perl-doc_5.10.0-19_all.deb
perl-modules_5.10.0-19_all.deb
to pool/main/p/perl/perl-modules_5.10.0-19_all.deb
perl-suid_5.10.0-19_i386.deb
to pool/main/p/perl/perl-suid_5.10.0-19_i386.deb
perl_5.10.0-19.diff.gz
to pool/main/p/perl/perl_5.10.0-19.diff.gz
perl_5.10.0-19.dsc
to pool/main/p/perl/perl_5.10.0-19.dsc
perl_5.10.0-19_i386.deb
to pool/main/p/perl/perl_5.10.0-19_i386.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.
Niko Tyni <[email protected]> (supplier of updated perl 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: Thu, 01 Jan 2009 14:15:07 +0200
Source: perl
Binary: perl-base libcgi-fast-perl perl-doc perl-modules perl-debug perl-suid
libperl5.10 libperl-dev perl
Architecture: source all i386
Version: 5.10.0-19
Distribution: unstable
Urgency: low
Maintainer: Brendan O'Dea <[email protected]>
Changed-By: Niko Tyni <[email protected]>
Description:
libcgi-fast-perl - CGI::Fast Perl module
libperl-dev - Perl library: development files
libperl5.10 - Shared Perl library
perl - Larry Wall's Practical Extraction and Report Language
perl-base - minimal Perl system
perl-debug - Debug-enabled Perl interpreter
perl-doc - Perl documentation
perl-modules - Core Perl modules
perl-suid - Runs setuid Perl scripts
Closes: 442805 479317 496770 506324 509041 509802
Changes:
perl (5.10.0-19) unstable; urgency=low
.
* Downgrade the perl-doc recommendation to a suggestion.
(Closes: #496770, #442805)
* Make File::Temp warn on cleaning up the current working directory at
exit instead of bailing out. (Closes: #479317)
* Fix $? when dumping core. (Closes: #509041)
* Fix a memory leak with Scalar::Util::weaken(). (Closes: #506324)
* [SECURITY] "second half of CVE-2007-4829": Archive::Tar no longer
follows symlinks when unpacking. Upstream fix backported by Ubuntu.
(Closes: #509802)
Checksums-Sha1:
10e1af9dba87f527ff56c54a5cb5c1b8c160666d 1307 perl_5.10.0-19.dsc
903b6ab2a020911f830543d2b1e66701cb787926 140758 perl_5.10.0-19.diff.gz
a548584c371ad0fcfee40f744ce622b16048463b 44452
libcgi-fast-perl_5.10.0-19_all.deb
4a93d169e49e7315d1af79e2f88544c404053aff 8215048 perl-doc_5.10.0-19_all.deb
a102588e4132f13404922c80ac79ace0a9db3000 3189394 perl-modules_5.10.0-19_all.deb
03241ea4340a8714c13de40a8a5bcf1cd8da9431 971700 perl-base_5.10.0-19_i386.deb
388319b919141092dbd530ca987e7e0e3e69c9a2 6680168 perl-debug_5.10.0-19_i386.deb
9e3ac783919d1e77458e2029ac8ca9c09c2d9973 29650 perl-suid_5.10.0-19_i386.deb
c7077283b71e421d0397588ad67b2aea3b6231e5 623526 libperl5.10_5.10.0-19_i386.deb
bd51dae4f429ae7dc1e4771b01743435f98e7b24 2356558 libperl-dev_5.10.0-19_i386.deb
306a4077d5a94bd342ad7b20a0e6a1d23d2d152a 4543066 perl_5.10.0-19_i386.deb
Checksums-Sha256:
4f08fd6248a597c11aefc10e7565182d59aeb31275449111722ae440d26c01da 1307
perl_5.10.0-19.dsc
ba0ef6711dcb21fe7876c6d18402444d003afdb995188ea949a63d823bc455f0 140758
perl_5.10.0-19.diff.gz
bb66455604b42d0ac76c6fcbc872f3bf1287e1cd18b5b06315874a55e536e39b 44452
libcgi-fast-perl_5.10.0-19_all.deb
5457901b70e47fed0f0e0813a5c19d047948bbb9166be9525a068017705e2378 8215048
perl-doc_5.10.0-19_all.deb
d468a4a74a7c3aa2dd841f6e4e38e548aaa5c15d4dd7bc1fad941fe270e84d96 3189394
perl-modules_5.10.0-19_all.deb
f37de52803cb617e20570e3a8643b03e26c666a23a58f8adccbf1f9068695300 971700
perl-base_5.10.0-19_i386.deb
23d8b607bb2c4b3134ef8373be1ac2f9c74f602dd43285f835917c5dce82d472 6680168
perl-debug_5.10.0-19_i386.deb
4f3f25515613da28fae9b67d5639ea08b0efa21d9bb5ae77ce3cf1a0b6553598 29650
perl-suid_5.10.0-19_i386.deb
20a2c656167e19245c07d781cc8c0e8ba71aed5b43f5111bf555b6357ca437c8 623526
libperl5.10_5.10.0-19_i386.deb
b7f5343dbbdf1b9a961e85bf0edc37822ae8b2a819b32cddac6f1b603af2ef2a 2356558
libperl-dev_5.10.0-19_i386.deb
8a57113c81b990b2237317bf65272973df8dca52c44879a8a7be507f39b30d35 4543066
perl_5.10.0-19_i386.deb
Files:
0aa7f5c38d91e68ab6f6100f20a32d85 1307 perl standard perl_5.10.0-19.dsc
f388adda5eb3fbcf7c0670feb313e360 140758 perl standard perl_5.10.0-19.diff.gz
76a69657178f62301db15dfa4c718a1b 44452 perl optional
libcgi-fast-perl_5.10.0-19_all.deb
1517141d5cb72345101d8f360f2eb3db 8215048 doc optional
perl-doc_5.10.0-19_all.deb
637e680ab45ef7533b82262d12aeb02d 3189394 perl standard
perl-modules_5.10.0-19_all.deb
3a159cfb54407222d548512f268cf229 971700 perl required
perl-base_5.10.0-19_i386.deb
ad0610b24f96de368cbf30df4414b283 6680168 perl optional
perl-debug_5.10.0-19_i386.deb
2f461a493e38b627ae0492f8106286f5 29650 perl optional
perl-suid_5.10.0-19_i386.deb
edb6d12c0d194a47c65b60afaa4ecc0d 623526 libs optional
libperl5.10_5.10.0-19_i386.deb
e9a7103af1178d581cd678d529881547 2356558 libdevel optional
libperl-dev_5.10.0-19_i386.deb
320829a5c55f54d7f5aa5a18bc7334a7 4543066 perl standard perl_5.10.0-19_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iEYEARECAAYFAklcwQwACgkQiyizGWoHLTkbkgCgl7JYK9AnDH8FXlpeG+RSIg9t
y1IAn2Q5mlb0s/3ITRNgiqxq76J+35HB
=I33v
-----END PGP SIGNATURE-----
--- End Message ---