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

[Julia] Julia installation from conda-forge throws SegFault and unsucessful conda rollback #2450

Closed
valeriupredoi opened this issue Jan 5, 2022 · 8 comments
Assignees
Labels

Comments

@valeriupredoi
Copy link
Contributor

see failed env solving - libopenlibm.so is missing - wasn't the ABI being regenerated every Tuesday? It looks like the one from yesterday might have gone sour again

@valeriupredoi
Copy link
Contributor Author

the two dependencies that have changed within the past 24h are:

<   + openlibm                          0.7.0  h516909a_0              conda-forge/linux-64      204 KB
---
>   + openlibm                          0.8.0  h7f98852_0              conda-forge/linux-64      208 KB
470c470
<   + yaml                              0.2.5  h516909a_0              conda-forge/linux-64       82 KB
---
>   + yaml                              0.2.5  h7f98852_2              conda-forge/linux-64       87 KB

and that openlibm is the bugger (if Yaml breaks Julia then I'm a donkey) - anyways, pinning openlibm=0.7.0 fixes it - gonna open yet another issue with Julia GH

@ngam
Copy link

ngam commented Jan 5, 2022

See conda-forge/julia-feedstock#170

@ngam
Copy link

ngam commented Jan 5, 2022

We may need a more systematic solution here: conda-forge/julia-feedstock#169 (comment)

@valeriupredoi
Copy link
Contributor Author

cheers muchly @ngam 🍺
Now all's working on both Circle and Github Actions via conda-forge/julia-feedstock#169

@valeriupredoi
Copy link
Contributor Author

valeriupredoi commented Jan 7, 2022

reopening this since now conda installation of Julia results in a segfault, see GA test - follow discussion at conda-forge/julia-feedstock#169

@valeriupredoi valeriupredoi changed the title [Julia] Latest environment (as of today) fails to solve for missing Julia dependency [Julia] Julia installation from conda-forge throws SegFault and unsucessful conda rollback Jan 7, 2022
@ngam
Copy link

ngam commented Jan 7, 2022

reopening this since now conda installation of Julia results in a segfault, see GA test - follow discussion at conda-forge/julia-feedstock#169

Did you try pinning curl to 7.80 and lower? This should fix it for now for you, I think

@valeriupredoi
Copy link
Contributor Author

@ngam cheers! I'll do it now, when do you guys think this will be sorted out? We can pin it if the fix needs a bit longer 👍

@valeriupredoi
Copy link
Contributor Author

ah nevermind, I should have checked the CI and your discussion in the linked issue first, all works fine now with curl=7.81 and julia _3 build, many thanks! See the updated environment 👍

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

No branches or pull requests

3 participants