From owner-freebsd-questions@FreeBSD.ORG Mon Feb 9 21:02:53 2004 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 8589516A4CE for ; Mon, 9 Feb 2004 21:02:53 -0800 (PST) Received: from lakemtao07.cox.net (lakemtao07.cox.net [68.1.17.114]) by mx1.FreeBSD.org (Postfix) with ESMTP id 04B3A43D1D for ; Mon, 9 Feb 2004 21:02:53 -0800 (PST) (envelope-from kitbsdlists@HotPOP.com) Received: from vixen42 ([68.109.49.234]) by lakemtao07.cox.net (InterMail vM.5.01.06.05 201-253-122-130-105-20030824) with SMTP id <20040210050253.DOOY2432.lakemtao07.cox.net@vixen42>; Tue, 10 Feb 2004 00:02:53 -0500 Date: Mon, 9 Feb 2004 23:01:28 -0600 From: Vulpes Velox To: Kris Kennaway Message-Id: <20040209230128.5b501a07@vixen42.> In-Reply-To: <20040210005623.GA24177@xor.obsecurity.org> References: <20040209120856.27d2c616@fennec> <20040209153029.1767d398@fennec> <20040210005623.GA24177@xor.obsecurity.org> X-Mailer: Sylpheed version 0.9.8claws (GTK+ 1.2.10; i386-portbld-freebsd4.9) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: libtool and ports build problem FIXED 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: Tue, 10 Feb 2004 05:02:53 -0000 On Mon, 9 Feb 2004 16:56:23 -0800 Kris Kennaway wrote: > On Mon, Feb 09, 2004 at 03:30:29PM +0000, Vulpes Velox wrote: > > On Mon, 9 Feb 2004 12:08:56 +0000 > > Vulpes Velox wrote: > > > > > Has any one else had problems with libtools and XFree86 and a > > > missing libtool file? (/usr/X11R6/libX11.la) I don't have it on > > > another box running 4stable and I can compile stuff that > > > requires it fine. (Xft and fluxbox-devel and ect) > > > > > > > > > I am running 4stable on this box with a upto date portstree. > > > > > > I've recently done a pkg_delete -a on this box to go throught > > > cleaning stuff up and for simplicity of updating(yes, I know > > > about portsupgrade) > > > > > > turns out it requires libXau, which it does not check to see if it > > is installed... > > libXau is part of XFree86-libraries, so you probably have a > corrupted XFree86 installation. Yeah, I am aware of that, but it did not supply what was needed to get fluxbox working was not included in XFree86-4-libraries. Also the port of Xft required libXau to be installed. I checked the pkg-plist and it was not included, it was not was it installed after a make install, and niether was it something that could be fix with symbolic linking. It just includes libXau.a and not libXau.so.0, which was needed by fluxbox-devel.