> To clarify, is it "make -l #" that fails or "make -j #" on Solaris?
"make -j"
> Parallel testing with -j# used to work fine, but admitedly its been a long
> while since I lost my solaris box... (I don't know if the load avg based
> mechanism for -l ever worked.) Is there a PR number?
That's
On Thu, 14 May 2009, Eric Botcazou wrote:
> > The build went through without any error,
> > but most of the tests failed in "make check".
> > unexpected failures = 6472 and passed = 52.
>
> Try with "make -k check" and no -j, parallel testing is broken on Solaris.
> Eric Botcazou
To clarify, is i
> What am I doing wrong?
You'll have to look at the logs and see whether there is a common pattern.
--
Eric Botcazou
ed passes1057
# of unexpected failures1061
# of unsupported tests 137
What am I doing wrong?
Best regards
Amitava Dutta
--- On Thu, 5/14/09, Eric Botcazou wrote:
> From: Eric Botcazou
> Subject: Re: Build of gcc 4.4.0 on Solaris 10 Sparc ok, most tests fail
> The build went through without any error,
> but most of the tests failed in "make check".
> unexpected failures = 6472 and passed = 52.
Try with "make -k check" and no -j, parallel testing is broken on Solaris.
--
Eric Botcazou
Hi GCC team,
I built GCC 4.4.0 on a SPARC system running Solaris 10
The build went through without any error,
but most of the tests failed in "make check".
unexpected failures = 6472 and passed = 52.
Output from gcc -v and fragment from make check are below.
What am I doing wrong?
Is this b