From owner-freebsd-questions@FreeBSD.ORG Fri Oct 17 20:14:35 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 9D96116A4B3 for ; Fri, 17 Oct 2003 20:14:35 -0700 (PDT) Received: from out2.smtp.messagingengine.com (out2.smtp.messagingengine.com [66.111.4.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id D11A443FDD for ; Fri, 17 Oct 2003 20:14:34 -0700 (PDT) (envelope-from wgerrard@f-m.fm) Received: from mail.messagingengine.com (localhost [127.0.0.1]) by localhost.localdomain (Postfix) with ESMTP id D49A0303B5F for ; Fri, 17 Oct 2003 23:14:31 -0400 (EDT) Received: from 10.202.2.150 ([10.202.2.150] helo=mail.messagingengine.com) by messagingengine.com with SMTP; Fri, 17 Oct 2003 23:14:31 -0400 X-Epoch: 1066446871 X-Sasl-enc: N5r6jzIWOx/gX7jMnh/m4A Received: from [69.26.137.30] (unknown [69.26.137.30]) by mail.messagingengine.com (Postfix) with ESMTP id 36C1C3041C5 for ; Fri, 17 Oct 2003 23:14:31 -0400 (EDT) From: billg To: freebsd-questions@freebsd.org Content-Type: text/plain Message-Id: <1066446869.64128.9.camel@slipstream.sandgarden.fake> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Fri, 17 Oct 2003 23:14:29 -0400 Content-Transfer-Encoding: 7bit Subject: XFree86-4-clients Build Failing 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: Sat, 18 Oct 2003 03:14:35 -0000 XFree86-4-clients is failing to compile, producing this output: slipstream# make install ===> Building for XFree86-clients-4.3.0_3 making all in lib/lbxutil/lbx_zlib... making all in lib/lbxutil/delta... making all in lib/lbxutil/image... making all in programs/appres... making all in programs/bdftopcf... rm -f bdftopcf cc -o bdftopcf -O -pipe -ansi -Dasm=__asm -Wall -Wpointer-arith -Wundef -L/usr/ports/x11/XFree86-4-clients/work/xc/exports/lib bdftopcf.o -lXfont -lfntstubs -L/usr/X11R6/lib -lz -lm -Wl,-rpath,/usr/X11R6/lib /usr/libexec/elf/ld: cannot find -lXfont *** Error code 1 Stop in /usr/ports/x11/XFree86-4-clients/work/xc/programs/bdftopcf. *** Error code 1 Stop in /usr/ports/x11/XFree86-4-clients/work/xc/programs. *** Error code 1 Stop in /usr/ports/x11/XFree86-4-clients. This follows the first ports update on a new 4.8-release machine. The linker can't seem to find "Xfont". Neither can I. I'd appreciate a point in the right direction. Thanks.