public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* Cross testing error question
@ 2016-02-08 22:20 Steve Ellcey 
  2016-02-08 22:51 ` H.J. Lu
  0 siblings, 1 reply; 3+ messages in thread
From: Steve Ellcey  @ 2016-02-08 22:20 UTC (permalink / raw)
  To: libc-alpha

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Cross testing error question
  2016-02-08 22:20 Cross testing error question Steve Ellcey 
@ 2016-02-08 22:51 ` H.J. Lu
  2016-02-08 22:55   ` Steve Ellcey
  0 siblings, 1 reply; 3+ messages in thread
From: H.J. Lu @ 2016-02-08 22:51 UTC (permalink / raw)
  To: Steve Ellcey; +Cc: GNU C Library

On Mon, Feb 8, 2016 at 2:20 PM, Steve Ellcey <sellcey@imgtec.com> wrote:
> 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

Did you run into

https://sourceware.org/bugzilla/show_bug.cgi?id=17617

-- 
H.J.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Cross testing error question
  2016-02-08 22:51 ` H.J. Lu
@ 2016-02-08 22:55   ` Steve Ellcey
  0 siblings, 0 replies; 3+ messages in thread
From: Steve Ellcey @ 2016-02-08 22:55 UTC (permalink / raw)
  To: H.J. Lu; +Cc: GNU C Library

On Mon, 2016-02-08 at 14:51 -0800, H.J. Lu wrote:

> Did you run into
> 
> https://sourceware.org/bugzilla/show_bug.cgi?id=17617

Maybe, though I was running a serial make with no parallelism.
I am not sure if it is possible to run into that bug with no parallelism
or not.

Steve Ellcey

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-02-08 22:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-08 22:20 Cross testing error question Steve Ellcey 
2016-02-08 22:51 ` H.J. Lu
2016-02-08 22:55   ` Steve Ellcey

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).