Subject: | 64-bit t/00_Pari.....FAILED tests 53-54 |
A "make test" works perfectly fine on my 32 bit systems but fails on 64 bit for some reason. I'm not sure if it's a "pari" bug or something with the perl module. Is this a known issue or just a configuration problem on my end? I can give you more details if you want, but here is a little from my console that exploits the problem:
$ cat /etc/redhat-release
CentOS release 4.1 (Final)
$ perl -v
This is perl, v5.8.5 built for x86_64-linux-thread-multi
[...]
$ uname -a
Linux dc1r1x1 2.6.12-xen #1 SMP Sat Sep 17 03:11:25 BST 2005 x86_64 x86_64 x86_64 GNU/Linux
$ make test
[...]
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/00_Pari.....ok 109/127Binary number > 0b11111111111111111111111111111111 non-portable at (eval 3) line 6.
Binary number > 0b11111111111111111111111111111111 non-portable at (eval 3) line 7.
Binary number > 0b11111111111111111111111111111111 non-portable at (eval 3) line 11.
Hexadecimal number > 0xffffffff non-portable at (eval 3) line 12.
Binary number > 0b11111111111111111111111111111111 non-portable at (eval 3) line 13.
t/00_Pari.....FAILED tests 53-54
Failed 2/127 tests, 98.43% okay
t/analyz......ok
I do not have a patch that solves the problem.