[MacPorts] #67803: curl @8.2.0: libcurl.4.dylib : _SCDynamicStoreCopyProxies Symbol not found
MacPorts
noreply at macports.org
Sun Jul 23 08:46:27 UTC 2023
#67803: curl @8.2.0: libcurl.4.dylib : _SCDynamicStoreCopyProxies Symbol not found
-------------------------+------------------------
Reporter: BjarneDMat | Owner: ryandesign
Type: defect | Status: accepted
Priority: Normal | Milestone:
Component: ports | Version: 2.8.1
Resolution: | Keywords:
Port: curl |
-------------------------+------------------------
Changes (by ryandesign):
* status: assigned => accepted
Comment:
Thanks for the report. `_SCDynamicStoreCopyProxies` is part of Apple's
SystemConfiguration framework in Mac OS X 10.1 and later. However I see
from the buildbot logs that on OS X 10.11 and earlier, curl apparently
erroneously decides not to link it in:
{{{
checking whether to link macOS CoreFoundation and SystemConfiguration
framework... no
}}}
On macOS 10.12 and later it does link it in:
{{{
checking whether to link macOS CoreFoundation and SystemConfiguration
framework... yes
}}}
I will have to boot up an older OS X and see what the config.log has to
say about why it made that decision.
--
Ticket URL: <https://trac.macports.org/ticket/67803#comment:3>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list