Bug 1245124 - perl-PDL-Graphics-PLplot-0.67-7.fc24 FTBS: undeclared dependency on Math::Trig
Summary: perl-PDL-Graphics-PLplot-0.67-7.fc24 FTBS: undeclared dependency on Math::Trig
Keywords:
Status: CLOSED NEXTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: perl-PDL-Graphics-PLplot
Version: 23
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Petr Pisar
QA Contact: Fedora Extras Quality Assurance
URL: http://koji.fedoraproject.org/koji/ta...
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-07-21 09:12 UTC by Petr Pisar
Modified: 2015-07-21 11:09 UTC (History)
2 users (show)

Fixed In Version: perl-PDL-Graphics-PLplot-0.67-8.fc23
Clone Of:
Environment:
Last Closed: 2015-07-21 11:09:05 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.