Discussion:
[users] Missing dependency in perl-SOAP-Lite package
Dave Miller
2011-03-11 16:21:47 UTC
Permalink
The perl-SOAP-Lite package is missing a necessary dependency on
perl-Class-Inspector, as noted by the following transcript:

[~]# perl -MSOAP::Lite -e 'print "$SOAP::Lite::VERSION\n"'
Can't locate Class/Inspector.pm in @INC (@INC contains:
/usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-multi
/usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl
/usr/lib/perl5/vendor_perl/5.8.8/i386-linux-thread-multi
/usr/lib/perl5/vendor_perl/5.8.8 /usr/lib/perl5/vendor_perl
/usr/lib/perl5/5.8.8/i386-linux-thread-multi /usr/lib/perl5/5.8.8 .) at
/usr/lib/perl5/vendor_perl/5.8.8/SOAP/Lite.pm line 435.
BEGIN failed--compilation aborted at
/usr/lib/perl5/vendor_perl/5.8.8/SOAP/Lite.pm line 435.
Compilation failed in require.
BEGIN failed--compilation aborted.
[~]# yum install 'perl(Class::Inspector)'
...
Installed:
perl-Class-Inspector.noarch 0:1.24-1.el5.rf
Complete!
[~]# perl -MSOAP::Lite -e 'print "$SOAP::Lite::VERSION\n"'
0.712
[~]# rpm -q perl-SOAP-Lite
perl-SOAP-Lite-0.712-1.el5.rf
--
Dave Miller http://www.justdave.net/
System Administrator, Mozilla Corporation http://www.mozilla.com/
Project Leader, Bugzilla Bug Tracking System http://www.bugzilla.org/
Yury V. Zaytsev
2011-03-12 22:20:33 UTC
Permalink
Post by Dave Miller
The perl-SOAP-Lite package is missing a necessary dependency on
Hi Dave!

Thanks again! I've just committed the fix.
--
Sincerely yours,
Yury V. Zaytsev
Yury V. Zaytsev
2011-03-12 22:20:33 UTC
Permalink
Post by Dave Miller
The perl-SOAP-Lite package is missing a necessary dependency on
Hi Dave!

Thanks again! I've just committed the fix.
--
Sincerely yours,
Yury V. Zaytsev
Yury V. Zaytsev
2011-03-12 22:20:33 UTC
Permalink
Post by Dave Miller
The perl-SOAP-Lite package is missing a necessary dependency on
Hi Dave!

Thanks again! I've just committed the fix.
--
Sincerely yours,
Yury V. Zaytsev
Yury V. Zaytsev
2011-03-12 22:20:33 UTC
Permalink
Post by Dave Miller
The perl-SOAP-Lite package is missing a necessary dependency on
Hi Dave!

Thanks again! I've just committed the fix.
--
Sincerely yours,
Yury V. Zaytsev
Yury V. Zaytsev
2011-03-12 22:20:33 UTC
Permalink
Post by Dave Miller
The perl-SOAP-Lite package is missing a necessary dependency on
Hi Dave!

Thanks again! I've just committed the fix.
--
Sincerely yours,
Yury V. Zaytsev
Loading...