Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 48882 - live-cd, universal 2004.0, x86, stage3, "emerge vanilla-sources" fails when not connected to the net
Summary: live-cd, universal 2004.0, x86, stage3, "emerge vanilla-sources" fails when n...
Status: RESOLVED DUPLICATE of bug 43726
Alias: None
Product: Gentoo Release Media
Classification: Unclassified
Component: Everything (show other bugs)
Hardware: x86 Linux
: High critical
Assignee: Gentoo LiveCD Package Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-24 09:06 UTC by Richard Hartmann
Modified: 2005-07-17 13:06 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Richard Hartmann 2004-04-24 09:06:03 UTC
If you follow the gentoo handbook (docs\handbook\html\hb_part1_chap7.html) 
on the following live-cd

"/pub/mirrors/gentoo/releases/x86/2004.0/livecd/universal/install-x86-universal-2004.0.iso"

to install stage3 you will definitely fail, when you try to enter the command

"emerge vanilla-sources"

The installation procedure tries to download several files, although the docs
say that you don
Comment 1 Richard Hartmann 2004-04-24 09:06:03 UTC
If you follow the gentoo handbook (docs\handbook\html\hb_part1_chap7.html) 
on the following live-cd

"/pub/mirrors/gentoo/releases/x86/2004.0/livecd/universal/install-x86-universal-2004.0.iso"

to install stage3 you will definitely fail, when you try to enter the command

"emerge vanilla-sources"

The installation procedure tries to download several files, although the docs
say that you don´t need a connection to the net when running a stage 3 installation.




Reproducible: Always
Steps to Reproduce:
1. download the above live cd
2. follow the installation using stage3 (pentium III)
3. use a pc-box not connected to the net
4. try to "emerge vanilla-sources" according section 7b

Actual Results:  
When you take a look in /usr/src you DON´T see a symlink called linux pointing
to your kernel source, because the "emerge vanilla-sources" process failed.

There is not linux kernel source and no special directory pointing to it.

It tried to download several linux kernel related files, which obviously fails,
when you do it on a machine without a net connection.

Expected Results:  
When you take a look in /usr/src you SHOULD see a symlink called linux pointing
to your kernel source.

Here the solution:

"emerge /usr/portage/sys-kernel/vanilla-sources/vanilla-sources-2.4.24.ebuild"

After this step i was able to continue the installation process.

A big thank you to user "bonsaikitten" on #gentoo for helping me


It seems to me that the above live-cd or the installation docs are false.
Comment 2 roger55 (RETIRED) gentoo-dev 2004-04-24 09:23:40 UTC
A workaround for this is  in the errata section, as well as in the handbook (online version).

http://www.gentoo.org/proj/en/releng/release/2004.0/x86/x86-release-notes.xml

http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=1&chap=7 

Code Listing 2: Installing a kernel source

(If you are performing a networkless installation)
# emerge =vanilla-sources-2.4.24

Comment 3 roger55 (RETIRED) gentoo-dev 2004-04-24 09:28:54 UTC
*** This bug has been marked as a duplicate of 43726 ***