Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
Description of problem:
It is not possible to execute the perl unit tests form the perl-qpid*.src.rpm due to missing dependency on utils.pm library.
Version-Release number of selected component (if applicable):
perl-qpid-0.22-13
How reproducible:
100%
Steps to Reproduce:
1. get the perl-qpid*.src.rpm
2. recompile the src.rpm
3. try to execute the unit tests
Actual results:
utils.pm missing in the perl-qpid*src.rpm
unit tests can't be executed
Expected results:
utils.pm present in the perl-qpid*src.rpm
unit tests may be executed
Additional info:
- rpmbuild --recompile perl-qpid-0.22-13.el6.src.rpm
<snip> - cd ~/rpmbuild/BUILD/perl-qpid-0.22
- perl Message.t
ok 1 - use qpid;
Can't locate utils.pm in @INC (@INC contains: /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .) at Message.t line 24.
1..1 - Looks like your test exited with 2 just after 1.