Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 52760 - ebuild for eclipse-sdk-3.0.0_rc1
Summary: ebuild for eclipse-sdk-3.0.0_rc1
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: Karl Trygve Kalleberg (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-02 01:56 UTC by Alan Schmitt
Modified: 2004-06-06 08:23 UTC (History)
2 users (show)

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


Attachments
ebuild for eclipse-sdk-3.0.0_rc1 (eclipse-sdk-3.0.0_rc1.ebuild,10.35 KB, text/plain)
2004-06-02 01:57 UTC, Alan Schmitt
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alan Schmitt 2004-06-02 01:56:32 UTC
The ebuild for M9 works well with rc1, changing only the SCR_URI line. I attach the new ebuild here.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.




I compiled this one using the new blackdown 1.4.2_rc1 and it worked well.
Comment 1 Alan Schmitt 2004-06-02 01:57:20 UTC
Created attachment 32512 [details]
ebuild for eclipse-sdk-3.0.0_rc1
Comment 2 Alexander Weber 2004-06-02 02:18:08 UTC
Hi,

I tried that as well. Compilation worked fine (after emerging jikes, which is missing in the depnend part). But starting eclipse-3 results in this error (from .metadata/.log). Someone any ideas?

Java: sun-jdk-1.4.2.04

I tried with a clean new workspace, with no success :(


!SESSION Jun 02, 2004 11:13:52.934 ---------------------------------------------
eclipse.buildId=@build@
java.version=1.4.2_04
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=de_DE
!ENTRY org.eclipse.osgi Jun 02, 2004 11:13:52.936
!MESSAGE Application error
!STACK 1
java.lang.VerifyError: (class: org/eclipse/core/internal/preferences/EclipsePreferences$1, method: accept signature: (Ljava/io/File;Ljava/lang/String;)Z) Illegal local variable n
umber
        at org.eclipse.core.internal.preferences.EclipsePreferences.computeChildren(EclipsePreferences.java:190)
        at org.eclipse.core.internal.preferences.InstancePreferences.initializeChildren(InstancePreferences.java:176)
        at org.eclipse.core.internal.preferences.InstancePreferences.<init>(InstancePreferences.java:49)
        at org.eclipse.core.internal.preferences.InstancePreferences.internalCreate(InstancePreferences.java:186)
        at org.eclipse.core.internal.preferences.EclipsePreferences.create(EclipsePreferences.java:272)
        at org.eclipse.core.internal.preferences.EclipsePreferences.create(EclipsePreferences.java:268)
        at org.eclipse.core.internal.preferences.PreferencesService.createNode(PreferencesService.java:352)
        at org.eclipse.core.internal.preferences.RootPreferences.getChild(RootPreferences.java:63)
        at org.eclipse.core.internal.preferences.RootPreferences.node(RootPreferences.java:90)
        at org.eclipse.core.internal.preferences.PreferenceForwarder.this(PreferenceForwarder.java:36)
        at org.eclipse.core.internal.preferences.PreferenceForwarder.<init>(PreferenceForwarder.java:60)
        at org.eclipse.core.runtime.Plugin.getPluginPreferences(Plugin.java:312)
        at org.eclipse.ui.plugin.AbstractUIPlugin$CompatibilityPreferenceStore.initialize(AbstractUIPlugin.java:192)
        at org.eclipse.ui.plugin.AbstractUIPlugin.getPreferenceStore(AbstractUIPlugin.java:613)
        at org.eclipse.ui.internal.ActivityPersistanceHelper.loadEnabledStates(ActivityPersistanceHelper.java:74)
        at org.eclipse.ui.internal.ActivityPersistanceHelper.<init>(ActivityPersistanceHelper.java:57)
        at org.eclipse.ui.internal.ActivityPersistanceHelper.getInstance(ActivityPersistanceHelper.java:47)
        at org.eclipse.ui.internal.Workbench.init(Workbench.java:762)
        at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1311)
        at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:253)
        at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:141)
        at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:96)
        at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:334)
        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:273)
        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:128)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:324)
        at org.eclipse.core.launcher.Main.basicRun(Main.java:185)
        at org.eclipse.core.launcher.Main.run(Main.java:638)
        at org.eclipse.core.launcher.Main.main(Main.java:622)
Comment 3 Karl Trygve Kalleberg (RETIRED) gentoo-dev 2004-06-05 15:57:42 UTC
I'm handling eclipse stuff.
Comment 4 Karl Trygve Kalleberg (RETIRED) gentoo-dev 2004-06-06 08:23:30 UTC
Fixed. Available for hard-masked testing on x86 as dev-util/eclipse-sdk_3.0.0_rc1

Temporarily disabled jikes compilation, as it doesn't work. Seems to be an
upstream problem.