Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 198761 - sys-libs/glibc-2.7 doesn't build after bootstrap: memmove() redefined
Summary: sys-libs/glibc-2.7 doesn't build after bootstrap: memmove() redefined
Status: RESOLVED DUPLICATE of bug 196926
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: x86 Linux
: High minor (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-11 01:07 UTC by Andrzej Zaborowski
Modified: 2007-11-11 08:29 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrzej Zaborowski 2007-11-11 01:07:06 UTC
glibc-2.7 fails to build with the following error, after bootstrapping (the bootstrap build worked):

../string/bits/string3.h:58: error: redefinition of 'memmove'

(sorry can't paste the rest of the output)
emerge --sync'ed today.

I found a patch which fixed it for me at http://www.nabble.com/-PATCH--glibc-2.7-compilation-failure-with-GCC-4.2.x-due-to-486%2B-specific-memmove%28%29-redeclaration-and-_FORTIFY_SOURCEry-p13334365.html

Reproducible: Always

Steps to Reproduce:
1. run bootstrap.sh
2. emerge --emptytree system (it will first fail with gettext linked against old expat, after rebuilding gettext, glibc fails next)
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-11-11 08:29:52 UTC

*** This bug has been marked as a duplicate of bug 196926 ***