Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 20437 - make.conf comments for CHOST should warn of k6=i586 trap
Summary: make.conf comments for CHOST should warn of k6=i586 trap
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Unclassified (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: Nicholas Jones (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-05-04 14:25 UTC by Cesar Eduardo Barros
Modified: 2011-10-30 22:20 UTC (History)
1 user (show)

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 Cesar Eduardo Barros 2003-05-04 14:25:46 UTC
When installing gentoo for the first time on a K6 CPU, the comments near CHOST
in /etc/make.conf induce one to think the right value is i686 (after all, a k6
is greater than or equal to a Pentium Pro, right?), however, the right value is
i586 (using i686 causes a SIGILL halfway throught the glibc build). Looking at
the forums, I can see I'm not the only one to fall in this trap, and I just
talked in IRC to someone else who also had the same problem.

The comment should warn that K6 users should use i586, something like:

# Note that K6 processors should use i586 here

Users of more exotic processors might need a comment there too, if the
equivalence is not obvious.

Reproducible: Always
Steps to Reproduce:
Look at /etc/make.conf in stage1-x86-1.4_rc4.tar.bz2
Comment 1 Nicholas Jones (RETIRED) gentoo-dev 2003-05-14 23:41:18 UTC
Added a comment to CHOST line.