From nobody@FreeBSD.org  Mon Nov 19 08:02:41 2007
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id D3F6016A46D
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 19 Nov 2007 08:02:41 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id C076813C465
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 19 Nov 2007 08:02:41 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.1/8.14.1) with ESMTP id lAJ821VD044866
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 19 Nov 2007 08:02:01 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.1/8.14.1/Submit) id lAJ821X3044865;
	Mon, 19 Nov 2007 08:02:01 GMT
	(envelope-from nobody)
Message-Id: <200711190802.lAJ821X3044865@www.freebsd.org>
Date: Mon, 19 Nov 2007 08:02:01 GMT
From: Hardy Schumacher <hardy.schumacher@amd.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: java/eclipse does not work on FreeBSD 7
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         118115
>Category:       ports
>Synopsis:       java/eclipse does not work on FreeBSD 7
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-eclipse
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Nov 19 08:10:00 UTC 2007
>Closed-Date:    Thu Jan 17 07:52:29 UTC 2008
>Last-Modified:  Thu Jan 17 08:00:05 UTC 2008
>Originator:     Hardy Schumacher
>Release:        FreeBSD 7.0-BETA3
>Organization:
>Environment:
FreeBSD gamma.low.org 7.0-BETA3 FreeBSD 7.0-BETA3 #0: Sat Nov 17 10:06:41 CET 2007     root@gamma.low.org:/usr/obj/usr/src/sys/LOW_GAMMA  i386
>Description:
Eclipse does not work on FreeBSD-7.0 BETA3.
After starting the splashscreen appears, but loading bar is not visible. After a few seconds following error message appears in a separate dialog:
JVM terminated. Exit code=1
/usr/local/bin/java
-Xms40m
-Xmx256m
-jar /usr/local/eclipse/startup.jar
-os freebsd
-ws gtk
-arch x86
-launcher /usr/local/eclipse/eclipse
-name Eclipse
-showsplash 600
-exitdata 1000b
-vm /usr/local/bin/java
-vmargs
-Xms40m
-Xmx256m
-jar /usr/local/eclipse/startup.jar

After clicking "Ok" button in that error dialog, splashscreen is still there and eclipse must be killed explicitly. 
>How-To-Repeat:
I've tested it multiple times, the error was always there.
On my other PC, an AMD64 with FreeBSD-7.0 BETA2 "AMD64 platform", eclipse showed same behavior.
>Fix:
n/a

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-eclipse 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Mon Nov 19 08:10:07 UTC 2007 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=118115 

From: Daniel Rucci <dan@rucci.org>
To: bug-followup@FreeBSD.org, hardy.schumacher@amd.com
Cc:  
Subject: Re: ports/118115: java/eclipse does not work on FreeBSD 7
Date: Mon, 17 Dec 2007 09:56:39 -0500

 Hey Hardy,
     Not really a fix to your bug but does java/eclipse-devel work for 
 you? Perhaps that failing too might shed some light.
 
 Dan

From: Rainer Duffner <rainer@ultra-secure.de>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/118115: java-eclipse does not work on FreeBSD7
Date: Sun, 30 Dec 2007 20:22:20 +0100

 Hi,
 
 the same is true for eclipse and eclipse-devel on FreeBSD7RC1
 
 I've got:
 
 diablo-jdk-1.5.0.07.01_8 Java Development Kit 1.5.0_07.01
 
 ...
 pid 21230 (java), uid 1001: exited on signal 11 (core dumped)
 ...
 
 
 The only difference between eclipse and eclipse-devel is that the later 
 one doesn't show a splash-screen ;-)
 
 
 
 
 cheers,
 Rainer
 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/118115: commit references a PR
Date: Wed, 16 Jan 2008 16:26:18 +0000 (UTC)

 glewis      2008-01-16 16:26:13 UTC
 
   FreeBSD ports repository
 
   Modified files:
     java/eclipse-devel   Makefile distinfo 
     java/eclipse-devel/files eclipse.desktop eclipse.in 
   Log:
   . Make eclipse-devel.desktop point to eclipse-devel as it should rather
     than eclipse. [1]
   . Use a more consistent naming convention as per other -devel ports. [1]
   . Remove trailing blank lines in distinfo to make portlint(1) happier. [1]
   . Force eclipse-devel to use one of the jdk* ports rather than the
     diablo-jdk15 port on FreeBSD 7.x and higher as mixing the native
     7.x libraries of eclipse and the native 6.x libraries of diablo-jdk
     is a recipe for trouble. [2]
   
   PR:             119403 [1], 118115 [2]
   Submitted by:   Daniel Rucci <rucci@smurfbsd.warganizer.com> [1]
   
   Revision  Changes    Path
   1.14      +17 -4     ports/java/eclipse-devel/Makefile
   1.6       +0 -3      ports/java/eclipse-devel/distinfo
   1.2       +1 -1      ports/java/eclipse-devel/files/eclipse.desktop
   1.4       +2 -2      ports/java/eclipse-devel/files/eclipse.in
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->closed 
State-Changed-By: glewis 
State-Changed-When: Thu Jan 17 07:52:28 UTC 2008 
State-Changed-Why:  
I believe the change I just committed to force eclipse to use one of the 
jdk* ports on 7.x should fix this. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=118115 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/118115: commit references a PR
Date: Thu, 17 Jan 2008 07:51:50 +0000 (UTC)

 glewis      2008-01-17 07:51:46 UTC
 
   FreeBSD ports repository
 
   Modified files:
     java/eclipse         Makefile 
     java/eclipse/files   eclipse.in 
   Log:
   . Force eclipse to use one of the jdk* ports rather than the diablo-jdk15
     port on FreeBSD 7.x and higher as mixing the native 7.x libraries of
     eclipse and the native 6.x libraries of diablo-jdk is a recipe for trouble.
   
   PR:             118115
   
   Revision  Changes    Path
   1.54      +14 -0     ports/java/eclipse/Makefile
   1.10      +2 -2      ports/java/eclipse/files/eclipse.in
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
