Giorgio Gambino wrote:
> *Hi
> when i try to compile glibc I receive this error:*
>
> mawk: scripts/gen-sorted.awk: line 19: regular expression compile 
> failed (bad class -- [], [^] or [)
> /[^
> mawk: scripts/gen-sorted.awk: line 19: syntax error at or near ]
> mawk: scripts/gen-sorted.awk: line 19: runaway regular expression /, 
> "", subd ...
> make[1]: Leaving directory `/mnt/lfs/sources/glibc-2.10.1'
> make[1]: Entering directory `/mnt/lfs/sources/glibc-2.10.1'
> mawk -f scripts/gen-sorted.awk \
>            -v 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 gshadow po argp crypt nss 
> localedata timezone rt conform debug  dlfcn elf' \
>            -v srcpfx='' \
>            nptl/sysdeps/pthread/Subdirs sysdeps/unix/inet/Subdirs 
> sysdeps/unix/Subdirs assert/Depend intl/Depend catgets/Depend 
> stdlib/Depend stdio-common/Depend libio/Depend malloc/Depend 
> string/Depend wcsmbs/Depend time/Depend posix/Depend iconvdata/Depend 
> nss/Depend localedata/Depend rt/Depend debug/Depend > 
> /mnt/lfs/sources/glibc-build/sysd-sorted-tmp
> mawk: scripts/gen-sorted.awk: line 19: regular expression compile 
> failed (bad class -- [], [^] or [)
> /[^
> mawk: scripts/gen-sorted.awk: line 19: syntax error at or near ]
> mawk: scripts/gen-sorted.awk: line 19: runaway regular expression /, 
> "", subd ...
> rm -f /mnt/lfs/sources/glibc-build/stamp.o; > 
> /mnt/lfs/sources/glibc-build/stamp.o
> rm -f /mnt/lfs/sources/glibc-build/stamp.os; > 
> /mnt/lfs/sources/glibc-build/stamp.os
> rm -f /mnt/lfs/sources/glibc-build/stamp.oS; > 
> /mnt/lfs/sources/glibc-build/stamp.oS
> cd /mnt/lfs/sources/glibc-build && 
> /mnt/lfs/tools/bin/../lib/gcc/i686-lfs-linux-gnu/4.4.1/../../../../i686-lfs-linux-gnu/bin/ar
>  
> cruv libc.a `cat stamp.o`
> : /mnt/lfs/sources/glibc-build/libc.a
> cd /mnt/lfs/sources/glibc-build && 
> /mnt/lfs/tools/bin/../lib/gcc/i686-lfs-linux-gnu/4.4.1/../../../../i686-lfs-linux-gnu/bin/ar
>  
> cruv libc_pic.a `cat stamp.os`
> : /mnt/lfs/sources/glibc-build/libc_pic.a
> cd /mnt/lfs/sources/glibc-build && 
> /mnt/lfs/tools/bin/../lib/gcc/i686-lfs-linux-gnu/4.4.1/../../../../i686-lfs-linux-gnu/bin/ar
>  
> cruv libc_nonshared.a `cat stamp.oS`
> : /mnt/lfs/sources/glibc-build/libc_nonshared.a
> make[1]: *** No rule to make target 
> `/mnt/lfs/sources/glibc-build/Versions.all', needed by 
> `/mnt/lfs/sources/glibc-build/abi-versions.h'.  Stop.
> make[1]: Leaving directory `/mnt/lfs/sources/glibc-2.10.1'
> make: *** [all] Error 2
>
> *which problem can be?
> I have not changed anything i've followed the guide*
> *Thanks*
do you have gawk installed, as well as bison, flex

Justin P. Mattock
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to