In my general playing around, I was interested in using a glibc-snapshot (20051017) for a lfs. But when I tried to just install it in place of glibc-2.3.5 in the current svn lfs it errors out with:
/mnt/lfs/sources/lfs/glibc-build/libc.a(iofclose.o):(.eh_frame+0x11): undefined reference to `__gcc_personality_v0' /mnt/lfs/sources/lfs/glibc-build/libc.a(wfileops.o): In function `_IO_wfile_unde rflow': ./libioP.h:999: undefined reference to `_Unwind_Resume' /mnt/lfs/sources/lfs/glibc-build/libc.a(wfileops.o):(.eh_frame+0x12): undefined reference to `__gcc_personality_v0' /mnt/lfs/sources/lfs/glibc-build/libc.a(fileops.o): In function `_IO_new_file_fo pen': /mnt/lfs/sources/lfs/glibc-20051017/libio/fileops.c:403: undefined reference to `_Unwind_Resume' /mnt/lfs/sources/lfs/glibc-build/libc.a(fileops.o): In function `_IO_new_file_un derflow': /mnt/lfs/sources/lfs/glibc-20051017/libio/libioP.h:999: undefined reference to ` _Unwind_Resume' /mnt/lfs/sources/lfs/glibc-build/libc.a(fileops.o):(.eh_frame+0x12): undefined r eference to `__gcc_personality_v0' /mnt/lfs/sources/lfs/glibc-build/libc.a(syslog.o): In function `closelog': ../nptl/sysdeps/pthread/bits/libc-lock.h:415: undefined reference to `_Unwind_Re sume' /mnt/lfs/sources/lfs/glibc-build/libc.a(syslog.o): In function `__libc_cleanup_r outine': ../nptl/sysdeps/pthread/bits/libc-lock.h:415: undefined reference to `_Unwind_Re sume' /mnt/lfs/sources/lfs/glibc-build/libc.a(syslog.o): In function `__libc_cleanup_r outine': ../sysdeps/generic/syslog.c:324: undefined reference to `_Unwind_Resume' /mnt/lfs/sources/lfs/glibc-build/libc.a(syslog.o): In function `openlog': ../nptl/sysdeps/pthread/bits/libc-lock.h:415: undefined reference to `_Unwind_Re sume' /mnt/lfs/sources/lfs/glibc-build/libc.a(syslog.o):(.eh_frame+0x12): undefined re ference to `__gcc_personality_v0' /mnt/lfs/sources/lfs/glibc-build/libc.a(backtrace.o): In function `backtrace_hel per': ../sysdeps/i386/backtrace.c:70: undefined reference to `_Unwind_GetIP' ../sysdeps/i386/backtrace.c:75: undefined reference to `_Unwind_GetGR' ../sysdeps/i386/backtrace.c:76: undefined reference to `_Unwind_GetCFA' /mnt/lfs/sources/lfs/glibc-build/libc.a(backtrace.o): In function `__backtrace': ../sysdeps/i386/backtrace.c:122: undefined reference to `_Unwind_Backtrace' /mnt/lfs/sources/lfs/glibc-build/libc.a(iofflush.o): In function `_IO_fflush': /mnt/lfs/sources/lfs/glibc-20051017/libio/libioP.h:999: undefined reference to ` _Unwind_Resume' /mnt/lfs/sources/lfs/glibc-build/libc.a(iofflush.o):(.eh_frame+0x12): undefined reference to `__gcc_personality_v0' /mnt/lfs/sources/lfs/glibc-build/libc.a(iofwrite.o): In function `_IO_fwrite': /mnt/lfs/sources/lfs/glibc-20051017/libio/libioP.h:999: undefined reference to ` _Unwind_Resume' /mnt/lfs/sources/lfs/glibc-build/libc.a(iofwrite.o):(.eh_frame+0x12): undefined reference to `__gcc_personality_v0' /mnt/lfs/sources/lfs/glibc-build/libc.a(ioseekoff.o): In function `_IO_seekoff': ./libioP.h:999: undefined reference to `_Unwind_Resume' /mnt/lfs/sources/lfs/glibc-build/libc.a(ioseekoff.o):(.eh_frame+0x12): undefined reference to `__gcc_personality_v0' collect2: ld returned 1 exit status make[2]: *** [/mnt/lfs/sources/lfs/glibc-build/elf/sln] Error 1 make[2]: Leaving directory `/mnt/lfs/sources/lfs/glibc-20051017/elf' make[1]: *** [elf/others] Error 2 make[1]: Leaving directory `/mnt/lfs/sources/lfs/glibc-20051017' make: *** [all] Error 2 Is there some special procedure that has to be followed to compile from a snapshot? -Doug -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
