This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Cross testing error question


I have a glibc cross-testing question.  I was able to do some testing last
week using the cross-test-ssh.sh script but after rebuilding glibc and
running the tests again I got a couple of process errors that caused the make
to stop.  I think the reason I was able to test last week was that I did an
initial 'make check' with -k and then retested after that.  The -k option on
the first run got me through errors like this:

Generating locale de_DE.ISO-8859-1: this might take a while...
touch: cannot touch `/home/sellcey/gcc/gcc_cross_testing/obj-mips-mti-linux-gnu/glibc/obj_default/localedata/de_DE.ISO-8859-1/LC_CTYPE': No such file or directory
/bin/sh: line 3: /home/sellcey/gcc/gcc_cross_testing/obj-mips-mti-linux-gnu/glibc/obj_default/localedata/de_DE.ISO-8859-1/LC_CTYPE.test-result: No such file or directory
make[2]: *** [/home/sellcey/gcc/gcc_cross_testing/obj-mips-mti-linux-gnu/glibc/obj_default/localedata/de_DE.ISO-8859-1/LC_CTYPE] Error 1
make[2]: Leaving directory `/home/sellcey/gcc/gcc_cross_testing/src/glibc/localedata'
make[1]: *** [localedata/tests] Error 2
make[1]: Leaving directory `/home/sellcey/gcc/gcc_cross_testing/src/glibc'


If I run 'make check' (without -k) I get this error and then the next time,
instead of complaining about de_DE.ISO-8859-1, it complains about de_DE.UTF-8,
then en_US.ANSI_X3.4-1968.  I.e. it seems to proceed forward by one language
at a time if I do not use -k.  If I build with -k, it gets through all of these
but with errors and my understanding was that -k should not be needed when
testing glibc anymore.

Has anyone else seen these errors when testing glibc?

Steve Ellcey
sellcey@imgtec.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]