You are not logged in.

#1 2009-09-13 19:56:57

timm
Member
From: Wisconsin
Registered: 2004-02-25
Posts: 417

upgrade pacman2 to pacman3 [solved]

I have an old box that has been chugging away in the corner and has not been updated in a long time.  Today I needed to install another program, but of course pacman is so out of date it kept flinging errors.

I found a post about manually downloading pacman using wget, followed those instructions and got things looking good until I tried to run a pacman -Syu

I now get the error:

pacman : /lib/libc.so.6: version 'GLIBC_2.7' not found (required by /usr/lib/libfetch.so)

I can download glibc (now at 2.10), but when I go to install it with pacman -U I get the same error.  In fact, all pacman commands give the error message.  Seems I have worked myself into some kind of loop.

How do I finish getting pacman up and running?

Last edited by timm (2009-11-14 21:36:00)

Offline

#2 2009-09-13 20:05:55

flamelab
Member
From: Athens, Hellas (Greece)
Registered: 2007-12-26
Posts: 2,160

Re: upgrade pacman2 to pacman3 [solved]

Download the glibc package, move it to "/" and untar it. And try again.

Offline

#3 2009-09-13 20:15:27

timm
Member
From: Wisconsin
Registered: 2004-02-25
Posts: 417

Re: upgrade pacman2 to pacman3 [solved]

Ran across this thread:

http://bbs.archlinux.org/viewtopic.php?id=79422

with this tar command:

tar xvf libfetch-2.25-1-i686.pkg.tar.gz -C /

Is that the correct way to get everything where it belongs?  (of course, using the glibc package instead) Does doing a simple tar from / do the same thing?  Is one better practice?

Last edited by timm (2009-09-13 20:42:01)

Offline

#4 2009-09-17 08:25:54

shining
Pacman Developer
Registered: 2006-05-10
Posts: 2,043

Re: upgrade pacman2 to pacman3 [solved]

Yes, it should do the same thing.


pacman roulette : pacman -S $(pacman -Slq | LANG=C sort -R | head -n $((RANDOM % 10)))

Offline

Board footer

Powered by FluxBB