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

Comments

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

Merged
mergify[bot] merged 1 commit intospinnaker:masterfrom
dbyron-sf:fix-ubuntu-docker-image
Feb 12, 2025
Merged

fix(ubuntu): add commands so apt-get can install libc#1203
mergify[bot] merged 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

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

from https://github.com/spinnaker/fiat/actions/runs/13294115878/job/37121762284?pr=1202

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

from https://github.com/spinnaker/fiat/actions/runs/13294115878/job/37121762284?pr=1202

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 c23d21a into spinnaker:master Feb 12, 2025
5 checks passed
@dbyron-sf dbyron-sf deleted the fix-ubuntu-docker-image branch February 12, 2025 23:53
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

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