From owner-freebsd-eclipse@FreeBSD.ORG Sun Oct 31 14:48:06 2010 Return-Path: Delivered-To: freebsd-eclipse@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3E5D81065693 for ; Sun, 31 Oct 2010 14:48:06 +0000 (UTC) (envelope-from mgmartin@comcast.net) Received: from mx.appliedtechnicalknowledge.com (portfolioframework.com [173.14.31.49]) by mx1.freebsd.org (Postfix) with ESMTP id 16B3E8FC1A for ; Sun, 31 Oct 2010 14:48:05 +0000 (UTC) Received: from [10.0.0.4] (gandalf.martins.home [10.0.0.4]) by mx.appliedtechnicalknowledge.com (Postfix) with ESMTPSA id 728C3134157; Sun, 31 Oct 2010 08:48:05 -0600 (MDT) Message-ID: <4CCD81A5.6090207@comcast.net> Date: Sun, 31 Oct 2010 08:48:05 -0600 From: Michael Martin User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.12) Gecko/20101029 Thunderbird/3.1.6 MIME-Version: 1.0 To: ken References: <86ocaepvsy.fsf@siegel.tg.intern> <4CC97027.9050805@comcast.net> <86zktxazsg.fsf@siegel.tg.intern> <20101031.233825.1348995565861218514.ken@tydfam.jp> In-Reply-To: <20101031.233825.1348995565861218514.ken@tydfam.jp> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Thomas.Gellekum@gmx.de, freebsd-eclipse@freebsd.org Subject: Re: Upgrade eclipse-devel to 3.6.1 X-BeenThere: freebsd-eclipse@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "FreeBSD users of eclipse EDI, tools, rich client apps & ports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Oct 2010 14:48:06 -0000 On 10/31/10 08:38, ken wrote: > Thomas, > 20101029-Patch went well and compiled successfully on FreeBSD-current(amd64). It starts and goes to banner, but it dies before having screen. > Something goes wrong with -current + gnome2. > I'm running 9.0-CURRENT too, amd64 and mine was ok. Did you try with an empty ~/.eclipse folder? Also try an empty ~/workspace folder. I also had to point to openjdk ( using** setenv JAVA_HOME ) -- diablo sigsegv'd on me. Looks like /usr/local/bin/eclipse-devel defaults to openjdk, so check that your JAVA_HOME is not pointing to diablo or somewhere else, as this will over-ride the eclipse-devel script default. mm