Discussion:
[users] Missing dependency in perl-SOAP-Lite package
Yury V. Zaytsev
2011-03-22 14:30:53 UTC
Permalink
Hi!

Damn, I've only implemented the latest report and missed the one from
half a year ago :-(

Committed, thanks!
--
Sincerely yours,
Yury V. Zaytsev
Hi Yury,
http://www.mail-archive.com/users at lists.rpmforge.net/msg02168.html , it
looks like the perl-version dependancy have not been added to the latest
package (see first email of the thread). It appears that perl-version
is also a dependency, and should be added to the "Require" section of
the spec file.
Thanks!
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-22 14:30:53 UTC
Permalink
Hi!

Damn, I've only implemented the latest report and missed the one from
half a year ago :-(

Committed, thanks!
--
Sincerely yours,
Yury V. Zaytsev
Hi Yury,
http://www.mail-archive.com/users at lists.rpmforge.net/msg02168.html , it
looks like the perl-version dependancy have not been added to the latest
package (see first email of the thread). It appears that perl-version
is also a dependency, and should be added to the "Require" section of
the spec file.
Thanks!
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-22 14:30:53 UTC
Permalink
Hi!

Damn, I've only implemented the latest report and missed the one from
half a year ago :-(

Committed, thanks!
--
Sincerely yours,
Yury V. Zaytsev
Hi Yury,
http://www.mail-archive.com/users at lists.rpmforge.net/msg02168.html , it
looks like the perl-version dependancy have not been added to the latest
package (see first email of the thread). It appears that perl-version
is also a dependency, and should be added to the "Require" section of
the spec file.
Thanks!
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-22 14:30:53 UTC
Permalink
Hi!

Damn, I've only implemented the latest report and missed the one from
half a year ago :-(

Committed, thanks!
--
Sincerely yours,
Yury V. Zaytsev
Hi Yury,
http://www.mail-archive.com/users at lists.rpmforge.net/msg02168.html , it
looks like the perl-version dependancy have not been added to the latest
package (see first email of the thread). It appears that perl-version
is also a dependency, and should be added to the "Require" section of
the spec file.
Thanks!
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-22 14:30:53 UTC
Permalink
Hi!

Damn, I've only implemented the latest report and missed the one from
half a year ago :-(

Committed, thanks!
--
Sincerely yours,
Yury V. Zaytsev
Hi Yury,
http://www.mail-archive.com/users at lists.rpmforge.net/msg02168.html , it
looks like the perl-version dependancy have not been added to the latest
package (see first email of the thread). It appears that perl-version
is also a dependency, and should be added to the "Require" section of
the spec file.
Thanks!
Loading...