Just like mentioned here:

http://comments.gmane.org/gmane.linux.lfs.support/31452

<http://comments.gmane.org/gmane.linux.lfs.support/31452>I seem to be stuck
in the same build loop in glibc-2.12.1 in Section 6.9 of LFS version 6.7.
Things I have tried:

rm /etc/localtime
ln -s /usr/share/zoneinfo/GMT /etc/localtime      (Note: hardware clock is
storing in GMT)
ntpdate ntp.apple.com
hwclock --systohc
cd <glibc-2.12.1 source dir>
for file in $(find . -print) ; do touch $file ; done
cd <glibc-build dir>
for file in $(find . -print) ; do touch $file ; done
make distclean

Then I tried to configure and make again. No luck. Still gets stuck in the
nptl loop.

Anyone have any other suggestions I might try to get through this loop? I
have verified the system time is correct in both the system and the hardware
clock.

I am building this under CentOS 5.5 x86_64 on an Intel Core2 Duo.

If you think there is some other piece of information about my system that
might be useful in troubleshooting this, let me know and I'll dig it up.
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to