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

libquadmath missing from /etc/apk/world lock file in the x86 sdk image despite being installed #347

Open
xnox opened this issue Jul 18, 2024 · 0 comments

Comments

@xnox
Copy link
Contributor

xnox commented Jul 18, 2024

libquadmath missing from /etc/apk/world lock file in the x86 sdk image despite being installed

$ docker run -ti ghcr.io/wolfi-dev/sdk:latest

Welcome to the development environment!


[sdk] ❯ cat /etc/apk/world | grep quadmath
[sdk] ❯ apk info --installed libquadmath
libquadmath

Note that gcc depends on so:libquadmath only on x86_64 and not on arm64 where it does not exist as it is not needed.

I wonder if changes in #338 caused this.

As a workaround I could make libquadmath package provide so:libquadmath even though it is empty to pacify warnings from apko of inability to generate lock file.

Separately, is there a standalone way to run multiarch resolver?

Or is all of this a red-herring?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant