[MacPorts] #69266: libpixman @0.42.2 does not build on PPC Mac OS X 10.4.11, Tiger, because /usr/libexec/gcc/powerpc-apple-darwin8/4.0.1/ld does not understand --version

MacPorts noreply at macports.org
Sat Feb 3 07:03:44 UTC 2024


#69266: libpixman @0.42.2 does not build on PPC Mac OS X 10.4.11, Tiger, because
/usr/libexec/gcc/powerpc-apple-darwin8/4.0.1/ld does not understand
--version
------------------------+-----------------------
  Reporter:  ballapete  |      Owner:  (none)
      Type:  defect     |     Status:  new
  Priority:  Normal     |  Milestone:
 Component:  ports      |    Version:  2.9.1
Resolution:             |   Keywords:  tiger ppc
      Port:  libpixman  |
------------------------+-----------------------

Comment (by ryandesign):

 apple-gcc-4.2 is of course the default compiler on Tiger. The libpixman
 port deliberately excludes that compiler with these lines:

 {{{
 platform darwin 8 powerpc {
     # apple-gcc-4.2 makes Tiger ppc fail to detect pthread support and
 then fail to build
     compiler.blacklist-append apple-gcc-4.2
 }
 }}}

 These lines were added ten years ago to fix #44268. Back then libpixman
 was building with autotools; now that it uses meson the situation may be
 different. You can test removing that block and see if it builds and
 works.

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


More information about the macports-tickets mailing list