[MacPorts] #52468: gtk3 3.22.0_0 build fails on 10.5 ppc

MacPorts noreply at macports.org
Sat Oct 1 18:16:44 CEST 2016


#52468: gtk3 3.22.0_0 build fails on 10.5 ppc
-------------------------+----------------------
  Reporter:  dgonyier@…  |      Owner:  devans@…
      Type:  defect      |     Status:  assigned
  Priority:  Normal      |  Milestone:
 Component:  ports       |    Version:  2.3.4
Resolution:              |   Keywords:  leopard
      Port:  gtk3        |
-------------------------+----------------------

Comment (by ken.cunningham.webuse@…):

 perhaps a thing to try on 10.5 PPC is to edit this block in the Portfile
 {{{

 # blacklist compilers that do not support C11 (redefinition of typedef
 ‘GdkX11Monitor’ at gdkscreen-x11.h:33)

 if {[variant_isset quartz]} {
     compiler.blacklist  *gcc* {clang < 425}
 } else {
     compiler.blacklist  *gcc* {clang < 300}
 }
 }}}

 re-enable gcc, and try a newer gcc that supports C11 -- most of which
 build on Tiger PPC and so probably build on Leopard PPC.

 {{{

 $ port -v installed | grep gcc
   apple-gcc42 @5666.3_15+bootstrap platform='darwin 8' archs='ppc'
   apple-gcc42 @5666.3_15 (active) platform='darwin 8' archs='ppc'
   gcc5 @5.4.0_0 (active) platform='darwin 8' archs='ppc'
   gcc6 @6.1.0_0 (active) platform='darwin 8' archs='ppc'
   gcc46 @4.6.4_9 (active) platform='darwin 8' archs='ppc'
   gcc48 @4.8.5_0 (active) platform='darwin 8' archs='ppc'
   gcc_select @0.1_8 (active) platform='darwin 8' archs='noarch'
   libgcc @6.1.0_0 (active) platform='darwin 8' archs='ppc'
 }}}

-- 
Ticket URL: <https://trac.macports.org/ticket/52468#comment:13>
MacPorts <https://www.macports.org/>
Ports system for the Mac operating system



More information about the macports-tickets mailing list