You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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?
The text was updated successfully, but these errors were encountered:
libquadmath missing from /etc/apk/world lock file in the x86 sdk image despite being installed
Note that gcc depends on
so:libquadmath
only onx86_64
and not onarm64
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?
The text was updated successfully, but these errors were encountered: