Bug 155142

Summary: Undefined symbol
Product: [Fedora] Fedora Reporter: Paul F. Johnson <paul>
Component: wxGTKAssignee: Dams <anvil>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhide   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-04-17 07:57:08 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 Paul F. Johnson 2005-04-16 23:27:27 UTC
Description of problem:
Audacity is currently not starting due to an undefined symbol being found.
Attempting to build from source results in multiple errors

Version-Release number of selected component (if applicable):
2.4.2-9

How reproducible:
Always

Steps to Reproduce:
1. Start audacity as installed from fedora-extras
2. Download the source from sourceforge and attempt to build
3.
  
Actual results:
Running the version from fed-extras gives
audacity: symbol lookup error: /usr/lib/libwx_gtk2-2.4.so.0: undefined symbol:
_ZTV11wxFileProto

Trying to compile from source gives
/usr/lib/gcc/i386-redhat-linux/4.0.0/../../../libwx_gtk2-2.4.so: undefined
reference to `wxwxListStringNode::~wxwxListStringNode()'
/usr/lib/gcc/i386-redhat-linux/4.0.0/../../../libwx_gtk2-2.4.so: undefined
reference to `wxwxMenuItemListNode::~wxwxMenuItemListNode()'
/usr/lib/gcc/i386-redhat-linux/4.0.0/../../../libwx_gtk2-2.4.so: undefined
reference to `vtable for wxFileProto'

Expected results:
The procompiled version should work or the source version should compile

Additional info:

Comment 1 Dams 2005-04-17 07:57:08 UTC

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