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

fix(ubuntu): add commands so apt-get can install libc #1473

Merged
merged 1 commit into from
Feb 12, 2025

Conversation

dbyron-sf
Copy link
Contributor

specifically:

rm /var/lib/dpkg/info/libc-bin.* && apt-get clean

to fix errors like

#9 97.43 Processing triggers for libc-bin (2.35-0ubuntu3.8) ...
#9 97.51 qemu: uncaught target signal 11 (Segmentation fault) - core dumped #9 97.90 Segmentation fault (core dumped)
#9 97.95 qemu: uncaught target signal 11 (Segmentation fault) - core dumped #9 98.32 Segmentation fault (core dumped)
#9 98.32 dpkg: error processing package libc-bin (--configure):
#9 98.32  installed libc-bin package post-installation script subprocess returned error exit status 139

from https://github.com/spinnaker/echo/actions/runs/13294114983/job/37121759834?pr=1472

suggestion from https://stackoverflow.com/a/78107622

similar to spinnaker/orca#4834

specifically:

rm /var/lib/dpkg/info/libc-bin.* && apt-get clean

to fix errors like

#9 97.43 Processing triggers for libc-bin (2.35-0ubuntu3.8) ...
#9 97.51 qemu: uncaught target signal 11 (Segmentation fault) - core dumped
#9 97.90 Segmentation fault (core dumped)
#9 97.95 qemu: uncaught target signal 11 (Segmentation fault) - core dumped
#9 98.32 Segmentation fault (core dumped)
#9 98.32 dpkg: error processing package libc-bin (--configure):
#9 98.32  installed libc-bin package post-installation script subprocess returned error exit status 139

from https://github.com/spinnaker/echo/actions/runs/13294114983/job/37121759834?pr=1472

suggestion from https://stackoverflow.com/a/78107622
@jasonmcintosh jasonmcintosh added the ready to merge Approved and ready for merge label Feb 12, 2025
@mergify mergify bot added the auto merged label Feb 12, 2025
@mergify mergify bot merged commit 2abe92d into spinnaker:master Feb 12, 2025
5 checks passed
@dbyron-sf dbyron-sf deleted the fix-ubuntu-docker-image branch February 12, 2025 23:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants