On 12 May 2012 16:59, Kevin Oberman <[email protected]> wrote:
> On Sat, May 12, 2012 at 5:08 AM, Heino Tiedemann
> <[email protected]> wrote:
>> Heino Tiedemann <[email protected]> wrote:
>>
>>> Andriy Gapon <[email protected]> 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).

Yup, I'm about to make such a note, and I've also registered a
CONFLICT p5-XML-SAX-Base with p5-XML-SAX<0.99.

Hopefully the error message will now be more informative :)

Chris
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[email protected]"

Reply via email to