Missing dependencies XML::RSS with 3.8.11 although up to date

Hi,

I’m trying to upgrade from RT 3.8.7 to 3.8.11 and I got an issue with
dependencies :

SOME DEPENDENCIES WERE MISSING.
MASON missing dependencies:
XML::RSS …MISSING
Attempt to reload DateTime.pm aborted.

cpan[6]> install XML::RSS
XML::RSS is up to date (1.49).

Any idea ?

Thanks,

Guillaume Hilt

SOME DEPENDENCIES WERE MISSING.
MASON missing dependencies:
XML::RSS …MISSING
Attempt to reload DateTime.pm aborted.

cpan[6]> install XML::RSS
XML::RSS is up to date (1.49).

Re-run make testdeps. It’s probably fine.

Already did, and I still got the same error.

Guillaume HiltLe 04/04/2012 16:55, Thomas Sibley a écrit :

On 04/04/2012 06:15 AM, Guillaume Hilt wrote:

SOME DEPENDENCIES WERE MISSING.
MASON missing dependencies:
XML::RSS …MISSING
Attempt to reload DateTime.pm aborted.

cpan[6]> install XML::RSS
XML::RSS is up to date (1.49).
Re-run make testdeps. It’s probably fine.

I found the missing dependencies by running this command :
perl -MXML::RSS -e ‘1’

Installed Class::Load and Class::Load::XS.
Everything is okay now.

Thanks for the tip :slight_smile:

Guillaume HiltLe 04/04/2012 18:11, Alberto Villanueva a écrit :

It is possible you have not any dependencies related to XML::RSS. In
Perl documentation you could obtain that information.

Regards,

Already did, and I still got the same error.

Guillaume Hilt

Le 04/04/2012 16:55, Thomas Sibley a écrit :

On 04/04/2012 06:15 AM, Guillaume Hilt wrote:

SOME DEPENDENCIES WERE MISSING.
MASON missing dependencies:
XML::RSS …MISSING
Attempt to reload DateTime.pm aborted.

cpan[6]> install XML::RSS
XML::RSS is up to date (1.49).
Re-run make testdeps. It’s probably fine.