Subject: | Dependency problem when trying to use cpan2rpm |
I've been using the program cpan2rpm to download and convert perl
modules into rpm files for my freshly installed Fedora Core 5 system.
It's worked great for dozens of modules, but chokes on XML::SAX. It
stops and says that XML::SAX isn't found in @INC. Of course it's not
going to be found, I'm just installing it for the first time.
As a workaround, I installed XML::SAX via cpan, and then ran cpan2rpm.
That worked. But now the rpm complains about unsatisfied dependencies:
perl(XML::SAX::PurePerl::DTDDecls) is needed by
perl-XML-SAX-0.14-1.noarch
perl(XML::SAX::PurePerl::DocType) is needed by
perl-XML-SAX-0.14-1.noarch
perl(XML::SAX::PurePerl::EncodingDetect) is needed by
perl-XML-SAX-0.14-1.noarch
perl(XML::SAX::PurePerl::XMLDecl) is needed by
perl-XML-SAX-0.14-1.noarch
Here's where cpan2rpm can be found: http://perl.arix.com/cpan2rpm/
Perl version 5.8.8, Linux x86, Fedora Core 5