Skip to content
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

Closed
edigiacomo opened this issue Aug 5, 2022 · 10 comments
Closed

Update debian package #291

edigiacomo opened this issue Aug 5, 2022 · 10 comments
Assignees
Labels

Comments

@edigiacomo
Copy link
Member

No description provided.

@spanezz
Copy link
Contributor

spanezz commented Aug 25, 2022

It builds on bullseye. In jammy building with GEOS fails, because of https://bugs.launchpad.net/ubuntu/+source/geos/+bug/1980147

@spanezz
Copy link
Contributor

spanezz commented Aug 25, 2022

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

@edigiacomo
Copy link
Member Author

edigiacomo commented Sep 1, 2022

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).

@edigiacomo
Copy link
Member Author

It seems that GEOS C++ API shouldn't be used https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1010002#20

@spanezz
Copy link
Contributor

spanezz commented Sep 12, 2022

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

spanezz added a commit that referenced this issue Sep 12, 2022
spanezz added a commit that referenced this issue Sep 14, 2022
@spanezz
Copy link
Contributor

spanezz commented Sep 14, 2022

@spanezz
Copy link
Contributor

spanezz commented Sep 14, 2022

With dballe after fixing ARPA-SIMC/dballe#274, arkimet now builds on bullseye. A Python test fails for me on jammy, to be investigated

@spanezz
Copy link
Contributor

spanezz commented Sep 16, 2022

Debian packages now build for bullseye and jammy!

@spanezz spanezz closed this as completed Sep 16, 2022
@edigiacomo
Copy link
Member Author

I moved the debian dir to ubuntu/jammy, debian/bullseye and debian/sid branches in order to build the package with git-buildpackage.

@spanezz
Copy link
Contributor

spanezz commented Oct 27, 2022

It looks good and built fine

@spanezz spanezz closed this as completed Oct 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants