From owner-freebsd-perl@FreeBSD.ORG Thu May 10 20:23:30 2012 Return-Path: Delivered-To: perl@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AA73F106566C; Thu, 10 May 2012 20:23:30 +0000 (UTC) (envelope-from jhein@symmetricom.com) Received: from duck.timing.com (duck.symmetricom.us [206.168.13.214]) by mx1.freebsd.org (Postfix) with ESMTP id 746618FC0A; Thu, 10 May 2012 20:23:18 +0000 (UTC) Received: from gromit.timing.com (gromit.timing.com [206.168.13.209]) by duck.timing.com (8.14.5/8.14.4) with ESMTP id q4AKIeoo024065; Thu, 10 May 2012 14:18:40 -0600 (MDT) (envelope-from jhein@symmetricom.com) Received: from gromit.timing.com (localhost [127.0.0.1]) by gromit.timing.com (8.14.5/8.14.5) with ESMTP id q4AKI7Ap025230; Thu, 10 May 2012 14:18:07 -0600 (MDT) (envelope-from jhein@gromit.timing.com) Received: (from jhein@localhost) by gromit.timing.com (8.14.5/8.14.5/Submit) id q4AKHuP8025227; Thu, 10 May 2012 14:17:56 -0600 (MDT) (envelope-from jhein) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <20396.8819.784130.298812@gromit.timing.com> Date: Thu, 10 May 2012 14:17:55 -0600 From: John Hein To: milki In-Reply-To: <201205101450.q4AEoGo6021154@freefall.freebsd.org> References: <201205101450.q4AEoGo6021154@freefall.freebsd.org> X-Mailer: VM 8.2.0b-trunk-1355 under 23.4.1 (i386-portbld-freebsd7.4) Cc: perl@FreeBSD.org, timp87@gmail.com, bug-followup@FreeBSD.org Subject: Re: ports/167767: textproc/p5-XML-SAX doesn't install with perl-5.14.2_2 X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 May 2012 20:23:30 -0000 milki wrote at 14:50 +0000 on May 10, 2012: > I'm curious. Can you give more details on your p5-XML-SAX-Base > installation? > > pkg_info -x -L p5-XML-SAX You probably wanted: pkg_info -g -L -x p5-XML-SAX The problem is: Installing p5-XML-SAX-Base installs Exception.pm, blowing away p5-XML-SAX-0.96's Exception.pm Upgrading p5-XML-SAX from 0.96 to 0.99 (using portmaster, for instance) removes Exception.pm since it was in the plist of the old p5-XML-SAX-0.96. Then a later part of the upgrade of p5-XML-SAX from 0.96 to 0.99 fails due to the missing Exception.pm Manually reinstalling p5-XML-SAX-Base and then p5-XML-SAX fixed things for me. A note in UPDATING is pretty much needed here since portmaster did not know it removed a file from a different port.