[Bug 884945] Re: aptitude show wrong package state
Launchpad Bug Tracker
884945 at bugs.launchpad.net
Fri Mar 30 17:10:35 UTC 2012
This bug was fixed in the package aptitude - 0.6.6-1ubuntu1
---------------
aptitude (0.6.6-1ubuntu1) precise; urgency=low
* Resynchronise with Debian. Remaining changes:
- debian/05aptitude: Never autoremove kernels.
- Drop aptitude-doc to Suggests.
- 03_branding: Ubuntu branding.
- 04_changelog: Take changelogs from changelogs.ubuntu.com.
- 11_ubuntu_uses_sudo: Fix status line of 'Become root' menu entry to
not refer to su.
- 12_point_manpage_to_doc_package: Point Finnish manpage to the correct
place for further info.
- 14_html2text_preferred: Switch back to html2text in favor of elinks,
since html2text is in main and elinks isn't.
- no-google-mock: Don't use google-mock as it and libgtest-dev are in
universe.
aptitude (0.6.6-1) unstable; urgency=low
* New upstream release.
- Basic multi-arch support. See NEWS for details.
+ add search terms ?architecture and ?multiarch;
+ add grouping policy 'architecture';
(Closes: #659079, #661744)
(LP: #454941, #845136, #884945, #904486)
- Apply patch from Ubuntu to fix build -D_FORTIFY_SOURCE=2 errors.
Thanks to Colin Watson and Michael Vogt (Closes: #497539)
- Remove GTK+ menu entry for minesweeper. (Closes: #552522)
- Hack to prevent debug messages dumping to the screen (Closes:
#651748)
- Fix '?action(upgrade)' and others (were finding kept
packages instead). Thanks to 'Rogier' for the patch (Closes: #603862)
- List update errors are reported. (Closes: #451137)
- List update now runs APT::Update hooks. (Closes: #476399)
- Actually silence progress messages with '-q2'. (Closes: #141719)
- Fix various locking issues:
+ '[auto]clean' locks /var/cache/apt/archives;
+ 'update' locks /var/lib/apt/lists; (Closes: #653479)
- Fix 'priority' cost level in resolver. The values should
have been negated but were not. Thanks to Modestas Vainius
for this one. (Closes: #608786)
- Fix some help and prompt strings which wrongly included
localized names for commands such as 'why'. (Closes: #486615)
- Change ordering of top-level sections to match the order
in aptitude::Sections::Top-Sections. The default order
is now: main, contrib, non-free. (Closes: #181997)
- Improve error messages when parsing grouping policies to
use the user-visible names, rather than the internal
names. (Closes: #231595)
- Change default width of %D, %I, %o, and %Z. Thanks to
Michał Kułach for this one. (Closes: #599209) (LP: #741417)
- Change default width of %V, %v to 14. This greatly increases the
number of versions which will display completely. (Closes: #624542)
- 'versions' now groups it's results by 'package:arch' instead of
'package'.
- Cleared up grouping, sorting policy error messages.
(Closes: #231595)
- Minor correction to the user's manual. (Closes: #365485)
- Translation updates:
+ Brazilian Portuguese (Closes: #483964)
+ Hungarian (Closes: #592468)
+ Polish (Closes: #659803)
+ Russian (Closes: #662624)
* No longer supplying aptitude-gtk. It can still be compiled from the
source but this was an experimental interface that was never finished.
Anyone interested in continuing either of the GTK+ or Qt interfaces
should contact the mailing list:
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/aptitude-
devel
- Dropped Build-Depends: needed only for aptitude-gtk.
* Enable build hardening.
* Bump debian/compat to level 9, use dh_auto_configure.
- Adds cross build support. (Closes: #465076)
* Add empty build-arch, build-indep targets. (Closes: #648490)
* Extend aptitude-doc-* packages to include a more complete description
of the program.
* Update README.Debian with details of Git repository.
* Support DEB_BUILD_OPTIONS=nocheck to disable tests.
-- Colin Watson <cjwatson at ubuntu.com> Fri, 30 Mar 2012 18:00:04 +0100
** Changed in: aptitude (Ubuntu)
Status: Confirmed => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to aptitude in Ubuntu.
https://bugs.launchpad.net/bugs/884945
Title:
aptitude show wrong package state
Status in aptitude:
Fix Released
Status in “aptitude” package in Ubuntu:
Fix Released
Bug description:
Cant to see installed packages in aptitude search:
[aslok at 3r]2011.11.01-23:32:06:~$ sudo aptitude search vlc
p libvlc-dev - development files for libvlc
p libvlc5 - multimedia player and streamer library
p libvlccore-dev - development files for libvlccore
p libvlccore4 - base library for VLC and its modules
p mozilla-plugin-vlc - multimedia plugin for web browsers based on VLC
p phonon-backend-vlc - Phonon VLC backend
p phonon-backend-vlc-dbg - Phonon VLC backend debugging symbols
p remuco-vlc - duplex remote control for media players - VLC adapter
i vlc - multimedia player and streamer
i vlc-data - Common data for VLC
p vlc-dbg - debugging symbols for vlc
p vlc-nox - multimedia player and streamer (without X support)
p vlc-plugin-fluidsynth - FluidSynth plugin for VLC
p vlc-plugin-ggi - GGI video output plugin for VLC
p vlc-plugin-jack - Jack audio plugins for VLC
i vlc-plugin-notify - LibNotify plugin for VLC
i vlc-plugin-pulse - PulseAudio plugin for VLC
p vlc-plugin-sdl - SDL video and audio output plugin for VLC
p vlc-plugin-svg - SVG plugin for VLC
p vlc-plugin-svgalib - SVGAlib video output plugin for VLC
p vlc-plugin-zvbi - VBI teletext plugin for VLC
[aslok at 3r]2011.11.01-23:32:22:~$ sudo aptitude search ~ivlc
i libvlc5 - multimedia player and streamer library
i libvlccore4 - base library for VLC and its modules
i phonon-backend-vlc - Phonon VLC backend
i vlc - multimedia player and streamer
i vlc-data - Common data for VLC
i vlc-nox - multimedia player and streamer (without X support)
i vlc-plugin-notify - LibNotify plugin for VLC
i vlc-plugin-pulse - PulseAudio plugin for VLC
[aslok at 3r]2011.11.01-23:32:27:~$
On first search without any pattern can to see:
p libvlc5 - multimedia player and streamer library
p libvlccore4 - base library for VLC and its modules
p phonon-backend-vlc - Phonon VLC backend
But this packeges installed and working. For get info about this
packages need to use pattern ~i
I did try to remove, purge, reinstall and reconfigure - without result
=(
More info:
[aslok at 3r]2011.11.04-14:20:06:~$ lsb_release -a
LSB Version: core-2.0-amd64:core-2.0-noarch:core-3.0-amd64:core-3.0-noarch:core-3.1-amd64:core-3.1-noarch:core-3.2-amd64:core-3.2-noarch:core-4.0-amd64:core-4.0-noarch
Distributor ID: Ubuntu
Description: Ubuntu 11.10
Release: 11.10
Codename: oneiric
[aslok at 3r]2011.11.04-14:20:12:~$ sudo aptitude --help | head -n1
aptitude 0.6.4
[aslok at 3r]2011.11.04-14:20:21:~$ apt -version
apt 1.6.0_23
To manage notifications about this bug go to:
https://bugs.launchpad.net/aptitude/+bug/884945/+subscriptions
More information about the foundations-bugs
mailing list