[MacPorts] #64922: gcc10-bootstrap @10.3.0_4 failed at destroot on Leopard

MacPorts noreply at macports.org
Fri Apr 1 15:15:38 UTC 2022


#64922: gcc10-bootstrap @10.3.0_4 failed at destroot on Leopard
------------------------------+-------------------------------------
  Reporter:  barracuda156     |      Owner:  catap
      Type:  defect           |     Status:  assigned
  Priority:  Normal           |  Milestone:
 Component:  ports            |    Version:  2.7.2
Resolution:                   |   Keywords:  powerpc, leopard, ppc64
      Port:  gcc10-bootstrap  |
------------------------------+-------------------------------------

Comment (by Gcenx):

 I’d explained this problem already, a quick fix is removing the following
 from the Portfile
 {{{
     configure.args-replace \
                      --disable-multilib \
                      --enable-multilib

     configure.args-replace \
                      --disable-multiarch \
                      --enable-multiarch
 }}}

 A more correct fix to this would be swapping around the configuration of
 those flags so none universal builds default to enabled and gets disabled
 in universal builds, but as all builds are considered universal currently
 that would also need to be resolved.

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


More information about the macports-tickets mailing list