[MacPorts] #60879: openssh won't install because libxml2 doesn't build for powerpc

MacPorts noreply at macports.org
Mon Jul 20 03:05:35 UTC 2020


#60879: openssh won't install because libxml2 doesn't build for powerpc
-----------------------------+-----------------------------
  Reporter:  randomshinichi  |      Owner:  (none)
      Type:  defect          |     Status:  new
  Priority:  Normal          |  Milestone:
 Component:  ports           |    Version:  2.6.3
Resolution:                  |   Keywords:  powerpc leopard
      Port:                  |
-----------------------------+-----------------------------

Comment (by ryandesign):

 openssh is choosing clang because of this block in its portfile:
 {{{
     platform macosx {
         if {${os.major} <= 11} {
             # clang is required to build the new Apple Keychain
 integration due
             # to it using the Object Subscripting feature, c.f. #59397.
             # We'll keep it simple and just blacklist any gcc version, cc
             # (which could be anything), system clang versions prior to
 those
             # shipped with Xcode 4.4.
             # Regarding the macports-clang versions, any version in the
             # MacPorts tree should suit our needs, since the clang
             # documentation lists FOSS clang/llvm 3.1 as the first version
 to
             # support Object Subscripting and the oldest version in our
 tree is
             # now 3.3.
             compiler.blacklist-append   *gcc* cc {clang < 421}
         }
     }
 }}}

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


More information about the macports-tickets mailing list