pkg-perl-maintainers team mailing list archive
-
pkg-perl-maintainers team
-
Mailing list archive
-
Message #02850
[Bug 1434508] [NEW] PDL::Stats::Basic needs to be recompiled against the newly installed PDL
You have been subscribed to a public bug:
[Impact]
Ubuntu trusty/14.04 (LTS).
Although package can be installed, it's not usable due to pdl, which it
depends on, has been upgraded but this package has not been rebuilt
against it.
This affects all LTS installations (mostly enterprise environments, compute clusters, etc) that wishes to do statistics using
the Perl Data Language, PDL.
[Test Case]
A minimum test script which uses the perl module provided by this
package should execute without errors:
$ cat pdlstatstest.pl
#!/usr/bin/perl
use PDL::LiteF; # loads less modules
use PDL::NiceSlice; # preprocessor for easier pdl indexing syntax
use PDL::Stats;
$ ./pdlstatstest.pl
[PDL->Version: 10 PDL_CORE_VERSION: 8 XS_VERSION: ] PDL::Stats::Basic needs to be recompiled against the newly installed PDL at /usr/lib/perl/5.18/DynaLoader.pm line 207.
Compilation failed in require at (eval 27) line 4.
BEGIN failed--compilation aborted at (eval 27) line 4.
BEGIN failed--compilation aborted at ./pdlstatstest.pl line 4.
[Regression Potential]
None, package is not usable as is.
Future regressions might happen if the cause for this package not being
rebuilt properly when pdl was upgraded isn't fixed.
[Other Info]
Effort to fix is low, as package only needs to be rebuilt.
$ lsb_release -rd
Description: Ubuntu 14.04.2 LTS
Release: 14.04
$ apt-cache policy libpdl-stats-perl
libpdl-stats-perl:
Installed: 0.6.2-1build1
Candidate: 0.6.2-1build1
Version table:
*** 0.6.2-1build1 0
500 http://se.archive.ubuntu.com/ubuntu/ trusty/universe amd64 Packages
100 /var/lib/dpkg/status
** Affects: libpdl-stats-perl (Ubuntu)
Importance: Undecided
Status: New
** Tags: bitesize ftbfs packaging testcase
--
PDL::Stats::Basic needs to be recompiled against the newly installed PDL
https://bugs.launchpad.net/bugs/1434508
You received this bug notification because you are a member of Debian Perl Group, which is subscribed to libpdl-stats-perl in Ubuntu.