hello all,
I am having trouble installing crypt::rijndael via perl CPAN. I have attached
output.
I would appreciate any help.
Kindest regards,
uname -a
SunOS workvisa 5.11 snv_101b i86pc i386 i86pc
--
This message posted from opensolaris.org
-------------- next part --------------
# perl -MCPAN -e 'install Crypt::Rijndael'
CPAN: Storable loaded ok
Going to read /root/.cpan/Metadata
Database was generated on Thu, 12 Feb 2009 00:26:53 GMT
Running install for module Crypt::Rijndael
Running make for B/BD/BDFOY/Crypt-Rijndael-1.07.tar.gz
CPAN: Digest::MD5 loaded ok
Checksum for
/root/.cpan/sources/authors/id/B/BD/BDFOY/Crypt-Rijndael-1.07.tar.gz ok
Scanning cache /root/.cpan/build for sizes
x Crypt-Rijndael-1.07, 0 bytes, 0 tape blocks
x Crypt-Rijndael-1.07/_rijndael.c, 22804 bytes, 45 tape blocks
x Crypt-Rijndael-1.07/Changes, 4361 bytes, 9 tape blocks
x Crypt-Rijndael-1.07/COPYING, 23244 bytes, 46 tape blocks
x Crypt-Rijndael-1.07/examples, 0 bytes, 0 tape blocks
x Crypt-Rijndael-1.07/examples/README, 69 bytes, 1 tape blocks
x Crypt-Rijndael-1.07/LICENSE, 31 bytes, 1 tape blocks
x Crypt-Rijndael-1.07/Makefile.PL, 930 bytes, 2 tape blocks
x Crypt-Rijndael-1.07/MANIFEST, 350 bytes, 1 tape blocks
x Crypt-Rijndael-1.07/META.yml, 532 bytes, 2 tape blocks
x Crypt-Rijndael-1.07/NEWS, 369 bytes, 1 tape blocks
x Crypt-Rijndael-1.07/README, 2867 bytes, 6 tape blocks
x Crypt-Rijndael-1.07/rijndael.h, 6214 bytes, 13 tape blocks
x Crypt-Rijndael-1.07/Rijndael.pm, 2980 bytes, 6 tape blocks
x Crypt-Rijndael-1.07/Rijndael.xs, 3841 bytes, 8 tape blocks
x Crypt-Rijndael-1.07/t, 0 bytes, 0 tape blocks
x Crypt-Rijndael-1.07/t/00_load.t, 11396 bytes, 23 tape blocks
x Crypt-Rijndael-1.07/t/blocksize.t, 155 bytes, 1 tape blocks
x Crypt-Rijndael-1.07/t/cbc.t, 449 bytes, 1 tape blocks
x Crypt-Rijndael-1.07/t/cfb.t, 450 bytes, 1 tape blocks
x Crypt-Rijndael-1.07/t/ctr.t, 449 bytes, 1 tape blocks
x Crypt-Rijndael-1.07/t/ecb.t, 449 bytes, 1 tape blocks
x Crypt-Rijndael-1.07/t/lib, 0 bytes, 0 tape blocks
x Crypt-Rijndael-1.07/t/lib/mode.pl, 488 bytes, 1 tape blocks
x Crypt-Rijndael-1.07/t/ofb.t, 449 bytes, 1 tape blocks
x Crypt-Rijndael-1.07/t/pcbc.t, 545 bytes, 2 tape blocks
x Crypt-Rijndael-1.07/t/pod.t, 128 bytes, 1 tape blocks
x Crypt-Rijndael-1.07/t/pod_coverage.t, 160 bytes, 1 tape blocks
x Crypt-Rijndael-1.07/t/rt, 0 bytes, 0 tape blocks
x Crypt-Rijndael-1.07/t/rt/27632.t, 1040 bytes, 3 tape blocks
x Crypt-Rijndael-1.07/t/test_manifest, 171 bytes, 1 tape blocks
x Crypt-Rijndael-1.07/typemap, 28 bytes, 1 tape blocks
Removing previously used /root/.cpan/build/Crypt-Rijndael-1.07
CPAN.pm: Going to build B/BD/BDFOY/Crypt-Rijndael-1.07.tar.gz
WARNING: LICENSE is not a known parameter.
Checking if your kit is complete...
Looks good
'LICENSE' is not a known MakeMaker parameter name.
Writing Makefile for Crypt::Rijndael
cp Rijndael.pm blib/lib/Crypt/Rijndael.pm
cc -c -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_TS_ERRNO -xO3 -xspace
-xildoff -DVERSION=\"1.07\" -DXS_VERSION=\"1.07\" -KPIC
"-I/usr/perl5/5.8.4/lib/i86pc-solaris-64int/CORE" _rijndael.c
/usr/bin/perl /usr/perl5/5.8.4/lib/ExtUtils/xsubpp -typemap
/usr/perl5/5.8.4/lib/ExtUtils/typemap -typemap typemap Rijndael.xs >
Rijndael.xsc && mv Rijndael.xsc Rijndael.c
cc -c -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_TS_ERRNO -xO3 -xspace
-xildoff -DVERSION=\"1.07\" -DXS_VERSION=\"1.07\" -KPIC
"-I/usr/perl5/5.8.4/lib/i86pc-solaris-64int/CORE" Rijndael.c
Running Mkbootstrap for Crypt::Rijndael ()
chmod 644 Rijndael.bs
rm -f blib/arch/auto/Crypt/Rijndael/Rijndael.so
LD_RUN_PATH="" cc -G _rijndael.o Rijndael.o -o
blib/arch/auto/Crypt/Rijndael/Rijndael.so
chmod 755 blib/arch/auto/Crypt/Rijndael/Rijndael.so
cp Rijndael.bs blib/arch/auto/Crypt/Rijndael/Rijndael.bs
chmod 644 blib/arch/auto/Crypt/Rijndael/Rijndael.bs
Manifying blib/man3/Crypt::Rijndael.3
/usr/bin/make -- OK
Running make test
/usr/bin/perl "-MTest::Manifest" "-e" "run_t_manifest(0, 'blib/lib',
'blib/arch', )"
Level is
Test::Manifest::test_harness found [t/00_load.t t/pod.t t/pod_coverage.t
t/blocksize.t t/cbc.t t/cfb.t t/ctr.t t/ecb.t t/ofb.t t/pcbc.t t/rt/27632.t]
t/00_load.........ok
t/pod.............skipped
all skipped: Test::Pod 1.00 required for testing POD
t/pod_coverage....skipped
all skipped: Test::Pod::Coverage 1.00 required for testing POD coverage
t/blocksize.......ok
t/cbc.............Warning: Use of "require" without parentheses is ambiguous at
(eval 1) line 2.
# Failed test (t/cbc.t at line 7)
# Tried to require '/root/.cpan/build/Crypt-Rijndael-1.07/t/lib/mode.pl'.
# Error: Bareword "cpan" not allowed while "strict subs" in use at (eval
1) line 2.
# Bareword "build" not allowed while "strict subs" in use at (eval 1) line 2.
# Bareword "Crypt" not allowed while "strict subs" in use at (eval 1) line 2.
# Bareword "Rijndael" not allowed while "strict subs" in use at (eval 1) line 2.
# Bareword "t" not allowed while "strict subs" in use at (eval 1) line 2.
# Bareword "lib" not allowed while "strict subs" in use at (eval 1) line 2.
# Bareword "mode" not allowed while "strict subs" in use at (eval 1) line 2.
# Bareword "pl" not allowed while "strict subs" in use at (eval 1) line 2.
Undefined subroutine &main::crypt_decrypt called at t/cbc.t line 16.
# Looks like you failed 1 tests of 3.
# Looks like your test died just after 3.
t/cbc.............dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED test 1
Failed 1/3 tests, 66.67% okay
t/cfb.............Warning: Use of "require" without parentheses is ambiguous at
(eval 1) line 2.
# Failed test (t/cfb.t at line 7)
# Tried to require '/root/.cpan/build/Crypt-Rijndael-1.07/t/lib/mode.pl'.
# Error: Bareword "cpan" not allowed while "strict subs" in use at (eval
1) line 2.
# Bareword "build" not allowed while "strict subs" in use at (eval 1) line 2.
# Bareword "Crypt" not allowed while "strict subs" in use at (eval 1) line 2.
# Bareword "Rijndael" not allowed while "strict subs" in use at (eval 1) line 2.
# Bareword "t" not allowed while "strict subs" in use at (eval 1) line 2.
# Bareword "lib" not allowed while "strict subs" in use at (eval 1) line 2.
# Bareword "mode" not allowed while "strict subs" in use at (eval 1) line 2.
# Bareword "pl" not allowed while "strict subs" in use at (eval 1) line 2.
t/cfb.............ok 2/0Undefined subroutine &main::crypt_decrypt called at
t/cfb.t line 16.
t/cfb.............ok 3/0# Looks like you failed 1 tests of 3.
# Looks like your test died just after 3.
t/cfb.............dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED test 1
Failed 1/3 tests, 66.67% okay
t/ctr.............Warning: Use of "require" without parentheses is ambiguous at
(eval 1) line 2.
# Failed test (t/ctr.t at line 7)
# Tried to require '/root/.cpan/build/Crypt-Rijndael-1.07/t/lib/mode.pl'.
# Error: Bareword "cpan" not allowed while "strict subs" in use at (eval
1) line 2.
# Bareword "build" not allowed while "strict subs" in use at (eval 1) line 2.
# Bareword "Crypt" not allowed while "strict subs" in use at (eval 1) line 2.
# Bareword "Rijndael" not allowed while "strict subs" in use at (eval 1) line 2.
# Bareword "t" not allowed while "strict subs" in use at (eval 1) line 2.
# Bareword "lib" not allowed while "strict subs" in use at (eval 1) line 2.
# Bareword "mode" not allowed while "strict subs" in use at (eval 1) line 2.
# Bareword "pl" not allowed while "strict subs" in use at (eval 1) line 2.
t/ctr.............ok 3/0Undefined subroutine &main::crypt_decrypt called at
t/ctr.t line 16.
# Looks like you failed 1 tests of 3.
# Looks like your test died just after 3.
t/ctr.............dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED test 1
Failed 1/3 tests, 66.67% okay
t/ecb.............Warning: Use of "require" without parentheses is ambiguous at
(eval 1) line 2.
t/ecb.............NOK 1# Failed test (t/ecb.t at line 7)
# Tried to require '/root/.cpan/build/Crypt-Rijndael-1.07/t/lib/mode.pl'.
# Error: Bareword "cpan" not allowed while "strict subs" in use at (eval
1) line 2.
# Bareword "build" not allowed while "strict subs" in use at (eval 1) line 2.
# Bareword "Crypt" not allowed while "strict subs" in use at (eval 1) line 2.
# Bareword "Rijndael" not allowed while "strict subs" in use at (eval 1) line 2.
# Bareword "t" not allowed while "strict subs" in use at (eval 1) line 2.
# Bareword "lib" not allowed while "strict subs" in use at (eval 1) line 2.
# Bareword "mode" not allowed while "strict subs" in use at (eval 1) line 2.
# Bareword "pl" not allowed while "strict subs" in use at (eval 1) line 2.
t/ecb.............ok 3/0Undefined subroutine &main::crypt_decrypt called at
t/ecb.t line 16.
# Looks like you failed 1 tests of 3.
# Looks like your test died just after 3.
t/ecb.............dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED test 1
Failed 1/3 tests, 66.67% okay
t/ofb.............Warning: Use of "require" without parentheses is ambiguous at
(eval 1) line 2.
# Failed test (t/ofb.t at line 7)
# Tried to require '/root/.cpan/build/Crypt-Rijndael-1.07/t/lib/mode.pl'.
# Error: Bareword "cpan" not allowed while "strict subs" in use at (eval
1) line 2.
# Bareword "build" not allowed while "strict subs" in use at (eval 1) line 2.
# Bareword "Crypt" not allowed while "strict subs" in use at (eval 1) line 2.
# Bareword "Rijndael" not allowed while "strict subs" in use at (eval 1) line 2.
# Bareword "t" not allowed while "strict subs" in use at (eval 1) line 2.
# Bareword "lib" not allowed while "strict subs" in use at (eval 1) line 2.
# Bareword "mode" not allowed while "strict subs" in use at (eval 1) line 2.
# Bareword "pl" not allowed while "strict subs" in use at (eval 1) line 2.
Undefined subroutine &main::crypt_decrypt called at t/ofb.t line 16.
# Looks like you failed 1 tests of 3.
# Looks like your test died just after 3.
t/ofb.............dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED test 1
Failed 1/3 tests, 66.67% okay
t/pcbc............Warning: Use of "require" without parentheses is ambiguous at
(eval 1) line 2.
# Failed test (t/pcbc.t at line 7)
# Tried to require '/root/.cpan/build/Crypt-Rijndael-1.07/t/lib/mode.pl'.
# Error: Bareword "cpan" not allowed while "strict subs" in use at (eval
1) line 2.
# Bareword "build" not allowed while "strict subs" in use at (eval 1) line 2.
# Bareword "Crypt" not allowed while "strict subs" in use at (eval 1) line 2.
# Bareword "Rijndael" not allowed while "strict subs" in use at (eval 1) line 2.
# Bareword "t" not allowed while "strict subs" in use at (eval 1) line 2.
# Bareword "lib" not allowed while "strict subs" in use at (eval 1) line 2.
# Bareword "mode" not allowed while "strict subs" in use at (eval 1) line 2.
# Bareword "pl" not allowed while "strict subs" in use at (eval 1) line 2.
# Looks like you failed 1 tests of 3.
t/pcbc............dubious
Test returned status 1 (wstat 256, 0x100)
DIED. FAILED test 1
Failed 1/3 tests, 66.67% okay
t/rt/27632........ok
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t/cbc.t 255 65280 3 1 33.33% 1
t/cfb.t 255 65280 3 1 33.33% 1
t/ctr.t 255 65280 3 1 33.33% 1
t/ecb.t 255 65280 3 1 33.33% 1
t/ofb.t 255 65280 3 1 33.33% 1
t/pcbc.t 1 256 3 1 33.33% 1
2 tests skipped.
Failed 6/11 test scripts, 45.45% okay. 6/64 subtests failed, 90.62% okay.
*** Error code 29
make: Fatal error: Command failed for target `test_dynamic'
/usr/bin/make test -- NOT OK
Running make install
make test had returned bad status, won't install without force