Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 368231

Summary: sys-apps/sandbox-2.4: configure fails when trying to create 32bit prog
Product: Gentoo Linux Reporter: Anton Podavalov <a.podavalov>
Component: [OLD] Core systemAssignee: Sandbox Maintainers <sandbox>
Status: RESOLVED INVALID    
Severity: major    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: config.log
info
emerge --info =sys-apps/sandbox-2.4
emerge -pqv =sys-apps/sandbox-2.4

Description Anton Podavalov 2011-05-21 07:35:32 UTC
`emerge -euDN world` and `emerge sandbox` and `FEATURES=-sandbox emerge sandbox` fail when trying to install sys-apps/sandbox-2.4.

See in attachment:
emerge --info =sys-apps/sandbox-2.4 
emerge -pqv =sys-apps/sandbox-2.4
var/tmp/portage/sys-apps/sandbox-2.4/work/build-x86/config.log



Reproducible: Always
Comment 1 Anton Podavalov 2011-05-21 07:38:07 UTC
Created attachment 274181 [details]
config.log
Comment 2 Anton Podavalov 2011-05-21 07:42:03 UTC
Created attachment 274183 [details]
info
Comment 3 Anton Podavalov 2011-05-21 09:13:22 UTC
Created attachment 274191 [details]
emerge --info =sys-apps/sandbox-2.4
Comment 4 Anton Podavalov 2011-05-21 09:13:56 UTC
Created attachment 274193 [details]
emerge -pqv =sys-apps/sandbox-2.4
Comment 5 SpanKY gentoo-dev 2011-05-28 14:47:05 UTC
looks like your system is lacking proper multilib support (either in the kernel or in the C library).  not a bug in sandbox.

configure:3395: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=k8 -O3 -pipe  -Wl,-O1 -Wl,--as-needed conftest.c  >&5
configure:3399: $? = 0
configure:3406: ./conftest
../sandbox-2.4//configure: line 3408: ./conftest: No such file or directory
configure:3410: $? = 127
Comment 6 Anton Podavalov 2011-05-30 11:12:46 UTC
Use this solution:
http://bugs.gentoo.org/show_bug.cgi?id=358143#c30

It works for me. Thanks.