Bug 29342 - [4.2 regression] [ia64] fails to build glibc
Summary: [4.2 regression] [ia64] fails to build glibc
Status: RESOLVED DUPLICATE of bug 27880
Alias: None
Product: gcc
Classification: Unclassified
Component: target (show other bugs)
Version: 4.2.0
: P3 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-04 08:47 UTC by Debian GCC Maintainers
Modified: 2006-10-04 16:57 UTC (History)
5 users (show)

See Also:
Host:
Target: ia64-linux-gnu
Build:
Known to work:
Known to fail:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Debian GCC Maintainers 2006-10-04 08:47:47 UTC
trunk 20061003, works with 4.1 20060929, seen with glibc 2.3.6, 2.4, 2.5
gcc is configured with --with-system-libunwind

  Matthias

$ gcc -nostdlib -nostartfiles -static -o /home/packages/glibc/glibc-2.5/build-tree/ia64-libc/elf/sln    /home/packages/glibc/glibc-2.5/build-tree/ia64-libc/csu/crt1.o /home/packages/glibc/glibc-2.5/build-tree/ia64-libc/csu/crti.o `/usr/lib/gcc-snapshot/bin/gcc --print-file-name=crtbegin.o` /home/packages/glibc/glibc-2.5/build-tree/ia64-libc/elf/sln.o  /home/packages/glibc/glibc-2.5/build-tree/ia64-libc/libc.a -lgcc -lgcc_eh -lunwind /home/packages/glibc/glibc-2.5/build-tree/ia64-libc/libc.a `/usr/lib/gcc-snapshot/bin/gcc --print-file-name=crtend.o` /home/packages/glibc/glibc-2.5/build-tree/ia64-libc/csu/crtn.o
/usr/lib/gcc-snapshot/lib/gcc/ia64-linux-gnu/4.2.0/libgcc_eh.a(unwind-c.o): In function `__gcc_personality_v0':
(.text+0x822): undefined reference to `_Unwind_GetIPInfo'
collect2: ld returned 1 exit status
make[3]: *** [/home/packages/glibc/glibc-2.5/build-tree/ia64-libc/elf/sln] Error 1
make[3]: Leaving directory `/home/packages/glibc/glibc-2.5/build-tree/glibc-2.5/elf'
make[2]: *** [elf/others] Error 2
Comment 1 Andrew Pinski 2006-10-04 16:57:12 UTC

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