On Sat, May 12, 2012 at 5:08 AM, Heino Tiedemann
<rotkaps_spam_t...@gmx.de> wrote:
> Heino Tiedemann <rotkaps_spam_t...@gmx.de> wrote:
>
>> Andriy Gapon <a...@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: kob6...@gmail.com
_______________________________________________
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Reply via email to