This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Problems with "make check"
- From: Zack Weinberg <zack at codesourcery dot com>
- To: kenner at vlsi1 dot ultra dot nyu dot edu (Richard Kenner)
- Cc: gcc at gcc dot gnu dot org
- Date: Wed, 02 Apr 2003 12:46:13 -0800
- Subject: Re: Problems with "make check"
- References: <10303280216.AA26907@vlsi1.ultra.nyu.edu>
kenner at vlsi1 dot ultra dot nyu dot edu (Richard Kenner) writes:
> What is causing this?
>
> === libstdc++-v3 Summary ===
>
> # of expected passes 1255
> # of unexpected failures 76
> # of expected failures 2
> make[4]: *** [check-DEJAGNU] Error 1
dejagnu exits unsuccessfully if there are unexpected failures. Use
make -k check.
76 looks suspiciously like the number of failures that happen if you
don't have enough locales installed, see the list I posted last month.
zw