This distribution has been tested as part of the cpan-testers
effort to test as many new uploads to CPAN as possible. See
http://testers.cpan.org/
--
Dear Ian Robertson,
This is a computer-generated error report created automatically by
CPANPLUS, version 0.84. Testers personal comments may appear
at the end of this report.
Thank you for uploading your work to CPAN. However, it appears that
there were some problems testing your distribution.
TEST RESULTS:
Below is the error stack from stage 'fetch':
[MSG] [Wed Aug 6 05:55:46 2008] Module 'Google::SAML::Response' requires 'XML::CanonicalizeXML' version '0' to be installed
[MSG] [Wed Aug 6 05:55:49 2008] Trying to get '
ftp://ftp.funet.fi/pub/CPAN/authors/id/I/IR/IROBERTS/CHECKSUMS'
[MSG] [Wed Aug 6 05:55:50 2008] Checksum matches for 'Crypt-OpenSSL-Bignum-0.04.tar.gz'
[MSG] [Wed Aug 6 05:55:50 2008] Extracted 'Crypt-OpenSSL-Bignum-0.04/'
[MSG] [Wed Aug 6 05:55:50 2008] Extracted 'Crypt-OpenSSL-Bignum-0.04/Bignum/'
[MSG] [Wed Aug 6 05:55:50 2008] Extracted 'Crypt-OpenSSL-Bignum-0.04/Bignum/CTX.pm'
[MSG] [Wed Aug 6 05:55:50 2008] Extracted 'Crypt-OpenSSL-Bignum-0.04/LICENSE'
[MSG] [Wed Aug 6 05:55:50 2008] Extracted 'Crypt-OpenSSL-Bignum-0.04/README'
[MSG] [Wed Aug 6 05:55:50 2008] Extracted 'Crypt-OpenSSL-Bignum-0.04/Changes'
[MSG] [Wed Aug 6 05:55:50 2008] Extracted 'Crypt-OpenSSL-Bignum-0.04/test.pl'
[MSG] [Wed Aug 6 05:55:50 2008] Extracted 'Crypt-OpenSSL-Bignum-0.04/Makefile.PL'
[MSG] [Wed Aug 6 05:55:50 2008] Extracted 'Crypt-OpenSSL-Bignum-0.04/META.yml'
[MSG] [Wed Aug 6 05:55:50 2008] Extracted 'Crypt-OpenSSL-Bignum-0.04/typemap'
[MSG] [Wed Aug 6 05:55:50 2008] Extracted 'Crypt-OpenSSL-Bignum-0.04/Bignum.pm'
[MSG] [Wed Aug 6 05:55:50 2008] Extracted 'Crypt-OpenSSL-Bignum-0.04/Bignum.xs'
[MSG] [Wed Aug 6 05:55:50 2008] Extracted 'Crypt-OpenSSL-Bignum-0.04/MANIFEST'
[MSG] [Wed Aug 6 05:55:50 2008] Extracted 'Crypt::OpenSSL::Bignum' to '/home/cpan/pit/rel/perl-5.10.0/.cpanplus/5.10.0/build/Crypt-OpenSSL-Bignum-0.04'
[MSG] [Wed Aug 6 05:55:52 2008] Checking if your kit is complete...
Looks good
Writing Makefile for Crypt::OpenSSL::Bignum
[MSG] [Wed Aug 6 05:55:52 2008] DEFAULT 'filter_prereqs' HANDLER RETURNING 'sub return value'
[MSG] [Wed Aug 6 05:55:52 2008] Checking for previous PASS result for "Crypt-OpenSSL-Bignum-0.04"
[ERROR] [Wed Aug 6 05:56:00 2008] MAKE failed: Illegal seek cp Bignum.pm blib/lib/Crypt/OpenSSL/Bignum.pm
cp Bignum/CTX.pm blib/lib/Crypt/OpenSSL/Bignum/CTX.pm
/home/cpan/pit/rel/perl-5.10.0/bin/perl /home/cpan/pit/rel/perl-5.10.0/lib/5.10.0/ExtUtils/xsubpp -typemap /home/cpan/pit/rel/perl-5.10.0/lib/5.10.0/ExtUtils/typemap -typemap typemap Bignum.xs > Bignum.xsc && mv Bignum.xsc Bignum.c
cc -c -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.04\" -DXS_VERSION=\"0.04\" -fPIC "-I/home/cpan/pit/rel/perl-5.10.0/lib/5.10.0/i686-linux-thread-multi-64int-ld/CORE" -DPERL5 -DOPENSSL_NO_KRB5 Bignum.c
Bignum.xs:5:25: error: openssl/ssl.h: No such file or directory
Bignum.xs:6:24: error: openssl/bn.h: No such file or directory
Bignum.xs: In function ‘new_obj’:
Bignum.xs:13: warning: cast from pointer to integer of different size
Bignum.xs: At top level:
Bignum.xs:21: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
Bignum.c: In function ‘XS_Crypt__OpenSSL__Bignum__free_BN’:
Bignum.c:57: error: ‘BIGNUM’ undeclared (first use in this function)
Bignum.c:57: error: (Each undeclared identifier is reported only once
Bignum.c:57: error: for each function it appears in.)
Bignum.c:57: error: ‘self’ undeclared (first use in this function)
Bignum.c:60: error: expected expression before ‘)’ token
Bignum.xs: In function ‘XS_Crypt__OpenSSL__Bignum_new_from_word’:
Bignum.xs:46: error: ‘BIGNUM’ undeclared (first use in this function)
Bignum.xs:46: error: ‘bn’ undeclared (first use in this function)
Bignum.c:86: error: ‘RETVAL’ undeclared (first use in this function)
Bignum.xs: In function ‘XS_Crypt__OpenSSL__Bignum_new_from_decimal’:
Bignum.xs:59: error: ‘BIGNUM’ undeclared (first use in this function)
Bignum.xs:59: error: ‘bn’ undeclared (first use in this function)
Bignum.c:116: error: ‘RETVAL’ undeclared (first use in this function)
Bignum.xs: In function ‘XS_Crypt__OpenSSL__Bignum_new_from_hex’:
Bignum.xs:72: error: ‘BIGNUM’ undeclared (first use in this function)
Bignum.xs:72: error: ‘bn’ undeclared (first use in this function)
Bignum.c:146: error: ‘RETVAL’ undeclared (first use in this function)
Bignum.xs: In function ‘XS_Crypt__OpenSSL__Bignum_new_from_bin’:
Bignum.xs:85: error: ‘BIGNUM’ undeclared (first use in this function)
Bignum.xs:85: error: ‘bn’ undeclared (first use in this function)
Bignum.c:178: error: ‘RETVAL’ undeclared (first use in this function)
Bignum.xs: In function ‘XS_Crypt__OpenSSL__Bignum_zero’:
Bignum.xs:99: error: ‘BIGNUM’ undeclared (first use in this function)
Bignum.xs:99: error: ‘bn’ undeclared (first use in this function)
Bignum.c:207: error: ‘RETVAL’ undeclared (first use in this function)
Bignum.xs: In function ‘XS_Crypt__OpenSSL__Bignum_one’:
Bignum.xs:111: error: ‘BIGNUM’ undeclared (first use in this function)
Bignum.xs:111: error: ‘bn’ undeclared (first use in this function)
Bignum.c:236: error: ‘RETVAL’ undeclared (first use in this function)
Bignum.c: In function ‘XS_Crypt__OpenSSL__Bignum_to_decimal’:
Bignum.c:261: error: ‘BIGNUM’ undeclared (first use in this function)
Bignum.c:261: error: ‘self’ undeclared (first use in this function)
Bignum.c:266: error: expected expression before ‘)’ token
Bignum.xs:125: warning: assignment makes pointer from integer without a cast
Bignum.c: In function ‘XS_Crypt__OpenSSL__Bignum_to_hex’:
Bignum.c:291: error: ‘BIGNUM’ undeclared (first use in this function)
Bignum.c:291: error: ‘self’ undeclared (first use in this function)
Bignum.c:296: error: expected expression before ‘)’ token
Bignum.xs:136: warning: assignment makes pointer from integer without a cast
Bignum.c: In function ‘XS_Crypt__OpenSSL__Bignum_to_bin’:
Bignum.c:321: error: ‘BIGNUM’ undeclared (first use in this function)
Bignum.c:321: error: ‘self’ undeclared (first use in this function)
Bignum.c:329: error: expected expression before ‘)’ token
Bignum.c: In function ‘XS_Crypt__OpenSSL__Bignum_get_word’:
Bignum.c:356: error: ‘BIGNUM’ undeclared (first use in this function)
Bignum.c:356: error: ‘self’ undeclared (first use in this function)
Bignum.c:361: error: expected expression before ‘)’ token
Bignum.c: In function ‘XS_Crypt__OpenSSL__Bignum_add’:
Bignum.c:384: error: ‘BIGNUM’ undeclared (first use in this function)
Bignum.c:384: error: ‘a’ undeclared (first use in this function)
Bignum.c:385: error: ‘b’ undeclared (first use in this function)
Bignum.xs:168: error: ‘bn’ undeclared (first use in this function)
Bignum.c:392: error: expected expression before ‘)’ token
Bignum.c:395: error: expected expression before ‘)’ token
Bignum.c: In function ‘XS_Crypt__OpenSSL__Bignum_sub’:
Bignum.c:424: error: ‘BIGNUM’ undeclared (first use in this function)
Bignum.c:424: error: ‘a’ undeclared (first use in this function)
Bignum.c:425: error: ‘b’ undeclared (first use in this function)
Bignum.xs:182: error: ‘bn’ undeclared (first use in this function)
Bignum.c:432: error: expected expression before ‘)’ token
Bignum.c:435: error: expected expression before ‘)’ token
Bignum.c: In function ‘XS_Crypt__OpenSSL__Bignum_mul’:
Bignum.c:464: error: ‘BIGNUM’ undeclared (first use in this function)
Bignum.c:464: error: ‘a’ undeclared (first use in this function)
Bignum.c:465: error: ‘b’ undeclared (first use in this function)
Bignum.c:466: error: ‘BN_CTX’ undeclared (first use in this function)
Bignum.c:466: error: ‘ctx’ undeclared (first use in this function)
Bignum.xs:197: error: ‘bn’ undeclared (first use in this function)
Bignum.c:473: error: expected expression before ‘)’ token
Bignum.c:476: error: expected expression before ‘)’ token
Bignum.c:479: error: expected expression before ‘)’ token
Bignum.c: In function ‘XS_Crypt__OpenSSL__Bignum_div’:
Bignum.c:508: error: ‘BIGNUM’ undeclared (first use in this function)
Bignum.c:508: error: ‘a’ undeclared (first use in this function)
Bignum.c:509: error: ‘b’ undeclared (first use in this function)
Bignum.c:510: error: ‘BN_CTX’ undeclared (first use in this function)
Bignum.c:510: error: ‘ctx’ undeclared (first use in this function)
Bignum.xs:212: error: ‘quotient’ undeclared (first use in this function)
Bignum.c:518: error: expected expression before ‘)’ token
Bignum.c:521: error: expected expression before ‘)’ token
Bignum.c:524: error: expected expression before ‘)’ token
Bignum.xs:218: error: lvalue required as left operand of assignment
Bignum.c: In function ‘XS_Crypt__OpenSSL__Bignum_sqr’:
Bignum.c:553: error: ‘BIGNUM’ undeclared (first use in this function)
Bignum.c:553: error: ‘a’ undeclared (first use in this function)
Bignum.c:554: error: ‘BN_CTX’ undeclared (first use in this function)
Bignum.c:554: error: ‘ctx’ undeclared (first use in this function)
Bignum.xs:229: error: ‘bn’ undeclared (first use in this function)
Bignum.c:559: error: ‘RETVAL’ undeclared (first use in this function)
Bignum.c:562: error: expected expression before ‘)’ token
Bignum.c:565: error: expected expression before ‘)’ token
Bignum.c: In function ‘XS_Crypt__OpenSSL__Bignum_mod’:
Bignum.c:593: error: ‘BIGNUM’ undeclared (first use in this function)
Bignum.c:593: error: ‘a’ undeclared (first use in this function)
Bignum.c:594: error: ‘b’ undeclared (first use in this function)
Bignum.c:595: error: ‘BN_CTX’ undeclared (first use in this function)
Bignum.c:595: error: ‘ctx’ undeclared (first use in this function)
Bignum.xs:245: error: ‘bn’ undeclared (first use in this function)
Bignum.c:602: error: expected expression before ‘)’ token
Bignum.c:605: error: expected expression before ‘)’ token
Bignum.c:608: error: expected expression before ‘)’ token
Bignum.c: In function ‘XS_Crypt__OpenSSL__Bignum_mod_mul’:
Bignum.c:635: error: ‘BIGNUM’ undeclared (first use in this function)
Bignum.c:635: error: ‘a’ undeclared (first use in this function)
Bignum.c:636: error: ‘b’ undeclared (first use in this function)
Bignum.c:637: error: ‘m’ undeclared (first use in this function)
Bignum.c:638: error: ‘BN_CTX’ undeclared (first use in this function)
Bignum.c:638: error: ‘ctx’ undeclared (first use in this function)
Bignum.xs:261: error: ‘bn’ undeclared (first use in this function)
Bignum.c:643: error: ‘RETVAL’ undeclared (first use in this function)
Bignum.c:646: error: expected expression before ‘)’ token
Bignum.c:649: error: expected expression before ‘)’ token
Bignum.c:652: error: expected expression before ‘)’ token
Bignum.c:655: error: expected expression before ‘)’ token
Bignum.c: In function ‘XS_Crypt__OpenSSL__Bignum_exp’:
Bignum.c:681: error: ‘BIGNUM’ undeclared (first use in this function)
Bignum.c:681: error: ‘a’ undeclared (first use in this function)
Bignum.c:682: error: ‘p’ undeclared (first use in this function)
Bignum.c:683: error: ‘BN_CTX’ undeclared (first use in this function)
Bignum.c:683: error: ‘ctx’ undeclared (first use in this function)
Bignum.xs:277: error: ‘bn’ undeclared (first use in this function)
Bignum.c:688: error: ‘RETVAL’ undeclared (first use in this function)
Bignum.c:691: error: expected expression before ‘)’ token
Bignum.c:694: error: expected expression before ‘)’ token
Bignum.c:697: error: expected expression before ‘)’ token
Bignum.c: In function ‘XS_Crypt__OpenSSL__Bignum_mod_exp’:
Bignum.c:723: error: ‘BIGNUM’ undeclared (first use in this function)
Bignum.c:723: error: ‘a’ undeclared (first use in this function)
Bignum.c:724: error: ‘p’ undeclared (first use in this function)
Bignum.c:725: error: ‘m’ undeclared (first use in this function)
Bignum.c:726: error: ‘BN_CTX’ undeclared (first use in this function)
Bignum.c:726: error: ‘ctx’ undeclared (first use in this function)
Bignum.xs:294: error: ‘bn’ undeclared (first use in this function)
Bignum.c:731: error: ‘RETVAL’ undeclared (first use in this function)
Bignum.c:734: error: expected expression before ‘)’ token
Bignum.c:737: error: expected expression before ‘)’ token
Bignum.c:740: error: expected expression before ‘)’ token
Bignum.c:743: error: expected expression before ‘)’ token
Bignum.c: In function ‘XS_Crypt__OpenSSL__Bignum_mod_inverse’:
Bignum.c:769: error: ‘BIGNUM’ undeclared (first use in this function)
Bignum.c:769: error: ‘a’ undeclared (first use in this function)
Bignum.c:770: error: ‘n’ undeclared (first use in this function)
Bignum.c:771: error: ‘BN_CTX’ undeclared (first use in this function)
Bignum.c:771: error: ‘ctx’ undeclared (first use in this function)
Bignum.xs:310: error: ‘bn’ undeclared (first use in this function)
Bignum.c:776: error: ‘RETVAL’ undeclared (first use in this function)
Bignum.c:779: error: expected expression before ‘)’ token
Bignum.c:782: error: expected expression before ‘)’ token
Bignum.c:785: error: expected expression before ‘)’ token
Bignum.c: In function ‘XS_Crypt__OpenSSL__Bignum_gcd’:
Bignum.c:811: error: ‘BIGNUM’ undeclared (first use in this function)
Bignum.c:811: error: ‘a’ undeclared (first use in this function)
Bignum.c:812: error: ‘b’ undeclared (first use in this function)
Bignum.c:813: error: ‘BN_CTX’ undeclared (first use in this function)
Bignum.c:813: error: ‘ctx’ undeclared (first use in this function)
Bignum.xs:326: error: ‘bn’ undeclared (first use in this function)
Bignum.c:818: error: ‘RETVAL’ undeclared (first use in this function)
Bignum.c:821: error: expected expression before ‘)’ token
Bignum.c:824: error: expected expression before ‘)’ token
Bignum.c:827: error: expected expression before ‘)’ token
Bignum.c: In function ‘XS_Crypt__OpenSSL__Bignum_cmp’:
Bignum.c:853: error: ‘BIGNUM’ undeclared (first use in this function)
Bignum.c:853: error: ‘a’ undeclared (first use in this function)
Bignum.c:854: error: ‘b’ undeclared (first use in this function)
Bignum.c:859: error: expected expression before ‘)’ token
Bignum.c:862: error: expected expression before ‘)’ token
Bignum.c: In function ‘XS_Crypt__OpenSSL__Bignum_is_zero’:
Bignum.c:883: error: ‘BIGNUM’ undeclared (first use in this function)
Bignum.c:883: error: ‘a’ undeclared (first use in this function)
Bignum.c:888: error: expected expression before ‘)’ token
Bignum.c: In function ‘XS_Crypt__OpenSSL__Bignum_is_one’:
Bignum.c:909: error: ‘BIGNUM’ undeclared (first use in this function)
Bignum.c:909: error: ‘a’ undeclared (first use in this function)
Bignum.c:914: error: expected expression before ‘)’ token
Bignum.c: In function ‘XS_Crypt__OpenSSL__Bignum_is_odd’:
Bignum.c:935: error: ‘BIGNUM’ undeclared (first use in this function)
Bignum.c:935: error: ‘a’ undeclared (first use in this function)
Bignum.c:940: error: expected expression before ‘)’ token
Bignum.c: In function ‘XS_Crypt__OpenSSL__Bignum_copy’:
Bignum.c:961: error: ‘BIGNUM’ undeclared (first use in this function)
Bignum.c:961: error: ‘a’ undeclared (first use in this function)
Bignum.c:965: error: ‘RETVAL’ undeclared (first use in this function)
Bignum.c:968: error: expected expression before ‘)’ token
Bignum.c: In function ‘XS_Crypt__OpenSSL__Bignum_pointer_copy’:
Bignum.c:992: error: ‘BIGNUM’ undeclared (first use in this function)
Bignum.c:992: error: ‘a’ undeclared (first use in this function)
Bignum.c:999: error: expected expression before ‘)’ token
Bignum.c: In function ‘XS_Crypt__OpenSSL__Bignum__CTX_new’:
Bignum.c:1022: error: ‘BN_CTX’ undeclared (first use in this function)
Bignum.c:1022: error: ‘RETVAL’ undeclared (first use in this function)
Bignum.c: In function ‘XS_Crypt__OpenSSL__Bignum__CTX__free_BN_CTX’:
Bignum.c:1044: error: ‘BN_CTX’ undeclared (first use in this function)
Bignum.c:1044: error: ‘self’ undeclared (first use in this function)
Bignum.c:1047: error: expected expression before ‘)’ token
make: *** [Bignum.o] Error 1
******************************** NOTE ********************************
The comments above are created mechanically, possibly without manual
checking by the sender. As there are many people performing automatic
tests on each upload to CPAN, it is likely that you will receive
identical messages about the same problem.
If you believe that the message is mistaken, please reply to the first
one with correction and/or additional informations, and do not take
it personally. We appreciate your patience. :)
**********************************************************************
Additional comments:
This report was machine-generated by CPANPLUS::Dist::YACSmoke 0.02.
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
AUTOMATED_TESTING = 1
LANG = en_GB.UTF-8
PATH = /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
PERL5_CPANPLUS_IS_RUNNING = 25996
PERL5_CPANPLUS_IS_VERSION = 0.84
PERL5_CPANPLUS_VERBOSE = 1
PERL_MM_USE_DEFAULT = 1
SHELL = /bin/bash
TERM = screen
Perl special variables (and OS-specific diagnostics, for MSWin32):
Perl: $^X = /home/cpan/pit/rel/perl-5.10.0/bin/perl
UID: $< = 1001
EUID: $> = 1001
GID: $( = 1001 1001
EGID: $) = 1001 1001
-------------------------------
--
Summary of my perl5 (revision 5 version 10 subversion 0) configuration:
Platform:
osname=linux, osvers=
2.6.24-19-generic, archname=i686-linux-thread-multi-64int-ld
uname='linux umbra-work
2.6.24-19-generic #1 smp fri jul 11 23:41:49 utc 2008 i686 gnulinux '
config_args='-de -Dprefix=/home/cpan/pit/rel/perl-5.10.0 -Dusethreads -Duse64bitint -Duselongdouble'
hint=recommended, useposix=true, d_sigaction=define
useithreads=define, usemultiplicity=define
useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
use64bitint=define, use64bitall=undef, uselongdouble=define
usemymalloc=n, bincompat5005=undef
Compiler:
cc='cc', ccflags ='-D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
optimize='-O2',
cppflags='-D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -I/usr/local/include'
ccversion='', gccversion='
4.2.3 (Ubuntu
4.2.3-2ubuntu7)', gccosandvers=''
intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=12345678
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12
ivtype='long long', ivsize=8, nvtype='long double', nvsize=12, Off_t='off_t', lseeksize=8
alignbytes=4, prototype=define
Linker and Libraries:
ld='cc', ldflags =' -L/usr/local/lib'
libpth=/usr/local/lib /lib /usr/lib
libs=-lnsl -ldl -lm -lcrypt -lutil -lpthread -lc
perllibs=-lnsl -ldl -lm -lcrypt -lutil -lpthread -lc
libc=/
lib/libc-2.7.so, so=so, useshrplib=false, libperl=libperl.a
gnulibc_version='2.7'
Dynamic Linking: