Add Debian 12 build documentation and configure.ac advisory#72
Open
ThaGuMath wants to merge 1 commit intojuddmon:masterfrom
Open
Add Debian 12 build documentation and configure.ac advisory#72ThaGuMath wants to merge 1 commit intojuddmon:masterfrom
ThaGuMath wants to merge 1 commit intojuddmon:masterfrom
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
J-Pilot cannot be installed on Debian 12 via the packagecloud.io repository
referenced in the README — the repo is configured but contains no packages
for Debian 12 (Bookworm).
This PR adds two documentation files to the docs/ directory:
BUILDING_ON_DEBIAN12.md — complete build instructions for Debian 12,
including two patches required to fix configure.ac incompatibilities with
autoconf 2.71+. Pre-built .deb packages built using this process are
available at: https://github.com/ThaGuMath/jpilot/releases/tag/v2.0.2-debian12
UPSTREAM_ADVISORY_CONFIGURE_AC.md — a technical explanation of the two
configure.ac bugs (missing AC_BLUEZ macro and broken nested popt detection),
the minimal fixes applied, and recommendations for a proper upstream fix.
Tested on Debian 12 (Bookworm) x86_64 using a clean Docker container.