LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux From Scratch (https://www.linuxquestions.org/questions/linux-from-scratch-13/)
-   -   Glibc installation in target machine fails (https://www.linuxquestions.org/questions/linux-from-scratch-13/glibc-installation-in-target-machine-fails-4175441958/)

Prabhu.Are 12-18-2012 07:30 AM

Glibc installation in target machine fails
 
Hi,
I successfully chrooted my target machine and I passed all the way upto man-page installation, and I stepped into glibc(chapter 6.9). I performed all the steps till "make" without any error after entering the make check command Its giving me an error.

COMMAND ENTERED:

Quote:

make -k check 2>&1 | tee glibc-check-log
grep Error glibc-check-log



ERROR:

Quote:

diff -p -U 0 ../sysdeps/unix/sysv/linux/i386/nptl/libc.abilist /sources/glibc-build/libc.symlist
--- ../sysdeps/unix/sysv/linux/i386/nptl/libc.abilist 2012-06-30 19:12:34.000000000 +0000
+++ /sources/glibc-build/libc.symlist 2012-12-18 11:30:50.000000000 +0000
@@ -261 +261 @@ GLIBC_2.0
- _nl_default_dirname D 0x12
+ _nl_default_dirname D 0x4a
make[2]: *** [check-abi-libc] Error 1
make[2]: Leaving directory `/sources/glibc-2.16.0/elf'
make[1]: *** [elf/tests] Error 2
make[1]: Leaving directory `/sources/glibc-2.16.0'
make: *** [check] Error 2


Since its a check, I ignored it and I performed with the next step that's "make install" even this fails and throw me an error as

ERROR:

Quote:

make[2]: *** No rule to make target `/usr/--disable-profile--enable-add-ons--enable-kernel=2.6.25/lib/libBrokenLocale.so', needed by `install-lib-nosubdir'. Stop.
make[2]: Leaving directory `/sources/glibc-2.16.0/locale'
make[1]: *** [locale/subdir_install] Error 2
make[1]: Leaving directory `/sources/glibc-2.16.0'
make: *** [install] Error 2

could someone assist me resolve this.
--

acid_kewpie 12-18-2012 09:19 AM

Please post your thread in only one forum. Posting a single thread in the most relevant forum will make it easier for members to help you and will keep the discussion in one place. This thread is being closed because it is a duplicate of http://www.linuxquestions.org/questi...ls-4175441956/.


All times are GMT -5. The time now is 09:17 PM.