[MacPorts] #60032: MongoDB 4.2.3 fails to build on High Sierra
MacPorts
noreply at macports.org
Mon Feb 3 20:23:18 UTC 2020
#60032: MongoDB 4.2.3 fails to build on High Sierra
------------------------+------------------------
Reporter: rseichter | Owner: ryandesign
Type: defect | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version: 2.6.2
Resolution: | Keywords:
Port: mongodb |
------------------------+------------------------
Comment (by kencu):
looks like our old friend once again:
{{{
ld: unexpected token: !tapi-tbd-v3 file
'/System/Library/Frameworks//Security.framework/Security.tbd' for
architecture x86_64
}}}
which will hopefully soon be history once the PR for the new ld64-latest
is committed shortly.
for now, do this please:
{{{
sudo port -f uninstall ld64
sudo port -v install ld64
}}}
and then clean and try your mongodb reinstall like this:
{{{
sudo port clean mongodb
sudo port -v install mongodb configure.compiler=macports-clang-9.0
}}}
--
Ticket URL: <https://trac.macports.org/ticket/60032#comment:13>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list