| Summary: | sys-apps/sandbox-2.2 cannot run C compiled programs | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Arsen Shnurkov <Arsen.Shnurkov> |
| Component: | Current packages | Assignee: | Sandbox Maintainers <sandbox> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | AMD64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: |
/var/tmp/portage/sys-apps/sandbox-2.2/temp/build.log
/var/tmp/portage/sys-apps/sandbox-2.2/work/build-x86/config.log /var/tmp/portage/sys-apps/sandbox-2.2/temp/environment emerge --info =sys-apps/sandbox-2.2 emerge -pqv =sys-apps/sandbox-2.2 |
||
|
Description
Arsen Shnurkov
2010-04-28 21:09:12 UTC
Created attachment 229581 [details]
/var/tmp/portage/sys-apps/sandbox-2.2/temp/build.log
Created attachment 229583 [details]
/var/tmp/portage/sys-apps/sandbox-2.2/work/build-x86/config.log
Created attachment 229585 [details]
/var/tmp/portage/sys-apps/sandbox-2.2/temp/environment
Created attachment 229587 [details]
emerge --info =sys-apps/sandbox-2.2
Created attachment 229589 [details]
emerge -pqv =sys-apps/sandbox-2.2
# cat /etc/make.conf | grep -i flags CFLAGS="-O2 -pipe -march=core2 -mtune=core2" CXXFLAGS="-O2 -pipe -march=core2 -mtune=core2" # gcc-config -l [1] x86_64-pc-linux-gnu-4.5.0 * Looks like it's picking the wrong architecture target with USE=multilib. > Looks like it's picking the wrong architecture target with USE=multilib.
Yes, the system was built without 'multilib', and now I want to add multilib.
I don't understood, what i need to do next from your answer (how to change "architecture target").
I am trying to follow the article http://www.gentoo.org/doc/en/change-chost.xml but the command emerge -av1 binutils gcc glibc have the sandbox as dependency, and it fails to build http://www.gentoo.org/doc/en/gentoo-amd64-faq.xml#multilib "Warning: Currently you cannot switch from a no-multilib to a multilib-enabled profile, so think over your decision twice before you use the no-multilib profile." not a bug in sandbox. bugzilla isnt a support forum for people switching between non-multilib/multilib. seek assistance on the forums or mailing lists. > not a bug in sandbox.
every other package out of 793 packages was successfully recompiled with multilib flag. And only sandbox doesn't.
*** This bug has been marked as a duplicate of bug 272871 *** |