* Gmp 6.1 in core-updates
@ 2015-12-12 13:27 Andreas Enge
2015-12-12 17:58 ` Ludovic Courtès
0 siblings, 1 reply; 2+ messages in thread
From: Andreas Enge @ 2015-12-12 13:27 UTC (permalink / raw)
To: guix-devel
Hello,
I just had a quick look at gmp-6.1.0, to which I updated in core-updates,
and which causes failures on arm.
When trying to build from hand with "make check -j 4", I got the following:
make[4]: *** No rule to make target '../libgmp.la', needed by 't-bswap'. Stop.
make[4]: *** Waiting for unfinished jobs....
Apparently, the checks were started before the library was compiled.
Well, that is not what we do. But it raises suspicions whether a parallel
build works.
Then I tried "make -j 4", which completed, followed by "make -j 4 check".
One of the tests fails:
FAIL: reuse
See tests/mpz/test-suite.log
The test passes using "make check". So I suggest to disable parallel checks
for gmp and will (try to) commit a corresponding patch.
Andreas
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Gmp 6.1 in core-updates
2015-12-12 13:27 Gmp 6.1 in core-updates Andreas Enge
@ 2015-12-12 17:58 ` Ludovic Courtès
0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2015-12-12 17:58 UTC (permalink / raw)
To: Andreas Enge; +Cc: guix-devel
Andreas Enge <andreas@enge.fr> skribis:
> I just had a quick look at gmp-6.1.0, to which I updated in core-updates,
> and which causes failures on arm.
>
> When trying to build from hand with "make check -j 4", I got the following:
> make[4]: *** No rule to make target '../libgmp.la', needed by 't-bswap'. Stop.
> make[4]: *** Waiting for unfinished jobs....
> Apparently, the checks were started before the library was compiled.
>
> Well, that is not what we do. But it raises suspicions whether a parallel
> build works.
This is weird, but indeed, not what gnu-build-system does.
> Then I tried "make -j 4", which completed, followed by "make -j 4 check".
> One of the tests fails:
> FAIL: reuse
> See tests/mpz/test-suite.log
Isn’t it again an instance of presumed overheating, as discussed in
<http://bugs.gnu.org/21620>?
These tests are purely computational AFAIK, so I don’t see how running
tests in parallel could possibly lead to failures.
WDYT?
Thanks,
Ludo’.
PS: Forget my other message on this subject, which I sent before reading
yours.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-12-12 17:58 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-12 13:27 Gmp 6.1 in core-updates Andreas Enge
2015-12-12 17:58 ` Ludovic Courtès
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
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).