[MacPorts] #54996: llvm-5.0 does not build on 10.6 because of missing thread_local support (fix available)
MacPorts
noreply at macports.org
Thu Oct 19 08:01:37 UTC 2017
#54996: llvm-5.0 does not build on 10.6 because of missing thread_local support
(fix available)
-----------------------+----------------------------------
Reporter: devernay | Owner: MarcusCalhoun-Lopez
Type: defect | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version:
Resolution: | Keywords: snowleopard haspatch
Port: llvm-5.0 |
-----------------------+----------------------------------
Comment (by jeremyhu):
The reason for the llvm and clang revbumps is because that wrapper is used
for the executables of all of the ports, not just clang. Eg:
{{{
$ cat /opt/local/bin/lldb-mp-5.0
#!/bin/bash
if [ -x /usr/bin/xcrun ] ; then
exec /usr/bin/xcrun /opt/local/libexec/llvm-5.0/bin/lldb "${@}"
else
exec /opt/local/libexec/llvm-5.0/bin/lldb "${@}"
fi
}}}
--
Ticket URL: <https://trac.macports.org/ticket/54996#comment:18>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list