This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC 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]

Re: Problems with "make check"


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


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