[MacPorts] #59220: git @ 2.23.0_1 +credential_osxkeychain "unexpected token: !tapi-tbd-v3" - build failure
MacPorts
noreply at macports.org
Mon Oct 14 20:11:50 UTC 2019
#59220: git @ 2.23.0_1 +credential_osxkeychain "unexpected token: !tapi-tbd-v3" -
build failure
---------------------+----------------------
Reporter: bjax | Owner: ci42
Type: defect | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version: 2.6.1
Resolution: | Keywords:
Port: git |
---------------------+----------------------
Comment (by kencu):
The invocation of `ld` is done implicitly inside this command:
{{{
/usr/bin/clang -I. -Wall -O2 -I/opt/local/include -arch x86_64 -o git-
credential-osxkeychain git-credential-osxkeychain.o -L/opt/local/lib -arch
x86_64 -Wl,-framework -Wl,Security
}}}
To break it out to be more visible, you add `-Wl,-v` to the build line to
push the linker into verbose mode.
{{{
/usr/bin/clang -I. -Wall -Wl,-v -O2 -I/opt/local/include -arch x86_64 -o
git-credential-osxkeychain git-credential-osxkeychain.o -L/opt/local/lib
-arch x86_64 -Wl,-framework -Wl,Security
}}}
--
Ticket URL: <https://trac.macports.org/ticket/59220#comment:8>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list