Skip to content

1.82.0 beta 1 build broken on OpenBSD #283

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

Closed
brad0 opened this issue Apr 11, 2023 · 3 comments
Closed

1.82.0 beta 1 build broken on OpenBSD #283

brad0 opened this issue Apr 11, 2023 · 3 comments

Comments

@brad0
Copy link

brad0 commented Apr 11, 2023

With 7509619 adding the use of --no-undefined with the linker broke the build on OpenBSD.

Shared libraries that reference libc functions cannot use --no-undefined on OpenBSD.

@Lastique
Copy link
Member

Shared libraries that reference libc functions cannot use --no-undefined on OpenBSD.

Why? What symbols are missing?

@Lastique
Copy link
Member

Nevermind, I found a few reports online about this problem. Seems like -Wl,--no-undefined is completely broken for shared libraries on OpenBSD.

Thanks for the report.

@brad0
Copy link
Author

brad0 commented Apr 11, 2023

Thanks. Tested here and it completes the build in full.

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

3 participants
@brad0 @Lastique and others