Summary: | Gentoo Linux AMD64 Handbook lists incorrect make.profile for platform | ||
---|---|---|---|
Product: | [OLD] Docs-user | Reporter: | Blair Heiserman <bheiserman> |
Component: | Other | Assignee: | Xavier Neys (RETIRED) <neysx> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | docs-team |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | AMD64 | ||
OS: | Linux | ||
URL: | http://www.gentoo.org/doc/en/handbook/handbook-amd64.xml?full=1#book_part1_chap6 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Blair Heiserman
2005-08-05 10:38:54 UTC
""" However, x86, hppa and alpha users can choose between two profiles, one for a 2.4 kernel and one for a 2.6 kernel. This requirement has been imposed to improve the integration of the 2.6 kernels. """ amd64 is not listed (I quote again, 'x86, hppa and alpha') and amd64 users have no reason to change their profile at that point of the installation procedure. To upgrade an existing amd64 installation, you should read http://www.gentoo.org/proj/en/base/amd64/howtos/index.xml?part=1&chap=1 My apologies. I should have left my upgrade horror story out. My main point is that in the base documentation for an install of an x86_64 system. The Code Listings for where you select your make.profile incorrectly list x86 instead of amd64 or <your-arch>. If you use the installation docs as a reference for when you are having issues, it is critical for the code listings to reference the correct architecture, otherwise it is far simpler for the user to simply have a single installation documention, with separate tech notes. (In reply to comment #2) > My main point is that in the base documentation for an install of an x86_64 > system. The Code Listings for where you select your make.profile incorrectly > list x86 instead of amd64 or <your-arch>. Which is incorrect. For amd64, you don't touch make.profile at all as Xavier pointed out. There are no multiple profiles for amd64. If you went and changed your make.profile for amd64, you didn't read the handbook correctly. Now, I do agree that Code listing 7 might be a wee bit confusing.....and I think that needs to be made amd64 specific or generic so as to not cause confusion. (In reply to comment #3) > Now, I do agree that Code listing 7 might be a wee bit confusing.....and I think > that needs to be made amd64 specific or generic so as to not cause confusion. Since this a common file, I think we can add a note asking users to verify arch. Some bits have been changed with the 2005.1 release. FYI, it's explained at the very beginning of the handbook that some foreign arches can be mentioned. Switching profiles does not apply to AMD64. It clearly says "x86, hppa and alpha". "On x86, we can do this with the following command:" and "the example below is for x86) # ln -snf /usr/portage/profiles/default-linux/x86/2005.1/2.4 /etc/make.profile</i>" should make it clear enough that the examples are for x86. |