[MacPorts] #29003: py27-wxpython error: Status 1 encountered during processing

MacPorts noreply at macports.org
Tue May 31 20:07:54 PDT 2011


#29003: py27-wxpython error: Status 1 encountered during processing
------------------------------------+---------------------------------------
 Reporter:  chase.ruebel@…          |       Owner:  jwa@…           
     Type:  defect                  |      Status:  new             
 Priority:  Normal                  |   Milestone:                  
Component:  ports                   |     Version:  1.9.2           
 Keywords:                          |        Port:  py27-wxpython   
------------------------------------+---------------------------------------

Comment(by shabbyrobe@…):

 On line 1270, it says

 {{{
 :info:build unable to execute gcc-4.0: No such file or directory
 }}}


 This isn't a solution to the problem, but this workaround allowed me to
 get it to install (though, standard disclaimer... YMMV):

 {{{
 cd /usr/bin
 sudo ln -s gcc-4.2 gcc-4.0
 sudo ln -s g++-4.2 g++-4.0
 }}}

 The installed version of wxwidgets is 32 bit only, so you will get errors
 whenever you try to import unless you run python in 32 bit mode.

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


More information about the macports-tickets mailing list