I'm sorry I haven't get back to yet before.

On Fri, Nov 13, 2015 at 03:35:24PM +0100, Samuel Thibault wrote:
> system (the testsuite is not supposed to run in parallel anyway), but

if the testsuite is not supposed to run parallel, then you should avoid
that:

 override_dh_auto_test:
-       -dh_auto_test -Bbuild-mpich -- -k
+       -dh_auto_test --parallel=1 -Bbuild-mpich -- -k
 ifeq ($(OPENMPI),yes)
-       -dh_auto_test -Bbuild-openmpi -- -C src/modules/mpi -k
+       -dh_auto_test --parallel=1 -Bbuild-openmpi -- -C src/modules/mpi -k
 endif

> the code is quite simple, so perhaps I can just proofread it and submit
> patches for tests.  One thing that struck me at first look should be
> fixed by the attached patch, could you give it a try?

We have ways to test toolchain packages and before they enter the
archive, yes, it's our custom repository [0], but it's way easier the
way you did, by uploading directly to the archive :)
I'll re-test the package this afternoon, if litl hits the mirrors in
time.

Thanks for your support and quick fix!


[0] https://wiki.debian.org/ReproducibleBuilds/ExperimentalToolchain

-- 
regards,
                        Mattia Rizzolo

GPG Key: 66AE 2B4A FCCF 3F52 DA18  4D18 4B04 3FCD B944 4540      .''`.
more about me:  http://mapreri.org                              : :'  :
Launchpad user: https://launchpad.net/~mapreri                  `. `'`
Debian QA page: https://qa.debian.org/developer.php?login=mattia  `-

Attachment: signature.asc
Description: PGP signature

Reply via email to