Your message dated Mon, 20 Dec 2010 02:32:17 +0000
with message-id <e1puvxt-0004js...@franck.debian.org>
and subject line Bug#605536: fixed in dpkg 1.15.8.7
has caused the Debian Bug report #605536,
regarding dpkg: ^C during package install results in broken symlinks
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 ow...@bugs.debian.org
immediately.)
--
605536: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=605536
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: dpkg
Version: 1.15.8.5
Severity: normal
smtp:/usr/lib# ls -l libz*
lrwxrwxrwx 1 root root 15 Dec 1 09:52 libz.so.1 -> libz.so.1.2.3.4
-rw-r--r-- 1 root root 81012 Apr 7 2008 libz.so.1.2.3.3
-rw-r--r-- 1 root root 79980 Dec 29 2009 libz.so.1.2.3.4.dpkg-new
lrwxrwxrwx 1 root root 15 Dec 1 09:52 libz.so.1.dpkg-tmp ->
libz.so.1.2.3.3
I aborted an "apt-get install" run with ^C and the above was left in the
/usr/lib directory. After that attempts to install the package aborted with
the following error:
dpkg-deb: error while loading shared libraries: libz.so.1: cannot open shared
object file: No such file or directory
dpkg: error processing
/var/cache/apt/archives/zlib1g_1%3a1.2.3.4.dfsg-3_i386.deb (--unpack):
subprocess dpkg-deb --control returned error exit status 127
I believe that a ^C should be handled in such a way that the sym-links match
up.
-- System Information:
Debian Release: squeeze/sid
APT prefers testing
APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.32-5-xen-686 (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash
Versions of packages dpkg depends on:
ii coreutils 6.10-6 The GNU core utilities
ii libbz2-1.0 1.0.5-1+lenny1 high-quality block-sorting file
co
ii libc6 2.11.2-7 Embedded GNU C Library: Shared
lib
ii libselinux1 2.0.96-1 SELinux runtime shared libraries
ii xz-utils 4.999.9beta+20091116-1.1 XZ-format compression utilities
ii zlib1g 1:1.2.3.4.dfsg-3 compression library - runtime
dpkg recommends no packages.
Versions of packages dpkg suggests:
ii apt 0.7.20.2+lenny2 Advanced front-end for dpkg
-- no debconf information
--- End Message ---
--- Begin Message ---
Source: dpkg
Source-Version: 1.15.8.7
We believe that the bug you reported is fixed in the latest version of
dpkg, which is due to be installed in the Debian FTP archive:
dpkg-dev_1.15.8.7_all.deb
to main/d/dpkg/dpkg-dev_1.15.8.7_all.deb
dpkg_1.15.8.7.dsc
to main/d/dpkg/dpkg_1.15.8.7.dsc
dpkg_1.15.8.7.tar.bz2
to main/d/dpkg/dpkg_1.15.8.7.tar.bz2
dpkg_1.15.8.7_amd64.deb
to main/d/dpkg/dpkg_1.15.8.7_amd64.deb
dselect_1.15.8.7_amd64.deb
to main/d/dpkg/dselect_1.15.8.7_amd64.deb
libdpkg-dev_1.15.8.7_amd64.deb
to main/d/dpkg/libdpkg-dev_1.15.8.7_amd64.deb
libdpkg-perl_1.15.8.7_all.deb
to main/d/dpkg/libdpkg-perl_1.15.8.7_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 605...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Guillem Jover <guil...@debian.org> (supplier of updated dpkg 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 ftpmas...@debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Mon, 20 Dec 2010 02:26:26 +0100
Source: dpkg
Binary: libdpkg-dev dpkg dpkg-dev libdpkg-perl dselect
Architecture: source amd64 all
Version: 1.15.8.7
Distribution: unstable
Urgency: low
Maintainer: Dpkg Developers <debian-d...@lists.debian.org>
Changed-By: Guillem Jover <guil...@debian.org>
Description:
dpkg - Debian package management system
dpkg-dev - Debian package development tools
dselect - Debian package management front-end
libdpkg-dev - Debian package management static library
libdpkg-perl - Dpkg perl modules
Closes: 605009 605099 605248 605506 605536 606315 607253 607259 607292 607302
607306 607437 607501
Changes:
dpkg (1.15.8.7) unstable; urgency=low
.
[ Guillem Jover ]
* Defer symlink renames so that there's never a point were a symlink
is broken, this is particularly important for shared libraries.
Closes: #605536
* On Linux use sync_file_range() to initiate asynchronous writeback
of just unpacked files. Suggested by Ted Ts'o <ty...@mit.edu>.
Thanks to Jonathan Nieder <jrnie...@gmail.com>. Closes: #605009
* On non-Linux use posix_fadvise(POSIX_FADV_DONTNEED) to notify the kernel
dpkg does not need the unpacked files any longer, and that it can start
writeback to be able to evict them from the cache at a later point.
* Fix stanza delimiting on -L, -s and -p output. This was making the output
for multiple packages unrealiable to parse. Closes: #606315
.
[ Updated dpkg translations ]
* Basque (Iñaki Larrañaga Murgoitio). Closes: #607253
* Catalan (Guillem Jover).
* Czech (Miroslav Kure). Closes: #605099
* Esperanto (Felipe E. F. de Castro). Closes: #607437
* French (Christian Perrier).
* German (Sven Joachim).
* Indonesian (Arief S Fitrianto). Closes: #605248
* Italian (Milo Casagrande). Closes: #607306
* Japanese (Kenshi Muto). Closes: #607259
* Norwegian Bokmål (Hans Fredrik Nordhaug).
* Portuguese (Miguel Figueiredo). Closes: #605506
* Russian (Yuri Kozlov). Closes: #607292
* Simplified Chinese (Aron Xu).
* Slovak (Ivan Masár). Closes: #607302
* Spanish (Javier Fernandez-Sanguino).
* Thai (Theppitak Karoonboonyanan). Closes: #607501
.
[ Updated man page translations ]
* French (Christian Perrier).
* German (Helge Kreutzmann).
* Spanish (Omar Campagne).
.
[ Updated dselect translations ]
* Spanish (Javier Fernandez-Sanguino).
.
[ Updated scripts translations ]
* German (fix by Sven Joachim).
* Spanish (Javier Fernandez-Sanguino).
Checksums-Sha1:
d53e3f1156b59503e2f786a7b8214dcbd9b29c4f 1208 dpkg_1.15.8.7.dsc
c11aefddda4ebc8a78171343a201495fe64e1837 5251036 dpkg_1.15.8.7.tar.bz2
b7587044f347f88521cb5f2df026f722175d73b7 430924 libdpkg-dev_1.15.8.7_amd64.deb
c381b706eff13f6a97ec161462d058c4142ba5f5 2391526 dpkg_1.15.8.7_amd64.deb
e62bc3b332a292f8f5f1838ac4706c7e57ffffd5 898796 dselect_1.15.8.7_amd64.deb
30bb5e7b4a49b830b161aa356bb116b1b1df5cb9 805800 dpkg-dev_1.15.8.7_all.deb
64657a7f4939f5aaf34b1c0d2564aeacdaa3b398 687168 libdpkg-perl_1.15.8.7_all.deb
Checksums-Sha256:
1451e2109b445665340f57e4aad269f3a0838bd4415d016ab5b89f999550a69f 1208
dpkg_1.15.8.7.dsc
1ec1376471b04717a4497e5d7a27cd545248c92116898ce0c53ced8ea94267b5 5251036
dpkg_1.15.8.7.tar.bz2
62351dc3823dc0f8b00348beebc9ea1feaf82db53f194d6105c5bd4781a8f557 430924
libdpkg-dev_1.15.8.7_amd64.deb
8c711eebc3decb5ffaa4e184baa985b635a86fc0399f72e424004ab84414c943 2391526
dpkg_1.15.8.7_amd64.deb
f39b3324b5841cb2d20fb6ebd1ea9a1264823bfb345afacace8dc25bdb6a12e2 898796
dselect_1.15.8.7_amd64.deb
b28fab3670bab1f3e0aedb01b50b2ed33a1380f5f5d9608657a96be1411f073d 805800
dpkg-dev_1.15.8.7_all.deb
54e050449f21daf6842f08bbd3fdbf07b82d6328070aab87c775e6765123b8c3 687168
libdpkg-perl_1.15.8.7_all.deb
Files:
a1734a4024208e967710c5232b0307a7 1208 admin required dpkg_1.15.8.7.dsc
d1731d4147c1ea3b537a4d094519a6dc 5251036 admin required dpkg_1.15.8.7.tar.bz2
ca98309242298799c56f70c4216da84e 430924 libdevel optional
libdpkg-dev_1.15.8.7_amd64.deb
29aa8a1e4fe70cb4033529518c10f617 2391526 admin required dpkg_1.15.8.7_amd64.deb
d2d0d56e446a6bc9e1c35ac3ba67a7e9 898796 admin optional
dselect_1.15.8.7_amd64.deb
89ad9bfd49f6e9633a00d9213efbd691 805800 utils optional
dpkg-dev_1.15.8.7_all.deb
67287ec82679e9d1ee1106a6d7229079 687168 perl optional
libdpkg-perl_1.15.8.7_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iEYEARECAAYFAk0Ot60ACgkQuW9ciZ2SjJvH2gCggmtKzf7f4hpQKXU7ZTWoGLIL
3xwAnjkyz5teXZQsZRlzGgsYaDLHrZyZ
=GPh1
-----END PGP SIGNATURE-----
--- End Message ---