You are not logged in.

#1 2007-09-18 08:55:54

tjololo
Member
Registered: 2007-05-10
Posts: 20

pacman upgrade missing current

Hi!
I just performed a full system upgrade 'pacman -Syu'. There was a new version of pacman so I upgraded pacman first, but when it was done my current mirror list in /etc/pacman.d/ was missing... Can someone help me so that I can make a new current mirror list?

Last edited by tjololo (2007-09-18 08:56:22)

Offline

#2 2007-09-18 09:06:05

natalian
Member
Registered: 2007-09-06
Posts: 29

Re: pacman upgrade missing current

http://www.archlinux.org/news/344/ and http://www.archlinux.org/news/345/ the repos have been shuffled, change all occurrences of current to core in /etc/pacman.conf

Offline

#3 2007-09-18 09:06:50

ise
Developer
From: Karlsruhe / Germany
Registered: 2005-10-06
Posts: 404
Website

Re: pacman upgrade missing current

Have you read the news on the frontside?
Didn't you see the install message after pacman update?

wink

Last edited by ise (2007-09-18 09:08:00)

Offline

#4 2007-09-18 11:02:46

Leigh
Member
From: USA
Registered: 2004-06-25
Posts: 533

Re: pacman upgrade missing current

tjololo, Don't feel bad. I missed a meeting at work because I didn't read a memo that somehow must have dissapeard from my desk. Everyone showed no sympathy and tormented me unmercifully for it! I heard getting a tooth pulled would have been more fun than being in the meeting, so I guess I got off easy : )


-- archlinux 是一个极好的 linux

Offline

#5 2007-09-18 17:29:16

stonecrest
Member
From: Boulder
Registered: 2005-01-22
Posts: 1,190

Re: pacman upgrade missing current

