[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#753297: marked as done (apt list --upgradable gives lot of false positives)



Your message dated Thu, 10 Jul 2014 11:19:03 +0000
with message-id <E1X5CNT-0001SY-T9@franck.debian.org>
and subject line Bug#753297: fixed in apt 1.0.6
has caused the Debian Bug report #753297,
regarding apt list --upgradable gives lot of false positives
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 owner@bugs.debian.org
immediately.)


-- 
753297: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=753297
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: apt
Version: 1.0.5
Severity: normal

Dear Maintainer,
apt list --upgradable gives lot of false positives. I did a run of
index update and it said :-

Reading package lists... Done
Building dependency tree
Reading state information... Done
25 packages can be upgraded. Run 'apt list --upgradable' to see them.

But running the command itself gave lot of false positives.

This is after doing all the updates :-

$ sudo aptitude safe-upgrade
[sudo] password for shirish:
No packages will be installed, upgraded, or removed.
0 packages upgraded, 0 newly installed, 0 to remove and 0 not
upgraded. Need to get 0 B of archives. After unpacking 0 B will be
used.

The above tells all updates have been performed. I even did :-

$ apt-show-versions -u
$

Just giving a partial hit of the updates it claims as I run it :-

$ apt list --upgradable
Listing... Done
advancecomp/testing,now 1.16-1 amd64 [installed,upgradable to: 1.16-1]
aegisub/testing,now 3.0.4-2+b1 amd64 [installed,upgradable to: 3.0.4-2+b1]
alsa-base/testing,now 1.0.25+3 all [installed,upgradable to: 1.0.25+3]
anacron/testing,now 2.3-20 amd64 [installed,upgradable to: 2.3-20]
autoconf/testing,now 2.69-6 all [installed,upgradable to: 2.69-6]

It is possible that it might be some configuration issue at my end,
but still it would be nice if somebody can clarify.

Looking forward to know more.

-- Package-specific info:

-- apt-config dump --

APT "";
APT::Architecture "amd64";
APT::Build-Essential "";
APT::Build-Essential:: "build-essential";
APT::Install-Recommends "1";
APT::Install-Suggests "0";
APT::Authentication "";
APT::Authentication::TrustCDROM "true";
APT::NeverAutoRemove "";
APT::NeverAutoRemove:: "^firmware-linux.*";
APT::NeverAutoRemove:: "^linux-firmware$";
APT::NeverAutoRemove:: "^linux-image-3\.14-1-amd64$";
APT::NeverAutoRemove:: "^linux-headers-3\.14-1-amd64$";
APT::NeverAutoRemove:: "^linux-image-extra-3\.14-1-amd64$";
APT::NeverAutoRemove:: "^linux-signed-image-3\.14-1-amd64$";
APT::NeverAutoRemove:: "^kfreebsd-image-3\.14-1-amd64$";
APT::NeverAutoRemove:: "^kfreebsd-headers-3\.14-1-amd64$";
APT::NeverAutoRemove:: "^gnumach-image-3\.14-1-amd64$";
APT::NeverAutoRemove:: "^.*-modules-3\.14-1-amd64$";
APT::NeverAutoRemove:: "^.*-kernel-3\.14-1-amd64$";
APT::NeverAutoRemove:: "^linux-backports-modules-.*-3\.14-1-amd64$";
APT::NeverAutoRemove:: "^linux-tools-3\.14-1-amd64$";
APT::VersionedKernelPackages "";
APT::VersionedKernelPackages:: "linux-image";
APT::VersionedKernelPackages:: "linux-headers";
APT::VersionedKernelPackages:: "linux-image-extra";
APT::VersionedKernelPackages:: "linux-signed-image";
APT::VersionedKernelPackages:: "kfreebsd-image";
APT::VersionedKernelPackages:: "kfreebsd-headers";
APT::VersionedKernelPackages:: "gnumach-image";
APT::VersionedKernelPackages:: ".*-modules";
APT::VersionedKernelPackages:: ".*-kernel";
APT::VersionedKernelPackages:: "linux-backports-modules-.*";
APT::VersionedKernelPackages:: "linux-tools";
APT::Never-MarkAuto-Sections "";
APT::Never-MarkAuto-Sections:: "metapackages";
APT::Never-MarkAuto-Sections:: "restricted/metapackages";
APT::Never-MarkAuto-Sections:: "universe/metapackages";
APT::Never-MarkAuto-Sections:: "multiverse/metapackages";
APT::Never-MarkAuto-Sections:: "oldlibs";
APT::Never-MarkAuto-Sections:: "restricted/oldlibs";
APT::Never-MarkAuto-Sections:: "universe/oldlibs";
APT::Never-MarkAuto-Sections:: "multiverse/oldlibs";
APT::Periodic "";
APT::Periodic::Update-Package-Lists "1";
APT::Periodic::Download-Upgradeable-Packages "0";
APT::Periodic::AutocleanInterval "0";
APT::Update "";
APT::Update::Post-Invoke "";
APT::Update::Post-Invoke:: "touch
/var/lib/apt/periodic/update-success-stamp 2>/dev/null || true";
APT::Update::Post-Invoke:: "[ ! -x /usr/bin/debtags ] || debtags
update --local || true";
APT::Update::Post-Invoke-Success "";
APT::Update::Post-Invoke-Success:: "test -x /usr/bin/apt-show-versions
|| exit 0 ; apt-show-versions -i";
APT::Update::Post-Invoke-Success:: "[ ! -f
/var/run/dbus/system_bus_socket ] || /usr/bin/dbus-send --system
--dest=org.debian.apt --type=signal /org/debian/apt
org.debian.apt.CacheChanged || true";
APT::Update::Post-Invoke-Success:: "/usr/bin/test -e
/usr/share/dbus-1/system-services/org.freedesktop.PackageKit.service
&& /usr/bin/test -S /var/run/dbus/system_bus_socket && /usr/bin/gdbus
call --system --dest org.freedesktop.PackageKit --object-path
/org/freedesktop/PackageKit --timeout 4 --method
org.freedesktop.PackageKit.StateHasChanged cache-update > /dev/null;
/bin/echo > /dev/null";
APT::Archives "";
APT::Archives::MaxAge "30";
APT::Archives::MinAge "2";
APT::Archives::MaxSize "500";
APT::Architectures "";
APT::Architectures:: "amd64";
APT::Compressor "";
APT::Compressor::. "";
APT::Compressor::.::Name ".";
APT::Compressor::.::Extension "";
APT::Compressor::.::Binary "";
APT::Compressor::.::Cost "1";
APT::Compressor::gzip "";
APT::Compressor::gzip::Name "gzip";
APT::Compressor::gzip::Extension ".gz";
APT::Compressor::gzip::Binary "gzip";
APT::Compressor::gzip::Cost "2";
APT::Compressor::gzip::CompressArg "";
APT::Compressor::gzip::CompressArg:: "-9n";
APT::Compressor::gzip::UncompressArg "";
APT::Compressor::gzip::UncompressArg:: "-d";
APT::Compressor::bzip2 "";
APT::Compressor::bzip2::Name "bzip2";
APT::Compressor::bzip2::Extension ".bz2";
APT::Compressor::bzip2::Binary "bzip2";
APT::Compressor::bzip2::Cost "3";
APT::Compressor::bzip2::CompressArg "";
APT::Compressor::bzip2::CompressArg:: "-9";
APT::Compressor::bzip2::UncompressArg "";
APT::Compressor::bzip2::UncompressArg:: "-d";
APT::Compressor::xz "";
APT::Compressor::xz::Name "xz";
APT::Compressor::xz::Extension ".xz";
APT::Compressor::xz::Binary "xz";
APT::Compressor::xz::Cost "4";
APT::Compressor::xz::CompressArg "";
APT::Compressor::xz::CompressArg:: "-6";
APT::Compressor::xz::UncompressArg "";
APT::Compressor::xz::UncompressArg:: "-d";
APT::Compressor::lzma "";
APT::Compressor::lzma::Name "lzma";
APT::Compressor::lzma::Extension ".lzma";
APT::Compressor::lzma::Binary "xz";
APT::Compressor::lzma::Cost "5";
APT::Compressor::lzma::CompressArg "";
APT::Compressor::lzma::CompressArg:: "--format=lzma";
APT::Compressor::lzma::CompressArg:: "-9";
APT::Compressor::lzma::UncompressArg "";
APT::Compressor::lzma::UncompressArg:: "--format=lzma";
APT::Compressor::lzma::UncompressArg:: "-d";
Dir "/";
Dir::State "var/lib/apt/";
Dir::State::lists "lists/";
Dir::State::cdroms "cdroms.list";
Dir::State::mirrors "mirrors/";
Dir::State::extended_states "extended_states";
Dir::State::status "/var/lib/dpkg/status";
Dir::Cache "var/cache/apt/";
Dir::Cache::archives "archives/";
Dir::Cache::srcpkgcache "srcpkgcache.bin";
Dir::Cache::pkgcache "pkgcache.bin";
Dir::Etc "etc/apt/";
Dir::Etc::sourcelist "sources.list";
Dir::Etc::sourceparts "sources.list.d";
Dir::Etc::vendorlist "vendors.list";
Dir::Etc::vendorparts "vendors.list.d";
Dir::Etc::main "apt.conf";
Dir::Etc::netrc "auth.conf";
Dir::Etc::parts "apt.conf.d";
Dir::Etc::preferences "preferences";
Dir::Etc::preferencesparts "preferences.d";
Dir::Etc::trusted "trusted.gpg";
Dir::Etc::trustedparts "trusted.gpg.d";
Dir::Bin "";
Dir::Bin::methods "/usr/lib/apt/methods";
Dir::Bin::solvers "";
Dir::Bin::solvers:: "/usr/lib/apt/solvers";
Dir::Bin::dpkg "/usr/bin/dpkg";
Dir::Bin::bzip2 "/bin/bzip2";
Dir::Bin::xz "/usr/bin/xz";
Dir::Bin::lzma "/usr/bin/xz";
Dir::Media "";
Dir::Media::MountPath "/media/cdrom";
Dir::Log "var/log/apt";
Dir::Log::Terminal "term.log";
Dir::Log::History "history.log";
Dir::Ignore-Files-Silently "";
Dir::Ignore-Files-Silently:: "~$";
Dir::Ignore-Files-Silently:: "\.disabled$";
Dir::Ignore-Files-Silently:: "\.bak$";
Dir::Ignore-Files-Silently:: "\.dpkg-[a-z]+$";
Dir::Ignore-Files-Silently:: "\.save$";
Dir::Ignore-Files-Silently:: "\.orig$";
Dir::Ignore-Files-Silently:: "\.distUpgrade$";
Acquire "";
Acquire::cdrom "";
Acquire::cdrom::mount "/media/cdrom";
Acquire::Languages "";
Acquire::Languages:: "en";
Acquire::Languages:: "none";
DPkg "";
DPkg::Pre-Install-Pkgs "";
DPkg::Pre-Install-Pkgs:: "/usr/sbin/apt-listbugs apt";
DPkg::Pre-Install-Pkgs:: "adequate --help >/dev/null 2>&1 || exit 0;
exec adequate --user nobody --apt-preinst";
DPkg::Pre-Install-Pkgs:: "/usr/bin/apt-listchanges --apt || test $? -ne 10";
DPkg::Pre-Install-Pkgs:: "/usr/sbin/dpkg-preconfigure --apt || true";
DPkg::Tools "";
DPkg::Tools::Options "";
DPkg::Tools::Options::/usr/sbin/apt-listbugs "";
DPkg::Tools::Options::/usr/sbin/apt-listbugs::Version "3";
DPkg::Tools::Options::/usr/sbin/apt-listbugs::InfoFD "20";
DPkg::Tools::Options::adequate "";
DPkg::Tools::Options::adequate::Version "2";
DPkg::Tools::Options::/usr/bin/apt-listchanges "";
DPkg::Tools::Options::/usr/bin/apt-listchanges::Version "2";
DPkg::Post-Invoke "";
DPkg::Post-Invoke:: "adequate --help >/dev/null 2>&1 || exit 0;
DEBIAN_FRONTEND=readline exec adequate --debconf --user nobody
--pending";
DPkg::Post-Invoke:: "/usr/bin/test -e
/usr/share/dbus-1/system-services/org.freedesktop.PackageKit.service
&& /usr/bin/test -S /var/run/dbus/system_bus_socket && /usr/bin/gdbus
call --system --dest org.freedesktop.PackageKit --object-path
/org/freedesktop/PackageKit --timeout 4 --method
org.freedesktop.PackageKit.StateHasChanged cache-update > /dev/null;
/bin/echo > /dev/null";
DPkg::Post-Invoke:: "if [ -d /var/lib/update-notifier ]; then touch
/var/lib/update-notifier/dpkg-run-stamp; fi; if [ -e
/var/lib/update-notifier/updates-available ]; then echo >
/var/lib/update-notifier/updates-available; fi ";
AptListbugs "";
AptListbugs::Severities "critical,grave,serious";
Adequate "";
Adequate::Enabled "true";
Unattended-Upgrade "";
Unattended-Upgrade::Origins-Pattern "";
Unattended-Upgrade::Origins-Pattern::
"origin=Debian,archive=${distro_codename},label=Debian-Security";
CommandLine "";
CommandLine::AsString "apt-config dump";

-- /etc/apt/preferences --

Package: *
Pin: release testing
Pin-Priority: 600

Package: *
Pin: release experimental
Pin-Priority: 1

Package: *
Pin: release unstable
Pin-Priority: 1


-- /etc/apt/sources.list --

#### testing  #########
deb http://debian.ec.as6453.net/debian/ jessie main contrib non-free
deb-src http://debian.ec.as6453.net/debian jessie main contrib non-free
deb http://debian.ec.as6453.net/debian/ jessie-updates main contrib non-free
deb-src http://debian.ec.as6453.net/debian jessie-updates main contrib non-free
deb http://security.debian.org/ jessie/updates main

 #### unstable #########
deb http://debian.ec.as6453.net/debian/ unstable main contrib non-free
deb-src http://debian.ec.as6453.net/debian unstable main contrib non-free

 #### experimental #########
deb http://debian.ec.as6453.net/debian/ experimental main contrib
-- System Information:
Debian Release: jessie/sid
  APT prefers testing
  APT policy: (600, 'testing'), (500, 'testing-updates'), (1,
'experimental'), (1, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.14-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_IN, LC_CTYPE=en_IN (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages apt depends on:
ii  debian-archive-keyring  2012.4
ii  gnupg                   1.4.16-1.2
ii  libapt-pkg4.12          1.0.5
ii  libc6                   2.19-4
ii  libgcc1                 1:4.9.0-7
ii  libstdc++6              4.9.0-7

apt recommends no packages.

Versions of packages apt suggests:
ii  apt-doc     1.0.5
ii  aptitude    0.6.11-1
ii  dpkg-dev    1.17.10
ii  python-apt  0.9.3.7
ii  synaptic    0.81.2

-- no debconf information


-- 
          Regards,
          Shirish Agarwal  शिरीष अग्रवाल
  My quotes in this email licensed under CC 3.0
http://creativecommons.org/licenses/by-nc/3.0/
http://flossexperiences.wordpress.com
EB80 462B 08E1 A0DE A73A  2C2F 9F3D C7A4 E1C4 D2D8

--- End Message ---
--- Begin Message ---
Source: apt
Source-Version: 1.0.6

We believe that the bug you reported is fixed in the latest version of
apt, which is due to be installed in the Debian FTP archive.

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 753297@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Michael Vogt <mvo@debian.org> (supplier of updated apt 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 ftpmaster@ftp-master.debian.org)


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

Format: 1.8
Date: Thu, 10 Jul 2014 11:46:07 +0200
Source: apt
Binary: apt libapt-pkg4.12 libapt-inst1.5 apt-doc libapt-pkg-dev libapt-pkg-doc apt-utils apt-transport-https
Architecture: source all amd64
Version: 1.0.6
Distribution: unstable
Urgency: medium
Maintainer: APT Development Team <deity@lists.debian.org>
Changed-By: Michael Vogt <mvo@debian.org>
Description:
 apt        - commandline package manager
 apt-doc    - documentation for APT
 apt-transport-https - https download transport for APT
 apt-utils  - package management related utility programs
 libapt-inst1.5 - deb package format runtime library
 libapt-pkg-dev - development files for APT's libapt-pkg and libapt-inst
 libapt-pkg-doc - documentation for APT development
 libapt-pkg4.12 - package management runtime library
Closes: 753297 753531 753941 753979
Changes:
 apt (1.0.6) unstable; urgency=medium
 .
   [ Chris Leick ]
   * German translation reviewed by Erik Pfannenstein
 .
   [ Michael Vogt ]
   * methods/http.cc: use Req.str() in debug output
   * Do not try to parse invalid translation files (LP: #756317)
   * Do not clean "/" in pkgAcquire::Clean/pkgArchiveCleaner (Closes: #753531)
   * Only show packages as upgradable if the have a CandidateVer != 0
     (Closes: #753297)
 .
   [ Trần Ngọc Quân ]
   * l10n: vi.po: Update 3 new messages
 .
   [ Joe Hansen ]
   * Danish program translation update (Closes: 753979)
 .
   [ David Kalnischkies ]
   * handle moved mmap after UniqFindTagWrite call (Closes: #753941)
 .
   [ Michele Orrù ]
   * use printf instead of echo in testing framework
 .
   [ Cédric Barboiron ]
   * Improve description how to turn off the caches (Closes: #753531)
 .
   [ Guillem Jover ]
   * po: Fill or add missing Language field
   * po: Remove fuzzy from file msgid header
   * po: Fill Project-Id-Version with correct project id and version
   * po: Fix Plural-Forms fields
   * po: Fix or add missing email addresses
   * po: Fix encoding issues
   * po: Fix format specifier order in translation
   * build: Set the XSL parameter through the command line instead of sed
   * build: Convert from DebianDoc SGML to DocBook XML
   * doc: Convert from DebianDoc SGML to DocBook XML
   * doc: Unfuzzy DocBook translations
Checksums-Sha1:
 375b36f7e431b9107cd0e29cba4d50ccdba58b76 1705 apt_1.0.6.dsc
 fc34dc6fe17030828a65ac5ddc806a6759a923ab 1783308 apt_1.0.6.tar.xz
 d451d8cf8707749ddeebdad147c59dd1734adbb9 275034 apt-doc_1.0.6_all.deb
 52ba68b426ce7874c989d759542e6102e3c4193a 773144 libapt-pkg-doc_1.0.6_all.deb
 8b1a16e336d96ceedef431c134b2a3e5cadae47f 766594 libapt-pkg4.12_1.0.6_amd64.deb
 2a9214479a45fc39e5b2619fd14eae32803f9351 165624 libapt-inst1.5_1.0.6_amd64.deb
 6273b8a80ca3684f8103b83346267255eed1bb73 1076374 apt_1.0.6_amd64.deb
 f4c790202e84fd901b399da541eb1e6ff1166c14 189822 libapt-pkg-dev_1.0.6_amd64.deb
 4b90a8d93020d4be16da8164065036b24409f021 356744 apt-utils_1.0.6_amd64.deb
 71c00e4aac3798fbbee15d816775e443bdbd8592 132154 apt-transport-https_1.0.6_amd64.deb
Checksums-Sha256:
 4243e86c995d60e4bfbde6bd8b56ae71a6bf6dad8a1edb9fef7a746ab4ad5116 1705 apt_1.0.6.dsc
 d2dcb33583ecf27b7116734833e69d7854ac9ca87e88842e15d89f97a2f783cb 1783308 apt_1.0.6.tar.xz
 9aa9f3b6cbe26c290d9d9df8ddba091d366f3c7f6caced18cbde37ed5c800131 275034 apt-doc_1.0.6_all.deb
 73b12e7ef98008e704bcadfd68ea1260d429977d786ee6c5762f113ce6a05cfe 773144 libapt-pkg-doc_1.0.6_all.deb
 b289d1db68a0ad65a06cb7c03aa7862c9cd47a3e0a9c6992e3990a1da2a90f39 766594 libapt-pkg4.12_1.0.6_amd64.deb
 87d068a75ba37a43797d2af95453ec0dd9d7cd7d5cb620f3936595ecb6b5c9ec 165624 libapt-inst1.5_1.0.6_amd64.deb
 f9613b58e597e42e8ee34cbc8570c15b7b4094c6300e9ac16d78baf29c4ae300 1076374 apt_1.0.6_amd64.deb
 8ec4b61eec21bba324b3827629cf412600a7117de41deb18ad3ee75b9d5acca7 189822 libapt-pkg-dev_1.0.6_amd64.deb
 39925eb637fc08deed6cbab8d9a9ed1c1b7748e703dd56f73a4a7dc0a3be57c9 356744 apt-utils_1.0.6_amd64.deb
 7abd52f4f749f6d5e55a13733cfb238764e0ad5a95e9caccf2d1b7226a382c9e 132154 apt-transport-https_1.0.6_amd64.deb
Files:
 24235f873ba3368a9e20359679839967 275034 doc optional apt-doc_1.0.6_all.deb
 13d28d74ac92ef6f7c274dcc7f3616ac 773144 doc optional libapt-pkg-doc_1.0.6_all.deb
 d6afcdbeb04febfb4a87b4e3718d70c4 766594 libs important libapt-pkg4.12_1.0.6_amd64.deb
 567cf9ce659ec62d1ba830f0c081222c 165624 libs important libapt-inst1.5_1.0.6_amd64.deb
 4a1d939ef0c17bf0fcffdff149de91e6 1076374 admin important apt_1.0.6_amd64.deb
 73965bfff073355c28b7911ea5887d81 189822 libdevel optional libapt-pkg-dev_1.0.6_amd64.deb
 f052f33f850c82f79ffbfc550b121cfa 356744 admin important apt-utils_1.0.6_amd64.deb
 d355c255d4aea376d19c41565db6f70a 132154 admin optional apt-transport-https_1.0.6_amd64.deb
 f424553cd0610f15989bbbe7f490221b 1705 admin important apt_1.0.6.dsc
 acea09bc9da77fe746157670304c8396 1783308 admin important apt_1.0.6.tar.xz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iEYEARECAAYFAlO+dGMACgkQliSD4VZixzTpIwCeOIIoYax+rCn0sxO6kA3QdLdl
pmYAn0gLT91UdwDr3NFqPQNCnu/26N4l
=epUT
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: