From owner-freebsd-java@FreeBSD.ORG Thu Oct 9 02:54:28 2003 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4885616A4B3; Thu, 9 Oct 2003 02:54:28 -0700 (PDT) Received: from yazzy.wrs.no (mail.wrs.no [213.236.173.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 09E2C43F85; Thu, 9 Oct 2003 02:54:27 -0700 (PDT) (envelope-from freebsd@yazzy.org) Received: from h311r4iz3r.wrs (localhost [127.0.0.1]) by yazzy.wrs.no (Postfix) with SMTP id F185F4154; Thu, 9 Oct 2003 11:53:53 +0200 (CEST) Date: Thu, 9 Oct 2003 11:53:53 +0200 From: Martin Jessa To: Panagiotis Astithas Message-Id: <20031009115353.41ba44b2.freebsd@yazzy.org> In-Reply-To: <3F852DE7.40405@noc.ntua.gr> References: <20031009113133.430e8b28.freebsd@yazzy.org> <3F852DE7.40405@noc.ntua.gr> Organization: WRS ASA X-Mailer: Sylpheed version 0.9.6claws (GTK+ 1.2.10; i386-portbld-freebsd5.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: ports@freebsd.org cc: java@freebsd.org cc: glewis@FreeBSD.org Subject: Re: JDK 1.3 loop? X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Oct 2003 09:54:28 -0000 For the future generations. It seems like installing of /usr/ports/java/linux-blackdown-jdk13 and running make WITH_LINUX_BOOTSTRAP=yes install for the native jdk13 should solve the problem. Anyway, this should be either stated in the port build as a comment or fixed as a dependiency. Too bad it doesnt work either. At least not on 5.1-CURRENT (no optimalization in the make.conf file): Segmentation fault (core dumped) gmake[5]: *** [.compile.classlist] Error 139 gmake[5]: Leaving directory `/usr/ports/java/jdk13/work/j2sdk1.3.1/make/sun/javac/oldjavac' gmake[4]: *** [optimized] Error 2 Thanks YazzY On Thu, 09 Oct 2003 12:44:07 +0300 Panagiotis Astithas wrote: > Martin Jessa wrote: > > Hi. > > > > Got this annoying error trying to compile jdk-1.3 Seems like a new > > installation of jdk-1.3 needs an existing installation of java for > > bootstrapping, which sounds absurd. I also have > > linux-sun-jdk-1.3.1.09 Sun Java Development Kit 1.3 for Linux > > installed. Please CC: to me or ports@ as I dont subscribe to java@. > > Hi, > > It seems you need to have either linux-blackdown-jdk13 or diablo-jdk13. > Perhaps you could try changing the two lines in the Makefile that > mention linux-blackdown to linux-sun and see if you get a successful build. > -- > Panagiotis Astithas > Electrical & Computer Engineer, PhD > Network Management Center > National Technical University of Athens, Greece >