bug-glibc
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

loop during make on 2.2.5


From: Frederic Declercq
Subject: loop during make on 2.2.5
Date: Thu, 20 Feb 2003 20:09:13 -0000
User-agent: Mozilla/5.0 (X11; U; Linux 2.4.18-8.2mdk i686; en-US; 0.8) Gecko/20010409

I try and install a LinuxFromScratch from a Mandrake 8.0 on a pentium III.
Static installation was OK.
Itryed and install it dynamically in a chrooted system using
   patch -Np1 -i ../glibc-2.2.5-2.patch
   touch /etc/ld.so.conf
   mkdir ../glibc-build
   cd ../glibc-build
   ../glibc-2.2.5/configure --prefix=/usr --disable-profile \
       --enable-add-ons --libexecdir=/usr/bin
   echo "cross-compiling = no" > configparms
   make
   make install
   make localedata/install-locales
   exec /static/bin/bash --login
But during make, the script loops.
I join you a part of the stdio_lim.d file when I stopped the instruction. The original stdio_lim.d is just a loop of the part I send you.
I hope that you'll be able giving me some help or advice...
Thanks a lot.
$(common-objpfx)bits/stdio_lim.st:  ../posix/bits/posix1_lim.h \
  ../linuxthreads/sysdeps/unix/sysv/linux/bits/local_lim.h \
  /usr/include/linux/limits.h
$(common-objpfx)bits/stdio_lim.st:  ../misc/sys/uio.h \
  ../include/features.h ../include/sys/cdefs.h ../misc/sys/cdefs.h \
  ../include/sys/types.h ../posix/sys/types.h \
  ../sysdeps/unix/sysv/linux/bits/types.h \
  /static/lib/gcc-lib/i686-pc-linux-gnu/3.2/include/stddef.h \
  ../linuxthreads/sysdeps/pthread/bits/pthreadtypes.h \
  ../sysdeps/unix/sysv/linux/bits/sched.h ../include/time.h \
  ../time/time.h ../include/endian.h ../string/endian.h \
  ../sysdeps/i386/bits/endian.h ../include/sys/select.h \
  ../misc/sys/select.h ../sysdeps/i386/bits/select.h \
  ../sysdeps/unix/sysv/linux/bits/sigset.h \
  ../sysdeps/unix/sysv/linux/i386/bits/time.h \
  ../sysdeps/unix/sysv/linux/sys/sysmacros.h \
  ../sysdeps/unix/sysv/linux/bits/uio.h


reply via email to

[Prev in Thread] Current Thread [Next in Thread]