Math::Pari Failed Tests

R

Ryan

Trying to install Math::pari on Suse 9.3 but get a couple of
non-portable errors for binary numbers and hex numbers. Here are the
errors for the binary numbers:

t/00_Pari.....ok 106/127Binary number >
0b11111111111111111111111111111111 non-portable at (eval 3) line 6.
t/00_Pari.....ok 107/127Binary number >
0b11111111111111111111111111111111 non-portable at (eval 3) line 7.
t/00_Pari.....ok 109/127Binary number >
0b11111111111111111111111111111111 non-portable at (eval 3) line 11.

I can't seem to find any info on this error. Can someone clue me in
here? Thanks
 
B

Big and Blue

Ryan said:
Trying to install Math::pari on Suse 9.3 but get a couple of
non-portable errors for binary numbers and hex numbers. Here are the
errors for the binary numbers:

t/00_Pari.....ok 106/127Binary number >
0b11111111111111111111111111111111 non-portable at (eval 3) line 6.
...
I can't seem to find any info on this error. Can someone clue me in
here? Thanks

Off the top of my head its an issue between 32- and 64-bit integers
(hence the non-portable reference).
 
T

Tad McClellan

Ryan said:
t/00_Pari.....ok 106/127Binary number >
0b11111111111111111111111111111111 non-portable at (eval 3) line 6.

I can't seem to find any info on this error.


(it is not an "error", it is a "warning")

It appears that you have not yet looked at the very first place
to look for explanations of perl's messages:

perldoc perldiag

=item Binary number > 0b11111111111111111111111111111111 non-portable

(W portable) The binary number you specified is larger than 2**32-1
(4294967295) and therefore non-portable between systems. See
Can someone clue me in
here?


Use the docs, Luke!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top