Problem with eclipse

2006-02-06 Thread Sylvain Archenault
Hello,

I reinstall eclipse from scratch (purge all eclipse package and remove
~/.eclipse & /usr/lib/eclipse) and when I reinstall it, I've got an
error, I attached the log file.

Here is the the package I have installed (I'm running debian sid amd64,
gcj) :
[EMAIL PROTECTED]:~$ aptitude search eclipse
i   eclipse - Extensible Tool Platform and Java
IDE
p   eclipse-cdt - C/C++ Development Tools for
Eclipse
p   eclipse-ecj - Eclipse Java compiler and Ant
plug-in
p   eclipse-ecj-gcj - Native version of the Eclipse Java
compile
p   eclipse-efj - Eclipse Java code formatter

i A eclipse-jdt - Java Development Tools plug-ins
for Eclips
i A eclipse-jdt-common  - Java Development Tools plug-ins
for Eclips
c   eclipse-jdt-gcj - Java Development Tools plug-ins
for Eclips
p   eclipse-nls-sdk - localized message catalog for
eclipse
i A eclipse-pde - Plug-in Development Environment to
develop
i A eclipse-pde-common  - Plug-in Development Environment to
develop
c   eclipse-pde-gcj - Plug-in Development Environment to
develop
i A eclipse-platform- Eclipse platform without plug-ins
to devel
i A eclipse-platform-common - Eclipse platform without plug-ins
to devel
i   eclipse-platform-gcj- Eclipse platform without plug-ins
to devel
iBA eclipse-rcp - Eclipse rich client platform

i A eclipse-rcp-common  - Eclipse rich client platform
(common files
i A eclipse-rcp-gcj - Eclipse rich client platform (GCJ
version)
p   eclipse-sdk - Extensible Tool Platform and Java
IDE
i A eclipse-source  - Eclipse source code plug-ins

[EMAIL PROTECTED]:~$ /usr/bin/eclipse
searching for compatible vm...
  testing /usr/lib/jvm/java-gcj...found


By the way, I have to edit /etc/eclipse/java_home manually. Eclipse
package version is : 3.1.1-8

Thanks for your help.
-- 
Sylvain Archenault
!SESSION 2006-02-06 18:39:44.723 ---
eclipse.buildId=M20050929-0840
java.fullversion=GNU libgcj 4.0.3 20060121 (prerelease) (Debian 4.0.2-7j1)
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=fr_FR
Command-line arguments:  -os linux -ws gtk -arch x86_64

!ENTRY org.eclipse.core.runtime 2006-02-06 18:39:47.166
!MESSAGE Product org.eclipse.sdk.ide could not be found.

!ENTRY org.eclipse.osgi 2006-02-06 18:39:47.174
!MESSAGE Application error
!STACK 1
java.lang.RuntimeException: No application id has been found.
   at org.eclipse.core.internal.runtime.PlatformActivator$1.run(java.lang.Object) (Unknown Source)
   at org.eclipse.core.runtime.adaptor.EclipseStarter.run(java.lang.Object) (Unknown Source)
   at org.eclipse.core.runtime.adaptor.EclipseStarter.run(java.lang.String[], java.lang.Runnable) (Unknown Source)
   at java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) (/usr/lib/libgcj.so.6.0.0)
   at org.eclipse.core.launcher.Main.invokeFramework(java.lang.String[], java.net.URL[]) (Unknown Source)
   at org.eclipse.core.launcher.Main.basicRun(java.lang.String[]) (Unknown Source)
   at org.eclipse.core.launcher.Main.run(java.lang.String[]) (Unknown Source)
   at org.eclipse.core.launcher.Main.main(java.lang.String[]) (Unknown Source)
   at .main (/usr/lib/libgij.so.6.0.0)
   at .__libc_start_main (/lib/libc-2.3.5.so)

!ENTRY org.eclipse.osgi 2006-02-06 18:39:47.288
!MESSAGE Bundle [EMAIL PROTECTED]/org.eclipse.ui_3.1.1.jar [7] was not resolved.
!SUBENTRY 1 org.eclipse.osgi 2006-02-06 18:39:47.288
!MESSAGE Missing required bundle org.eclipse.swt_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2006-02-06 18:39:47.288
!MESSAGE Missing required bundle org.eclipse.jface_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2006-02-06 18:39:47.288
!MESSAGE Missing required bundle org.eclipse.ui.workbench_0.0.0.

!ENTRY org.eclipse.osgi 2006-02-06 18:39:47.289
!MESSAGE Bundle [EMAIL PROTECTED]/org.eclipse.jface_3.1.1.jar [8] was not resolved.
!SUBENTRY 1 org.eclipse.osgi 2006-02-06 18:39:47.289
!MESSAGE Missing required bundle org.eclipse.swt_0.0.0.

!ENTRY org.eclipse.osgi 2006-02-06 18:39:47.290
!MESSAGE Bundle [EMAIL PROTECTED]/org.eclipse.ui.workbench_3.1.1.jar [9] was not resolved.
!SUBENTRY 1 org.eclipse.osgi 2006-02-06 18:39:47.290
!MESSAGE Missing required bundle org.eclipse.jface_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2006-02-06 18:39:47.291
!MESSAGE Missing required bundle org.eclipse.swt_0.0.0.

!ENTRY org.eclipse.osgi 2006-02-06 18:39:47.292
!MESSAGE Bundle [EMAIL PROTECTED]/org.eclipse.ltk.ui.refactoring_3.1.1.jar [14] was not resolved.
!SUBENTRY 1 org.eclipse.osgi 2006-02-06 18:39:47.292
!MESSAGE Missing required bundle org.eclipse.jface.text_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2006-02-06 18:39:47.292
!MESSAGE Missing required bundle org.eclipse.ui_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2006-02-06 

Re: GCJ ICEs on SWT for GTK 3.1.2

2006-02-06 Thread Andrew Haley
Michael Koch writes:
 > On Sun, Feb 05, 2006 at 01:02:22PM -0700, Shaun Jackman wrote:
 > > If anybody here has the time to look into this GCJ ICE, I'd greatly
 > > appreciate it.
 > 
 > You should file/report such bugs upstream (http://gcc.gnu.org/bugzilla/).
 > Most of the upstream people are RH employees and don't read this list.

You'd be surprised, then!  :-)

 > BTW: The recommended way by upstream to compile to native is to compile
 > jars to native, not java files. We have no problem building Eclipse
 > 3.1.2 with gcj-4.0 this way.

OK, but if this bug can be reprodues with an upstream compiler it's
worth reporting to gcc bugzilla.

Andrew.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]