[MacPorts] #62417: llvm-7.0 fails to build on Leopard Intel

MacPorts noreply at macports.org
Wed Mar 10 01:32:55 UTC 2021


#62417: llvm-7.0 fails to build on Leopard Intel
--------------------------+--------------------
  Reporter:  Wowfunhappy  |      Owner:  (none)
      Type:  defect       |     Status:  new
  Priority:  Normal       |  Milestone:
 Component:  ports        |    Version:  2.6.4
Resolution:               |   Keywords:
      Port:  llvm-7.0     |
--------------------------+--------------------

Comment (by kencu):

 open this file:
 {{{
 /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_lang_llvm-7.0/llvm-7.0/work/llvm-7.1.0.src/lib/Support/Threading.cpp
 }}}

 and take a look at that block the patch was supposed to fix. is it
 patched? It should be.

 Jeremy likes this construct:
 {{{
 #if __MAC_OS_X_VERSION_MAX_ALLOWED >= 1060
 }}}

 but to be honest, I think it's more reliable if you just use this:
 {{{
 #if MAC_OS_X_VERSION_MAX_ALLOWED >= 1060
 }}}

 If the first is not working properly, try the second. I might just change
 it anyway.

-- 
Ticket URL: <https://trac.macports.org/ticket/62417#comment:2>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list