Open
Conversation
krutten
reviewed
Dec 11, 2025
krutten
reviewed
Dec 11, 2025
Contributor
There was a problem hiding this comment.
Another rebase collision left in
krutten
requested changes
Dec 11, 2025
Contributor
krutten
left a comment
There was a problem hiding this comment.
We need to remove the rebase collisions that slipped in
Needed to force local include directory
- Build libffi, Python, meson, ninja from source (stemcell has none) - Add minimal pkg-config shell wrapper (stemcell lacks pkg-config binary) - Pass --libdir to glib meson build to install libs to lib/ not lib/x86_64-linux-gnu/ - Skip speexdsp (needs autotools not on stemcell, optional for tshark) - Disable BUILD_sharkd and BUILD_logray to avoid speexdsp cmake requirement - Use make install instead of altinstall for Python (provides pip3 symlink) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Build real pkgconf from source instead of using a minimal shell script that reimplemented pkg-config. More robust and handles all edge cases that the wrapper could miss. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Add comprehensive documentation to packaging script explaining the build chain, environment variables, cmake flags, and known gotchas - Add DEPENDENCIES.md with full dependency tree and stemcell notes (including Noble migration guidance) - Change spec from tshark/* glob to explicit file list to avoid pulling in unused blobs - Remove unused speexdsp blob Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
psql was building icu4c from source then configuring postgresql with --without-icu, wasting ~17MB of blob storage and compilation time. Removed the dead icu4c build and blob. Added compilation time estimates to README for packages that build from source. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Priority version upgrades: - postgresql 16.6 → 16.13 (security patches) - jq 1.7.1 → 1.8.1 - nats CLI 0.1.5 → 0.3.1 - screen 4.8.0 → 5.0.1 (added --disable-pam, required by 5.x since stemcell has no PAM development headers) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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.
Removed due to age/support:
Version Updates: