PyCall.jl icon indicating copy to clipboard operation
PyCall.jl copied to clipboard

LLVM ERROR: Symbols not found: { ccall_PyByteArray_Type_105607, ccall_PyTuple_Type_105595, ccall_PyList_Type_105613 }

Open bluesmoon opened this issue 4 years ago • 2 comments

I'm trying to create a sysimage that includes PyCall.

Julia v1.5.4 PyCall v1.92.3

The build runs in an Ubuntu 18.04 docker container (it's part of the docker build process).

The sysimage creation goes on for about 96 seconds, and then fails with this error:

LLVM ERROR: Symbols not found: { ccall_PyByteArray_Type_105607, ccall_PyTuple_Type_105595, ccall_PyList_Type_105613 }

More output:

13:47:18 #74 63.50 [ Info: PackageCompiler: creating system image object file, this might take a while...
13:48:53 #74 159.0 LLVM ERROR: Symbols not found: { ccall_PyByteArray_Type_105607, ccall_PyTuple_Type_105595, ccall_PyList_Type_105613 }
13:48:53 #74 159.0 
13:48:53 #74 159.2 ERROR: LoadError: failed process: Process(`/julia-1.5.4/bin/julia --color=yes --startup-file=no '--cpu-target=generic;sandybridge,-xsaveopt,clone_all;haswell,-rdrnd,base(1)' --sysimage=/julia-1.5.4/lib/julia/sys.so --project=/home/ubuntu/.julia/environments/v1.5 --output-o=/tmp/jl_ulcCLp.o -e '....

The strange thing is that it doesn't happen every time I run it. I've tried it maybe 6 times, and it fails about 50% of the time.

If it's any help, I recently upgraded from 1.92.2 to 1.92.3 but I didn't see anything in the diffs that could cause this.

bluesmoon avatar Sep 28 '21 18:09 bluesmoon

I think this is fixed in Julia 1.6.

KristofferC avatar Oct 23 '21 05:10 KristofferC

Thanks, I'm in the process of testing with 1.6.3

bluesmoon avatar Oct 25 '21 16:10 bluesmoon