Re: Glibc test failure

2010-02-15 Thread Dominic Ringuet
343 MB of RAM is not enough. Unless you got about 2 GB of swap, expect all kind of errors here and there and a failure at the end. I don't know the exact amount of virtual memory required, but 2.5 GB has been the minimum over here to get the work done. Dominic. --

Glibc test failure

2010-02-14 Thread bchaffin
I am attempting to run the glibc tests from within my chroot environment. I keep getting the following errors: make[2]: Entering directory `/sources/glibc-2.10.1/posix' /bin/sh -e globtest.sh /sources/glibc-build/ /sources/glibc-build/elf/ \ ld-linux.so.2 globtest.sh: command

Re: Glibc test failure

2010-02-14 Thread bchaffin
-Original Message- From: stosss sto...@gmail.com To: LFS Support List lfs-support@linuxfromscratch.org Sent: Sun, Feb 14, 2010 3:33 am Subject: Re: Glibc test failure I am attempting to run the glibc tests from within my chroot environment. I keep getting the following errors: make

Re: Glibc test failure

2010-02-14 Thread stosss
I did this command. It worked fine: cp -v ../glibc-2.10.1/iconvdata/gconv-modules iconvdata This is the command it fails on: make -k check 21 | tee glibc-check-log And here are the results of the final command if I issue it: make[2]: *** [posix/tests] Error 2 make[2]: *** [check]Error 2

Re: Glibc test failure

2010-02-14 Thread William Immendorf
On Sun, Feb 14, 2010 at 12:29 PM, stosss sto...@gmail.com wrote:  You will probably see an expected (ignored) failure in the posix/annexc test. In addition the Glibc test suite is somewhat dependent on the host system. This is a list of the most common issues: In other words: * posix/annexc

Re: Glibc test failure

2010-02-14 Thread Ken Moffat
On 14 February 2010 08:18, bchaf...@programmer.net wrote: I am attempting to run the glibc tests from within my chroot environment. I keep getting the following errors: make[2]: Entering directory `/sources/glibc-2.10.1/posix' /bin/sh -e globtest.sh /sources/glibc-build/

Re: Glibc test failure

2010-02-14 Thread bchaffin
Fedora 10 as the current OS. -Original Message- From: Ken Moffat zarniwhoo...@googlemail.com To: LFS Support List lfs-support@linuxfromscratch.org Sent: Sun, Feb 14, 2010 6:44 pm Subject: Re: Glibc test failure On 14 February 2010 08:18, bchaf...@programmer.net wrote: I am

Re: Glibc test failure

2010-02-14 Thread stosss
Stop top posting! That is against the rules on the LFS lists and it won't be tolerated. -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page

GLibC Test Failure OR malloc/mtrace

2005-06-15 Thread developerman
Many test of GLibC fails. This is libio/fopenloc, and a lot of posix. About other don't know, I this that it is enough. The reason is missing of malloc/mtrace file (as make check writes). What should I do? How can I fix it? -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ:

Re: GLibC Test Failure OR malloc/mtrace

2005-06-15 Thread Jim Gifford
developerman wrote: Many test of GLibC fails. This is libio/fopenloc, and a lot of posix. About other don't know, I this that it is enough. The reason is missing of malloc/mtrace file (as make check writes). What should I do? How can I fix it? Can you show what the error is, without the

Re: GLibC Test Failure OR malloc/mtrace

2005-06-15 Thread developerman
developerman wrote: Many test of GLibC fails. This is libio/fopenloc, and a lot of posix. About other don't know, I this that it is enough. The reason is missing of malloc/mtrace file (as make check writes). What should I do? How can I fix it? Can you show what the error is, without the

Re: GLibC Test Failure OR malloc/mtrace

2005-06-15 Thread Ken Moffat
On Tue, 14 Jun 2005, Jim Gifford wrote: developerman wrote: Many test of GLibC fails. This is libio/fopenloc, and a lot of posix. About other don't know, I this that it is enough. The reason is missing of malloc/mtrace file (as make check writes). What should I do? How can I fix it?