Bug 6560 - Problem compiling glibc 2.7
Summary: Problem compiling glibc 2.7
Status: RESOLVED DUPLICATE of bug 333
Alias: None
Product: glibc
Classification: Unclassified
Component: libc (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Ulrich Drepper
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-25 11:14 UTC by Pierre
Modified: 2014-07-03 11:29 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:
Last reconfirmed:
fweimer: security-


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Pierre 2008-05-25 11:14:16 UTC
[...]
make[2]: Leaving directory `/tmp/glibc-2.7/elf'
cd /tmp/glibc-2.7/build &&
/usr/local/lib/gcc/i686-pc-linux-gnu/3.4.3/../../../../i686-pc-linux-gnu/bin/ar
cruv libc.a `cat csu/stamp.o iconv/stamp.o iconvdata/stamp.o locale/stamp.o
localedata/stamp.o assert/stamp.o ctype/stamp.o intl/stamp.o catgets/stamp.o
math/stamp.o setjmp/stamp.o signal/stamp.o stdlib/stamp.o stdio-common/stamp.o
libio/stamp.o dlfcn/stamp.o malloc/stamp.o string/stamp.o wcsmbs/stamp.o
timezone/stamp.o time/stamp.o dirent/stamp.o grp/stamp.o pwd/stamp.o
posix/stamp.o io/stamp.o termios/stamp.o resource/stamp.o misc/stamp.o
socket/stamp.o sysvipc/stamp.o gmon/stamp.o gnulib/stamp.o wctype/stamp.o
manual/stamp.o shadow/stamp.o po/stamp.o argp/stamp.o crypt/stamp.o nptl/stamp.o
resolv/stamp.o nss/stamp.o rt/stamp.o conform/stamp.o debug/stamp.o
glibc-libidn-2.7/stamp.o libidn/stamp.o nptl_db/stamp.o inet/stamp.o
hesiod/stamp.o sunrpc/stamp.o nis/stamp.o nscd/stamp.o streams/stamp.o
login/stamp.o elf/stamp.o stamp.o`
r - locale/C-ctype.o
r - libidn/idn-stub.o
: /tmp/glibc-2.7/build/libc.a
gcc   -nostdlib -nostartfiles -r -o /tmp/glibc-2.7/build/libc_pic.os \
 -Wl,-d -Wl,--whole-archive /tmp/glibc-2.7/build/libc_pic.a
/tmp/glibc-2.7/build/libc_pic.a(idn-stub.os): In function `__idna_to_unicode_lzlz':
idn-stub.c:(.text+0x0): multiple definition of `__idna_to_unicode_lzlz'
/tmp/glibc-2.7/build/libc_pic.a(idn-stub.os):idn-stub.c:(.text+0x0): first
defined here
/tmp/glibc-2.7/build/libc_pic.a(idn-stub.os): In function `__idna_to_ascii_lz':
idn-stub.c:(.text+0x1a0): multiple definition of `__idna_to_ascii_lz'
/tmp/glibc-2.7/build/libc_pic.a(idn-stub.os):idn-stub.c:(.text+0x1a0): first
defined here
collect2: ld returned 1 exit status
make[1]: *** [/tmp/glibc-2.7/build/libc_pic.os] Error 1
make[1]: Leaving directory `/tmp/glibc-2.7'
make: *** [all] Error 2
Comment 1 Pierre 2008-05-25 16:02:52 UTC
Maybe related to http://sourceware.org/bugzilla/show_bug.cgi?id=3989 ?
Comment 2 Ulrich Drepper 2008-05-25 16:55:27 UTC

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