-
Notifications
You must be signed in to change notification settings - Fork 22
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 "undefined symbol" when trying to load Digraphs after installation with GAP.Packages.install
#851
Comments
Additional information: The problem appears in our CI with Ubuntu but not with macOS. I could reproduce the issue using Arch Linux. |
The key is this part of the error message:
That means it fails to backlink to GAP. That could hint at a deficiency in the digraphs build system. I'll look into it |
No, it's a problem in GAP.jl's sysinfo.gap generation. Working on a fix now (but have to head to a GAP council meeting, so don't hold your breath on me finishing this soon) |
Thanks a lot for investigating and working on a fix!
No problem, this is not (yet) urgent for us right now. As long as Julia 1.9 is not released we can continue using GAP.jl 0.8 which does not have this issue. |
@fingolfin Thanks for the new release! Now CapAndHomalg.jl works with GAP 0.9.3 and Julia nightly again :-) |
When installing Digraphs using
GAP.Packages.install
and trying to load it, the following error occurs:See below for steps to reproduce. Since there are many parties involved (GAP, Julia, GAP.jl, PackageManager, Digraphs) I'm not sure where to start with debugging and if this even is the correct place to report this.
The text was updated successfully, but these errors were encountered: