-
Notifications
You must be signed in to change notification settings - Fork 230
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
During CI testing: Unable to dlopen(cxxpath) in parent! cannot open shared object file: File name too long #2455
Comments
I ran into this this weekend as well here: #2316 |
Hao-Wei also noted it in https://github.com/ReactionMechanismGenerator/RMG-Py/actions/runs/5178850611/jobs/9330889633?pr=2446 In slack Jackson suggested trying ubuntu-20.04 instead of ubuntu-latest which is in progress on pull request He also noted
|
…cxx-ng patches) a new version of Julia has been released that fixes the issue we were facing, so these changes are no longer needed (see issue ReactionMechanismGenerator#2455 and PR ReactionMechanismGenerator#2456)
…file We had been patching the environment file to force a libstdcxx-ng version <13 (see issue #2455 and PR #2456). Since then a new version of Julia has been released that fixes the issue we were facing, so these changes are no longer needed. Also adds version Julia (1.9.0) to the "do not allow" list for the environment file. We could probably find a way to specifically disallow the problematic build instead, but this is easier.
Bug Description
The build-documentation continuous integration run at https://github.com/ReactionMechanismGenerator/RMG-Py/actions/runs/5180345336 failed when running sphinx with the log:
I can't see what has changed to cause it, so I am attempting to just restart the job and see what happens.
and shortly after that, this build-and-test job failed in a similar way
https://github.com/ReactionMechanismGenerator/RMG-Py/actions/runs/5180282876/jobs/9334261409#step:9:39
How To Reproduce
Opened a pull request. The CI failed.
Installation Information
Describe your installation method and system information.
Additional Context
It looks a bit like
scipy/scipy#18626
and
conda-forge/scipy-feedstock#238
The text was updated successfully, but these errors were encountered: