From owner-freebsd-java@FreeBSD.ORG Sun Jul 29 21:15:03 2007 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A7DA416A41A for ; Sun, 29 Jul 2007 21:15:03 +0000 (UTC) (envelope-from glewis@eyesbeyond.com) Received: from misty.eyesbeyond.com (gerbercreations.com [71.39.140.16]) by mx1.freebsd.org (Postfix) with ESMTP id 6C86213C491 for ; Sun, 29 Jul 2007 21:15:03 +0000 (UTC) (envelope-from glewis@eyesbeyond.com) Received: from misty.eyesbeyond.com (localhost.eyesbeyond.com [127.0.0.1]) by misty.eyesbeyond.com (8.13.1/8.13.3) with ESMTP id l6TLEtR2021585; Sun, 29 Jul 2007 14:14:55 -0700 (PDT) (envelope-from glewis@eyesbeyond.com) Received: (from glewis@localhost) by misty.eyesbeyond.com (8.13.1/8.13.3/Submit) id l6TLEss4021584; Sun, 29 Jul 2007 14:14:54 -0700 (PDT) (envelope-from glewis@eyesbeyond.com) X-Authentication-Warning: misty.eyesbeyond.com: glewis set sender to glewis@eyesbeyond.com using -f Date: Sun, 29 Jul 2007 14:14:54 -0700 From: Greg Lewis To: Xin LI Message-ID: <20070729211454.GA21547@misty.eyesbeyond.com> References: <20070727034514.GA98807@misty.eyesbeyond.com> <46AA9F38.20706@gddsn.org.cn> <20070729165531.GH2081@deviant.kiev.zoral.com.ua> <46ACD77A.60901@delphij.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <46ACD77A.60901@delphij.net> User-Agent: Mutt/1.4.2.2i Cc: Kostik Belousov , Huang wen hui , Jiawei Ye , freebsd-java@freebsd.org Subject: Re: JDK 1.5.0 patchset 6 "Tigris" X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Jul 2007 21:15:03 -0000 On Mon, Jul 30, 2007 at 02:07:54AM +0800, Xin LI wrote: > Jiawei Ye wrote: > [...] > >>>Stop in /usr/ports/java/jdk15. > >>Do you have sysutils/devcpu installed ? > >> > >> > >I get the same error, and yes I have devcpu installed. But why would > >it be relevant to the make job? > > A "me too" but I did not have devcpu installed, JFYI. The package isn't relevant, but I bet you have a /usr/local/include/cpu.h. If you look at the compile line for the original poster, there is a -I/usr/local/include before the -I../../../src/share/native/sun/font/t2k (which is where the cpu.h the compile is looking for lives). This is the header that defines fastInt, so the compile dies without that definition. The fix will be to reorder the include directories so that -I/usr/local/include is last (if anyone wants to try and patch it before I get a chance). -- Greg Lewis Email : glewis@eyesbeyond.com Eyes Beyond Web : http://www.eyesbeyond.com Information Technology FreeBSD : glewis@FreeBSD.org