From owner-freebsd-java@FreeBSD.ORG Sat Jan 19 15:43:15 2008 Return-Path: Delivered-To: java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9C84F16A418 for ; Sat, 19 Jan 2008 15:43:15 +0000 (UTC) (envelope-from glewis@eyesbeyond.com) Received: from misty.eyesbeyond.com (gerbercreations.com [71.39.140.16]) by mx1.freebsd.org (Postfix) with ESMTP id 58A1B13C4E7 for ; Sat, 19 Jan 2008 15:43:15 +0000 (UTC) (envelope-from glewis@eyesbeyond.com) Received: from misty.eyesbeyond.com (localhost.eyesbeyond.com [127.0.0.1]) by misty.eyesbeyond.com (8.13.1/8.13.3) with ESMTP id m0JFhD2E015082; Sat, 19 Jan 2008 07:43:14 -0800 (PST) (envelope-from glewis@eyesbeyond.com) Received: (from glewis@localhost) by misty.eyesbeyond.com (8.13.1/8.13.3/Submit) id m0JFhDc5015081; Sat, 19 Jan 2008 07:43:13 -0800 (PST) (envelope-from glewis@eyesbeyond.com) X-Authentication-Warning: misty.eyesbeyond.com: glewis set sender to glewis@eyesbeyond.com using -f Date: Sat, 19 Jan 2008 07:43:12 -0800 From: Greg Lewis To: Rene Ladan Message-ID: <20080119154312.GA15039@misty.eyesbeyond.com> References: <47828827.5080505@gmail.com> <20080107205815.GA45501@misty.eyesbeyond.com> <4782BE95.3000801@gmail.com> <4782C25E.9050503@gmail.com> <47921398.6060802@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <47921398.6060802@gmail.com> User-Agent: Mutt/1.4.2.2i Cc: java@freebsd.org Subject: Re: jdks compatible with argouml? X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Jan 2008 15:43:15 -0000 On Sat, Jan 19, 2008 at 04:13:28PM +0100, Rene Ladan wrote: > Rene Ladan schreef: > > Rene Ladan schreef: > >> Greg Lewis schreef: > >>> On Mon, Jan 07, 2008 at 09:14:31PM +0100, Rene Ladan wrote: > >>>> Hi, > >>>> > >>>> while the website reports that devel/argouml (which I maintain) needs at least > >>>> JDK 1.4, I've found this: > >>>> > >>>> FreeBSD | JDK | works? > >>>> 7.0-B4 | diablo-15 | no (exits after splash screen with error code 1 IIRC) > >>>> 7.0-B4 | jdk16 | yes > >>>> 8.0-CUR | diablo-15 | no (same problem) > >>>> 8.0-CUR | jdk16 | yes > >>>> > >>>> This is all on a dualcore i386 box. The port currently requires jdk1.4 (any vendor/os), > >>>> but maybe the people on this list can give some feedback to determine a stricter/better > >>>> requirement? > >>> Try it with jdk15 instead of diablo-jdk15. Trying jdk14 is going to be > >>> painful since it doesn't compile with the version of gcc used by 7.x. > >>> > >> argouml runs fine with jdk15 bootstrapped with diablo-jdk15, jdk16 was also bootstrapped > >> with diablo-jdk15. Linux emulation is the default 2.4.2, with linux_base-fc4_10 and > >> linux-xorg-libs-6.8.2_5 installed. > >> > >> So FreeBSD 7.0-BETA4 + jdk15 also works. > >> > >> As java/jdk14 is BROKEN for FreeBSD 7+, how about testing java/linux-sun-jdk14 instead? > >> > > I can install linux-sun-jdk14 on my box and show its version, but argouml won't start at > > all complaining that the default stack size (40MB ?) is too small. Changing the startup > > script from > > > > JAVA_VERSION="1.4+" "/usr/local/bin/java" -jar "/usr/local/share/argouml/argouml.jar" "$@" > > > > to > > > > JAVA_VERSION="1.4" "/usr/local/bin/java" -Xss160M -jar "/usr/local/share/argouml/argouml.jar" "$@" > > ^ > > | > > force selection of linux-sun-jdk14 > > > > > > (or -Xss160m) doesn't work either. > > Would it be sensible to change devel/argouml to require freebsd/linux jdk1.5+ ? It doesn't seem like it. It starts up fine for me using jdk14 on FreeBSD 6.2. All you're seeing is that jdk14 doesn't compile on 7.x (known issue) and that there is a problem with the Linux emulation layer which is causing linux-sun-jdk14 to not work. -- Greg Lewis Email : glewis@eyesbeyond.com Eyes Beyond Web : http://www.eyesbeyond.com Information Technology FreeBSD : glewis@FreeBSD.org