From owner-freebsd-java@FreeBSD.ORG Sat Jan 19 15:13:33 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 A388716A475 for ; Sat, 19 Jan 2008 15:13:33 +0000 (UTC) (envelope-from r.c.ladan@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.188]) by mx1.freebsd.org (Postfix) with ESMTP id 3D03813C4E1 for ; Sat, 19 Jan 2008 15:13:33 +0000 (UTC) (envelope-from r.c.ladan@gmail.com) Received: by nf-out-0910.google.com with SMTP id b2so149754nfb.33 for ; Sat, 19 Jan 2008 07:13:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:x-enigmail-version:content-type:content-transfer-encoding; bh=wCOefhHXbV/6FLNnH1K+koEIl2nhd5rqJUKagPX5EUY=; b=AMSIXEK4hMaEhe4yA8v1DfIMtIPadM+OjLpE4mQtLIXQMEuxDAWSEohOI8ZBtmE8WxIRrqWVNpJHKVgpXaY8CvPhXwuL5PAF7FC6pM6MrtZkT737FctsMvwITqKHnlgpWEoTLfuKEjf1gxj3Lj3HsB8iIULwJIMtn5PmwC3qBx8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:x-enigmail-version:content-type:content-transfer-encoding; b=i6e4MsQ1+S/77qO/N6UokYWyRPU79JIVlCJwi0eQjDbfAYlFmyvftrmD1kg8tZe3J6Ek1HO46//2LwVU3fSgn0GcgmdhMv1X/tJ2TQ7Z/R5YHWA32IkP7Nk/2LKSB4D/Hq4tT+eSYICO7qzaINrfmFTv3/nvN6BD5zvYHAhFwyE= Received: by 10.78.185.15 with SMTP id i15mr6607661huf.15.1200755611541; Sat, 19 Jan 2008 07:13:31 -0800 (PST) Received: from self.rene-ladan.nl ( [77.163.174.49]) by mx.google.com with ESMTPS id k9sm1051469nfh.37.2008.01.19.07.13.29 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 19 Jan 2008 07:13:30 -0800 (PST) Message-ID: <47921398.6060802@gmail.com> Date: Sat, 19 Jan 2008 16:13:28 +0100 From: Rene Ladan User-Agent: Thunderbird 2.0.0.9 (X11/20071229) MIME-Version: 1.0 To: Greg Lewis References: <47828827.5080505@gmail.com> <20080107205815.GA45501@misty.eyesbeyond.com> <4782BE95.3000801@gmail.com> <4782C25E.9050503@gmail.com> In-Reply-To: <4782C25E.9050503@gmail.com> X-Enigmail-Version: 0.95.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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:13:33 -0000 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+ ? Rene -- GPG fingerprint = E738 5471 D185 7013 0EE0 4FC8 3C1D 6F83 12E1 84F6 (subkeys.pgp.net) "It won't fit on the line." -- me, 2001