Le dimanche 01 avril 2012 11:34:34, Klaus Becker a écrit :
> Hi,
> 
> in chapter 6.9.1, make says:
> 
> ....
>         }' > /sources/glibc-build/iconvdata/iconv-rules.new
> /bin/sh: line 3: /sources/glibc-build/iconvdata/iconv-rules.new: Not a 
> directory
> rm -f /sources/glibc-build/iconvdata/stamp.o; > 
> /sources/glibc-build/iconvdata/stamp.o
> /bin/sh: /sources/glibc-build/iconvdata/stamp.o: Not a directory
> make[2]: *** [/sources/glibc-build/iconvdata/stamp.o] Error 1
> make[2]: Leaving directory `/sources/glibc-2.14.1/iconvdata'
> make[1]: *** [iconvdata/subdir_lib] Error 2
> make[1]: Leaving directory `/sources/glibc-2.14.1'
> make: *** [all] Error 2
> 
> Indeed:
> 
> root:/sources/glibc-build# ls -l iconvdata
> -rw-r--r-- 1 root root 56368 Apr  1 09:18 iconvdata
> 
> So "iconvdata" is a file, but there is no "iconvdata/iconv-rules.new" or 
> "iconvdata/stamp.o".
> 
> 
> Sincerely
> 
> Klaus
> 


I did not see "make", so I deleted glibc-build/ and I rebegan with

../glibc-2.14.1/configure --prefix=/usr \
    --disable-profile --enable-add-ons \
    --enable-kernel=2.6.25 --libexecdir=/usr/lib/glibc

now I get:

make -k check 2>&1 | tee glibc-check-log:
make[1]: Target `check' not remade because of errors.
make[1]: Leaving directory `/sources/glibc-2.14.1'
make: *** [check] Error 2

grep Error glibc-check-log
make[2]: *** [/sources/glibc-build/posix/bug-regex32.out] Error 1
make[2]: [/sources/glibc-build/posix/annexc.out] Error 1 (ignored)
make[1]: *** [posix/tests] Error 2
make[2]: *** [/sources/glibc-build/rt/tst-mqueue5.out] Error 1
make[2]: *** [/sources/glibc-build/rt/tst-cpuclock2.out] Error 1
make[1]: *** [rt/tests] Error 2
make: *** [check] Error 2

I continued with "make install" and I get in the end:
"Your new glibc installation seems to be ok."

So the error messages seem to be not critical and my problem seems to be solved.

cheers

Klaus

-- 
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