[MacPorts] #64398: icu @67.1_4: ppc+ppc64 universal build fails on 10.5.8

MacPorts noreply at macports.org
Thu Jan 13 00:54:16 UTC 2022


#64398: icu @67.1_4: ppc+ppc64 universal build fails on 10.5.8
---------------------------+-------------------------------------
  Reporter:  barracuda156  |      Owner:  (none)
      Type:  defect        |     Status:  new
  Priority:  Normal        |  Milestone:
 Component:  ports         |    Version:  2.7.1
Resolution:                |   Keywords:  PowerPC, Leopard, ppc64
      Port:  icu           |
---------------------------+-------------------------------------

Comment (by kencu):

 barracuda, can you try building ICU outside of macports with your handmade
 gcc7 (and if that fails, one of the newer ones)?

 Do it like this:

 {{{
 cd ~
 mkdir icutest
 cd icutest
 cp /opt/local/var/macports/distfiles/icu/icu4c-67_1-src.tgz ./
 open /opt/local/var/macports/distfiles/icu/icu4c-67_1-src.tgz
 cd icu/source
 export PATH=/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin
 }}}
 then use the path to your desired gcc7 in here:
 {{{
 CC="/opt/universal/bin/gcc-mp-7 -m64 -O2" CXX="/opt/universal/bin/g++-mp-7
 -m64 -O2" PYTHON=/opt/universal/bin/python2.7  ./configure
 }}}

 and then do this:
 {{{
 make VERBOSE=1 -j4
 }}}

 and see what happens.

 If any of your gcc versions inside or outside of macports can build icu 64
 bit, let me know.

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


More information about the macports-tickets mailing list