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

Error building GridapGmsh at libTKBO dependence #66

Open
principejavier opened this issue Mar 8, 2023 · 0 comments
Open

Error building GridapGmsh at libTKBO dependence #66

principejavier opened this issue Mar 8, 2023 · 0 comments

Comments

@principejavier
Copy link
Member

The following error appears when building GridapGmsh in Gadi system with Julia 1.7.1:

julia> Pkg.build("GridapGmsh")
    Building MPI ───────→ `~/.julia/scratchspaces/44cfe95a-1eb2-52ea-b672-e2afdf69b78f/d56a80d8cf8b9dc3050116346b3d83432b1912c0/build.log`
    Building GridapGmsh → `~/.julia/scratchspaces/44cfe95a-1eb2-52ea-b672-e2afdf69b78f/e39f162f663655158e2dc132124e1cea45c3afb4/build.log`
ERROR: Error building `GridapGmsh`: 
ERROR: LoadError: InitError: could not load library "/home/552/jp3650/.julia/artifacts/8af9fbd0fecdc5f1c9124b629ab0ab160d2a06df/lib/libTKBO.so"
/apps/julia/1.7.1/bin/../lib/julia/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by /home/552/jp3650/.julia/artifacts/8af9fbd0fecdc5f1c9124b629ab0ab160d2a06df/lib/libTKBO.so)
Stacktrace:
  [1] dlopen(s::String, flags::UInt32; throw_error::Bool)
    @ Base.Libc.Libdl ./libdl.jl:117
  [2] dlopen(s::String, flags::UInt32)
    @ Base.Libc.Libdl ./libdl.jl:117
  [3] macro expansion
    @ ~/.julia/packages/JLLWrappers/QpMQW/src/products/library_generators.jl:54 [inlined]
  [4] __init__()
...

It seems to be common to other packages, e.g. PyPlot.jl, GAP.jl or GLFW.jl and rooted at Julia loading of libstdc++, aparently fixed recently in this PR.

@principejavier principejavier changed the title Error building GridapGmsh from libTKBO Error building GridapGmsh at libTKBO dependence Mar 8, 2023
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

1 participant