Musl rootfs lacks libssp_nonshared for -fstack-protector #739
Labels
BinaryBuilder ⚙️
Issues and pull requested related to internals of BinaryBuilder
bug 🐛
Something isn't working
I'm having some trouble building libigc for x86_64-linux-musl, whereas glibc works perfectly.
The issue I'm running into, as encountered with #743:
This can be reduced to:
Some googling around "musl ssp_nonshared" reveals I'd need to
apk add musl-dev
, but this is a cross build so installing native libs in the sandbox does not help me. Instead, it looks like Musl_jll should provide than just ld-musl.so it does not, e.g., Alpine's musl-dev provides several other includes and libraries: https://pkgs.alpinelinux.org/contents?branch=v3.3&name=musl-dev&arch=x86&repo=mainCan be worked around by patching away
-fstack-protector
The text was updated successfully, but these errors were encountered: