-
Notifications
You must be signed in to change notification settings - Fork 29
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
Build fails on Julia 0.7.0, Win64 (user account) #47
Comments
Could this perhaps be the symlink issue that also appeared at In that case it can be solved by not using symlinks in the packaged binaries. |
cc: @staticfloat |
I'll make that change. Having the builders setup as packages would be nice avoid having to do these kinds of manual updates. Thanks for pointing that out. |
Can you check if this problem still occurs with these changes: #48? |
Same result here (using the current LibCURL#master, 16 Aug 08:16 GMT) |
You might have to `rm` and `gc` before this takes effect. But it seems to work on my Win10-64/Julia-1.0
I think it is in fact exactly the same issue as for CodecZLib. There, @bicycle1885 updated the builder. PR #49 refers to that new build. |
Ah sorry you just did those changes. Not sure why people continue to see the bug. I had to start from a clean install. Maybe that's why... The deps.jl script seems to cache some of the binary dependency builder scripts so it kept using the old sources even though |
Thanks for verifying the new changes. I'll merge the PR and make a new tag. With the new tag I expect everyone will have a clean install. |
Should now be addressed in v0.3.1. The release just needs to be registered so I'll close this issue. Feel free to open if the problem persists. |
When updating HDF5.jl today (15 Aug), the build of LibCURL failed (see below). It only seems to happen when logged in as a User, not as an Administrator.
The text was updated successfully, but these errors were encountered: