From owner-freebsd-java Thu Jan 30 3:20: 6 2003 Delivered-To: freebsd-java@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9035237B401 for ; Thu, 30 Jan 2003 03:20:04 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 95A0643F75 for ; Thu, 30 Jan 2003 03:20:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h0UBK3NS020860 for ; Thu, 30 Jan 2003 03:20:03 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h0UBK3OH020859; Thu, 30 Jan 2003 03:20:03 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 60B3737B401 for ; Thu, 30 Jan 2003 03:14:15 -0800 (PST) Received: from mgr3.xmission.com (mgr3.xmission.com [198.60.22.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD95543F93 for ; Thu, 30 Jan 2003 03:14:14 -0800 (PST) (envelope-from glewis@misty.eyesbeyond.com) Received: from mail by mgr3.xmission.com with spam-scanned (Exim 3.35 #1) id 18eCe6-0000FG-03 for FreeBSD-gnats-submit@freebsd.org; Thu, 30 Jan 2003 04:14:14 -0700 Received: from [207.135.128.145] (helo=misty.eyesbeyond.com) by mgr3.xmission.com with esmtp (Exim 3.35 #1) id 18eCe5-0000En-03 for FreeBSD-gnats-submit@freebsd.org; Thu, 30 Jan 2003 04:14:14 -0700 Received: (from glewis@localhost) by misty.eyesbeyond.com (8.11.6/8.11.6) id h0UBEBT21514; Thu, 30 Jan 2003 21:44:11 +1030 (CST) (envelope-from glewis) Message-Id: <200301301114.h0UBEBT21514@misty.eyesbeyond.com> Date: Thu, 30 Jan 2003 21:44:11 +1030 (CST) From: Greg Lewis Reply-To: Greg Lewis To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: java/47668: jdk13 doesn't respect LOCALBASE 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 >Number: 47668 >Category: java >Synopsis: jdk13 doesn't respect LOCALBASE >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-java >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Jan 30 03:20:02 PST 2003 >Closed-Date: >Last-Modified: >Originator: Greg Lewis >Release: FreeBSD 4.5-RELEASE-p2 i386 >Organization: Eyesbeyond Information Technology >Environment: System: FreeBSD misty.eyesbeyond.com 4.5-RELEASE-p2 FreeBSD 4.5-RELEASE-p2 #0: Tue Apr 2 15:20:57 CST 2002 root@:/usr/src/sys/compile/MISTY i386 >Description: Mail from Mike Meyer : The file make/common/Defs-bsd.gmk sets DEVTOOLS_PATH to /usr/local/bin. This isn't correct on systems that have LOCALBASE pointed somewhere else, and causes the build to fail when it can't find gm4 on such systems. I don't have a generic fix for this; I just changed the patchfile to set it to the correct path for my system. Sorry. >How-To-Repeat: Build the jdk13 port on a system with LOCALBASE set to other than /usr/local/bin >Fix: We need to patch Defs-bsd.gmk during the build process and set DEVTOOLS_PATH to the current setting of LOCALBASE. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message