From owner-freebsd-questions@FreeBSD.ORG Sun Jun 8 19:59:26 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 62CEB37B401 for ; Sun, 8 Jun 2003 19:59:26 -0700 (PDT) Received: from sundance.wranglers.com.au (sundance.wranglers.com.au [61.88.122.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9408C43F85 for ; Sun, 8 Jun 2003 19:59:24 -0700 (PDT) (envelope-from charles@wranglers.com.au) Received: from Feynman (feynman [10.10.0.35])h592xJIZ040350; Mon, 9 Jun 2003 12:59:20 +1000 (EST) (envelope-from charles@wranglers.com.au) Message-ID: <003001c32e33$1cf8c0e0$23000a0a@Feynman> From: "Charles Young" To: Date: Mon, 9 Jun 2003 12:59:14 +1000 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.1 cc: questions@freebsd.org 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: Mon, 09 Jun 2003 02:59:26 -0000 Hi David, In your recent message you had some issues with FT_GET_BDF_Property in = fontconfig: > The error below seems to start with; > /usr/X11R6/lib/libfontconfig.so: undefined reference to = `FT_Get_BDF_Property' Can I ask if you have at sometime built some XFree86 components from = source? I'd check for extra versions of XFT and freetype that have been = installed in /usr/X11R6/lib/=20 Perhaps you might try a find in /usrX11R6/ for libraries that are older = than your last major build of XFree86 + components. I had the same issue some time ago with a freetype2 library that I'd = forgotten was installed when I built XFree86.4.2.93 manually. Later = builds from ports did not overwrite the library. good luck, Charles