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

[HDF5] add LibCURL_jll compat #5249

Closed
wants to merge 1 commit into from
Closed

Conversation

visr
Copy link
Contributor

@visr visr commented Jul 28, 2022

Should fix

dlopen(/Users/runner/.julia/artifacts/4e3d68673330116b7ef55a34b6d6d405e005fe6d/lib/libhdf5.200.dylib, 1): Library not loaded: @rpath/libcurl.4.dylib
  Referenced from: /Users/runner/.julia/artifacts/4e3d68673330116b7ef55a34b6d6d405e005fe6d/lib/libhdf5.200.dylib
  Reason: Incompatible library version: libhdf5.200.dylib requires version 13.0.0 or later, but libcurl.4.dylib provides version 12.0.0

From JuliaIO/HDF5.jl#996

Version 7.73 is the version that julia 1.6 uses:
https://github.com/JuliaLang/julia/blob/v1.6.6/stdlib/LibCURL_jll/Project.toml#L3

Just like #4981

Should fix

```
dlopen(/Users/runner/.julia/artifacts/4e3d68673330116b7ef55a34b6d6d405e005fe6d/lib/libhdf5.200.dylib, 1): Library not loaded: @rpath/libcurl.4.dylib
  Referenced from: /Users/runner/.julia/artifacts/4e3d68673330116b7ef55a34b6d6d405e005fe6d/lib/libhdf5.200.dylib
  Reason: Incompatible library version: libhdf5.200.dylib requires version 13.0.0 or later, but libcurl.4.dylib provides version 12.0.0
```

From JuliaIO/HDF5.jl#996

Version 7.73 is the version that julia 1.6 uses:
https://github.com/JuliaLang/julia/blob/v1.6.6/stdlib/LibCURL_jll/Project.toml#L3

Just like JuliaPackaging#4981
@giordano
Copy link
Member

We don't build HDF5, so I don't think this will solve anything. They're just using a too new libcurl to build hdf5, sigh

@visr
Copy link
Contributor Author

visr commented Jul 28, 2022

Oof yes that's unfortunate. Not sure how to proceed. Perhaps better to yank HDF5_jll 1.12.2 quickly?

Would be nice if we could somehow obtain conda builds like hdf5-feedstock but with libcurl set to 7.73, that might work.
https://github.com/conda-forge/hdf5-feedstock/blob/5913d3f2fe02905be1b910abf1daf9283c079545/.ci_support/osx_64_mpinompiopenssl1.1.1.yaml#L19-L20

Not sure how to get them though. I don't think we can ask the conda-forge folks to fix libcurl just for this.

@giordano
Copy link
Member

Perhaps better to yank HDF5_jll 1.12.2 quickly?

Yeah

visr added a commit to visr/General that referenced this pull request Jul 28, 2022
giordano pushed a commit to JuliaRegistries/General that referenced this pull request Jul 28, 2022
@visr
Copy link
Contributor Author

visr commented Jul 28, 2022

Closing this, I summarized in #4511 (comment).

@visr visr closed this Jul 28, 2022
@visr visr deleted the patch-1 branch July 28, 2022 13:23
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

Successfully merging this pull request may close these issues.

2 participants