From owner-freebsd-java Fri Nov 9 7:28: 0 2001 Delivered-To: freebsd-java@freebsd.org Received: from barry.mail.mindspring.net (barry.mail.mindspring.net [207.69.200.25]) by hub.freebsd.org (Postfix) with ESMTP id B942C37B42A for ; Fri, 9 Nov 2001 07:27:58 -0800 (PST) Received: from corp.earthlink.net (aslan.sys.atl.earthlink.net [199.174.117.22]) by barry.mail.mindspring.net (8.9.3/8.8.5) with ESMTP id KAA15355 for ; Fri, 9 Nov 2001 10:27:58 -0500 (EST) Message-ID: <3BEBF5D7.994D76D2@corp.earthlink.net> Date: Fri, 09 Nov 2001 10:27:19 -0500 From: Chris Jordan X-Mailer: Mozilla 4.72 [en] (X11; I; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-java@freebsd.org Subject: Dependencies of the native jdk13 port Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hello, I ran into a slight problem compiling the native jdk13 port (on 4.2-STABLE), I hope someone might have a clue what went wrong. Briefly, I went into /usr/ports/java/jdk13, typed make, followed the instructions to download the software and the patch file, typed make again, and I got an error: "BOOTDIR does not point to a valid Java 2 SDK". I poke around with google, and I figure out I need to install the linux-jdk13 port first. Okay, that's fine with me, and now the compile seems to be working correctly, but I thought, why isn't the linux-jdk13 listed as a dependency of the native jdk13 port? So I looked at the Makefile, and in fact the linux-jdk is listed under BUILD_DEPENDS there. So my question is, why didn't make go out and try to install the linux-jdk13 port? Has this happened to anyone else, or was there something flakey in my setup? Chris Jordan cwjordan@corp.earthlink.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message