#2198 closed task (invalid)
Glibc 2.7 fails to build: limits.h is missing
Reported by: | Martin Prebio | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Book | Version: | SVN |
Severity: | critical | Keywords: | |
Cc: |
Description
The same problem as http://www.linuxfromscratch.org/pipermail/lfs-dev/2007-February/058909.html
Change History (4)
comment:1 by , 16 years ago
comment:2 by , 16 years ago
First, this is not the same issue as the thread you linked. Second, this ticket system is for suggesting improvements or fixes to the book, not reporting problems building it. Third, I am seeing references to /usr/lib/gcc in that output, which should not happen if you are following the book correctly. Either /tools/bin is not in the $PATH, or GCC pass 1 did not successfully install there. What is the output of "type -p gcc"?
comment:3 by , 16 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
$PATH is set correctly, but in /tools/bin gcc is missing .. I will have a look at this ...
Note:
See TracTickets
for help on using tickets.
here the log:
make[2]: Entering directory `/mnt/lfs/sources/glibc-2.7/csu' gawk -f ../scripts/gen-as-const.awk ../nptl/sysdeps/i386/tcb-offsets.sym \
In file included from ../nptl/sysdeps/pthread/allocalim.h:21,
../include/limits.h:125:26: error: limits.h: No such file or directory make[2]: * mnt/lfs/sources/glibc-build/tcb-offsets.h Error 1 make[2]: Leaving directory `/mnt/lfs/sources/glibc-2.7/csu' make[1]: * [csu/subdir_lib] Error 2 make[1]: Leaving directory `/mnt/lfs/sources/glibc-2.7' make: * [all] Error 2 lfs@debian:/mnt/lfs/sources/glibc-build$
btw: Building on the EEEPC ;)