ubuntu 12.04 LTS update fails
Hi!
When I try to run update, I get the following:
installArchives() failed: Error in function:
dpkg: error processing libc6 (--configure):
libc6:amd64 2.15-0ubuntu10.4 cannot be configured because libc6:i386 is in a different version (2.15-0ubuntu10.3)
dpkg: dependency problems prevent configuration of libc6-dev:
libc6-dev depends on libc6 (= 2.15-0ubuntu10.4); however:
Package libc6 is not configured yet.
dpkg: error processing libc6-dev (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libc-dev-bin:
libc-dev-bin depends on libc6 (>> 2.15); however:
Package libc6 is not configured yet.
I'm new to Ubuntu and I'm uncertain why I get this error suddenly.
Any help is welcomed.
Best regards.
Question information
- Language:
- English Edit question
- Status:
- Solved
- Assignee:
- No assignee Edit question
- Solved by:
- Strsljen
- Solved:
- Last query:
- Last reply:
Revision history for this message
|
#1 |
Additional info: I tried via console:
apt-get update
apt-get upgrade
It got me to:
ubuntu Internal Error, No file name for libc6
Then I did:
apt-get clean
apt-get update
apt-get upgrade
Stil:
root@polario:~# apt-get update
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Ign http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Ign http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Ign http://
Ign http://
Ign http://
Ign http://
Ign http://
Ign http://
Ign http://
Reading package lists... Done
root@polario:~# apt-get upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages have been kept back:
linux-
The following packages will be upgraded:
accountsservice apport apport-gtk aptdaemon aptdaemon-data dnsmasq-base icedtea-netx icedtea-netx-common language-
language-
linux-
python-
31 upgraded, 0 newly installed, 0 to remove and 2 not upgraded.
5 not fully installed or removed.
Need to get 29.1 MB/33.1 MB of archives.
After this operation, 62.5 kB of additional disk space will be used.
Do you want to continue [Y/n]? y
Get:1 http://
Get:2 http://
Get:3 http://
Get:4 http://
Get:5 http://
Get:6 http://
Get:7 http://
Get:8 http://
Get:9 http://
Get:10 http://
Get:11 http://
Get:12 http://
Get:13 http://
Get:14 http://
Get:15 http://
Get:16 http://
Get:17 http://
Get:18 http://
Get:19 http://
Get:20 http://
Get:21 http://
Get:22 http://
Get:23 http://
Get:24 http://
Get:25 http://
Get:26 http://
Get:27 http://
Get:28 http://
Get:29 http://
Get:30 http://
Fetched 29.1 MB in 59s (487 kB/s)
E: Internal Error, No file name for libc6
Looks like this has something to do with libc6 package.
Any advice how to proceed here?
Revision history for this message
|
#2 |
One more thing: I just tried to change update server via update manager GUI. I set it to main server.
I got following:
An unresolvable problem occurred while initializing the package information.
Please report this bug against the 'update-manager' package and include the following error message:
'E:The package libc6:i386 needs to be reinstalled, but I can't find an archive for it.'
Revision history for this message
|
#3 |
Try the following command from a terminal:
sudo apt-get install --reinstall libc6:amd64 libc6:i386 libc6-dev libc-dev-bin
select all output and paste it into this question document as done before.
Revision history for this message
|
#4 |
Hi!
Outout follows:
root@polario:~# apt-get install --reinstall libc6:amd64 libc6:i386 libc6-dev libc-dev-bin
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
xscreensaver-gl libjpeg-progs xscreensaver-data libgle3 linux-headers-
Use 'apt-get autoremove' to remove them.
Suggested packages:
glibc-doc:i386 locales:i386
The following packages will be upgraded:
libc6:i386
1 upgraded, 0 newly installed, 4 reinstalled, 0 to remove and 32 not upgraded.
5 not fully installed or removed.
Need to get 0 B/3,941 kB of archives.
After this operation, 0 B of additional disk space will be used.
E: Internal Error, No file name for libc6
Revision history for this message
|
#5 |
Hi!
Outout follows:
root@polario:~# apt-get install --reinstall libc6:amd64 libc6:i386 libc6-dev libc-dev-bin
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
xscreensaver-gl libjpeg-progs xscreensaver-data libgle3 linux-headers-
Use 'apt-get autoremove' to remove them.
Suggested packages:
glibc-doc:i386 locales:i386
The following packages will be upgraded:
libc6:i386
1 upgraded, 0 newly installed, 4 reinstalled, 0 to remove and 32 not upgraded.
5 not fully installed or removed.
Need to get 0 B/3,941 kB of archives.
After this operation, 0 B of additional disk space will be used.
E: Internal Error, No file name for libc6
Revision history for this message
|
#6 |
Hi!
I had 4 packages in not completely installed state:
This helped:
dpkg --configure -a
Now everything is ok.