Your message dated Fri, 5 Oct 2001 11:12:25 -0600 (MDT)
with message-id <[EMAIL PROTECTED]>
and subject line Bug#114556: apt: apt seems to invent a conflict
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.)
Darren Benham
(administrator, Debian Bugs database)
--------------------------------------
Received: (at submit) by bugs.debian.org; 5 Oct 2001 13:56:48 +0000
>From [EMAIL PROTECTED] Fri Oct 05 08:56:48 2001
Return-path: <[EMAIL PROTECTED]>
Received: from cabal.xs4all.nl (mx1.wiggy.net) [213.84.101.140]
([gJe8WTxB9BDK0sowm5sYrqSW13pZKo8l])
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 15pVT6-0003MZ-00; Fri, 05 Oct 2001 08:56:48 -0500
Received: from wichert by mx1.wiggy.net with local (Exim 3.33 #1 (Debian))
id 15pVT4-0008WO-00; Fri, 05 Oct 2001 15:56:46 +0200
From: Wichert Akkerman <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: apt: apt seems to invent a conflict
X-Reportbug-Version: 1.28
X-Mailer: reportbug 1.28
Date: Fri, 05 Oct 2001 15:56:46 +0200
Message-Id: <[EMAIL PROTECTED]>
Sender: Wichert Akkerman <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
Package: apt
Version: 0.5.3
Severity: important
This looks really weird:
thunder:~# apt-get -o Debug::pkgProblemResolver=yes install adduser
Reading Package Lists...
Building Dependency Tree...
Starting
Starting 2
Investigating sfs-common
Package sfs-common has broken dep on libgmp3
Considering libgmp3 7 as a solution to sfs-common 1
Reinst Failed because of libgmp3
Removing sfs-common rather than change libgmp3
Investigating sfs-client
Package sfs-client has broken dep on sfs-common
Considering sfs-common 1 as a solution to sfs-client 0
Reinst Failed because of sfs-common
Removing sfs-client rather than change sfs-common
Investigating telnetd-ssl
Package telnetd-ssl has broken dep on passwd
Considering passwd 21 as a solution to telnetd-ssl -1
Removing telnetd-ssl rather than change passwd
Investigating pidentd-des
Package pidentd-des has broken dep on libssl0.9.6
Considering libssl0.9.6 34 as a solution to pidentd-des -1
Removing pidentd-des rather than change libssl0.9.6
Done
I don't see at all why any of these deps are broken. For example
look at sfs-common:
thunder:~# dpkg -s sfs-common | grep libgmp3
Depends: libc6 (>= 2.2.3-7), libgmp3, libstdc++2.10-glibc2.2, sfs-lib (>=
0.5i-8), nfs-common, adduser
thunder:~# dpkg -l libgmp3
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ Name Version Description
+++-==============-==============-============================================
ii libgmp3 3.1.1-9 Multiprecision arithmetic library
Similar for all the other errors.
Wichert.
-- System Information
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux thunder 2.4.7-ac5+freeswan191 #3 Sat Aug 4 20:48:41 CEST 2001 i686
Locale: LANG=en_GB.ISO-8859-1, LC_CTYPE=en_GB.ISO-8859-1
Versions of packages apt depends on:
ii libc6 2.2.4-1 GNU C Library: Shared libraries an
ii libstdc++2.10-glibc2.2 1:2.95.4-0.010902 The GNU stdc++ library
---------------------------------------
Received: (at 114556-done) by bugs.debian.org; 5 Oct 2001 17:12:31 +0000
>From [EMAIL PROTECTED] Fri Oct 05 12:12:31 2001
Return-path: <[EMAIL PROTECTED]>
Received: from skip-ext.ab.videon.ca [206.75.216.36]
by master.debian.org with smtp (Exim 3.12 1 (Debian))
id 15pYWV-0005qC-00; Fri, 05 Oct 2001 12:12:31 -0500
Received: (qmail 23171 invoked from network); 5 Oct 2001 17:12:29 -0000
Received: from unknown (HELO wakko.deltatee.com) ([24.82.81.190])
(envelope-sender <[EMAIL PROTECTED]>)
by skip-ext.ab.videon.ca (qmail-ldap-1.03) with SMTP
for <[EMAIL PROTECTED]>; 5 Oct 2001 17:12:29 -0000
Received: from localhost
([127.0.0.1] helo=wakko.deltatee.com ident=jgg)
by wakko.deltatee.com with smtp (Exim 3.16 #1 (Debian))
id 15pYWP-0001eT-00; Fri, 05 Oct 2001 11:12:25 -0600
Date: Fri, 5 Oct 2001 11:12:25 -0600 (MDT)
From: Jason Gunthorpe <[EMAIL PROTECTED]>
X-Sender: [EMAIL PROTECTED]
Reply-To: Jason Gunthorpe <[EMAIL PROTECTED]>
To: Wichert Akkerman <[EMAIL PROTECTED]>, [EMAIL PROTECTED]
cc: APT Development Team <[EMAIL PROTECTED]>
Subject: Re: Bug#114556: apt: apt seems to invent a conflict
In-Reply-To: <[EMAIL PROTECTED]>
Message-ID: <[EMAIL PROTECTED]>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Delivered-To: [EMAIL PROTECTED]
On Fri, 5 Oct 2001, Wichert Akkerman wrote:
> Package: apt
> Version: 0.5.3
> Severity: important
>
> This looks really weird:
Use 0.5.4
Jason