[Pkg-julia-devel] Julia parallel test

Graham Inggs graham at nerve.org.za
Thu Nov 12 07:32:16 UTC 2015


On 12 November 2015 at 05:57, Peter Colberg <peter at colberg.org> wrote:
> I setup an Ubuntu xenial i386 chroot using cowbuilder, and I could
> reproduce the error.

Did you try in Debian unstable i386?  If not, I'll try soon.

> However, the error is unrelated to shlibdeps
> and also occurs with an empty C source file:

While looking into the issue upstream, I modified openlibm's
test/Makefile to link to libopenlibm.so instead of libopenlibm.a and
was unable to build and run the tests until the underlinking had been
fixed.

> I wonder though how upstream openlibm can use logl, expl, powl from
> libm without linking to it, as you have described in that patch.

Maybe julia doesn't actually use the functions in openlibm that use
those functions in libm, and the solution is to remove the unused
functions from openlibm.  I'll try to figure out what uses what.

> Until upstream solves the issue [1], could you revert the patch?

In openlibm there is also inline-fpgetprec-i386.patch, it is committed
but not yet uploaded.
Do you think we should include inline-fpgetprec-i386.patch and revert
fix-underlinking.patch, or leave them both out for now?



More information about the Pkg-julia-devel mailing list