Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 368231 - sys-apps/sandbox-2.4: configure fails when trying to create 32bit prog
Summary: sys-apps/sandbox-2.4: configure fails when trying to create 32bit prog
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: Normal major (vote)
Assignee: Sandbox Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-21 07:35 UTC by Anton Podavalov
Modified: 2011-05-30 11:12 UTC (History)
0 users

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


Attachments
config.log (config.log,22.00 KB, text/plain)
2011-05-21 07:38 UTC, Anton Podavalov
Details
info (pqv,163 bytes, text/plain)
2011-05-21 07:42 UTC, Anton Podavalov
Details
emerge --info =sys-apps/sandbox-2.4 (info,4.70 KB, text/plain)
2011-05-21 09:13 UTC, Anton Podavalov
Details
emerge -pqv =sys-apps/sandbox-2.4 (pqv,163 bytes, text/plain)
2011-05-21 09:13 UTC, Anton Podavalov
Details

Note You need to log in before you can comment on or make changes to this bug.
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.