-
Notifications
You must be signed in to change notification settings - Fork 24
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
unable to build under dev 0.7 #17
Comments
I can see the same problem on AppVeyor, both on 32-bit and 64-bit Windows (https://ci.appveyor.com/project/bicycle1885/codeczlib-jl/build/job/wkj8o5ckq2cj0dd0 and https://ci.appveyor.com/project/bicycle1885/codeczlib-jl/build/job/2we4o0q486fqpwtl). @staticfloat, could you give us any suggestions, since it seems this problem happens when installing and building CodecZlib.jl via BinaryProvider.jl? |
Appears to be JuliaLang/julia#26685 |
Yep, that's exactly what it is. While we're waiting for that to be fixed, I've got a PR that should patch over it on the |
Thank you all! |
I think this is solved by BinaryProvider.jl v0.2.8. #19 still blocks installing CodecZlib.jl on Julia 0.7, but it is orthogonal to this problem |
I ran into the issue below when trying to build (I came across this as I tried
using JLD2
)I do not know much about binary dependincies; it is interesting to see that the error refers to a file of BinaryProvider though.
any ideas?
The text was updated successfully, but these errors were encountered: