Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 273982 - app-emulation/emul-linux-x86-glibc-errno-compat: fails to build
Summary: app-emulation/emul-linux-x86-glibc-errno-compat: fails to build
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Toolchain Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-13 11:38 UTC by Diego Elio Pettenò (RETIRED)
Modified: 2010-04-09 15:38 UTC (History)
1 user (show)

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


Attachments
Build log (emul-linux-x86-glibc-errno-compat-2.5:20090613-055120.log.bz2,35.36 KB, application/x-bzip2)
2009-06-13 11:41 UTC, Diego Elio Pettenò (RETIRED)
Details

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