On Tue, 27 Sep 2005, Aeliton Germano wrote:

hi folks,

someone can help me? :)
i had some problems with glibc 'make check' command at chapter 6(
6.11. Glibc-2.3.4).
the tail output is the folowing:

/sources/glibc-build/malloc/mtrace
/sources/glibc-build/posix/bug-regex14.mtrace >
/sources/glibc-build/posix/bug-regex14-mem
/bin/sh: /sources/glibc-build/malloc/mtrace: No such file or directory
make[2]: *** [/sources/glibc-build/posix/bug-regex14-mem] Error 127
make[2]: Leaving directory `/sources/glibc-2.3.4/posix'
make[1]: *** [posix/tests] Error 2
make[1]: Leaving directory `/sources/glibc-2.3.4'
make: *** [check] Error 2


Anything that throws an error on mtrace is a sign that something went wrong with your perl installation. You should have a number of things installed in /mnt/lfs/tools/lib/perl5/5.8.V/ where V is either 6 or 7 depending on which version you are building with.

My first suspicion is that you used perl-5.8.7 from the errata page, but specified '5.8.6' when you copied the lib files. 'perl -V' should tell you where it's looking for the files in @INC.

Ken
--
 das eine Mal als Tragödie, das andere Mal als Farce
-- 
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