[Pkg-julia-devel] Julia parallel test

Peter Colberg peter at colberg.org
Thu Nov 12 03:57:31 UTC 2015


On Thu, Nov 12, 2015 at 12:47:28AM +0200, Graham Inggs wrote:
> Peter, julia passes the parallel test on the Ubuntu PPA builders for
> amd64 [1] and i386 [2].
> 
> The i386 build failed after the tests with:
> 
> gcc -march=pentium4 -m32 -fPIE -o debian/shlibdeps debian/shlibdeps.c
> -ldl -Wl,--no-as-needed -larpack -lopenblas -ldSFMT -lfftw3_threads
> -lfftw3f_threads -lgmp -lopenlibm -lmpfr -lopenspecfun -lpcre
> -lcholmod -lumfpack
> /usr/bin/ld: /usr/lib/gcc/i686-linux-gnu/5/../../../i386-linux-gnu/libopenlibm.so:
> scalblnf: invalid version 26898 (max 0)
> /usr/lib/gcc/i686-linux-gnu/5/../../../i386-linux-gnu/libopenlibm.so:
> error adding symbols: Bad value
> collect2: error: ld returned 1 exit status
> debian/shlibdeps.mk:65: recipe for target 'debian/shlibdeps' failed

I setup an Ubuntu xenial i386 chroot using cowbuilder, and I could
reproduce the error. However, the error is unrelated to shlibdeps
and also occurs with an empty C source file:

# gcc -shared -o empty.so -xc /dev/null -lopenlibm

/usr/bin/ld: /usr/lib/gcc/i686-linux-gnu/5/../../../i386-linux-gnu/libopenlibm.so: scalblnf: invalid version 26898 (max
/usr/lib/gcc/i686-linux-gnu/5/../../../i386-linux-gnu/libopenlibm.so: error adding symbols: Bad value
collect2: error: ld returned 1 exit status

I am still trying to figure out what the meaning.

Peter



More information about the Pkg-julia-devel mailing list