osmith has submitted this change. (
https://gerrit.osmocom.org/c/osmo-ci/+/42281?usp=email )
Change subject: repo-install-test: ignore sdcc-dbgsym
......................................................................
repo-install-test: ignore sdcc-dbgsym
Fix for this error with debian 13:
The following packages have unmet dependencies:
sdcc-dbgsym : Depends: sdcc (= 4.2.0~osmocom3.113.9edd) but 4.5.0+dfsg-1 is
to be installed
E: Unable to correct problems, you have held broken packages.
E: The following information from --solver 3.0 may provide additional context:
Unable to satisfy dependencies. Reached two conflicting decisions:
1. sdcc:amd64=4.2.0~osmocom3.113.9edd is not selected for install
2. sdcc:amd64=4.2.0~osmocom3.113.9edd is selected for install because:
1. sdcc-dbgsym:amd64=4.2.0~osmocom3.113.9edd is selected for install
2. sdcc-dbgsym:amd64 Depends sdcc (= 4.2.0~osmocom3.113.9edd)
Change-Id: Ibb12118853f354d177cb94df63b60dd3bd9dfcb7
---
M scripts/repo-install-test/run-inside.sh
1 file changed, 6 insertions(+), 0 deletions(-)
Approvals:
Jenkins Builder: Verified
fixeria: Looks good to me, approved
pespin: Looks good to me, but someone else must approve
diff --git a/scripts/repo-install-test/run-inside.sh
b/scripts/repo-install-test/run-inside.sh
index 836d59d..94bfa0e 100755
--- a/scripts/repo-install-test/run-inside.sh
+++ b/scripts/repo-install-test/run-inside.sh
@@ -340,6 +340,12 @@
librtlsdr0-dbgsym) ;;
rtl-sdr-dbgsym) ;;
+ # sdcc 4.2.0 is needed to build libusrp (OS#6748), so we build
+ # it for distros that ship a newer version. Ignore the debug
+ # package as apt tries to install it together with the newer
+ # sdcc version from debian repositories.
+ sdcc-dbgsym) ;;
+
# Depends on mongodb, which was droppend from debian 10 onwards
open5gs*) ;;
--
To view, visit https://gerrit.osmocom.org/c/osmo-ci/+/42281?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: merged
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: Ibb12118853f354d177cb94df63b60dd3bd9dfcb7
Gerrit-Change-Number: 42281
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <[email protected]>
Gerrit-Reviewer: osmith <[email protected]>
Gerrit-Reviewer: pespin <[email protected]>