On Sunday 10 September 2006 19:44, John Reese wrote:
> Here is the error I received consistently through these attempts:
>
> END { printf "sysdep-subdirs =%s\n", subdirs; \
> printf "sysdep-inhibit-subdirs =%s\n", inhibit; \
> print "sysd-dirs-done = t" }' \
> /dev/null nptl/sysdeps/pthread/Subdirs sysdeps/unix/inet/Subdirs
> sysdeps/unix/Subdirs > /glibc-build/sysd-dirs-tmp
> /bin/sh: 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" }: No such file or directory
> make[1]: *** [/glibc-build/sysd-dirs] Error 127
> make[1]: Leaving directory `/sources/glibc-2.3.6'
> make: *** [all] Error 2
>
A few (7 or 8) preceding lines of output would be very useful as well.
Check whether one of them looks like this
gawk 'BEGIN { subdirs = ""; inhibit = "" }; \
P.S. What version of LFS-BOOK do you use?
--
Nothing but perfection
pv
--
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page