Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI: libc-bin error on jammy-deps docker build #1454

Open
matlabbe opened this issue Feb 23, 2025 · 0 comments
Open

CI: libc-bin error on jammy-deps docker build #1454

matlabbe opened this issue Feb 23, 2025 · 0 comments

Comments

@matlabbe
Copy link
Member

matlabbe commented Feb 23, 2025

219.5  installed libc-bin package post-installation script subprocess returned error exit status 139
219.5 Processing triggers for ca-certificates (20240203~22.04.1) ...
219.7 Updating certificates in /etc/ssl/certs...
242.9 0 added, 0 removed; done.
242.9 Running hooks in /etc/ca-certificates/update.d...
243.0 done.
243.1 Processing triggers for dbus (1.12.20-2ubuntu4.1) ...
243.3 Errors were encountered while processing:
243.3  libc-bin
: Sub-process /usr/bin/dpkg returned an error code (1)

https://github.com/introlab/rtabmap/actions/runs/13470642316/job/37643727136

Workaround is to build the image locally with

docker run --rm --privileged multiarch/qemu-user-static --reset -p yes -c yes

See docker/buildx#1170 for long answer

See also https://askubuntu.com/questions/1511770/error-while-installing-systemd-on-base-ubuntu-24-04-docker-image when building from ubuntu 20.04

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant