From owner-freebsd-stable@FreeBSD.ORG Mon Nov 24 22:55:55 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8098016A4CE for ; Mon, 24 Nov 2003 22:55:55 -0800 (PST) Received: from spam2.snu.ac.kr (spam2.snu.ac.kr [147.46.10.68]) by mx1.FreeBSD.org (Postfix) with SMTP id 1EF6443FAF for ; Mon, 24 Nov 2003 22:55:54 -0800 (PST) (envelope-from nospam@users.sourceforge.net) Received: (snipe 31751 invoked by alias); 25 Nov 2003 06:54:00 -0000 Received: from nospam@users.sourceforge.net with SpamSniper2.76 (Processed in 0.045458 secs); Received: from unknown (HELO sis1.snu.ac.kr) (147.46.10.36) by 0 with SMTP; 25 Nov 2003 06:54:00 -0000 X-RCPTTO: freebsd-stable@freebsd.org, Received: from users.sourceforge.net ([147.46.44.183]) by sis1.snu.ac.kr (8.12.10/8.12.10) with ESMTP id hAP6rmgJ272778 for ; Tue, 25 Nov 2003 15:53:49 +0900 Message-ID: <3FC2FCFA.5060102@users.sourceforge.net> Date: Tue, 25 Nov 2003 15:55:54 +0900 From: Rob User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.5) Gecko/20031104 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-stable@freebsd.org References: <20031125061523.GA11902@ns.museum.rain.com> <20031125061925.GA9624@pir.net> In-Reply-To: <20031125061925.GA9624@pir.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: portupgrade error: cannot find -lXfont X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Nov 2003 06:55:55 -0000 Peter Radcliffe wrote: > James Long probably said: > >>/usr/libexec/elf/ld: cannot find -lXfont > > > Reinstall your XFree86-libraries package, even if you have the most > recent version (portupgrade -f will do this for you). > > I hit this last week. So did I some time ago. Reason: my system ran out of diskspace while installing the XFree86-libraries port. Compiling and installing the XFree86 stuff needs quite some diskspace. I had to relink the work directory to another bigger partition, to finish this compile successfully. Cheers, Rob.