From owner-freebsd-perl@FreeBSD.ORG Fri May 11 04:10:17 2012 Return-Path: Delivered-To: perl@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7C211106566C for ; Fri, 11 May 2012 04:10:17 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 67A5A8FC08 for ; Fri, 11 May 2012 04:10:17 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q4B4AH5H066911 for ; Fri, 11 May 2012 04:10:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q4B4AHFn066910; Fri, 11 May 2012 04:10:17 GMT (envelope-from gnats) Date: Fri, 11 May 2012 04:10:17 GMT Message-Id: <201205110410.q4B4AHFn066910@freefall.freebsd.org> To: perl@FreeBSD.org From: Pavel Timofeev Cc: 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 Reply-To: Pavel Timofeev List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 May 2012 04:10:17 -0000 The following reply was made to PR ports/167767; it has been noted by GNATS. From: Pavel Timofeev To: John Hein Cc: milki , perl@freebsd.org, bug-followup@freebsd.org Subject: Re: ports/167767: textproc/p5-XML-SAX doesn't install with perl-5.14.2_2 Date: Fri, 11 May 2012 08:08:58 +0400 Thank you, it worked! 2012/5/11 John Hein : > milki wrote at 14:50 +0000 on May 10, 2012: > =C2=A0> =C2=A0I'm curious. Can you give more details on your p5-XML-SAX-B= ase > =C2=A0> =C2=A0installation? > =C2=A0> > =C2=A0> =C2=A0pkg_info -x -L p5-XML-SAX > > You probably wanted: > > =C2=A0pkg_info -g -L -x p5-XML-SAX > > The problem is: > > =C2=A0Installing p5-XML-SAX-Base installs Exception.pm, blowing away > =C2=A0p5-XML-SAX-0.96's Exception.pm > > =C2=A0Upgrading p5-XML-SAX from 0.96 to 0.99 (using portmaster, for > =C2=A0instance) removes Exception.pm since it was in the plist of > =C2=A0the old p5-XML-SAX-0.96. > > =C2=A0Then a later part of the upgrade of p5-XML-SAX from 0.96 to 0.99 > =C2=A0fails 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. > >