Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 08 Nov 2007 15:51:19 -0800
From:      Peter Grehan <grehan@freebsd.org>
To:        Torfinn Ingolfsen <torfinn.ingolfsen@broadpark.no>
Cc:        freebsd-ppc@freebsd.org
Subject:   Re: xorg-server 1.4_2,1 fails on RELENG_7
Message-ID:  <4733A0F7.8010600@freebsd.org>
In-Reply-To: <20071103230152.0bdfbd36.torfinn.ingolfsen@broadpark.no>
References:  <20071103230152.0bdfbd36.torfinn.ingolfsen@broadpark.no>

next in thread | previous in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4733A0F7.8010600>