[MacPorts] #66671: llvm-15 @15.0.6 Failure to install on High Sierra

MacPorts noreply at macports.org
Thu Jan 12 05:06:12 UTC 2023


#66671: llvm-15 @15.0.6 Failure to install on High Sierra
-------------------------------+--------------------
  Reporter:  EllipticEllipsis  |      Owner:  (none)
      Type:  defect            |     Status:  new
  Priority:  Normal            |  Milestone:
 Component:  ports             |    Version:  2.8.0
Resolution:                    |   Keywords:
      Port:  llvm-15           |
-------------------------------+--------------------

Comment (by kencu):

 if you want to try that fix, you can do this:

 {{{
 bbedit `port file libtapi`
 }}}

 then find the spot where it says this:
 {{{
 # on macOS before 10.13 use clang-11-bootstrap
 if {${os.platform} eq "darwin" && ${os.major} < 17 && ${build_arch} ni
 [list ppc ppc64]} {
 }}}

 and change it to this:
 {{{
 # on macOS before 10.14 use clang-11-bootstrap
 if {${os.platform} eq "darwin" && ${os.major} < 18 && ${build_arch} ni
 [list ppc ppc64]} {
 }}}

 and then see how things go:
 {{{
 sudo port clean llvm-15
 sudo port clean clang-15
 sudo port -v -N install clang-15
 }}}

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


More information about the macports-tickets mailing list