Your message dated Sun, 8 Jun 2008 12:45:51 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Re: Bug#484994: aptitude: Does not recognise some obsolete
packages
has caused the Debian Bug report #484994,
regarding aptitude: Does not recognise some obsolete packages
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.)
--
484994: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=484994
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: aptitude
Version: 0.4.11.3-1
Severity: normal
I built a local version of a package:
$ apt-cache policy libedataserverui1.2-8
libedataserverui1.2-8:
Installed: 2.22.2-1dbg1
Candidate: 2.22.2-1dbg1
Version table:
*** 2.22.2-1dbg1 0
100 /var/lib/dpkg/status
2.22.2-1 0
520 http://ftp.uk.debian.org unstable/main Packages
2.22.1-1 0
530 http://ftp.uk.debian.org lenny/main Packages
But aptitude does not recognise it as being obsolete/locally installed:
$ aptitude search ~o | fgrep libedataserverui1.2-8 | wc -l
0
-- Package-specific info:
aptitude 0.4.11.3 compiled at May 27 2008 05:42:08
Compiler: g++ 4.2.4 (Debian 4.2.4-1)
Compiled against:
apt version 4.6.0
NCurses version 5.6
libsigc++ version: 2.0.18
Ept support enabled.
Current library versions:
NCurses version: ncurses 5.6.20080308
cwidget version: 0.5.11
Apt version: 4.6.0
linux-vdso.so.1 => (0x00007fffe6ffe000)
libapt-pkg-libc6.7-6.so.4.6 => /usr/lib/libapt-pkg-libc6.7-6.so.4.6
(0x00007f91dea27000)
libncursesw.so.5 => /lib/libncursesw.so.5 (0x00007f91de7de000)
libsigc-2.0.so.0 => /usr/lib/libsigc-2.0.so.0 (0x00007f91de5d9000)
libcwidget.so.3 => /usr/lib/libcwidget.so.3 (0x00007f91de2de000)
libept.so.0 => /usr/lib/libept.so.0 (0x00007f91de062000)
libxapian.so.15 => /usr/lib/libxapian.so.15 (0x00007f91ddcda000)
libz.so.1 => /usr/lib/libz.so.1 (0x00007f91ddac3000)
libpthread.so.0 => /lib/libpthread.so.0 (0x00007f91dd8a8000)
libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x00007f91dd59c000)
libm.so.6 => /lib/libm.so.6 (0x00007f91dd31d000)
libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x00007f91dd106000)
libc.so.6 => /lib/libc.so.6 (0x00007f91dcdbe000)
libutil.so.1 => /lib/libutil.so.1 (0x00007f91dcbbb000)
libdl.so.2 => /lib/libdl.so.2 (0x00007f91dc9b7000)
/lib64/ld-linux-x86-64.so.2 (0x00007f91decf5000)
Terminal: xterm
$DISPLAY is set.
`which aptitude`: /usr/bin/aptitude
aptitude version information:
aptitude linkage:
-- System Information:
Debian Release: lenny/sid
APT prefers testing
APT policy: (530, 'testing'), (520, 'unstable')
--- End Message ---
--- Begin Message ---
On Sat, Jun 07, 2008 at 05:36:49PM +0100, Sam Morris <[EMAIL PROTECTED]> was
heard to say:
> I built a local version of a package:
>
> $ apt-cache policy libedataserverui1.2-8
> libedataserverui1.2-8:
> Installed: 2.22.2-1dbg1
> Candidate: 2.22.2-1dbg1
> Version table:
> *** 2.22.2-1dbg1 0
> 100 /var/lib/dpkg/status
> 2.22.2-1 0
> 520 http://ftp.uk.debian.org unstable/main Packages
> 2.22.1-1 0
> 530 http://ftp.uk.debian.org lenny/main Packages
>
> But aptitude does not recognise it as being obsolete/locally installed:
>
> $ aptitude search ~o | fgrep libedataserverui1.2-8 | wc -l
> 0
As the blurb says, the "obsolete" category is for packages that have
no downloadable version anywhere, not packages whose installed version
isn't downloadable (otherwise every upgradable package would show up as
obsolete).
Daniel
--- End Message ---