From owner-freebsd-questions@FreeBSD.ORG Thu Jun 29 20:06:33 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 0D33116A40F for ; Thu, 29 Jun 2006 20:06:33 +0000 (UTC) (envelope-from szlists@szarka.org) Received: from hustle.szarka.net (hustle.szarka.net [204.89.131.44]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9EB4344A21 for ; Thu, 29 Jun 2006 20:06:32 +0000 (GMT) (envelope-from szlists@szarka.org) Received: from BUCKY.szarka.org (ip-65-75-16-177.ct.dsl.ntplx.com [65.75.16.177]) (authenticated bits=0) by hustle.szarka.net (8.13.6/8.13.6) with ESMTP id k5TK6Shn081521 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO) for ; Thu, 29 Jun 2006 16:06:31 -0400 (EDT) (envelope-from szlists@szarka.org) Message-Id: <7.0.1.0.0.20060629160315.06961c20@szarka.org> X-Mailer: QUALCOMM Windows Eudora Version 7.0.1.0 Date: Thu, 29 Jun 2006 16:06:29 -0400 To: freebsd-questions@freebsd.org From: Rob Szarka In-Reply-To: <44lkrfc1pc.fsf@be-well.ilk.org> References: <7.0.1.0.0.20060629020952.06a08128@szarka.org> <44lkrfc1pc.fsf@be-well.ilk.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Subject: Re: Error: shared library "expat.5" does not exist X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Jun 2006 20:06:33 -0000 At 01:26 PM 6/29/2006, Lowell Gilbert wrote: >Because it's a "LIB_DEPENDS", the "lib" will automatically be >prepended to the filename. Ah, good to know. I was closer than I thought, then. >You didn't update the x11-fonts/fontconfig /Makefile at the same time, >or it would be looking for expat.6, not expat.5. > > > Any suggestions about how to fix or work around this issue? > >Update your whole ports tree. Ah-ha! Yup, I think you've nailed it. I had left the X11 stuff commented out in my supfile, since I don't actually use X per se. Fixed that and it looks like it's going to make it to the end of the compile this time. *fingers crossed* Thanks!