|
I cannot build Crypt::Primes from source. Everything goes OK until I
get to the make test step, then I get this:
# gmake test
PERL_DL_NONLAZY=1 /opt/gnu/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/genprime.............. Failed 10/10 subtests
t/genprime_elgamal...... Failed 10/10 subtests
t/intermediates......... Failed 8/8 subtests
Test Summary Report
-------------------
t/genprime.t (Wstat: 139 Tests: 0 Failed: 0)
Parse errors: Bad plan. You planned 10 tests but ran 0.
t/genprime_elgamal.t (Wstat: 139 Tests: 0 Failed: 0)
Parse errors: Bad plan. You planned 10 tests but ran 0.
t/intermediates.t (Wstat: 139 Tests: 0 Failed: 0)
Parse errors: Bad plan. You planned 8 tests but ran 0.
Files=3, Tests=0, 4 wallclock secs ( 0.09 usr 0.03 sys + 1.03 cusr 0.82 csys = 1.97 CPU)
Result: FAIL
Failed 3/3 test programs. 0/0 subtests failed.
gmake: *** [test_dynamic] Error 255
# /opt/gnu/bin/perl -v
This is perl, v5.10.0 built for sun4-solaris
Copyright 1987-2007, Larry Wall
Perl may be copied only under the terms of either the Artistic License or the
GNU General Public License, which may be found in the Perl 5 source kit.
Complete documentation for Perl, including FAQ lists, should be found on
this system using "man perl" or "perldoc perl". If you have access to the
Internet, point your browser at http://www.perl.org/, the Perl Home Page.
# uname -a
SunOS mysun 5.10 Generic_120011-14 sun4u sparc SUNW,Ultra-60
It also dumps an enormous core file. Any suggestions?
jd
|