osmith has uploaded this change for review.
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(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/81/42281/1
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 change 42281. To unsubscribe, or for help writing mail filters, visit settings.