-
Notifications
You must be signed in to change notification settings - Fork 561
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
[GDAL] fix version_offset #7412
Conversation
See JuliaPackaging#7050 (comment) Registration of the previous version was blocked: JuliaRegistries/General#91991
I disabled automerge, since the GDAL build is already up on https://github.com/JuliaBinaryWrappers/GDAL_jll.jl/releases/tag/GDAL-v300.700.200%2B0 I figured I'd try it out first. But it fails on LibPQ_jll. To reproduce in GDAL.jl, do this in pkg mode:
|
CC @jeremiahpslewis, perhaps related to #7053. |
Sounds like stricter compat bounds have to be set somewhere? |
Wait no sorry, this should be fine. If I use Julia 1.9, LibPQ_jll and GDAL_jll both work fine, all GDAL tests pass. I've run into this before, so I think this is a 1.10 issue, but the LibPQ_jll artifact was installed with read-only flag set, leading to this access denied error. This seems to happen sometimes on 1.10. I cannot reproduce it though, if I remove the artifact and install it again, normally it's fine. On Julia 1.9 this never happens. |
I saved both versions of the same artifact. Their contents are exactly the same, but the mode is not:
|
See #7050 (comment)
Registration of the previous version was blocked: JuliaRegistries/General#91991