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

Bug#351056: apt-get always install the same two packages during upgrade or dist-upgrade



Package: apt
Version: 0.6.43.2
Severity: important


When i make upgrade two packages upgrades:

	ssc:/# apt-get upgrade
	Reading package lists... Done
	Building dependency tree... Done
	The following packages will be upgraded:
		python-twisted python2.3-twisted
	2 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
	Need to get 0B/648kB of archives.
	After unpacking 0B of additional disk space will be used.
	Do you want to continue [Y/n]? y
	Reading package fields... Done
	Reading package status... Done
	Retrieving bug reports... Done
	Reading changelogs... Done
	(Reading database ... 252067 files and directories currently installed.)
	Preparing to replace python2.3-twisted 2.1.0-3 (using .../python2.3-twisted_2.1.0-3_all.deb) ...
	Unpacking replacement python2.3-twisted ...
	Preparing to replace python-twisted 2.1.0-3 (using .../python-twisted_2.1.0-3_all.deb) ...
	Unpacking replacement python-twisted ...
	Setting up python2.3-twisted (2.1.0-3) ...

	Setting up python-twisted (2.1.0-3) ...

	ssc:/# echo $?
	0

Second running apt-get upgrade - it looks identically as above - apt upgrades the same two packages.

	The following packages will be upgraded:
		python-twisted python2.3-twisted
	[...]

The same problem durring: apt-get install python2.3-twisted
Apt install this package again, and again.

Problem exist in apt, and in aptitude. But dpkg is ok:

	dpkg -iE /var/cache/apt/archives/python2.3-twisted_2.1.0-3_all.deb
	Version 2.1.0-3 of python2.3-twisted already installed, skipping.


some probably useful information:

ssc:/# apt-cache policy python2.3-twisted                                        
python2.3-twisted:
  Installed: 2.1.0-3
  Candidate: 2.1.0-3
  Version table:
     2.1.0-3 0
        500 http://http.us.debian.org unstable/main Packages
 *** 2.1.0-3 0
        100 /var/lib/dpkg/status
     2.0.1-5 0
        500 http://http.us.debian.org testing/main Packages

ssc:/# dpkg -l python2.3-twisted
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  python2.3-twisted      2.1.0-3                Event-based framework for internet applications (transitiona




-- Package-specific info:

-- apt-config dump --

APT "";
APT::Architecture "i386";
APT::Build-Essential "";
APT::Build-Essential:: "build-essential";
APT::Get "";
APT::Get::Download-Only "false";
APT::Get::Simulate "false";
APT::Get::Force-Yes "false";
APT::Get::Fix-Broken "false";
APT::Get::Fix-Missing "false";
APT::Get::Show-Upgraded "true";
APT::Get::No-Upgrade "false";
APT::Get::Print-URIs "false";
APT::Cache "";
APT::Cache::Important "false";
APT::CDROM "";
APT::CDROM::Rename "false";
APT::CDROM::NoMount "false";
APT::CDROM::Fast "false";
APT::CDROM::NoAct "false";
APT::Ingore-Hold "false";
APT::Immediate-Configure "true";
Dir "/";
Dir::State "/var/state/apt/";
Dir::State::lists "lists/";
Dir::State::cdroms "cdroms.list";
Dir::State::xstatus "xstatus";
Dir::State::userstatus "status.user";
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::parts "apt.conf.d";
Dir::Etc::preferences "preferences";
Dir::Bin "";
Dir::Bin::methods "/usr/lib/apt/methods/";
Dir::Bin::gzip "/bin/gzip";
Dir::Bin::dpkg "/usr/bin/dpkg";
Dir::Bin::apt-get "/usr/bin/apt-get";
DPkg "";
DPkg::Pre-Install-Pkgs "";
DPkg::Pre-Install-Pkgs:: "if dpkg -s apt-listbugs | grep -q '^Status: .* ok installed'; then /usr/sbin/apt-listbugs apt || ( test $? -ne 10 || exit 10; echo 'Warning: apt-listbugs exited abnormally, hit enter key to continue.' 1>&2 ; read a < /dev/tty ); fi";
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/bin/apt-listchanges "";
DPkg::Tools::Options::/usr/bin/apt-listchanges::Version "2";
DPkg::Post-Invoke "";
DPkg::Post-Invoke:: "if [ -x /usr/bin/debsums ]; then /usr/bin/debsums --generate=nocheck -sp /var/cache/apt/archives; fi";
DPkg::Post-Invoke:: "if [ -x /usr/sbin/localepurge ] && [ $(ps w -p $PPID | grep -c remove) != 1 ]; then /usr/sbin/localepurge; else exit 0; fi";
DPkg::Run-Directory "/";
Acquire "";
Acquire::Queue-Mode "host";
Acquire::Retries "0";
Acquire::http "";
Acquire::http::Proxy "";
Acquire::http::Proxy::http.us.debian.org "DIRECT";
Acquire::http::Timeout "120";
Acquire::http::No-Cache "false";
Acquire::http::Max-Age "2";
Acquire::http::No-Store "false";
Acquire::ftp "";
Acquire::ftp::ProxyLogin "";
Acquire::ftp::ProxyLogin:: "USER $(PROXY_USER)";
Acquire::ftp::ProxyLogin:: "PASS $(PROXY_PASS)";
Acquire::ftp::ProxyLogin:: "USER $(SITE_USER)@$(SITE):$(SITE_PORT)";
Acquire::ftp::ProxyLogin:: "PASS $(SITE_PASS)";
Acquire::ftp::Timeout "120";
Acquire::ftp::Passive "true";
Acquire::ftp::Passive::http.us.debian.org "true";
Acquire::ftp::Proxy "";
Acquire::ftp::Proxy::Passive "true";
Acquire::cdrom "";
Acquire::cdrom::Mount "/cdrom";
DSelect "";
DSelect::Clean "auto";
DSelect::Options "-f";
DSelect::UpdateOptions "";
DSelect::PromptAfterUpdate "no";
Debug "";
Debug::pkgProblemResolver "false";
Debug::pkgAcquire "false";
Debug::pkgAcquire::Worker "false";
Debug::pkgDPkgPM "false";
Debug::pkgInitialize "false";
Debug::NoLocking "false";
Debug::Acquire "";
Debug::Acquire::Ftp "false";

-- (no /etc/apt/preferences present) --


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

deb http://metro.lezajsk.info/gg2/sid/ ./
#madwifi
deb ftp://debian.marlow.dk/ sid madwifi
deb ftp://ftp.nerim.net/debian-marillat/ sid main
deb http://http.us.debian.org/debian unstable main contrib non-free
deb http://http.us.debian.org/debian testing main contrib non-free
# amule
deb http://gunnm.org/~soda/ unstable main contrib

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-11-k7
Locale: LANG=C, LC_CTYPE=pl_PL (charmap=ISO-8859-2)

Versions of packages apt depends on:
ii  libc6                         2.3.5-12   GNU C Library: Shared libraries an
ii  libgcc1                       1:4.0.2-8  GCC support library
ii  libstdc++6                    4.0.2-8    The GNU Standard C++ Library v3

Versions of packages apt recommends:
pn  debian-archive-keyring        <none>     (no description available)

-- no debconf information



Reply to: