[MacPorts] #13377: python25 build error

MacPorts trac at macosforge.org
Fri Nov 23 11:58:58 PST 2007


#13377: python25 build error
----------------------------------+-----------------------------------------
  Reporter:  rhwood at macports.org  |       Owner:  mww at macports.org
      Type:  defect               |      Status:  new             
  Priority:  Normal               |   Milestone:  Port Bugs       
 Component:  ports                |     Version:  1.6.0           
Resolution:                       |    Keywords:                  
----------------------------------+-----------------------------------------
Comment (by paulbeard at gmail.com):

 I agree this looks like a dupe of 13322. This patch works for PPC
 hardware, as it drops back to the 3.3 compiler but since it doesn't build
 Intel/Universal binaries, it's not a complete solution. It may, however,
 point to the real solution for someone more up to speed on how compilers
 work.

 {{{
 --- Portfile    2007-11-19 12:21:26.000000000 -0800
 +++ /tmp/Portfile       2007-11-22 13:58:08.000000000 -0800
 @@ -67,8 +67,8 @@
  }

  platform darwin 8 {
 -       configure.compiler      gcc-4.0
 -       configure.args-append   --with-cxx=/usr/bin/g++-4.0
 +       configure.compiler      gcc-3.3
 +       configure.args-append   --with-cxx=/usr/bin/g++-3.3
  }

  platform darwin 9 {

 }}}

-- 
Ticket URL: <http://trac.macosforge.org/projects/macports/ticket/13377#comment:3>
MacPorts </projects/macports>
Ports system for Mac OS


More information about the macports-tickets mailing list