osmith has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/osmo-ci/+/40330?usp=email )


Change subject: OBS: build_binpkg: ubuntu 24.04: fix eclipse-titan
......................................................................

OBS: build_binpkg: ubuntu 24.04: fix eclipse-titan

Fix that installing openjdk-21 as builddep of eclipse-titan fails with:
  Setting up openjdk-21-jre-headless:amd64 (21.0.7+6~us1-0ubuntu1~24.04) ...
  update-alternatives: using /usr/lib/jvm/java-21-openjdk-amd64/bin/java to 
provide /usr/bin/java (java) in auto mode
  update-alternatives: error: error creating symbolic link 
'/usr/share/man/man1/java.1.gz.dpkg-tmp': No such file or directory

Change-Id: I0d3cf36e5f54616fc7b8629b4ad8eb63342ceb08
---
M scripts/obs/data/build_binpkg.Dockerfile
1 file changed, 1 insertion(+), 0 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/30/40330/1

diff --git a/scripts/obs/data/build_binpkg.Dockerfile 
b/scripts/obs/data/build_binpkg.Dockerfile
index ba26a2d..a86d48b 100644
--- a/scripts/obs/data/build_binpkg.Dockerfile
+++ b/scripts/obs/data/build_binpkg.Dockerfile
@@ -25,6 +25,7 @@
                echo "path-exclude=/usr/share/man/*" \
                        > /etc/dpkg/dpkg.cfg.d/exclude-man-pages && \
                rm -rf /usr/share/man/ && \
+               mkdir -p /usr/share/man/man1/ && \
                apt-get update && \
                apt-get install -y --no-install-recommends \
                        build-essential \

--
To view, visit https://gerrit.osmocom.org/c/osmo-ci/+/40330?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings?usp=email

Gerrit-MessageType: newchange
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: I0d3cf36e5f54616fc7b8629b4ad8eb63342ceb08
Gerrit-Change-Number: 40330
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <[email protected]>

Reply via email to