From owner-freebsd-emulation@FreeBSD.ORG Wed Apr 26 21:41:15 2006 Return-Path: X-Original-To: freebsd-emulation@hub.freebsd.org Delivered-To: freebsd-emulation@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 33B9A16A400; Wed, 26 Apr 2006 21:41:15 +0000 (UTC) (envelope-from glewis@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 02EED43D48; Wed, 26 Apr 2006 21:41:15 +0000 (GMT) (envelope-from glewis@FreeBSD.org) Received: from freefall.freebsd.org (glewis@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k3QLfEEo085142; Wed, 26 Apr 2006 21:41:14 GMT (envelope-from glewis@freefall.freebsd.org) Received: (from glewis@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k3QLfE9V085138; Wed, 26 Apr 2006 21:41:14 GMT (envelope-from glewis) Date: Wed, 26 Apr 2006 21:41:14 GMT From: Greg Lewis Message-Id: <200604262141.k3QLfE9V085138@freefall.freebsd.org> To: glewis@FreeBSD.org, freebsd-java@FreeBSD.org, freebsd-emulation@FreeBSD.org Cc: Subject: Re: ports/87571: java/jdk15: Port-Installation Java 1.5 FreeBSD RC1 6.0 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Apr 2006 21:41:15 -0000 Synopsis: java/jdk15: Port-Installation Java 1.5 FreeBSD RC1 6.0 Responsible-Changed-From-To: freebsd-java->freebsd-emulation Responsible-Changed-By: glewis Responsible-Changed-When: Wed Apr 26 21:37:20 UTC 2006 Responsible-Changed-Why: The problem here isn't the jdk15 port. Here is what is happening: The jdk15 port is pulling in the linux-sun-jdk14 port as a dependency (to bootstrap itself) which is in turn pulling in linux_base-8 as a dependency (the current default linux_base). linux_base-8 will fail on amd64 as it tries to set ${ARCH}, which fails in a sub-make. The problem is described completely in this email message: http://www.freebsd.org/cgi/getmsg.cgi?fetch=41567+0+/usr/local/www/db/text/2006/freebsd-java/20060416.freebsd-java A viable workaround is to install linux_base-8 separately and then return to jdk15 install. http://www.freebsd.org/cgi/query-pr.cgi?pr=87571