Summary: | dev-util/eclipse-sdk-3.2.1-r3 start failure | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | g0th1c <gothic0000> |
Component: | Current packages | Assignee: | Gentoo Linux bug wranglers <bug-wranglers> |
Status: | RESOLVED FIXED | ||
Severity: | critical | CC: | Ma3oxuct |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | x86 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
emerge --info
screen shot of bug Ma3oxuct-world Ma3oxuct-emergeinfo |
Description
g0th1c
2009-09-22 18:32:01 UTC
Created attachment 204956 [details]
emerge --info
Created attachment 204957 [details]
screen shot of bug
I have hit this bug as well on a fresh Gentoo install with the same ebuild version. I will attach my emerge info as well as my world file shortly. Created attachment 205051 [details]
Ma3oxuct-world
Created attachment 205052 [details]
Ma3oxuct-emergeinfo
I have found a workaround: $ java-config-2 -L The following VMs are available for generation-2: 1) Sun JDK 1.4.2.19 [sun-jdk-1.4] 2) Sun JDK 1.5.0.20 [sun-jdk-1.5] *) Sun JDK 1.6.0.15 [sun-jdk-1.6] $ java-config-2 -s 2 Now using sun-jdk-1.5 as your user JVM $ eclipse-3.2 /usr/lib/jvm/sun-jdk-1.5/bin/java: symbol lookup error: /home/afalko/.eclipse/org.eclipse.platform_3.2.0/configuration/org.eclipse.osgi/bundles/19/1/.cp/libswt-mozilla-gtk-3235.so: undefined symbol: _ZN4nsID5ParseEPKc $ java-config-2 -s 1 Now using sun-jdk-1.4 as your user JVM $ eclipse-3.2 Thanks, this work fine with sun-jdk-1.4. In /usr/lib/eclipse-3.2/readme/readme_eclipse.html wrote: With the exception of a small set of features that actually require Java SE 5 APIs (in particular, the support for Annotation Processing and JUnit 4), the 3.2 release of the Eclipse Project runs against version 1.4 of the Java 2 Platform. As such, the Eclipse Project SDK as a whole is targeted at both 1.4 and Java5 VMs, with full functionality available for 1.4 level development everywhere, and new Java5 specific capabilities available when running on a Java5 VM. Appendix 1 contains a table that indicates the class library level required for each plug-in. I close this bug. |