Ticket #8 (new enhancement)
Fix compilation error on t04glibc
| Reported by: | lbonnet | Owned by: | lhaond |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | BTux | Version: | release-solutions-linux |
| Keywords: | patch | Cc: |
Description
Hello!
On my system (debian sid on x86), the toolchain fails to build due to an error during the compilation of glibc.
Here's the error
******* Tue Jun 13 22:51:58 CEST 2006 => t04glibc => took 19m33s ( 37m59s total ) /tools/bin/ar: creating /home/lucas/src/stage-2006/btux/btux/sources/glibc-build/linuxthreads/libpthread_nonshared.a sysdeps/i386/elf/configure.in:1: error: possibly undefined macro: make[1]: Failed to remake makefile `/home/lucas/src/stage-2006/btux/btux/sources/glibc-build/config.make'. make: *** [install] Error 2
The fix is explained here : http://linuxfromscratch.org/pipermail/lfs-support/2004-June/023875.html
A search on "sysdeps/i386/elf/configure.in" on the Internet brings more pages with the same fix as a solution.
A patch is attached which corrects the error.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

