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

Bug 273982

Summary: app-emulation/emul-linux-x86-glibc-errno-compat: fails to build
Product: Gentoo Linux Reporter: Diego Elio Pettenò (RETIRED) <flameeyes>
Component: New packagesAssignee: Gentoo Toolchain Maintainers <toolchain>
Status: RESOLVED FIXED    
Severity: normal CC: mike198766
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Build log

Description Diego Elio Pettenò (RETIRED) gentoo-dev 2009-06-13 11:38:49 UTC
There are a few changes in glibc-2.10 that might make your software fail to build with it, please refer to my blog post [1] if you're not sure what the problem is.

And no I don't usually provide emerge --info with these bugs because they are caused by glibc-2.10!

Thanks, Diego

[1] http://blog.flameeyes.eu/2009/05/24/c-libraries-galore
Comment 1 Diego Elio Pettenò (RETIRED) gentoo-dev 2009-06-13 11:41:09 UTC
Created attachment 194515 [details]
Build log
Comment 2 SpanKY gentoo-dev 2009-06-14 01:55:26 UTC
i doubt this has anything to do with glibc-2.10 considering we're building glibc itself.  it wont use the toolchain's glibc headers when building.  probably more likely the fortify code from gcc.

warning: "memmove" redefined
In file included from ../include/bits/string3.h:1,
                 from ../string/string.h:422,
                 from ../include/string.h:49,
                 from bcopy.c:19:
../string/bits/string3.h:55:1: warning: this is the location of the previous definition
In file included from bcopy.c:30:
./memmove.c:42: error: expected identifier or '(' before 'void'
./memmove.c:42: error: expected ')' before '(' token
In file included from bcopy.c:30:
./memmove.c:46: error: expected identifier or '(' before '{' token
Comment 4 Thomas 2010-04-09 15:38:56 UTC
Hello

I'm having the same problem, but I do not understand how you have solved it. Can you detail more?

In advance thank you

Thomas