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 #1529

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 101.2 qemu: uncaught target signal 11 (Segmentation fault) - core dumped
#9 101.6 Segmentation fault (core dumped)
#9 101.7 qemu: uncaught target signal 11 (Segmentation fault) - core dumped
#9 102.1 Segmentation fault (core dumped)
#9 102.1 dpkg: error processing package libc-bin (--configure): #9 102.1  installed libc-bin package post-installation script subprocess returned error exit status 139

from https://github.com/spinnaker/front50/actions/runs/13294117039/job/37121766728?pr=1528

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

spinnaker#9 101.2 qemu: uncaught target signal 11 (Segmentation fault) - core dumped
spinnaker#9 101.6 Segmentation fault (core dumped)
spinnaker#9 101.7 qemu: uncaught target signal 11 (Segmentation fault) - core dumped
spinnaker#9 102.1 Segmentation fault (core dumped)
spinnaker#9 102.1 dpkg: error processing package libc-bin (--configure):
spinnaker#9 102.1  installed libc-bin package post-installation script subprocess returned error exit status 139

from https://github.com/spinnaker/front50/actions/runs/13294117039/job/37121766728?pr=1528

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 5359890 into spinnaker:master Feb 12, 2025
5 checks passed
@dbyron-sf dbyron-sf deleted the fix-ubuntu-docker-image branch February 12, 2025 23:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto merged ready to merge Approved and ready for merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants