Your message dated Tue, 16 Aug 2005 21:17:04 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#170869: fixed in dpkg 1.13.11
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)

--------------------------------------
Received: (at submit) by bugs.debian.org; 27 Nov 2002 00:17:25 +0000
>From [EMAIL PROTECTED] Tue Nov 26 18:17:24 2002
Return-path: <[EMAIL PROTECTED]>
Received: from lehrer.ucsf.edu [128.218.64.95] 
        by master.debian.org with esmtp (Exim 3.12 1 (Debian))
        id 18GptM-00061w-00; Tue, 26 Nov 2002 18:17:24 -0600
Received: from condor.ucsf.edu ([EMAIL PROTECTED] [128.218.64.97])
        by lehrer.ucsf.edu (8.11.6/8.11.6) with ESMTP id gAR0HN1700172;
        Tue, 26 Nov 2002 16:17:24 -0800 (PST)
Received: from ds by condor.ucsf.edu with local (Exim 3.36 #1 (Debian))
        id 18GptL-0003TO-00; Tue, 26 Nov 2002 16:17:23 -0800
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: David Schleef <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: dpkg: Leaves files around after failed install
X-Mailer: reportbug 2.9
Date: Tue, 26 Nov 2002 16:17:23 -0800
Message-Id: <[EMAIL PROTECTED]>
Sender: David Schleef <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
X-Spam-Status: No, hits=0.6 required=5.0
        tests=SPAM_PHRASE_00_01
        version=2.41
X-Spam-Level: 

Package: dpkg
Version: 1.10.9
Severity: normal

I was experimenting with libc6-i686 (a disabled part of the glibc
build), and tried installing the package.  dpkg didn't install the
package, since it has a file that conflicts with libc6 (good).
However, it left files around afterward. (bad)

dpkg output:

condor:~/debian/glibc$ sudo dpkg -i libc6-i686_2.3.1-5_i386.deb 
(Reading database ... 105947 files and directories currently installed.)
Unpacking libc6-i686 (from libc6-i686_2.3.1-5_i386.deb) ...
dpkg: error processing libc6-i686_2.3.1-5_i386.deb (--install):
 trying to overwrite `/lib/ld-linux.so.2', which is also in package libc6
dpkg-deb: subprocess paste killed by signal (Broken pipe)
Errors were encountered while processing:
 libc6-i686_2.3.1-5_i386.deb

condor:~/debian/glibc$ ls -l /lib/i686/   
total 1808
-rw-r--r--    1 root     root         3480 Nov 26 15:44
libBrokenLocale-2.3.1.so
-rw-r--r--    1 root     root        19181 Nov 26 15:44 libSegFault.so
-rw-r--r--    1 root     root         9224 Nov 26 15:44 libanl-2.3.1.so
-rwxr-xr-x    1 root     root      1327840 Nov 26 15:44 libc-2.3.1.so
-rw-r--r--    1 root     root        18932 Nov 26 15:44
libcrypt-2.3.1.so
-rw-r--r--    1 root     root         8776 Nov 26 15:44 libdl-2.3.1.so
-rw-r--r--    1 root     root       149768 Nov 26 15:44 libm-2.3.1.so
-rw-r--r--    1 root     root        78436 Nov 26 15:44 libnsl-2.3.1.so
-rw-r--r--    1 root     root        71236 Nov 26 15:44
libpthread-0.10.so
-rw-r--r--    1 root     root        65292 Nov 26 15:44
libresolv-2.3.1.so
-rw-r--r--    1 root     root        27180 Nov 26 15:44 librt-2.3.1.so
-rw-r--r--    1 root     root        18844 Nov 26 15:44
libthread_db-1.0.so
-rw-r--r--    1 root     root         7648 Nov 26 15:44 libutil-2.3.1.so

condor:~/debian/g:ibc$ dpkg -S /lib/i686/libc-2.3.1.so 
dpkg: /lib/i686/libc-2.3.1.so not found.

condor:~/debian/glibc$ dpkg-deb -c libc6-i686_2.3.1-5_i386.deb
drwxr-xr-x root/root         0 2002-11-26 15:44:27 ./
drwxr-xr-x root/root         0 2002-11-26 15:44:27 ./lib/
drwxr-xr-x root/root         0 2002-11-26 15:44:27 ./lib/i686/
-rw-r--r-- root/root      3480 2002-11-26 15:44:27 
./lib/i686/libBrokenLocale-2.3.1.so
-rw-r--r-- root/root      9224 2002-11-26 15:44:27 ./lib/i686/libanl-2.3.1.so
-rwxr-xr-x root/root   1327840 2002-11-26 15:44:27 ./lib/i686/libc-2.3.1.so
-rw-r--r-- root/root     18932 2002-11-26 15:44:27 ./lib/i686/libcrypt-2.3.1.so
-rw-r--r-- root/root      8776 2002-11-26 15:44:27 ./lib/i686/libdl-2.3.1.so
-rw-r--r-- root/root    149768 2002-11-26 15:44:27 ./lib/i686/libm-2.3.1.so
-rw-r--r-- root/root     78436 2002-11-26 15:44:27 ./lib/i686/libnsl-2.3.1.so
-rw-r--r-- root/root     65292 2002-11-26 15:44:27 ./lib/i686/libresolv-2.3.1.so
-rw-r--r-- root/root     27180 2002-11-26 15:44:27 ./lib/i686/librt-2.3.1.so
-rw-r--r-- root/root      7648 2002-11-26 15:44:27 ./lib/i686/libutil-2.3.1.so
-rw-r--r-- root/root     19181 2002-11-26 15:44:27 ./lib/i686/libSegFault.so
-rw-r--r-- root/root     71236 2002-11-26 15:44:27 ./lib/i686/libpthread-0.10.so
-rw-r--r-- root/root     18844 2002-11-26 15:44:27 
./lib/i686/libthread_db-1.0.so
-rwxr-xr-x root/root    100602 2002-11-26 15:44:27 ./lib/ld-linux.so.2
drwxr-xr-x root/root         0 2002-11-26 15:44:27 ./usr/
drwxr-xr-x root/root         0 2002-11-26 15:44:27 ./usr/share/
drwxr-xr-x root/root         0 2002-11-26 15:44:27 ./usr/share/doc/
lrwxrwxrwx root/root         0 2002-11-26 15:44:27 ./lib/i686/libc.so.6 -> 
libc-2.3.1.so
lrwxrwxrwx root/root         0 2002-11-26 15:44:27 
./lib/i686/libBrokenLocale.so.1 -> libBrokenLocale-2.3.1.so
lrwxrwxrwx root/root         0 2002-11-26 15:44:27 ./lib/i686/libm.so.6 -> 
libm-2.3.1.so
lrwxrwxrwx root/root         0 2002-11-26 15:44:27 ./lib/i686/libdl.so.2 -> 
libdl-2.3.1.so
lrwxrwxrwx root/root         0 2002-11-26 15:44:27 ./lib/i686/libcrypt.so.1 -> 
libcrypt-2.3.1.so
lrwxrwxrwx root/root         0 2002-11-26 15:44:27 ./lib/i686/libpthread.so.0 
-> libpthread-0.10.so
lrwxrwxrwx root/root         0 2002-11-26 15:44:27 ./lib/i686/libresolv.so.2 -> 
libresolv-2.3.1.so
lrwxrwxrwx root/root         0 2002-11-26 15:44:27 ./lib/i686/libanl.so.1 -> 
libanl-2.3.1.so
lrwxrwxrwx root/root         0 2002-11-26 15:44:27 ./lib/i686/librt.so.1 -> 
librt-2.3.1.so
lrwxrwxrwx root/root         0 2002-11-26 15:44:27 ./lib/i686/libthread_db.so.1 
-> libthread_db-1.0.so
lrwxrwxrwx root/root         0 2002-11-26 15:44:27 ./lib/i686/libnsl.so.1 -> 
libnsl-2.3.1.so
lrwxrwxrwx root/root         0 2002-11-26 15:44:27 ./lib/i686/libutil.so.1 -> 
libutil-2.3.1.so
lrwxrwxrwx root/root         0 2002-11-26 15:44:27 ./usr/share/doc/libc6-i686 
-> libc6



-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux condor 2.4.19-condor #1 SMP Die Sep 24 16:42:01 PDT 2002 i686
Locale: LANG=de_DE, LC_CTYPE=de_DE

Versions of packages dpkg depends on:
-i  dselect                       1.10.9     a user tool to manage Debian packa
-i  libc6                         2.3.1-5    GNU C Library: Shared libraries an

-- no debconf information


---------------------------------------
Received: (at 170869-close) by bugs.debian.org; 17 Aug 2005 04:19:47 +0000
>From [EMAIL PROTECTED] Tue Aug 16 21:19:47 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
        id 1E5FMO-00016P-00; Tue, 16 Aug 2005 21:17:04 -0700
From: Scott James Remnant <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#170869: fixed in dpkg 1.13.11
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Tue, 16 Aug 2005 21:17:04 -0700
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-CrossAssassin-Score: 7

Source: dpkg
Source-Version: 1.13.11

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.13.11_all.deb
  to pool/main/d/dpkg/dpkg-dev_1.13.11_all.deb
dpkg_1.13.11.dsc
  to pool/main/d/dpkg/dpkg_1.13.11.dsc
dpkg_1.13.11.tar.gz
  to pool/main/d/dpkg/dpkg_1.13.11.tar.gz
dpkg_1.13.11_i386.deb
  to pool/main/d/dpkg/dpkg_1.13.11_i386.deb
dselect_1.13.11_i386.deb
  to pool/main/d/dpkg/dselect_1.13.11_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.
Scott James Remnant <[EMAIL PROTECTED]> (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 [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Wed, 17 Aug 2005 04:44:44 +0100
Source: dpkg
Binary: dpkg dselect dpkg-dev
Architecture: source i386 all
Version: 1.13.11
Distribution: unstable
Urgency: low
Maintainer: Scott James Remnant <[EMAIL PROTECTED]>
Changed-By: Scott James Remnant <[EMAIL PROTECTED]>
Description: 
 dpkg       - package maintenance system for Debian
 dpkg-dev   - package building tools for Debian
 dselect    - user tool to manage Debian packages
Closes: 5571 47404 57194 82407 95570 113626 121173 147574 151651 156319 169928 
170869 171762 201848 236733 268639 273489 296026 302229 306474 306874 310306 
310390 316470 317760 317770 318376 318473 318659 318745 319781 319784 319816 
320925 320952 322359 322361 322362 322595 322917
Changes: 
 dpkg (1.13.11) unstable; urgency=low
 .
   The "Good, clean fun" Release.
 .
   * Fixed the always broken error handling so that only the intended
     cleanup handlers are run, rather than ones that we didn't expect.
     This corrects the bug when a package's postrm fails and the package is
     left in an installed state with no files; the package will now be left
     in a half-installed state, as originally intended.  Found by Marga
     Manterola while documenting the maintainer scripts.  Closes: #296026.
   * Fixed removal of files involved in diversions during upgrade, caused by
     checking whether the "directory" was in use by another package without
     actually checking whether or not it was a directory.  Closes: #310390.
   * Fixed package saving to not disappear packages who divert anything from
     the installing package out of the way.  Closes: #113626.
   * Improved clean-up of unpack failure during install or upgrade, to leave
     the system in exactly the same state as it started in.
     Closes: #47404, #82407, #121173, #170869, #201848, #236733, #268639.
   * Fixed crash when unpacking a package which has an unversioned Replaces
     declared on it by another package previously unpacked in the same run
     (Colin Watson).  Closes: #322595.
 .
   * New install unwinding fixed to ensure we don't leave a version in the
     status db for a not-installed package.
   * Corrected error call when encountering a corrupted filesystem tarfile
     to not print "Success".  Closes: #95570.
   * Fixed castration of potentially unsafe devices to not follow symlinks.
     Closes: #169928.
   * Marked log file descriptor as close-on-exec.  Closes: #320925.
   * Re-worked dpkg-source -x to allow all manner of strange things maintainers
     seem to do, unpacking isn't the right place to enforce sanity; we'll
     do it in -b later on >:-).  Closes: #316470, #317760, #318473, #318745,
     #322359, #322361, #322362.
 .
   * Corrected dselect synopsis line to match consensus.  Closes: #318659.
   * Changed dpkg-name to use a shell redirect rather than the /dev/stderr
     device that may not be writable.  Closes: #318376.
   * Adjusted various dpkg-query options to avoid outputting a trailing
     newline.  Closes: #151651, #319781.
   * Changed references to "statusoverride" file to just "statoverride"
     to make it match reality.  Closes: #320952.
   * Fixed several bugs with the default diff ignore list used by dpkg-source.
   * Added ,,* to the list of default diff ignore list.  Closes: #322917.
 .
   * Fixes to dpkg-dev (Frank Lichtenheld):
     - dpkg-checkbuilddeps will now exit with an error if it is unable to
       parse a dependency field.  Closes: #171762, #302229.
     - dpkg-genchanges will now output a warning if given -sd for a native
       package, as it's going to ignore it.  Closes: #5571.
     - dpkg-source fixed to give a more meaningful error message if given
       a directory as the first argument.  Closes: #306874.
     - dpkg-source fixed to handle being given an absolute path to -b.
       Closes: #147574.
     - Fix controllib.pl to allow whitespace before version operators.
       Closes: #273489, #310306.
     - Fix architecture dependency parsing that sometimes generated wrong
       list of requirements.  Closes: #319816.
     - Make the default control field name mangling behaviour "nicer" by
       upper-casing all letters that come after a dash.  Closes: #306474.
     - Ignore trailing newlines in single paragraph control files.
       Closes: #57194, #156319
   * Documentation:
     - Fixed typo in dpkg-architecture man page.  Closes: #317770.
     - Documented dpkg-deb -W/--show and --showformat.  Closes: #319784.
Files: 
 58e36a37b7b2557cad0ba4ac62ba262f 637 base required dpkg_1.13.11.dsc
 1c270abc1e0eb19a56042ee5c78f2c02 3571530 base required dpkg_1.13.11.tar.gz
 6ee6f8d5a6b35f66b8744e231fe1eb7c 1820772 base required dpkg_1.13.11_i386.deb
 ece1d4861d07e98df7dee3ad919c5ec4 119780 base required dselect_1.13.11_i386.deb
 c5492ff26b9de19da9e817be40a46d97 163106 utils standard dpkg-dev_1.13.11_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (GNU/Linux)

iD8DBQFDArWGIexP3IStZ2wRAgJzAJ9M5HGRsZPDFLIMECiIIl3H08QqrwCgmtRV
UcV2WKZcKO/OnP9TmDcRO14=
=LBQZ
-----END PGP SIGNATURE-----


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to