-
Notifications
You must be signed in to change notification settings - Fork 574
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
PROJ build new minor version 6.3.0 #394
Conversation
Hmm 1 is failing, only The log blames
Not sure what's wrong. The SQLite build is from Oct 18, 2019. Maybe it's just time for a new SQLite build with a newer BinaryBuilder? The SQLite version is still the latest. https://github.com/JuliaBinaryWrappers/SQLite_jll.jl/releases/tag/SQLite-v3.30.1%2B0 |
There have been changes to PowerPC recently, maybe the glibc version associated with it changed, so yes, this package may require a new build, but Elliot can tell us more. |
While we are at it, maybe you can replace
with
? This slightly speeds up compilation. |
Unfortunately using a freshly baked SQLite_jll v3.30.1+1 did not resolve the issue. Perhaps @staticfloat has a clue what's wrong with the |
Now that I reread my message, it doesn't make any sense: I used for testing SQLite for my architecture, which isn't PowerPC. Looking better also to the error message I think you may need to link against libdl, so that you need to add set(CMAKE_REQUIRED_LIBRARIES dl m) |
To fix errors like ``` /workspace/destdir/lib/libsqlite3.so: undefined reference to `dlerror@GLIBC_2.17' ``` on `powerpc64le-linux-gnu-cxx11`.
Ah ok, thanks. This is the first time I'm creating such a patch, so I just tried copying from the other examples. Is a workflow for how to create and apply these patches documented somewhere? Locally this fixed |
https://juliapackaging.github.io/BinaryBuilder.jl/dev/build_tips/#Editing-files-in-the-wizard-1 but that's just one way of doing it. I have a completely different workflow, which I don't know if I want to document because it's extremely convoluted and inefficient, I don't think anyone would benefit from knowing it |
Sorry, I was expecting that CMake could do something reasonable, what a blunder. I went ahead and worked around with a more direct setting. |
https://github.com/OSGeo/PROJ/releases/tag/6.3.0