bug-glibc
[Top][All Lists]
Advanced

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

problem building Glibc


From: Alan Grimes
Subject: problem building Glibc
Date: Sun, 02 Feb 2003 17:37:57 -0500
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.8) Gecko/20020204

Hello, I'm trying to build glibc under a "linux from scratch" environment. The error message is attached... I was using the lfs book and had applied the patch as diescribed in that book.

What is going on here?
I would like to get that system on-line as soon as possible. =\

[I am off-list so be sure to reply to sender]
I have no name!:/usr/src/pot# make
make -r PARALLELMFLAGS="" CVSOPTS="" -C ../glibc-2.2.5 objdir=`pwd` all
make[1]: Entering directory `/usr/src/glibc-2.2.5'
( echo 'sysd-versions-subdirs = csu assert ctype locale intl catgets math 
setjmp signal stdlib stdio-common libio malloc string wcsmbs time dirent grp 
pwd posix io termios resource misc socket sysvipc gmon gnulib iconv iconvdata 
wctype manual shadow po argp crypt linuxthreads nss localedata timezone rt 
conform debug linuxthreads_db inet resolv hesiod sunrpc nis nscd streams login 
dlfcn elf sysdeps/i386/elf linuxthreads/sysdeps/unix/sysv/linux/i386 
linuxthreads/sysdeps/unix/sysv/linux linuxthreads/sysdeps/pthread 
sysdeps/pthread linuxthreads/sysdeps/unix/sysv linuxthreads/sysdeps/unix 
linuxthreads/sysdeps/i386/i686 linuxthreads/sysdeps/i386 
sysdeps/unix/sysv/linux/i386/i686 sysdeps/unix/sysv/linux/i386 
sysdeps/unix/sysv/linux sysdeps/gnu sysdeps/unix/common sysdeps/unix/mman 
sysdeps/unix/inet sysdeps/unix/sysv/i386 sysdeps/unix/sysv sysdeps/unix/i386 
sysdeps/unix sysdeps/posix sysdeps/i386/i686/fpu sysdeps/i386/i686 
sysdeps/i386/i486 sysdeps/i386/fpu sysdeps/i386 sysdeps/wordsize-32 
sysdeps/ieee754/ldbl-96 sysdeps/ieee754/dbl-64 sysdeps/ieee754/flt-32 
sysdeps/ieee754 sysdeps/generic/elf sysdeps/generic' ; \
  cat csu/Versions assert/Versions ctype/Versions locale/Versions intl/Versions 
catgets/Versions math/Versions setjmp/Versions signal/Versions stdlib/Versions 
stdio-common/Versions libio/Versions malloc/Versions string/Versions 
wcsmbs/Versions time/Versions dirent/Versions grp/Versions pwd/Versions 
posix/Versions io/Versions termios/Versions resource/Versions misc/Versions 
socket/Versions sysvipc/Versions gmon/Versions iconv/Versions wctype/Versions 
shadow/Versions argp/Versions crypt/Versions linuxthreads/Versions nss/Versions 
rt/Versions debug/Versions linuxthreads_db/Versions inet/Versions 
resolv/Versions hesiod/Versions sunrpc/Versions nis/Versions streams/Versions 
login/Versions dlfcn/Versions elf/Versions 
linuxthreads/sysdeps/i386/i686/Versions sysdeps/unix/sysv/linux/i386/Versions 
sysdeps/unix/sysv/linux/Versions sysdeps/unix/sysv/Versions 
sysdeps/i386/i686/Versions sysdeps/i386/i486/Versions sysdeps/i386/fpu/Versions 
sysdeps/i386/Versions \
  | sed '/^[    ]*#/d;s/^[      ]*%/#/' | gcc -E -undef -I/usr/src/pot 
-Iinclude -include /usr/src/pot/config.h -DASSEMBLER -x assembler-with-cpp - | 
sed '/^[  ]*#/d;/^[       ]*$/d' \
  | LC_ALL=C gawk -v buildroot=/usr/src/pot/ -v 
defsfile=/usr/src/pot/Versions.all \
                    -v move_if_change='/bin/sh scripts/move-if-change' \
                    -f scripts/versions.awk; \
) > /usr/src/pot/sysd-versionsT
version GLIBC_PRIVATE not defined
/usr/src/pot/libBrokenLocale.map is unchanged
/usr/src/pot/libc.map is unchanged
/usr/src/pot/libcrypt.map is unchanged
/usr/src/pot/libm.map is unchanged
make[1]: *** [/usr/src/pot/sysd-versions] Error 1
make[1]: Leaving directory `/usr/src/glibc-2.2.5'
make: *** [all] Error 2
I have no name!:/usr/src/pot#

reply via email to

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