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

[CI MacOS] Linking the library fails #949

Open
zdohnal opened this issue Apr 26, 2024 · 2 comments
Open

[CI MacOS] Linking the library fails #949

zdohnal opened this issue Apr 26, 2024 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@zdohnal
Copy link
Member

zdohnal commented Apr 26, 2024

MacOS CI build fails on master and 2.4x - looks like a change in the testing machine, not caused by commit:

ld: warning: -single_module is obsolete
ld: library not found for -lssl
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [libcups.2.dylib] Error 1

@michaelrsweet looks like openssl is used from homebrew, did something break on that side?

@michaelrsweet
Copy link
Member

The macOS CI wasn't installing prerequisites... Testing a fix now.

@michaelrsweet michaelrsweet self-assigned this Apr 26, 2024
@michaelrsweet michaelrsweet added the bug Something isn't working label Apr 26, 2024
@michaelrsweet
Copy link
Member

Apparently OpenSSL is always installed, but the pkg-config info doesn't appear to be correct... I'd say this is a Homebrew bug but I'm trying something with setting LDFLAGS...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants