Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 125964 - stage3-i586-2006.0.tar.bz2 sets CHOST to i686
Summary: stage3-i586-2006.0.tar.bz2 sets CHOST to i686
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Release Media
Classification: Unclassified
Component: Everything (show other bugs)
Hardware: x86 Linux
: Highest normal (vote)
Assignee: Gentoo Release Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-12 11:11 UTC by Henrik
Modified: 2006-03-12 12:05 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 Henrik 2006-03-12 11:11:58 UTC
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}"
Comment 1 Chris Gianelloni (RETIRED) gentoo-dev 2006-03-12 12:05:27 UTC
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.