Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 May 2012 20:30:15 GMT
From:      John Hein <jhein@symmetricom.com>
To:        perl@FreeBSD.org
Subject:   Re: ports/167767: textproc/p5-XML-SAX doesn't install with perl-5.14.2_2
Message-ID:  <201205102030.q4AKUFs4036528@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/167767; it has been noted by GNATS.

From: John Hein <jhein@symmetricom.com>
To: milki <milki@rescomp.berkeley.edu>
Cc: <perl@FreeBSD.org>, bug-followup@FreeBSD.org, timp87@gmail.com
Subject: Re: ports/167767: textproc/p5-XML-SAX doesn't install with perl-5.14.2_2
Date: Thu, 10 May 2012 14:17:55 -0600

 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.
 
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201205102030.q4AKUFs4036528>