Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed to precompile with julia 1.10-beta3 #379

Closed
PhyX-Meow opened this issue Oct 4, 2023 · 2 comments
Closed

Failed to precompile with julia 1.10-beta3 #379

PhyX-Meow opened this issue Oct 4, 2023 · 2 comments

Comments

@PhyX-Meow
Copy link

Failed to precompile CxxWrap [1f15a43c-97ca-5a2a-ae31-89f07a497df4] to "/home/wuli/.julia/compiled/v1.10/CxxWrap/jl_tafPdI".
ERROR: LoadError: InitError: could not load library "/home/wuli/.julia/artifacts/0804d06469cf9f602bc65f9db473c23d07a90039/lib/libcxxwrap_julia.so"
/home/wuli/.julia/artifacts/0804d06469cf9f602bc65f9db473c23d07a90039/lib/libcxxwrap_julia.so: undefined symbol: small_typeof, version JL_LIBJULIA_1.10
@benlorenz
Copy link
Contributor

libcxxwrap_julia_jll needs to be rebuilt with the new libjulia_jll-1.10.6 (JuliaPackaging/Yggdrasil#7484).
The small_typeof symbol was renamed in JuliaLang/julia#50892 which was now backported to 1.10-beta3

@barche
Copy link
Collaborator

barche commented Oct 6, 2023

Should be fixed now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants