From owner-freebsd-questions@FreeBSD.ORG Wed Mar 31 14:29:47 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 0484916A4CE for ; Wed, 31 Mar 2004 14:29:47 -0800 (PST) Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.97]) by mx1.FreeBSD.org (Postfix) with ESMTP id E8F2A43D2D for ; Wed, 31 Mar 2004 14:29:46 -0800 (PST) (envelope-from cswiger@mac.com) Received: from mac.com (smtpin08-en2 [10.13.10.153]) by smtpout.mac.com (Xserve/MantshX 2.0) with ESMTP id i2VMTipi017418 for ; Wed, 31 Mar 2004 14:29:44 -0800 (PST) Received: from [10.1.1.193] (nfw2.codefab.com [199.103.21.225] (may be forged)) (authenticated bits=0)i2VMTSBP011291; Wed, 31 Mar 2004 14:29:43 -0800 (PST) In-Reply-To: <8F7546F2-8361-11D8-B5EE-000A95BBCCF8@mac.com> References: <1D4AE2AB-820A-11D8-802A-000A95BBCCF8@mac.com> <20040330090117.GA29759@xor.obsecurity.org> <8F7546F2-8361-11D8-B5EE-000A95BBCCF8@mac.com> Mime-Version: 1.0 (Apple Message framework v613) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Charles Swiger Date: Wed, 31 Mar 2004 17:29:22 -0500 To: paul beard X-Mailer: Apple Mail (2.613) cc: FreeBSD-questions Subject: Re: port questions (why do I find myself fudging symlinks to make stuff work?) 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: Wed, 31 Mar 2004 22:29:47 -0000 On Mar 31, 2004, at 5:20 PM, paul beard wrote: > I have no idea how to resolve the issue at the port level: is there a > workaround? and I have been pulling from CVS so this shouldn't be an > issue of being out of sync, I don't think. Stop using portupgrade for a moment; do a "make deinstall" of the expat port (or use "pkg_delete -f"), do a "make clean", and then do a "make reinstall". -- -Chuck