From owner-freebsd-questions@FreeBSD.ORG Thu Aug 7 11:27:22 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1DC4337B401 for ; Thu, 7 Aug 2003 11:27:22 -0700 (PDT) Received: from cableaz.com (mail.cableaz.com [66.218.238.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 6F50B43F3F for ; Thu, 7 Aug 2003 11:27:21 -0700 (PDT) (envelope-from desertfox@cableaz.com) Received: (qmail 13711 invoked by uid 0); 7 Aug 2003 18:27:21 -0000 Received: from unknown (HELO CopperLeafAngel) (66.218.239.229) by 0 with SMTP; 7 Aug 2003 18:27:21 -0000 From: Erick Smith To: questions@freebsd.org Date: Thu, 7 Aug 2003 11:27:17 -0700 User-Agent: KMail/1.5.3 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200308071127.17847.desertfox@cableaz.com> Subject: problem installing /usr/ports/java/jdk14 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Aug 2003 18:27:22 -0000 I'm trying to build the java14 natively for FreeBSD. (I've heard this can be done), but I keep running into this error: ===> Checking if java/jdk14 already installed /bin/mkdir -p /usr/local/jdk1.4.1 cd /usr/ports/java/jdk14/work/control/make/../build/bsd-i586/j2sdk-image && /usr/bin/find . | /usr/bin/cpio -pdmu -R root:wheel /usr/local/jdk1.4.1 119711 blocks cd /usr/ports/java/jdk14/work/control/make/../build/bsd-i586/j2sdk-debug-image && /usr/bin/find . | /usr/bin/cpio -pdmu -R root:wheel /usr/local/jdk1.4.1 441978 blocks /usr/local/bin/registervm: not found *** Error code 127 The 'registervm' program doesn't seem to exist on my machine. Any ideas how to get around this? Thanks, Erick Smith