-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
MbedTLS_jll seems broken on win64 #38409
Comments
Co-authored-by: Mosè Giordano <[email protected]>
Indeed it's broken, so many packages don't work on julia master right now. Using the latest (v2.24.0+1) version of MbedTLS_jll gives the same as the CI log above: julia> using MbedTLS_jll
ERROR: InitError: could not load library "C:\Users\visser_mn\.julia\artifacts\766d976def66e8367dd690d05cfe422f883d43ba\bin\libmbedtls.dll" I had a look with DependencyWalker, here is a brief snippet of the output that may show the issue: using DependencyWalker
Library(MbedTLS_jll.libmbedtls_path)
◼ C:\Users\visser_mn\.julia\artifacts\766d976def66e8367dd690d05cfe422f883d43ba\bin\libmbedtls.dll
◼ C:\bin\julia-1.6\bin\libmbedcrypto.dll
◼ C:\bin\julia-1.6\bin\libmbedx509.dll Both the artifact and the julia bin dir have Maybe @staticfloat knowns if this will be resolved by #35193 (or already #38347?). Or can these two builds be made to work together? |
#38347 will cause Pkg to not download new versions of |
How does that work if |
Yes; because v1.6 will cut down on the confusion by just not downloading an artifact for |
I think this is fixed on latest nightly:
|
observed at https://travis-ci.com/github/JuliaCI/Coverage.jl/jobs/434224582 (maybe a
[compat]
bounds issue?)The text was updated successfully, but these errors were encountered: