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

-latomic isn't needed on FreeBSD #287

Open
yurivict opened this issue Aug 16, 2024 · 2 comments
Open

-latomic isn't needed on FreeBSD #287

yurivict opened this issue Aug 16, 2024 · 2 comments
Labels
type:bug Something isn't working

Comments

@yurivict
Copy link
Contributor

We patch it out in the port.

@mdevaev
Copy link
Member

mdevaev commented Aug 16, 2024

Does it break compilation?

@yurivict
Copy link
Contributor Author

Yes:

== LD ustreamer-dump.bin
ld: error: unable to find library -latomic
cc: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [Makefile:112: ustreamer.bin] Error 1
gmake[2]: *** Waiting for unfinished jobs....
ld: error: unable to find library -latomic
cc: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [Makefile:117: ustreamer-dump.bin] Error 1
gmake[2]: Leaving directory '/usr/ports/multimedia/ustreamer/work/ustreamer-6.13/src'
gmake[1]: *** [Makefile:46: apps] Error 2

@mdevaev mdevaev added the type:bug Something isn't working label Sep 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:bug Something isn't working
Development

No branches or pull requests

2 participants