Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Stage 3 install - emerging from second CD
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
Rossario
n00b
n00b


Joined: 28 Aug 2003
Posts: 2
Location: Australia

PostPosted: Mon Mar 01, 2004 8:59 am    Post subject: Stage 3 install - emerging from second CD Reply with quote

Hi everyone. Im still quit new to Gentoo, but I managed to get the base system installed. Now that thats done I booted up and was ready to installed Xfree and the rest of the software from the second CD (started the Stage 3 installation) anyway I did the
Code:
mount /dev/cdrom /mnt/gentoo
followed by
Code:
 cp -a /mnt/cdrom/packages/* /usr/portage/packages/
I managed to emerge sudo but anything else looks for a server to download the tarballs from even though they are located on the drive.

I hope you can understand my post and thank you very much for your help.

Regards
Ross
Back to top
View user's profile Send private message
vorplex
n00b
n00b


Joined: 29 Oct 2002
Posts: 48
Location: Pass Christian, MS.

PostPosted: Mon Mar 01, 2004 9:37 am    Post subject: Reply with quote

Did you try the --usepkg option?

Code:
emerge mozzila --usepkg


or

Code:
emerge mozzilla -k

_________________
“Shop smart...shop S-mart” Bruce Campbell –Army of Darkness
Back to top
View user's profile Send private message
oiper
Guru
Guru


Joined: 01 May 2003
Posts: 316
Location: Alabama, US

PostPosted: Mon Mar 01, 2004 9:51 am    Post subject: well Reply with quote

First off, you are using
Code:
emerge -k something
right? So if you are, and you did indeed get the files copied in the right place(seems you have but I'd think that using the -r option for cp would be better suited than everything -a does), and the emerge of packages that you copied are trying to download, then I'd say that you musta ran
Code:
emerge sync
at some point. Thus, portage has newer ebuilds and it won't want to use the packages from the CD. Compare the versions of a package that's downloading. Do
Code:
emerge -p something
and then see if the version number in the /usr/portage/packages/All directory is different from what you get above. Somebody catch me if I'm wrong here.... :? but if you have not fully installed anything that tried to download the source, you can remove everything in /usr/portage except the packages and distfiles directories and untar the snapshot from the CD again. Then things should work.
_________________
www.bearscanfly.org - Because hiking is cool
Back to top
View user's profile Send private message
Rossario
n00b
n00b


Joined: 28 Aug 2003
Posts: 2
Location: Australia

PostPosted: Mon Mar 01, 2004 8:11 pm    Post subject: Reply with quote

cool thanks heaps guys I will give them a shot and see how I go.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum