On 02/01/2015 01:44 PM, Justin Findlay wrote: > On 01/13/2015 06:51 PM, Mike Gilbert wrote: >> On Mon, Jan 12, 2015 at 12:39 AM, Justin Findlay <jfind...@gmail.com> wrote: >>> I am having a problem emerging dev-qt/qtcore that I have been unable to >>> solve myself yet. The system is amd64 and I have ABI_X86='32 64' so >>> that pipelight will work. I think the error is coming from somewhere >>> within glibc's multilib compatability. >> >> You should file a bug. ^_^ > > Here's the bug in question (I didn't file it, though) in the case that > someone else finds this thread first: > > https://bugs.gentoo.org/show_bug.cgi?id=503500 > > There are some linker flag suggestions there that I'll try. If I have > success I'll update here what I've done.
This worked for me: LDFLAGS="-Wl,-O1 -Wl,--no-as-needed" emerge -v1 qtcore Justin