-
Notifications
You must be signed in to change notification settings - Fork 202
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
v2.4.3 build failure on macOS 11 for Homebrew #715
Comments
Hi, interesting, neither of mentioned functions we have in our codebase - only the similar functions without '_'. Maybe brew adds underscores to them or it happens in xcode related files? @michaelrsweet I've checked tls-darwin.c/.h and I don't see any MacOS relevant headers, only function prototypes in tls-darwin.h - are those functions linked during runtime? |
On macOS, symbols are prefixed with |
@michaelrsweet I would propose to move the commit into 2.5 and properly announce it in CHANGES.md, revert it for 2.4.x, WDYT? |
@zdohnal I will be pulling all of the tls-darwin.* code in 2.5.x (along with the Windows tls-sspi.* code) so any fix/reversion should only happen in the 2.4.x branch. |
Older versions of macOS do not support SecTrustCopyCertificateChain, so let's revert back to using SecTrustGetCertificateCount. Fixes OpenPrinting#715
Older versions of macOS do not support SecTrustCopyCertificateChain, so let's revert back to using SecTrustGetCertificateCount. Fixes OpenPrinting#715
Older versions of macOS do not support SecTrustCopyCertificateChain, so let's revert back to using SecTrustGetCertificateCount. Fixes OpenPrinting#715
Describe the bug
Compilation of cups v2.4.3 fails on macOS 11, but succeeds on macOS 12 and macOS 13
To Reproduce
Steps to reproduce the behavior:
./configure --disable-debug --disable-dependency-tracking --prefix=/usr/local/Cellar/cups/2.4.3 --libdir=/usr/local/Cellar/cups/2.4.3/lib --with-components=core --without-bundledir
make install
Expected behavior
cups compiles
Screenshots
N/A
System Information:
Additional context
Relates to Homebrew/homebrew-core#132550
The text was updated successfully, but these errors were encountered: