4Hi list,

I've been trying to install Crypt::RSA for a couple of hours now and
I've run out of ideas. 

perl Makefile.PL and make runs smoothly but make test shows this:

PARI:   ***   precision loss in truncation at
/usr/lib/perl5/site_perl/Crypt/Primes.pm line 580.

on that line of Crypt::Primes is:
my $B = floor ( $c_opt * ( $k ** 2 ) );

and that floor function is from Math::Pari so it's either wrong code in
Crypt::Prime or something wrong with my Math::Pari module. 

I installed Math-Pari-2.010201 with pari-2.1.3 and I have trouble making
test there as well. What happends with thoose tests is that it seems to
hang (i've spent 27 cpu minutes on an amd 750) and 'NOK 26' is where it
hang. (i've been trying on another computer also where the cpu time now
is 132 minutes but so I have no hope it'll finish)

t/Pari..............FAILED tests 7,
57                                       
        Failed 2/102 tests, 98.04% okay
t/PlotRect..........PARI:   ***   incorrect dimensions in initrect. at
t/PlotRect.t line 28.
t/PlotRect..........dubious                                                  
        Test returned status 29 (wstat 7424, 0x1d00)
DIED. FAILED test 1
        Failed 1/1 tests, 0.00% okay
t/all...............open `./pari-2.0.11.beta/src/test/32/all': No such
file or directory at test_eng/Testout.pm line 10.
        ...propagated at t/all.t line 5.
t/all...............dubious                                                  
        Test returned status 2 (wstat 512, 0x200)
t/analyz............ok, 2/6 skipped: various
reasons                         
t/elliptic..........FAILED tests 1, 4-5, 7-12, 14-15, 17-36, 38-42,
44       
        Failed 37/46 tests, 19.57% okay (-3 skipped tests: 6 okay,
13.04%)
t/graph.............FAILED tests 4, 10, 15-17, 20-21,
23                     
        Failed 8/28 tests, 71.43% okay (-3 skipped tests: 17 okay,
60.71%)
t/linear............FAILED tests 1-2, 11, 16, 37,
75-77                      
        Failed 8/105 tests, 92.38% okay (-2 skipped tests: 95 okay,
90.48%)
t/nfields...........NOK 26     



Anyone that's run into this? What happends when you try to install
Crypt:RSA?

/Jon

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to