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

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

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

from https://github.com/spinnaker/orca/actions/runs/13273184717/job/37058303079 and https://github.com/spinnaker/orca/actions/runs/13273184717/job/37058303079

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

specifically:

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

to fix errors like

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

from https://github.com/spinnaker/orca/actions/runs/13273184717/job/37058303079 and https://github.com/spinnaker/orca/actions/runs/13273184717/job/37058303079

suggestion from https://stackoverflow.com/a/78107622
@kirangodishala kirangodishala self-requested a review February 12, 2025 17:00
@jasonmcintosh
Copy link
Member

FYI there's some additional stuff can do that gets cached as part of builds on images... i'll try to find some details...

@jasonmcintosh
Copy link
Member

It was MOSTLY tied to GHA based builds & file mount issues as I recall. This SHOULD help however.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto merged Merged automatically by a bot ready to merge Approved and ready for merge target-release/1.37
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants