From owner-freebsd-ppc@FreeBSD.ORG Fri Nov 9 00:53:06 2007 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CB41416A46B for ; Fri, 9 Nov 2007 00:53:06 +0000 (UTC) (envelope-from grehan@freebsd.org) Received: from dommail.onthenet.com.au (dommail.OntheNet.com.au [203.13.70.57]) by mx1.freebsd.org (Postfix) with ESMTP id 659D313C4C8 for ; Fri, 9 Nov 2007 00:53:06 +0000 (UTC) (envelope-from grehan@freebsd.org) Received: from excfreebsd.hq.netapp.com (nat-198-95-226-228.netapp.com [198.95.226.228]) by dommail.onthenet.com.au (MOS 3.7.5a-GA) with ESMTP id DHD51979 (AUTH peterg@ptree32.com.au); Fri, 9 Nov 2007 09:52:20 +1000 (EST) Message-ID: <4733A0F7.8010600@freebsd.org> Date: Thu, 08 Nov 2007 15:51:19 -0800 From: Peter Grehan User-Agent: Thunderbird 2.0.0.0 (X11/20070525) MIME-Version: 1.0 To: Torfinn Ingolfsen References: <20071103230152.0bdfbd36.torfinn.ingolfsen@broadpark.no> In-Reply-To: <20071103230152.0bdfbd36.torfinn.ingolfsen@broadpark.no> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-ppc@freebsd.org Subject: Re: xorg-server 1.4_2,1 fails on RELENG_7 X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: grehan@freebsd.org List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Nov 2007 00:53:06 -0000 Hi Torfinn, > Any hints to try? I think it's an error in int10 configuration rules. Looks like there should be a line of the form: @INT10_STUB_TRUE@INCLUDES = $(XORG_INCS) .. since the int10 code is a stub on FreeBSD/ppc. There is a rule exactly like that for INT10_VM86_TRUE - since that is false, it generates a commented-out line in the resulting Makefile: #INCLUDES = $(XORG_INCS) So, I uncommented out that line. The int10 directory built, and I'm now on to the next error :) later, Peter.