[MacPorts] #66258: icu @72.1 does not build on PPC Tiger, Mac OS X 10.4.11, because of problems with assembly code

MacPorts noreply at macports.org
Sun Nov 20 11:33:28 UTC 2022


#66258: icu @72.1 does not build on PPC Tiger, Mac OS X 10.4.11, because of
problems with assembly code
------------------------+-----------------------
  Reporter:  ballapete  |      Owner:  (none)
      Type:  defect     |     Status:  new
  Priority:  Normal     |  Milestone:
 Component:  ports      |    Version:  2.8.0
Resolution:             |   Keywords:  tiger ppc
      Port:  icu        |
------------------------+-----------------------

Comment (by ballapete):

 Replying to [comment:26 kencu]:
 >
 > But this build is using the original assembler in Tiger, it seems.

 Maybe I installed the wrong variant: `cctools @949.0.1_2+xcode`. Its
 `/opt/local/bin/as` is a shell script:

 {{{
 #!/bin/bash
 if [[ -x /usr/bin/xcrun ]] ; then
   exec /usr/bin/xcrun as "${@}"
 elif [[ -x /usr/bin/as ]] ; then
   exec /usr/bin/as "${@}"
 else
   exec as "${@}"
 fi
 }}}

 which leads to excuting `Apple Computer, Inc. version cctools-622.9~2, GNU
 assembler version 1.38´, the only Assembler compiler on board…

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


More information about the macports-tickets mailing list