You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
INFO: Linking sys.so
INFO: cc -L/julia/bin/../lib -shared -ljulia -o /root/.julia/v0.7/PackageCompiler/sysimg/sys.so /root/.julia/v0.7/PackageCompiler/sysimg/sys.o
INFO: Not replacing system image.
You can start julia with julia -J /root/.julia/v0.7/PackageCompiler/sysimg/sys to load the compiled files.
basic tests: Test Failed at /root/.julia/v0.7/PackageCompiler/test/runtests.jl:16
Expression: length(readlines(userimg)) > 700
Evaluated: 2 > 700
Stacktrace:
[1] macro expansion at /root/.julia/v0.7/PackageCompiler/test/runtests.jl:16 [inlined]
[2] macro expansion at /buildworker/worker/package_linux32/build/usr/share/julia/site/v0.7/Test/src/Test.jl:964 [inlined]
[3] top-level scope at /root/.julia/v0.7/PackageCompiler/test/runtests.jl:12
The cross-compiling one had slightly different errors (and maybe this shouldn't be expected to work anyways):
INFO: Linking sys.so
INFO: cc -L/home/alex/julia-nightly-32/bin/../lib -shared -ljulia -o /home/alex/.julia/v0.7/PackageCompiler/sysimg/sys.so /home/alex/.julia/v0.7/PackageCompiler/sysimg/sys.o
/usr/bin/ld: skipping incompatible /home/alex/julia-nightly-32/bin/../lib/libjulia.so when searching for -ljulia
/usr/bin/ld: cannot find -ljulia
collect2: error: ld returned 1 exit status
ERROR: LoadError: failed process: Process(`cc -L/home/alex/julia-nightly-32/bin/../lib -shared -ljulia -o /home/alex/.julia/v0.7/PackageCompiler/sysimg/sys.so /home/alex/.julia/v0.7/PackageCompiler/sysimg/sys.o`, ProcessExited(1)) [1]
Stacktrace:
[1] error(::String, ::Base.Process, ::String, ::Int64, ::String) at ./error.jl:44
[2] pipeline_error(::Base.Process) at ./process.jl:704
[3] run(::Cmd) at ./process.jl:666
[4] link_sysimg(::String, ::String, ::Bool) at /home/alex/.julia/v0.7/PackageCompiler/src/build_sysimg.jl:119
[5] (::getfield(PackageCompiler, Symbol("##2#3")){Bool,String,String,String,String})() at /home/alex/.julia/v0.7/PackageCompiler/src/build_sysimg.jl:91
[6] cd(::getfield(PackageCompiler, Symbol("##2#3")){Bool,String,String,String,String}, ::String) at ./file.jl:70
[7] #build_sysimg#1(::Bool, ::Function, ::String, ::String, ::String) at /home/alex/.julia/v0.7/PackageCompiler/src/build_sysimg.jl:59
[8] build_sysimg at /home/alex/.julia/v0.7/PackageCompiler/src/build_sysimg.jl:58 [inlined]
...
The text was updated successfully, but these errors were encountered:
Tested on
This might be related to timholy/SnoopCompile.jl#15 which might be some sort of mundane file IO issue.
For the matched ones:
The cross-compiling one had slightly different errors (and maybe this shouldn't be expected to work anyways):
The text was updated successfully, but these errors were encountered: