You are not logged in.

#1 2007-05-01 12:30:11

kansei
Member
From: RIT - Rochester, NY
Registered: 2007-02-12
Posts: 21

SOLVED:Kernel26 2.6.20, 2.6.19, suspend2 upgrade issues. glibc problem

Well my system is operational right now, but I can't update software. I was running kernel26suspend2 (2.6.19), but had switched to it from kernel26 (2.6.20) (which was obviously still installed on my system). I hadn't fully made the switch over to the suspend2 stuff, but was running with that kernel, with the suspend2 fglrx and madwifi drivers for my ThinkPad. I guess kernel26 had another update, because during my usual pacman -Syu shit hit the fan. I noticed it was building a kernel, and I had to leave (taking the laptop with me) so before it got far at all I hit CTRL+C. I shut down the system and went to my next class (across campus, hence why I didn't just leave the laptop on and carry it.. ). I started the system back up later, and noticed it was booting 2.6.20. Now when I try to run pacman -Syu, it tries to build klibc but gets a segfault before actually building anything. Pacman exits uncleanly, leaving the .lck. Looking at my pacman.log, I guess I hadn't actually installed kernel26suspend2 on my thinkpad.. I must have been thinking about one of my other laptops.

Here's some misc info:

[root@cdl-magnesium chris]# echo `uname -r`
2.6.20-ARCH
[root@cdl-magnesium chris]# pacman -Qs kernel26
error: /var/lib/pacman/local/pango-1.16.4-1/desc: No such file or directory
local/kernel26 2.6.20.10-1
    The Linux Kernel and modules

Here's the tail end of my pacman.log:

[04/30/07 14:48] synchronizing package lists
[04/30/07 14:48] starting full system upgrade
[04/30/07 14:50] upgraded binutils (2.17-2 -> 2.17-3)
[04/30/07 14:50] upgraded fglrx-utils (8.36.5-1 -> 8.36.5-2)
[04/30/07 14:50] upgraded ghostscript (8.15.4-1 -> 8.15.4-2)
[04/30/07 14:50] upgraded hal-info (0.20070402-1 -> 0.20070425-1)
[04/30/07 14:50] upgraded kernel26 (2.6.20.7-2 -> 2.6.20.10-1)
[04/30/07 14:51] upgraded libfontenc (1.0.3-1 -> 1.0.4-1)
[04/30/07 14:51] upgraded net-tools (1.60-10 -> 1.60-11)
[04/30/07 14:51] installed libdatrie (0.1.1-1)
[04/30/07 14:51] installed libthai (0.1.8-1)
[04/30/07 14:51] synchronizing package lists
[04/30/07 14:51] starting full system upgrade
[04/30/07 16:43] synchronizing package lists
[04/30/07 16:43] starting full system upgrade

It says taht the kernel was upgraded, but I know it was not because I stopped the build.

Here's the output when I pacman -Syu:

[root@cdl-magnesium chris]# pacman -Syu
error: /var/lib/pacman/local/pango-1.16.4-1/desc: No such file or directory
:: Synchronizing package databases... 
 current                  [################] 100%      73K   220.8K/s  00:00:00
 extra                    [################] 100%     283K   482.5K/s  00:00:00
 community                [################] 100%     173K   444.1K/s  00:00:00
error: /var/lib/pacman/local/pango-1.16.4-1/desc: No such file or directory
error: /var/lib/pacman/local/pango-1.16.4-1/desc: No such file or directory
error: /var/lib/pacman/local/pango-1.16.4-1/desc: No such file or directory
error: /var/lib/pacman/local/pango-1.16.4-1/desc: No such file or directory
error: /var/lib/pacman/local/pango-1.16.4-1/desc: No such file or directory
error: /var/lib/pacman/local/pango-1.16.4-1/desc: No such file or directory
error: /var/lib/pacman/local/pango-1.16.4-1/desc: No such file or directory
error: /var/lib/pacman/local/pango-1.16.4-1/desc: No such file or directory
error: /var/lib/pacman/local/pango-1.16.4-1/desc: No such file or directory
error: /var/lib/pacman/local/pango-1.16.4-1/desc: No such file or directory
error: /var/lib/pacman/local/pango-1.16.4-1/desc: No such file or directory
error: /var/lib/pacman/local/pango-1.16.4-1/desc: No such file or directory
error: /var/lib/pacman/local/pango-1.16.4-1/desc: No such file or directory
error: /var/lib/pacman/local/pango-1.16.4-1/desc: No such file or directory
error: /var/lib/pacman/local/pango-1.16.4-1/desc: No such file or directory
error: /var/lib/pacman/local/pango-1.16.4-1/desc: No such file or directory
error: /var/lib/pacman/local/pango-1.16.4-1/desc: No such file or directory
error: /var/lib/pacman/local/pango-1.16.4-1/desc: No such file or directory

Targets: kernel-headers-2.6.20-1 glibc-2.5-8 openssl-0.9.8e-3 binutils-2.17-3
         gcc-4.1.2-3 xorg-font-utils-1.0.3-2

Total Package Size:   33.3 MB

Proceed with upgrade? [Y/n] y

checking package integrity... done.
loading package data... done.
checking for file conflicts... done.
installing kernel-headers... done.
installing glibc... Segmentation fault
[root@cdl-magnesium chris]#

The pango errors are a side effect of the upgrade as well so I haven't looked in to fixing that.

I could have swore it was kllibc that it was trying to install yesterday, not glibc.. weird!

Last edited by kansei (2007-05-07 12:46:41)

Offline

#2 2007-05-01 13:58:55

Cerebral
Forum Fellow
From: Waterloo, ON, CA
Registered: 2005-04-08
Posts: 3,108
Website

Re: SOLVED:Kernel26 2.6.20, 2.6.19, suspend2 upgrade issues. glibc problem

Well, to get rid of the pango errors, you can force-reinstall it:  pacman -Sf pango.

As for glibc... what happens when you try to install it alone?  pacman -S glibc

Offline

#3 2007-05-02 18:23:48

kansei
Member
From: RIT - Rochester, NY
Registered: 2007-02-12
Posts: 21

Re: SOLVED:Kernel26 2.6.20, 2.6.19, suspend2 upgrade issues. glibc problem

Forcing the reinstall of pango stopped the errors

when I did the pacman -Syu .. glibc was no longer in the list? I seem to remember there being quite a few packages that needed upgraded, but now just 7 or 8 (all little non-base packages).

I uninstalled fglrx, madwifi, and kernel26 (so now just the suspend2 versions are on my system).

thanks for the help! now on to diagnosing a suspend2 error! smile

Offline

Board footer

Powered by FluxBB