Bug 188941

Summary: wxPythonGTK2 breaks due to undefined symbol in wxGTK2 library
Product: [Fedora] Fedora Reporter: Ade Rixon <ade.rixon>
Component: compat-wxGTKAssignee: Tom "spot" Callaway <tcallawa>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: 5CC: extras-qa, fabrice
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-09-11 22:08:24 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Ade Rixon 2006-04-13 20:19:17 UTC
Description of problem:
(Note: this bug is actually for compat-wxGTK2, but that package name isn't
listed in Bugzilla.)
When I install and run the tovid GUI from the RPMs provided on the tovid home
page, I get a library error with wxPython.

Version-Release number of selected component (if applicable):
2.4.2-17.fc5

How reproducible:
Always.

Steps to Reproduce:
1.Download and install tovid 0.25 RPMs from http://tovid.berlios.de/
2.Install dependencies from Extras (wxPython, etc.)
3.Run tovidgui.
4.Alternatively, simply run the following Python script:
#!/usr/bin/python
import wx
  
Actual results:
> tovidgui 
Traceback (most recent call last):
  File "/usr/bin/tovidgui", line 20, in ?
    import wx
  File "/usr/lib/python2.4/site-packages/wx/__init__.py", line 45, in ?
    from wxPython import wx
  File "/usr/lib/python2.4/site-packages/wxPython/__init__.py", line 20, in ?
    import wxc
ImportError: /usr/lib/libwx_gtk2-2.4.so.0: undefined symbol: pango_x_get_context

Expected results:
tovidgui appears.

Additional info:
This symbol appears to be obsolete since Pango 1.10. The version in FC5 is 1.12.
What version was this library built against?
I have the following packages installed:
compat-wxGTK2-2.4.2-17.fc5
compat-wxGTK2-gl-2.4.2-17.fc5
compat-wxGTK-common-2.4.2-17.fc5
wxGTK-2.6.2-5.fc5
wxGTK-gl-2.6.2-5.fc5
wxPythonGTK2-2.4.2.4-7
(wxPythonGTK2 depends on compat-wxGTK2.)

Comment 1 Andrew 2006-08-16 20:23:30 UTC
Looks like a duplicate of issue 185777

Comment 2 Fabrice Bellet 2006-08-30 11:52:34 UTC
Would it be possible to apply this patch
(http://svn.exactcode.de/t2/trunk/package/x11/wxwidgets24/pango.patch) to solve
this issue ?

Comment 3 Tom "spot" Callaway 2006-09-11 22:08:24 UTC

*** This bug has been marked as a duplicate of 185777 ***