From owner-freebsd-x11@FreeBSD.ORG Mon Jun 7 15:58:12 2004 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9616416A4D0 for ; Mon, 7 Jun 2004 15:58:12 +0000 (GMT) Received: from smtp02.syd.iprimus.net.au (smtp02.syd.iprimus.net.au [210.50.76.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C7DB43D48 for ; Mon, 7 Jun 2004 15:58:12 +0000 (GMT) (envelope-from kaiwai@vfemail.net) Received: from [210.50.171.25] (210.50.171.25) by smtp02.syd.iprimus.net.au (7.0.024) id 40BDB6CA00162DA6; Tue, 8 Jun 2004 01:58:07 +1000 User-Agent: Microsoft-Entourage/10.1.4.030702.0 Date: Tue, 08 Jun 2004 01:58:03 +1000 From: Matthew Gardiner To: Eric Anholt Message-ID: In-Reply-To: <1086623756.779.4.camel@leguin> Mime-version: 1.0 Content-type: text/plain; charset="ISO-8859-1" Content-transfer-encoding: quoted-printable cc: freebsd-x11@freebsd.org Subject: Re: XFree86-4 balls up X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Jun 2004 15:58:12 -0000 On 8/6/04 1:55 AM, "Eric Anholt" wrote: > On Mon, 2004-06-07 at 08:48, Matthew Gardiner wrote: >> On 7/6/04 11:33 PM, "Michael Nottebrock" wro= te: >>=20 >>> On Monday 07 June 2004 09:26, Matthew Gardiner wrote: >>>=20 >>>> But that=B9s the problem, I'm not trying to mix and match. I cvs'uped, >>>> removed all packages and did a clean install of XFree86-4 using the me= ta >>>> port. The problems start occuring when XFree86-4-libraries start to >>>> compile, it starts compiling Xft2 (I think) then I complains that Xren= der >>>> is either too old or not available due to the fact that there is no pk= g >>>> information regarding xrender in the /usr/X11R6/libdata/pkgconfig >>>> directory. >>>=20 >>> XFree86-libraries builds fine on the automated package builder, so I su= spect >>> some kind of local breakage after all. It might be helpful if you could= post >>> some bits of the error you're getting plus a list of your installed >>> packages. >>=20 >> Sorry, I got the wrong one. Its the XFree86-4 client that is the problem= . >> What happens XFree86-4-libraries compiled nicely as mentioned by you, >> however, when the dependency Xft2 is attempted to be compiled, it compla= ins >> about Xrender not being available, however, libXrender conflicts with th= e >> client and thus unable to be installed. >>=20 >> What I'll do is recompile. >>=20 >> As for the packages installed, as I said, nothing is installed, I whiped= all >> the packages off so there is just the base; there is no X11 or anything >> else. Its a "clean install" in other words. >=20 > You don't install libXrender on your own, you install > XFree86-4-libraries which provides it. That's why it talks about > conflicts when you try to install the separate port. If Xft can't find > your Xrender, then you've probably broken something with your > XFree86-4-libraries install and should reinstall it. That=B9s the think, I didn't try to install it. XFree86-4 client whines that when it tries to install a dependency, Xft2, during the configuration process of Xft2, it complains that LibXrender is too old or non-existant based on the fact that there is no xrender.pc in my pkgconfig path. Matty