Bug 1245124

Summary: perl-PDL-Graphics-PLplot-0.67-7.fc24 FTBS: undeclared dependency on Math::Trig
Product: [Fedora] Fedora Reporter: Petr Pisar <ppisar>
Component: perl-PDL-Graphics-PLplotAssignee: Petr Pisar <ppisar>
Status: CLOSED NEXTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 23CC: i, perl-devel
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
URL: http://koji.fedoraproject.org/koji/taskinfo?taskID=10372610
Whiteboard:
Fixed In Version: perl-PDL-Graphics-PLplot-0.67-8.fc23 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-07-21 11:09:05 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Petr Pisar 2015-07-21 09:12:27 UTC
perl-PDL-Graphics-PLplot-0.67-7.fc24 fails to build in F24:

t/plplot.t ................ ok
#   Failed test 'Script ./t/x01.pl ran successfully'
#   at t/plplot_library_tests.t line 68.
#   Failed test 'Script ./t/x03.pl ran successfully'
#   at t/plplot_library_tests.t line 68.
#   Failed test 'Script ./t/x04.pl ran successfully'
#   at t/plplot_library_tests.t line 68.
#   Failed test 'Script ./t/x05.pl ran successfully'
#   at t/plplot_library_tests.t line 68.
#   Failed test 'Script ./t/x08.pl ran successfully'
#   at t/plplot_library_tests.t line 68.
#   Failed test 'Script ./t/x09.pl ran successfully'
#   at t/plplot_library_tests.t line 68.
#   Failed test 'Script ./t/x13.pl ran successfully'
#   at t/plplot_library_tests.t line 68.
#   Failed test 'Script ./t/x17.pl ran successfully'
#   at t/plplot_library_tests.t line 68.
#   Failed test 'Script ./t/x18.pl ran successfully'
#   at t/plplot_library_tests.t line 68.
#   Failed test 'Script ./t/x21.pl ran successfully'
#   at t/plplot_library_tests.t line 68.
#   Failed test 'Script ./t/x22.pl ran successfully'
#   at t/plplot_library_tests.t line 68.
#   Failed test 'Script ./t/x25.pl ran successfully'
#   at t/plplot_library_tests.t line 68.
#   Failed test 'Script ./t/x26.pl ran successfully'
#   at t/plplot_library_tests.t line 68.
# Looks like you failed 13 tests of 182.
t/plplot_library_tests.t .. 
Dubious, test returned 13 (wstat 3328, 0xd00)
Failed 13/182 subtests 
Test Summary Report
-------------------
t/plplot_library_tests.t (Wstat: 3328 Tests: 182 Failed: 13)
  Failed tests:  3, 11, 14, 17, 51, 54, 76, 85, 88, 91, 94
                120, 123
  Non-zero exit status: 13

This could be caused by upgrading mesa.

Comment 1 Petr Pisar 2015-07-21 10:29:47 UTC
The failure detail:

$ perl -Iblib/{arch,lib} ./t/x01.pl
Can't locate Math/Trig.pm in @INC (you may need to install the Math::Trig module) (@INC contains: blib/arch blib/lib /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 ./t/x01.pl line 29, <DATA> line 207.
BEGIN failed--compilation aborted at ./t/x01.pl line 29, <DATA> line 207.

The test uses Math::Trig, but does not declare dependency on it. The module was unbundled from perl package.