[lfs-support] Glibc installation in target machine fails

2012-12-18 Thread Prabhu
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*:

make -k check 21 | tee glibc-check-log
grep Error glibc-check-log
*

ERROR:
*
diff -p -U 0 ../sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
/sources/glibc-build/libc.symlist
--- ../sysdeps/unix/sysv/linux/i386/nptl/libc.abilist2012-06-30
19:12:34.0 +
+++ /sources/glibc-build/libc.symlist2012-12-18 11:30:50.0 +
@@ -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*:

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

With Regards...
PRABHU :)
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: [lfs-support] Glibc installation in target machine fails

2012-12-18 Thread Chris Staub
On 12/18/2012 08:25 AM, Prabhu wrote:
 Hi,

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

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

 With Regards...
  PRABHU :)

Looks like it thinks it was given an odd prefix. There was probably a 
typo on the configure command. Can you check your command history and 
paste the exact configure command you gave?

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