[MacPorts] #33151: gcc43, gcc44, gcc45, gcc46, gcc47: fails to compile universal

MacPorts noreply at macports.org
Mon Mar 19 03:52:36 PDT 2012


#33151: gcc43, gcc44, gcc45, gcc46, gcc47: fails to compile universal
-------------------------------+--------------------------------------------
 Reporter:  gvibe06@…          |       Owner:  mww@…                            
     Type:  defect             |      Status:  new                              
 Priority:  Normal             |   Milestone:                                   
Component:  ports              |     Version:  2.0.3                            
 Keywords:                     |        Port:  gcc43, gcc44, gcc45, gcc46, gcc47
-------------------------------+--------------------------------------------

Comment(by david.raulo@…):

 With the line
 {{{
 build.env-append CPP="${configure.cc} -E"
 }}}
 replaced with
 {{{
 configure.env-append CPP=${configure.cpp}
 }}}
 as in your patch, my build still fails early in the configure phase. If I
 use instead
 {{{
 configure.env-append CPP="${configure.cc} -E"
 }}}
 I get a little further  (configure fails in build/intl).  Now using
 {{{
 configure.env-append CPP="${configure.cc} -E"
 build.env-append CPP="${configure.cc} -E"
 }}}
 the entire configure phase passes.  I'll post an update when the build
 finishes.

-- 
Ticket URL: <https://trac.macports.org/ticket/33151#comment:22>
MacPorts <http://www.macports.org/>
Ports system for Mac OS


More information about the macports-tickets mailing list