[Bug 1041304] FTBFS: self check failures

bugzilla at redhat.com bugzilla at redhat.com
Wed Feb 26 12:04:31 UTC 2014


https://bugzilla.redhat.com/show_bug.cgi?id=1041304

Petr Pisar <ppisar at redhat.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|MODIFIED                    |ASSIGNED



--- Comment #8 from Petr Pisar <ppisar at redhat.com> ---
The fix is not sufficient as it will install some files requiring the disabled
PDL::Slatec module:

$ grep -Hnr PDL::Slatec
share/doc/perl-PDL-2.7.0/TODO:137:   * PDL::Slatec
share/doc/perl-PDL-2.7.0/TODO:212:   * Convert PDL::Slatec to use C with f2c of
source
share/doc/perl-PDL-2.7.0/Release_Notes:1380:       and EU::F77 installed,
PDL::Slatec will be built.
share/doc/perl-PDL-2.7.0/Changes:4964:    we now check if PDL::Slatec can
actually be used.  My
share/doc/perl-PDL-2.7.0/Changes:4966:    from the PDL::Slatec build time
configuration.
lib64/perl5/vendor_perl/PDL/Modules.pod:228:=item L<PDL::Slatec|PDL::Slatec>
lib64/perl5/vendor_perl/PDL/MatrixOps.pm:46:L<PDL::Slatec|PDL::Slatec> or any
of the PDL::GSL family of modules).
lib64/perl5/vendor_perl/PDL/Matrix.pm:32:want to read L<PDL::MatrixOps> or
L<PDL::Slatec>.
lib64/perl5/vendor_perl/PDL/Matrix.pm:90:#use PDL::Slatec;
lib64/perl5/vendor_perl/PDL/Matrix.pm:215:eval "use PDL::Slatec";
lib64/perl5/vendor_perl/PDL/Matrix.pm:220:  croak "inv: PDL::Slatec not
available" unless $has_slatec;
lib64/perl5/vendor_perl/PDL/Func.pm:75:Only available if
L<PDL::Slatec|PDL::Slatec> is installed.
lib64/perl5/vendor_perl/PDL/Func.pm:104:L<PDL::Slatec::chic|PDL::Slatec/chic>
and use a hash reference
lib64/perl5/vendor_perl/PDL/Func.pm:124:of L<chic|PDL::Slatec/chic>. 
lib64/perl5/vendor_perl/PDL/Func.pm:166:    eval "use PDL::Slatec";
lib64/perl5/vendor_perl/PDL/Func.pm:265:    croak "ERROR: Hermite interpolation
is not available without PDL::Slatec.\n"
lib64/perl5/vendor_perl/PDL/Func.pm:396:        croak "ERROR: Hermite
interpolation is not available without PDL::Slatec.\n"
lib64/perl5/vendor_perl/PDL/Func.pm:404:        croak "ERROR: Hermite
interpolation is not available without PDL::Slatec.\n"
lib64/perl5/vendor_perl/PDL/Fit/Polynomial.pm:75:# use PDL::Slatec;  # For
matinv()
lib64/perl5/vendor_perl/PDL/Fit/Polynomial.pm:136:L<PDL::Slatec/"polyfit">
lib64/perl5/vendor_perl/PDL/Fit/Linfit.pm:118:use PDL::Slatec; # For matinv()
lib64/perl5/vendor_perl/PDL/Fit/LM.pm:29:use PDL::Slatec; # for matrix
inversion
lib64/perl5/vendor_perl/PDL/Filter/LinPred.pm:75:use PDL::Slatec;
lib64/perl5/vendor_perl/PDL/Filter/LinPred.pm:173:use PDL::Slatec;
lib64/perl5/vendor_perl/PDL/FFT.pm:116:L<PDL::FFTW|PDL::FFTW> and
L<PDL::Slatec|PDL::Slatec> - 

We need to remove the reverse dependencies either.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=EPkzSs3TXk&a=cc_unsubscribe



More information about the perl-devel mailing list