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

Package “sys-libs/db” failing to build correctly with lld linker #28

Open
fraxgut opened this issue Jun 6, 2023 · 0 comments
Open

Comments

@fraxgut
Copy link

fraxgut commented Jun 6, 2023

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"

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