[Pkg-julia-devel] Julia parallel test
Peter Colberg
peter at colberg.org
Wed Nov 11 16:20:10 UTC 2015
Hi Graham,
On Wed, Nov 11, 2015 at 06:07:59PM +0200, Graham Inggs wrote:
> I'm seeing the error below when building julia with sbuild on amd64.
> Disabling the parallel test (i.e. replacing disable-parallel-test.patch)
> causes it to build again.
I checked the git history when the patch had been introduced, which
was before 0.3, so I gave it a try and the test passed in pbuilder.
`shm_open() failed` probably means that /dev/shm is not mounted in
sbuild. I will have a look at the test or implementation to see
whether it could be used without /dev/shm. Otherwise I will revert
the patch, but this time with an explanation why exactly the parallel
test is disabled.
Peter
More information about the Pkg-julia-devel
mailing list