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
The sys-libs/db package fails to build correctly with the lldlinker. To fix this issue, we need to remove or comment out "append-ldflags -Wl,--default-symver" from the ebuild, as well as removing "tc-force-bfd" and "binutils" as a dependency in the ebuild. However, even if db builds with lld under these conditions, it still makes many references to binutils in the result. This can lead to errors in runtime, so manual patching is required.
Issue crossposted to "clang-musl-overlay"
The text was updated successfully, but these errors were encountered:
The sys-libs/db package fails to build correctly with the lldlinker. To fix this issue, we need to remove or comment out "append-ldflags -Wl,--default-symver" from the ebuild, as well as removing "tc-force-bfd" and "binutils" as a dependency in the ebuild. However, even if db builds with lld under these conditions, it still makes many references to binutils in the result. This can lead to errors in runtime, so manual patching is required.
Issue crossposted to "clang-musl-overlay"
The text was updated successfully, but these errors were encountered: