From owner-freebsd-ports@FreeBSD.ORG Fri Apr 4 11:27:03 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 15CD937B401; Fri, 4 Apr 2003 11:27:02 -0800 (PST) Received: from pfepa.post.tele.dk (pfepa.post.tele.dk [193.162.153.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B8ED43F93; Fri, 4 Apr 2003 11:27:01 -0800 (PST) (envelope-from kde.nospam@mekanix.dk) Received: from 192.168.1.7 (0x3ef34d9e.albnxx2.adsl.tele.dk [62.243.77.158]) by pfepa.post.tele.dk (Postfix) with ESMTP id 68D9247FF09; Fri, 4 Apr 2003 21:26:59 +0200 (CEST) From: Bjarne Wichmann Petersen To: Eric Anholt , Kris Kennaway Date: Fri, 4 Apr 2003 21:27:47 +0200 User-Agent: KMail/1.5 References: <1049456415.275.31.camel@asa.gascom.net.ru> <20030404165236.GD20644@rot13.obsecurity.org> <1049475583.2938@mail6.wannafind.dk> In-Reply-To: <1049475583.2938@mail6.wannafind.dk> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200304042127.48238.kde.nospam@mekanix.dk> cc: ports@freebsd.org Subject: Re: Circle dependency in XFree86-4.3.0 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Apr 2003 19:27:03 -0000 On Friday 04 April 2003 19:03, Eric Anholt wrote: > > > So, this circle must be broken somehow. I'd suggest removing > > > fontScalable and fontEncodings from Xft RUN_DEPENDS > > Thanks for pointing it out..this may be what is breaking the INDEX > > builds. I've forwarded your message on to the XFree86 maintainer. > I had been copied in the original message. However, it was an issue > introduced in the Xft port and has already been fixed by marcus@ It looks like I've been severely bitten by Xft. Did a cvsup today which included the Xft-2.1_4. Then I ran 'portsupgrade -urRa' which then upgraded Xft, fontconfig and a few other ports (I try to keep my ports fairly uptodate). Then I couldn't run KDE 3.1 and re-cvsup'ed and have now Xft-2.1_5 installed, but still can't run KDE. I get this error. /usr/libexec/ld-elf.so.1: /usr/X11R6/lib/libXft.so.2: Undefined symbol "FcInit" Right now I've tried reinstalling XFree86-libraries|fontScalable|fontEncodings, Xft, fontconfig without any effect. So, before I go beserk and removes and reinstall every port and make my computer unavailable for the next few days, what can do to fix the chaos Xft have introduces? Bjarne