Summary: | sys-libs/glibc-2.13-r4: fails checks forced unwind - ld: skipping incompatible /usr/lib/gcc/x86_64-pc-linux-gnu/4.5.3/libgcc.a when searching for -lgcc | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Daniel Matei <daniel.matei> |
Component: | [OLD] Core system | Assignee: | Gentoo Toolchain Maintainers <toolchain> |
Status: | RESOLVED INVALID | ||
Severity: | normal | ||
Priority: | High | ||
Version: | unspecified | ||
Hardware: | AMD64 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
emerge output
emerge --info glibc build log glibc-2.13-r4 config log glibc-2.13-r4 config log |
Description
Daniel Matei
2012-02-17 17:44:31 UTC
http://pastebin.com/fNKkc54N Attach that file to this bug report, please. Created attachment 302389 [details]
emerge output
Created attachment 305999 [details]
emerge --info
Created attachment 306001 [details]
glibc build log
Same problem here. Have you any suggestion ? Isn't there anyone that can give us a hint where the problem might lie? This is a production box which haven't been updated in months now due to this problem. I notice the status beeing NEEDINFO. What kind of info? (In reply to comment #6) > Isn't there anyone that can give us a hint where the problem might lie? > This is a production box which haven't been updated in months now due to > this problem. > > I notice the status beeing NEEDINFO. What kind of info? Normally you would reopen the bug report when the requested information has been provided. Could either one of you please attach the config.log that would have been produced in the work directory? Created attachment 309387 [details]
glibc-2.13-r4 config log
Created attachment 309389 [details]
glibc-2.13-r4 config log
looks to me like your gcc lacks multilib support. you can verify by doing: echo 'main(){}' | gcc -x c - -m32 if that fails, your gcc doesn't support multilib, so building glibc w/multilib won't work. you must install gcc with multilib support, or don't use a multilib setup. |