Hi guys,
I'm trying to build Julia for openSUSE.
I have already built it at my computer without problem and I have a rpm for
x86_64 that works.
However, when I tried to built it using the OBS (openSUSE Build Service)
server, it fails.
The problem is very strange. Just after the compilation of the file util.jl
it starts to print:
UndefVarErrorUndefVarErrorUndefVarErrorUndefVarErrorUndefVarErrorUndefVarErrorUndefVarError
UndefVarErrorUndefVarErrorUndefVarErrorUndefVarErrorUndefVarErrorUndefVarErrorUndefVarErrorUndefVarError
UndefVarErrorUndefVarErrorUndefVarErrorUndefVarErrorUndefVarErrorUndefVarErrorUndefVarErrorUndefVarError
UndefVarErrorUndefVarErrorUndefVarErrorUndefVarErrorUndefVarErrorUndefVarErrorUndefVarErrorUndefVarError
UndefVarErrorUndefVarErrorUndefVarErrorUndefVarErrorUndefVarErrorUndefVarErrorUndefVarErrorUndefVarError
Does anyone have any idea why this is happening?
By the way, I'm compiling Julia using:
make libdir=/%{_libdir}/ prefix=/usr/ sysconfdir=/etc/ USE_SYSTEM_LLVM=1
USE_SYSTEM_LIBUNWIND=1 USE_SYSTEM_READLINE=1 USE_SYSTEM_PCRE=1
USE_SYSTEM_LIBM=1 USE_SYSTEM_OPENLIBM=0 USE_SYSTEM_OPENSPECFUN=0
USE_SYSTEM_BLAS=1 USE_SYSTEM_LAPACK=1 USE_SYSTEM_FFTW=1 USE_SYSTEM_GMP=1
USE_SYSTEM_MPFR=1 USE_SYSTEM_ARPACK=1 USE_SYSTEM_SUITESPARSE=0
USE_SYSTEM_ZLIB=1 USE_SYSTEM_GRISU=0 USE_SYSTEM_RMATH=0 USE_SYSTEM_LIBUV=0
USE_SYSTEM_UTF8PROC=0 USE_MKL=0 USE_BLAS64=0 USE_LLVM_SHLIB=0 LLVM_LLC=llc
LLVM_CONFIG=/usr/bin/llvm-config CC=clang
Best regards,
Ronan