Skip to content
This repository was archived by the owner on Dec 20, 2025. It is now read-only.

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

Closed
dbyron-sf wants to merge 1 commit intospinnaker:masterfrom
dbyron-sf:fix-ubuntu-docker-image
Closed

fix(ubuntu): add commands so apt-get can install libc#2122
dbyron-sf wants to merge 1 commit intospinnaker:masterfrom
dbyron-sf:fix-ubuntu-docker-image

Conversation

@dbyron-sf
Copy link
Contributor

specifically:

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

to fix errors like

#10 95.64 Processing triggers for libc-bin (2.35-0ubuntu3.8) ...
#10 95.72 qemu: uncaught target signal 11 (Segmentation fault) - core dumped
#10 96.07 Segmentation fault (core dumped)
#10 96.12 qemu: uncaught target signal 11 (Segmentation fault) - core dumped
#10 96.48 Segmentation fault (core dumped)
#10 96.48 dpkg: error processing package libc-bin (--configure):
#10 96.48  installed libc-bin package post-installation script subprocess returned error exit status 139

from https://github.com/spinnaker/keel/actions/runs/13294120220/job/37121777972?pr=2121

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#10 95.64 Processing triggers for libc-bin (2.35-0ubuntu3.8) ...
spinnaker#10 95.72 qemu: uncaught target signal 11 (Segmentation fault) - core dumped
spinnaker#10 96.07 Segmentation fault (core dumped)
spinnaker#10 96.12 qemu: uncaught target signal 11 (Segmentation fault) - core dumped
spinnaker#10 96.48 Segmentation fault (core dumped)
spinnaker#10 96.48 dpkg: error processing package libc-bin (--configure):
spinnaker#10 96.48  installed libc-bin package post-installation script subprocess returned error exit status 139

from https://github.com/spinnaker/keel/actions/runs/13294120220/job/37121777972?pr=2121

suggestion from https://stackoverflow.com/a/78107622
@dbyron-sf
Copy link
Contributor Author

#2123 has a better fix.

@dbyron-sf dbyron-sf closed this Feb 13, 2025
@dbyron-sf dbyron-sf deleted the fix-ubuntu-docker-image branch February 13, 2025 19:00
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant