Fix IPU7 camera rebuilds across jsoncpp ABI changes - #357
Open
iuliansafta wants to merge 1 commit into
Open
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.
Problem
The RC channel upgraded
jsoncppfrom 1.9.6 (libjsoncpp.so.26) to 1.9.8 (libjsoncpp.so.27), whileintel-ipu7-camera 1.0.5-1remained linked to.26.ipu75xa.socould no longer load, leaving the IPU7 V4L2 relay present but unable to produce frames.Fix
intel-ipu7-cameraas a fast-ring package so it is built against each channel's own dependency set rather than carrying an artifact across incompatible channel ABIs.jsoncppthroughrebuild_on, allowing the existing rebuild automation to bump the package when that dependency moves.libjsoncpp.sosoname provider rather than only the unversioned package name, exposing ABI compatibility to package metadata.pkgrelto 2 so corrected artifacts are published now.Fixes omacom/omarchy#10837.
Verification
./bin/sync-rebuilds intel-ipu7-cameragenerated the pkgrel bump and x86_64 dependency record../bin/sync-rebuilds --self-test./bin/omarchy-pkgs self-testbash -n pkgbuilds/intel-ipu7-camera/PKGBUILDmakepkg --printsrcinforeportsdepends = libjsoncpp.so.git diff --checkA full IPU7 package build is intentionally left to the repository's native per-channel builders because the package includes kernel DKMS modules and proprietary camera components.