From owner-freebsd-ports@FreeBSD.ORG Thu May 10 01:10:12 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2EEBD106564A for ; Thu, 10 May 2012 01:10:12 +0000 (UTC) (envelope-from mcdouga9@egr.msu.edu) Received: from mail.egr.msu.edu (hill.egr.msu.edu [35.9.37.162]) by mx1.freebsd.org (Postfix) with ESMTP id 0267B8FC08 for ; Thu, 10 May 2012 01:10:11 +0000 (UTC) Received: from hill (localhost [127.0.0.1]) by mail.egr.msu.edu (Postfix) with ESMTP id 1728648E01 for ; Wed, 9 May 2012 21:02:33 -0400 (EDT) X-Virus-Scanned: amavisd-new at egr.msu.edu Received: from mail.egr.msu.edu ([127.0.0.1]) by hill (hill.egr.msu.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id OTffM5sUW__V for ; Wed, 9 May 2012 21:02:32 -0400 (EDT) Received: from EGR authenticated sender Message-ID: <4FAB13AA.5010002@egr.msu.edu> Date: Wed, 09 May 2012 21:02:34 -0400 From: Adam McDougall User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:12.0) Gecko/20120428 Thunderbird/12.0.1 MIME-Version: 1.0 To: freebsd-ports@freebsd.org References: <4FAA0BD1.8040005@gwdg.de> <4FAA9374.2050000@FreeBSD.org> <20120509223600.GA15329@hal.rescomp.berkeley.edu> In-Reply-To: <20120509223600.GA15329@hal.rescomp.berkeley.edu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: textproc/p5-XML-SAX: prerequisite XML::SAX::Base 1.05 not found X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 May 2012 01:10:12 -0000 On 5/9/2012 6:36 PM, milki wrote: > On 09:26 Wed 09 May , Kevin Oberman wrote: >>> I think that p5-XML-SAX-Base has to be removed before installing (maybe even >>> building) ?p5-XML-SAX-0.99. >> I did a "pkg_delete p5-XML-SAX-Base-\*" followed by "portmaster >> p5-XML-SAX-Base" and "portmaster p5-XML-SAX". Once I did that, >> everything went fine. (In theaory I could have deleted >> p5-XML-SAX-Base and then installed both p5-XML-SAX-Base and p5-XML-SAX >> in a single portmaster run, but I didn't do it that way, so I can't >> promise that it will work. > Do either of you remember how p5-XML-SAX-Base was installed? The port > was removed 6 years ago and sunpoet readded it with the 0.99 update. It > appears to have already been installed according to your port logs but > not detected by the perl install itself, which means it there is some > discrepency in the package's file locations. > > -milki > I ran into this problem today from some servers I installed 2 days ago. I did not have p5-XML-SAX-Base-1.08 installed prior to running portupgrade -a this morning which installed it then p5-XML-Sax failed. If I remove p5-XML-SAX-Base-1.08 and let portupgrade re-add whatever it wants, it worked.