From owner-freebsd-java@FreeBSD.ORG Fri Jul 18 07:43:01 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 8F17F37B401 for ; Fri, 18 Jul 2003 07:43:01 -0700 (PDT) Received: from paloma16.e0k.nbg-hannover.de (paloma16.e0k.nbg-hannover.de [62.181.130.16]) by mx1.FreeBSD.org (Postfix) with SMTP id 2A4A943F75 for ; Fri, 18 Jul 2003 07:42:58 -0700 (PDT) (envelope-from marcus@hamburg.de) Received: (qmail 24881 invoked from network); 18 Jul 2003 14:42:56 -0000 Received: from unknown (HELO mhnote) ([62.109.77.172]) (envelope-sender ) by paloma16.e0k.nbg-hannover.de (qmail-ldap-1.03) with SMTP for ; 18 Jul 2003 14:42:56 -0000 From: "Marcus Henschel" To: "'Holger Kipp'" Date: Fri, 18 Jul 2003 16:44:54 +0200 Message-ID: <000001c34d3b$26d8d6a0$97faa8c0@mhnote> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2616 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Importance: Normal In-Reply-To: <3F18007F.A6B8F3F3@alogis.com> cc: freebsd-java@freebsd.org Subject: AW: FreeBSD 4.8 stable / jdk14 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: Fri, 18 Jul 2003 14:43:01 -0000 Ifkipp@alogis.com wrote: Hi Holger, > Marcus Henschel wrote: > >> root@www:/usr/ports/java/jdk14 # make install >> ===> Building for jdk-1.4.1p3_3 >> # Start of jdk build > >> Bootstrap Settings: >> BOOTDIR = /usr/local/linux-sun-jdk1.4.1 > ^^^^^^^^^^^^^^^^^^ > > You probably want to install linux-sun-jdk1.4.1 first. the problem is, that i can't install linux-sun-jdk1.4.1. If i move to /usr/ports/java/linux-sun-jdk14 and do a make install it says: ===> linux-sun-jdk-1.4.2 You must manually fetch the J2SE v1.4 SDK Linux GNUZIP Tar shell script (j2sdk-1_4_2-linux-i58 6.bin) from http://java.sun.com/webapps/download/Display?BundleId=8590&Referer=http: //java.sun.com/j2se/1.4.2/download.h tml, place it in /usr/ports/distfiles and then run make again. > >> ERROR: BOOTDIR does not point to a valid Java 2 SDK >> Check that you have access to >> /usr/local/linux-sun-jdk1.4.1/bin/java >> and/or check your value of ALT_BOOTDIR. > >> I am wondering about the last ERROR Message "Check that you have >> access to /usr/local/linux-sun-jdk1.4.1/bin/java". The jdk14 port >> installed java in /usr/local/linux-sun-jdk1.4.2 !!! > > jdk14 should install /usr/local/jdk1.4.1, _not_ linux-sun_jdk1.4.x > jdk14 _requires_ linux-sun-jdk14 to be installed, at least for the > first build (then you can use NATIVE_BOOTSTRAP). > > Regards, > Holger