No, I think he's saying that his /etc/pacman.d/current file was missing. I had the same issue and I don't believe it was intentional (e.g. it's a bug). There's no reason that upgrading to a new package should ever remove your old files, this could lead to really bad behavior with some packages.

I had mentioned this to toofishes and shining.


I am a gated community.

Offline

#6 2007-09-18 17:34:15

jacques
Member
From: The Woods, Maine
Registered: 2007-08-20
Posts: 12

Re: pacman upgrade missing current

Im having problems updating pacman itself.  I know everyone has said wait for the servers to sync, but, hasn't there been enough time for that to have happened already?

Once Im finished the base installation, I try and update pacman, but, Im never able to download the new version.  It runs through the server lists, but doesn't connect.  However, I know I am connected as Ive downloaded other files...

Any idea what's up?

Offline

#7 2007-09-18 18:19:46

thayer
Fellow
From: Vancouver, BC
Registered: 2007-05-20
Posts: 1,560
Website

Re: pacman upgrade missing current

jacques, what version does your pacman report?  Run pacman -V (that's a capitol V). The current version is v3.0.6.


thayer williams ~ cinderwick.ca

Offline

#8 2007-09-18 18:46:53

toma222
Member
From: France
Registered: 2007-05-17
Posts: 7

Re: pacman upgrade missing current

Hi, I had the same problem with a fresh install. This is because there is -i686 in the package name now. So I use pacman -U full_url_of_pacman-i686.pkg.tar.gz to update it.

Offline

#9 2007-09-18 23:44:49

jacques
Member
From: The Woods, Maine
Registered: 2007-08-20
Posts: 12

Re: pacman upgrade missing current

Im running 2.9.7

I know the latest build is 3.something, but my problem is actually getting that new package.  Im having other pacman problems, but as of now, Im assuming they're due to the build I'm using.

Also, Toma, could you give me the URL you used to download the new file?
I tried doing pacman -U ftp://ftp.sixnix.net/os/archlinux/core/ … pkg.tar.gz  and it wouldn't work.

I don't know if this helps much, but the first error I see is that it can't read the filesize of the pacman package.  From there, not much else happens.

Thanks in advance smile

Offline

#10 2007-09-19 00:06:07

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

Re: pacman upgrade missing current

pacman -U ftp://ftp.sixnix.net/pub/archlinux/core/os/i686/{pacman-3.0.6-1-i686,libarchive-2.2.6-2,libdownload-1.1-3,fakeroot-1.7.1-3-i686}.pkg.tar.gz

should work
-edit- added fakeroot to the upgrade line

Last edited by Cerebral (2007-09-20 18:52:50)

Offline

#11 2007-09-20 17:06:10

jacques
Member
From: The Woods, Maine
Registered: 2007-08-20
Posts: 12

Re: pacman upgrade missing current

To get everything else working, I need to update pacman.  Im currently running 2.9.7, which is what's included on the latest boot cd.

I can't update pacman simply doing pacman -S pacman, because I have a few unresolvable dependencies  {fakeroot, libarchive, and libdownload}.

How do I go about updating them?  And once that is done, will I be able to pacman -S pacman and grab the new version, or will I have to grab it from some other source?

Thanks in advance,
Jacques

Last edited by jacques (2007-09-20 17:25:06)

Offline

#12 2007-09-20 17:52:35

stonecrest
Member
From: Boulder
Registered: 2005-01-22
Posts: 1,190

Re: pacman upgrade missing current

jacques wrote:

To get everything else working, I need to update pacman.  Im currently running 2.9.7, which is what's included on the latest boot cd.

I can't update pacman simply doing pacman -S pacman, because I have a few unresolvable dependencies  {fakeroot, libarchive, and libdownload}.

How do I go about updating them?  And once that is done, will I be able to pacman -S pacman and grab the new version, or will I have to grab it from some other source?

Thanks in advance,
Jacques

http://www.archlinux.org/news/320/


I am a gated community.

Offline

#13 2007-09-20 18:11:44

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

Re: pacman upgrade missing current

jacques wrote:

To get everything else working, I need to update pacman.  Im currently running 2.9.7, which is what's included on the latest boot cd.

I can't update pacman simply doing pacman -S pacman, because I have a few unresolvable dependencies  {fakeroot, libarchive, and libdownload}.

How do I go about updating them?  And once that is done, will I be able to pacman -S pacman and grab the new version, or will I have to grab it from some other source?

Thanks in advance,
Jacques

did you try my suggestion, two posts up?

Offline

#14 2007-09-20 18:37:14

jacques
Member
From: The Woods, Maine
Registered: 2007-08-20
Posts: 12

Re: pacman upgrade missing current

I can get pacman, after that it says:

failed downloading libarchive-2.2.6-1.pkg.tar.gz from ftp.sixnix.net: 550 Can't open libarchive-2.2.6-1.pkg.tar.gz: No such file or directory

Then, error: failed to download ftp://ftp.sixnix.net/pub/archlinux/core … pkg.tar.gz

Thanks for the help though!

Offline

#15 2007-09-20 18:53:48

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

Re: pacman upgrade missing current

oh, there were package version bumps.  Try again - I updated the line.  (alternatively, you can just point your web-browser at ftp://ftp.sixnix.net/pub/archlinux/core/os/i686/ and just download libarchive/libdownload/pacman/fakeroot from there yourself, and install them with pacman -U off your local system)

Offline

#16 2007-09-20 19:06:14

jacques
Member
From: The Woods, Maine
Registered: 2007-08-20
Posts: 12

Re: pacman upgrade missing current

Thanks Cerebral, that worked!

I had to add acl and attr to get it working, but, it finally upgraded everything smile

So far, everything else seems to be working fine, as in, most of the packages Im looking for are there, etc.

Again, thanks for all the help!

Offline

#17 2007-09-23 14:37:06

mechmg93
Member
From: Greece
Registered: 2007-05-23
Posts: 197

Re: pacman upgrade missing current

jacques wrote:

Im having problems updating pacman itself.  I know everyone has said wait for the servers to sync, but, hasn't there been enough time for that to have happened already?

Once Im finished the base installation, I try and update pacman, but, Im never able to download the new version.  It runs through the server lists, but doesn't connect.  However, I know I am connected as Ive downloaded other files...

Any idea what's up?

i had the same problem 2/3 times i tried this morning. it's very weird.

i did a pacman -Syu but it did not find latest pacman. the third time i tried the installation all went fine. and -Syu found the latest version of pacman.


Mikes on AUR

Offline

Board footer

Powered by FluxBB