#498 closed defect (invalid)
glibc 2.2.5 exits with error at make during part 6
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Book | Version: | 4.0 |
Severity: | critical | Keywords: | |
Cc: |
Description
make -r PARALLELMFLAGS="" CVSOPTS="" -C ../glibc-2.2.5 objdir=pwd
all
make[1]: Entering directory `/usr/src/glibc-2.2.5'
'BEGIN { subdirs = ""; inhibit = "" }; \
/#/ { next }; \
/[-]/ { subdirs = subdirs " " $0 }; \
/-/ { inhibit = inhibit " " substr($0, 2) }; \
END { printf "sysdep-subdirs =%s\n", subdirs; \
printf "sysdep-inhibit-subdirs =%s\n", inhibit; \ print "sysd-dirs-done = t" }' \
/dev/null linuxthreads/sysdeps/pthread/Subdirs sysdeps/unix/inet/Subdirs
sysdeps/unix/Subdirs > /usr/src/glibc-build/sysd-dirs-tmp make[1]: Leaving directory `/usr/src/glibc-2.2.5'
Note:
See TracTickets
for help on using tickets.
Dynamic gawk program, not Glibc bug.