Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 3088 - wxPython build fails _with_ opengl
Summary: wxPython build fails _with_ opengl
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Nick Hadaway
URL:
Whiteboard:
Keywords:
Depends on: 2327
Blocks:
  Show dependency tree
 
Reported: 2002-05-27 18:01 UTC by Patrick Lynch
Modified: 2003-02-04 19:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Patch for wxPython's setup.py (setup.py.diff,449 bytes, patch)
2002-06-02 15:21 UTC, Per Wigren
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Patrick Lynch 2002-05-27 18:01:23 UTC
Related to bug 2327. That bug refers to wxPython not recignising the "-opengl" 
USE. But even with "opengl" USE, the build fails looking for -lGLU. 
The gcc -L path is only /usr/lib. libGLU is in /usr/X11R6/lib. 
In /usr/lib the file libMesaGLU.so exists.  
I ln -s libMesaGLU libGLU and built away... 
 
p.s Love to know if this helps! ;)
Comment 1 Per Wigren 2002-06-02 15:20:46 UTC
I attached a working patch for setup.py... 
Comment 2 Per Wigren 2002-06-02 15:21:58 UTC
Created attachment 1314 [details, diff]
Patch for wxPython's setup.py
Comment 3 Seemant Kulleen (RETIRED) gentoo-dev 2002-06-29 01:27:40 UTC
jon, you're a python dude
Comment 4 Jon Nelson (RETIRED) 2002-07-01 22:08:44 UTC
OOps! Didn't mean to close!
Comment 5 Nick Hadaway 2002-08-22 14:41:17 UTC
wxPython-2.3.2.1-r1 has been updated and it should now compile without error.
GLCANVAS and GIZMOS extensions are now forced to not install as they are 
failing compiles currently.

The new ebuild should be available on rsync servers within 24 hours.
Please report back on this bug report if compilation was successful.

When either or both of the extensions are fixed, wxPython will move to -r2 as 
additional support is added into the ebuild.  GLCANVAS takes priority over 
GIZMOS for adding support back in.
Comment 6 Nick Hadaway 2002-08-29 13:42:20 UTC
both the GLCANVAS and GIZMOS extensions have been enabled.    
wxPython-2.3.2.1-r2 contains the fixes.  PyOpenGL is now a required dependancy   
for opengl support.  The new ebuilds for PyOpenGL and wxPython should be   
available in portage within 24 hours.   
   
emerge rsync   
emerge wxPython  
  
Please report back on this bug with your experiences with the new ebuilds.  
Comment 7 Patrick Lynch 2002-09-01 07:41:03 UTC
erm, "python setup.py build | die" doesnt even make use of myconf

the options are set explicetly in setup.py :/

I have no idea how to code the setting of this and/or other setup.py options
into the ebuild.

Cheers
Comment 8 Nick Hadaway 2002-09-01 16:48:23 UTC
I added the missing ${myconf}(s)
Updated files should be available within 24 hours
wxPython-2.3.2.1-r2

Please let me know if everything works for you now.
Comment 9 Nick Hadaway 2002-09-02 11:21:59 UTC
many reports of success.  closing bug report.