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

Bug#314332: apt: Installing libpam0g together with libc6 fails. Installing in two steps works.



Package: apt
Version: 0.5.28.6
Severity: normal


I have a problem to install this two packages in one step.

apt-get install --reinstall libc6
works fine.

apt-get install --reinstall libpam0g
works fine, too.

dpkg -i \
/var/cache/apt/archives/libc6_2.3.2.ds1-22_powerpc.deb \
/var/cache/apt/archives/libpam0g_0.76-22_powerpc.deb
works also fine.


apt-get install --reinstall libpam0g libc6
drops an error:
E: Internal Error, Could not perform immediate configuration (2) on
libpam0g

I have that problem in sarge and sid, 
on debian x86, debian PowerPC  and Ubuntu/Hoary-AMD64


-- Package-specific info:

-- apt-config dump --

APT "";
APT::Architecture "i386";
APT::Build-Essential "";
APT::Build-Essential:: "build-essential";
Dir "/";
Dir::State "var/lib/apt/";
Dir::State::lists "lists/";
Dir::State::cdroms "cdroms.list";
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::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::dpkg "/usr/bin/dpkg";
DPkg "";
DPkg::Pre-Install-Pkgs "";
DPkg::Pre-Install-Pkgs:: "/usr/sbin/dpkg-preconfigure --apt || true";

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


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

deb-src ftp://ftp2.de.debian.org/debian/ sid main
deb	file:///disk3/debian_mirror/debian		./


deb	ftp://ftp.nerim.net/debian-marillat/    unstable        main
deb-src http://perso.wanadoo.fr/debian/         unstable        main
deb	http://www.bunkus.org/debian/unstable/	./
deb	http://www.informatik.hu-berlin.de/~hristov/projects/winki/debs	sarge/



-- System Information:
Debian Release: testing/unstable
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11-1-k7-smp
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)

Versions of packages apt depends on:
ii  libc6                       2.3.2.ds1-22 GNU C Library: Shared libraries an
ii  libgcc1                     1:4.0.0-9    GCC support library
ii  libstdc++5                  1:3.3.6-6    The GNU Standard C++ Library v3

-- no debconf information



Reply to: