Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 370695 - baselayout-prefix: does not build for i686 prefix on x86_64 host
Summary: baselayout-prefix: does not build for i686 prefix on x86_64 host
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Prefix Support (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Prefix
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-08 16:01 UTC by Alexander Lam
Modified: 2011-06-14 17:06 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Build Log (build.log,14.35 KB, text/plain)
2011-06-08 16:01 UTC, Alexander Lam
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Lam 2011-06-08 16:01:31 UTC
My host is: 
/etc/issue: Red Hat Enterprise Linux Client release 5.6 (Tikanga)
`uname -a`: Linux <omitted> 2.6.18-238.5.1.el5 #1 SMP Mon Feb 21 05:52:39 EST 2011 x86_64 GNU/Linux

I was using the solaris bootstrap instructions (http://www.gentoo.org/proj/en/gentoo-alt/prefix/bootstrap-solaris.xml), and 
emerge --oneshot --nodeps baselayout-prefix
did not build.

This is easily (hackishly) fixed by doing
LDCONFIG="-m32" emerge --oneshot --nodeps baselayout-prefix

The build log is attached.
Comment 1 Alexander Lam 2011-06-08 16:01:57 UTC
Created attachment 276293 [details]
Build Log
Comment 2 Fabian Groffen gentoo-dev 2011-06-14 17:06:46 UTC
thanks, fixed