From owner-freebsd-questions@FreeBSD.ORG Sun Jun 8 00:17:44 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0DDA437B401 for ; Sun, 8 Jun 2003 00:17:44 -0700 (PDT) Received: from mail.clubplus.net (mail.clubplus.net [216.191.22.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1DCA643F93 for ; Sun, 8 Jun 2003 00:17:42 -0700 (PDT) (envelope-from david@skytracker.ca) Received: from skytrackercanada.com (cust29.209.188.66.dsl.accessv.com [209.188.66.29]) by mail.clubplus.net (8.12.7/8.12.7) with ESMTP id h587MapG023953 for ; Sun, 8 Jun 2003 03:22:38 -0400 Received: (from root@localhost) by skytrackercanada.com (8.12.9/8.12.6) id h587Hcr5069686 for questions@freebsd.org; Sun, 8 Jun 2003 03:17:38 -0400 (EDT) (envelope-from david@skytracker.ca) Received: from skytrackercanada.com (localhost [127.0.0.1]) by skytrackercanada.com (8.12.9/8.12.6) with ESMTP id h587Hck6069656; Sun, 8 Jun 2003 03:17:38 -0400 (EDT) (envelope-from david@skytrackercanada.com) Received: (from david@localhost) by skytrackercanada.com (8.12.9/8.12.6/Submit) id h587HcDO069651; Sun, 8 Jun 2003 03:17:38 -0400 (EDT) (envelope-from david) Date: Sun, 8 Jun 2003 03:17:38 -0400 From: David Banning To: Joe Marcus Clarke Message-ID: <20030608071737.GA69553@skytrackercanada.com> References: <20030607133529.GA81036@skytrackercanada.com> <20030607192035.A97207@shumai.marcuscom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030607192035.A97207@shumai.marcuscom.com> User-Agent: Mutt/1.4.1i X-scanner: scanned by Inflex 0.1.5c - (http://www.inflex.co.za/) X-RAVMilter-Version: 8.4.2(snapshot 20021217) (mail) cc: questions@freebsd.org cc: David Banning Subject: Re: error on gdm2 build X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Jun 2003 07:17:44 -0000 > > The error below seems to start with; > > > > /usr/X11R6/lib/libfontconfig.so: undefined reference to `FT_Get_BDF_Property' > > > > I have tried to reinstall libfontconfig, but it makes no difference. > > Try a portupgrade -rf freetype2. That will take a _long_ time, but it > will force you to rebuild all the font and X and GNOME related ports. > Something, somewhere, is out-of-date, and this should take care of it. Nope. That command gives me the same error. I also tried a; portupgrade -f -P -R fontconfig to hopefully reinstall everything that libfontconfig relies on. I get the same error if I attempt to install fontconfig from the ports, but I _can_ install it fine as a package. Either way, I _still_ get the same error on building gdm2. I updated my ports, but that brought no change either.