[MacPorts] #70919: osslsigncode @2.2: error: use of undeclared identifier 'opt' (was: osslsigncode 2.2.0 build fails on macOS Sequoia)
MacPorts
noreply at macports.org
Wed Sep 25 18:32:34 UTC 2024
#70919: osslsigncode @2.2: error: use of undeclared identifier 'opt'
---------------------------+--------------------
Reporter: MushyMiddle | Owner: (none)
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.10.1
Resolution: | Keywords:
Port: osslsigncode |
---------------------------+--------------------
Comment (by ryandesign):
osslsigncode's configure.ac defines CA_BUNDLE_PATH as the output of `curl-
config --ca` surrounded by quotes:
{{{
AC_DEFINE_UNQUOTED([CA_BUNDLE_PATH], ["$(curl-config --ca 2>/dev/null)"],
[CA bundle install path])
}}}
But the output of `curl-config --ca` is already surrounded by quotes:
{{{
"/opt/local/share/curl/curl-ca-bundle.crt"
}}}
This is a possibly unintentional change in curl 8.8.0. I've filed a bug
report with the curl developers:
https://github.com/curl/curl/issues/15041
--
Ticket URL: <https://trac.macports.org/ticket/70919#comment:2>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list