From owner-freebsd-current@FreeBSD.ORG Sat Jul 24 01:31:57 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3749716A4CE for ; Sat, 24 Jul 2004 01:31:57 +0000 (GMT) Received: from mail3.panix.com (mail3.panix.com [166.84.1.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF10543D1D for ; Sat, 24 Jul 2004 01:31:56 +0000 (GMT) (envelope-from jester@panix.com) Received: from panix2.panix.com (panix2.panix.com [166.84.1.2]) by mail3.panix.com (Postfix) with ESMTP id 8DA04981CF for ; Fri, 23 Jul 2004 21:31:56 -0400 (EDT) Received: (from jester@localhost) by panix2.panix.com (8.11.6p2-a/8.8.8/PanixN1.1) id i6O1Vus27179 for freebsd-current@freebsd.org; Fri, 23 Jul 2004 21:31:56 -0400 (EDT) Date: Fri, 23 Jul 2004 21:31:56 -0400 From: Jesse Sheidlower To: freebsd-current@freebsd.org Message-ID: <20040724013156.GA18029@panix.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Subject: Problem with xorg-vfbserver build X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jul 2004 01:31:57 -0000 Hey. I'm just trying to upgrade to the xorg port, and am dying during the build of xorg-vfbserver. The general end of the compiler errors looks like: /usr/ports/x11-servers/xorg-vfbserver/work/xc/lib/font/libXfont.a(ftfuncs.o): In function `FreeTypeAddProperties': ftfuncs.o(.text+0x219e): undefined reference to `FT_Get_PS_Font_Info' ftfuncs.o(.text+0x304b): undefined reference to `FT_Get_X11_Font_Format' [... similar undefined reference errors to FT_somethingorother] ***Error code 1 [...] ! x11-servers/xorg-vfbserver (linker error) Googling seems to suggest that these are from freetype, but I do have the latest version of freetype (freetype2-2.1.7_3) installed. Any suggestions for what I should be doing? Thanks. Jesse Sheidlower