textproc/p5-XML-SAX: prerequisite XML::SAX::Base 1.05 not found

Kevin Oberman kob6558 at gmail.com
Sat May 12 15:59:56 UTC 2012


On Sat, May 12, 2012 at 5:08 AM, Heino Tiedemann
<rotkaps_spam_trap at gmx.de> wrote:
> Heino Tiedemann <rotkaps_spam_trap at gmx.de> wrote:
>
>> Andriy Gapon <avg at FreeBSD.org> wrote:
>>
>>>>
>>>> Any help is appreciated.
>>>
>>> I think that p5-XML-SAX-Base has to be removed before installing (maybe even
>>> building)  p5-XML-SAX-0.99.
>>
>> does not work. :(
>
> it woks with
>
> cd /usr/ports/textproc/p5-XML-SAX
> make deinstall
> cd ../p5-XML-SAX-Base
> make deinstall
> make
> make install
> cd ../p5-XML-SAX
> make install
>
>
> No idea why, but portupgrade und pkg_deinstall was not he right way...
>
> thanks to Kurt!

The Exception.pm file was moved from p5-XML-SAX to the new
p5-XML-SAX-Base port. Since p5-XML-SAX-Base is a dependency of
p5-XML-SAX, it gets installed first and it installs Exception.pm over
the existing copy that was previously installed by p5-XML-SAX. Then it
updates p5-XML-SAX and, since p5-XML-SAX  has Exception.pm in its
pkg_plist, it deletes the file.Note that the error is during the
'install' operation, not the 'build'.

The 'right' answer that there should have been a note in UPDATING that
warns that you need to:
pkg_delete p5-XML-SAX-0\*
portmaster textproc/p5-XML-SAX-Base textproc/p5-XML-SAX
(with similar command for portupgrade).
-- 
R. Kevin Oberman, Network Engineer
E-mail: kob6558 at gmail.com


More information about the freebsd-ports mailing list