Subject: | make test fails on forbidden division t_REAL % t_INT |
The following error occurs when i attempt to install Crypt::Random
my perl version is v5.6.1, running on FreeBSD 4.10-PRERELEASE (Also tested on Debian (2.4.18-1-k7) with same results). Math::Pari is bang up to date.
Running make test
PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch -Iblib/lib -I/usr/local/lib/perl5/5.6.1/mach -I/usr/local/lib/perl5/5.6.1/BSDPAN -e 'use Test::Harness qw(&runtests $verbose); $verbose=0; runtests @ARGV;' t/*.t
t/generator.........ok 1/18PARI: *** forbidden division t_REAL % t_INT. at /usr/local/lib/perl5/site_perl/5.6.1/mach/Math/Pari.pm line 978.
t/generator.........dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 4-18
Failed 15/18 tests, 16.67% okay
t/makerandom_itv....PARI: *** forbidden division t_REAL % t_INT. at /usr/local/lib/perl5/site_perl/5.6.1/mach/Math/Pari.pm line 978.
t/makerandom_itv....dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1-5
Failed 5/5 tests, 0.00% okay
t/octet_string......ok
t/pari_misfeature...PARI: *** forbidden division t_REAL % t_INT. at /usr/local/lib/perl5/site_perl/5.6.1/mach/Math/Pari.pm line 978.
t/pari_misfeature...dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED test 1
Failed 1/1 tests, 0.00% okay
t/random............ok
Failed Test Status Wstat Total Fail Failed List of Failed
--------------------------------------------------------------------------------
t/generator.t 255 65280 18 15 83.33% 4-18
t/makerandom_itv.t 255 65280 5 5 100.00% 1-5
t/pari_misfeature.t 255 65280 1 1 100.00% 1
Failed 3/5 test scripts, 40.00% okay. 21/27 subtests failed, 22.22% okay.
*** Error code 2
Stop in /root/.cpan/build/Crypt-Random-1.23.
/usr/bin/make test -- NOT OK
Running make install
make test had returned bad status, won't install without force