Bug 246336

Summary: libswt link failure: undefined symbol: g_hash_table_ref
Product: [Fedora] Fedora Reporter: Alexander Boström <abo>
Component: eclipseAssignee: Ben Konrath <ben>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: 7   
Target Milestone: ---   
Target Release: ---   
Hardware: i686   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-06-30 20:10:51 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:
Attachments:
Description Flags
log file none

Description Alexander Boström 2007-06-30 17:22:31 UTC
Description of problem:
Eclipse fails to start, giving an error in ~/workspace/.metadata/.log saying:

java.lang.UnsatisfiedLinkError:
/usr/lib/eclipse/configuration/org.eclipse.osgi/bundles/13/1/.cp/libswt-pi-gtk-3236.so:
/usr/lib/libgtk-x11-2.0.so.0: undefined symbol: g_hash_table_ref

Version-Release number of selected component (if applicable):
gtk2-2.10.13-1.fc7
libswt3-gtk2-3.2.2-15.fc7

How reproducible:
Always.

Steps to Reproduce:
1. # yum install eclipse
2. $ eclipse
  
Additional info:
I tried with a fresh user account, made no difference.

I doubt everyone else has the same problem, so it seems likely there's something
wrong with my setup, but as far as I can tell in this case only pure Fedora 7
packages are being used and have not been corrupted.

Comment 1 Alexander Boström 2007-06-30 17:22:31 UTC
Created attachment 158295 [details]
log file

Comment 2 Alexander Boström 2007-06-30 20:10:20 UTC
Doh. Nevermind. (I had a stale libglib.so in /usr/lib in addition to the proper
Fedora one in /lib. For some reason it got loaded in the Eclipse case, but not
when running ldd on libswt, so it was a bit hidden.)