| Summary: | stage3-i586-2006.0.tar.bz2 sets CHOST to i686 | ||
|---|---|---|---|
| Product: | Gentoo Release Media | Reporter: | Henrik <hclaville> |
| Component: | Everything | Assignee: | Gentoo Release Team <releng> |
| Status: | RESOLVED INVALID | ||
| Severity: | normal | ||
| Priority: | Highest | ||
| Version: | 2006.0 | ||
| Hardware: | x86 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
gravity default # cat stage3-i586-2006.0/etc/make.conf
# These settings were set by the catalyst build script that automatically built this stage
# Please consult /etc/make.conf.example for a more detailed example
CFLAGS="-O2 -march=i586 -pipe"
CHOST="i586-pc-linux-gnu"
CXXFLAGS="${CFLAGS}"
(This is the machine where the release was actually built and the files actually used to make the tarball)
gravity ~ # tar xjpf /var/tmp/catalyst2/builds/default/stage3-i586-2006.0.tar.bz2 && cat etc/make.conf
# These settings were set by the catalyst build script that automatically built this stage
# Please consult /etc/make.conf.example for a more detailed example
CFLAGS="-O2 -march=i586 -pipe"
CHOST="i586-pc-linux-gnu"
CXXFLAGS="${CFLAGS}"
gravity ~ # md5sum /var/tmp/catalyst2/builds/default/stage3-i586-2006.0.tar.bz2 && cat /var/tmp/catalyst2/builds/default/stage3-i586-2006.0.tar.bz2.DIGESTS
aa3bd74cc41f6ac34bddb9cd5a5d6539 /var/tmp/catalyst2/builds/default/stage3-i586-2006.0.tar.bz2
# MD5 HASH
aa3bd74cc41f6ac34bddb9cd5a5d6539 stage3-i586-2006.0.tar.bz2
# SHA1 HASH
fa4bd2a5f8b870ff02a78952db7210df4da325b7 stage3-i586-2006.0.tar.bz2
I'm not really sure where you're getting your CHOST setting, but it isn't coming from the stage3 file that I can tell.
|
Shouldn't CHOST be i586 for the i586 stage3 package? After doing tar xvjpf stage3-i586-2006.0.tar.bz2 cat /etc/make.conf gives # These settings were set by the catalyst build script that automatically built this stage # Please consult /etc/make.conf.example for a more detailed example CFLAGS="-O2 -march=i686 -pipe" CHOST="i686-pc-linux-gnu" CXXFLAGS="${CFLAGS}"