Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 3122 - Code listing 24 generates errors
Summary: Code listing 24 generates errors
Status: RESOLVED FIXED
Alias: None
Product: [OLD] Docs-user
Classification: Unclassified
Component: Gentoo Linux x86 Installation Guide (show other bugs)
Hardware: x86 All
: High normal (vote)
Assignee: Sherman Boyd (meekrob) (RETIRED)
URL: http://www.gentoo.org/doc/build.html
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-05-28 15:24 UTC by Steven
Modified: 2003-02-04 19:42 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 Steven 2002-05-28 15:24:44 UTC
The following documentation could use some attention for the sake of clarity.

----------------------------------------------------------------
14.Final steps: kernel and system logger

If you're installing a Gentoo Linux 1.1+ stage3 tarball, we've made things
convenient for you and included recent Linux sources in /usr/src/linux.
Otherwise, you'll need to merge Linux source ebuilds. Here are the ones we
currently offer:

gentoo-sources: Our own performance and functionality-enhanced kernel based on
-ac (doesn't include XFS support)

xfs-sources: A snapshot of the SGI XFS CVS Linux source tree; this is the kernel
to run if you're using the XFS filesystem

openmosix-sources: A stock Linux kernel source tree patched with support for the
GPL openMosix load-balancing/clustering technology

usermode-sources: A stock Linux kernel source tree patched with support for
User-Mode Linux. ("Linux inside Linux" technology)

vanilla-sources: A stock Linux kernel source tree, just like you'd get from
kernel.org

Choose one and then merge as follows:

Code listing 24
# emerge sys-kernel/gentoo-sources
----------------------------------------------------------------

First: I would suggest expanding on description regarding xfs-sources to be more
explanatary as to what to do if you have mixed partition types (for instance
when /boot is ext2-3, and your others are XFS).

Second: "Code listing 24" lists a command that chokes when applied following a
stage2-1.2 file being applied. The command that works is minus the "sys-kernel/"
part of the string.
Hence: "# emerge gentoo-sources" would be the command that works.

I hope this helps. Thanks for everything.
Comment 1 Sherman Boyd (meekrob) (RETIRED) gentoo-dev 2002-06-10 12:22:40 UTC
>>Second: "Code listing 24" lists a command that chokes when applied following a
>>stage2-1.2 file being applied. The command that works is minus the "sys-kernel/"
>>part of the string.
>>Hence: "# emerge gentoo-sources" would be the command that works.

hmm, it seems to work for me.  Try 

emerge --pretend sys-kernel/gentoo-sources

and let me know if you still have this problem.

sherman