[MacPorts] #59227: commit 9e40a5a compiler_blacklist_versions pg breaks Portfile build(s)

MacPorts noreply at macports.org
Wed Oct 9 20:48:25 UTC 2019


#59227: commit 9e40a5a compiler_blacklist_versions pg breaks Portfile build(s)
------------------------+--------------------
  Reporter:  TP75       |      Owner:  (none)
      Type:  defect     |     Status:  closed
  Priority:  Normal     |  Milestone:
 Component:  base       |    Version:  2.6.1
Resolution:  duplicate  |   Keywords:
      Port:  libvpx     |
------------------------+--------------------

Comment (by TP75):

 This may be a duplicate of #59226 but includes details on the MacPorts
 'base' and the apparent core issue.

 Furthermore, as a hotfix workaround one may compile 'libvpx' after
 establishing a local Portfile definition and commenting out the follwing
 lines in the deviated Portfile as follows:


 {{{
 #if {[string match {macports-clang-3.[5-9]} ${configure.compiler}] ||
 #    [string match {macports-clang-[4-9].*} ${configure.compiler}] ||
 #    [string match {macports-clang-[1-9][0-9].*} ${configure.compiler}] ||
 #    (${configure.compiler} eq "clang" &&
 [compiler_blacklist_versions._get_compiler_version ${configure.compiler}]
 > 602)} {
 #        build.args-append CFLAGS_S=-fno-integrated-as
 #}
 }}}

 Please note this is an unofficial hotfix and is at one's sole risk.  At
 least this works for 'libvpx' in the a.m. environment.

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


More information about the macports-tickets mailing list