-
Notifications
You must be signed in to change notification settings - Fork 5
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
Update debian package #291
Comments
It builds on bullseye. In jammy building with GEOS fails, because of https://bugs.launchpad.net/ubuntu/+source/geos/+bug/1980147 |
It's possible to build arkimet without GEOS, losing area matches with geographical primitives (intersects, contains, and so on). Otherwise probably the Ubuntu people should know that that bug means an incorrectly packaged package (missing .inl files) that breaks reverse build dependencies |
While we wait for Ubuntu people to fix the issue, we could package without GEOS in order to have a full Ubuntu image (ARPA-SIMC/simc-docker-image#5). |
It seems that GEOS C++ API shouldn't be used https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1010002#20 |
It looks like the best thing to do is a C++ wrapper to the C API that wraps the C++ API that we are currently using. It's really strange that the Debian developer (and not upstream!) intentionally choses to break the C++ library package to force people to use the C API. GEOS is ok if people use the C++ API, only doesn't guarantee stability, so it's up to the users to deal with API changes |
With dballe after fixing ARPA-SIMC/dballe#274, arkimet now builds on bullseye. A Python test fails for me on jammy, to be investigated |
Debian packages now build for bullseye and jammy! |
I moved the debian dir to ubuntu/jammy, debian/bullseye and debian/sid branches in order to build the package with git-buildpackage. |
It looks good and built fine |
No description provided.
The text was updated successfully, but these errors were encountered: