Back
From: metabase:user:20a45eae-6c1a-1014-abaf-4bc2b30e56df
Subject: UNKNOWN Math-BigInteger-1.0 v5.18.0 Windows (Cygwin)
Date: 2014-04-09T16:56:04Z
This distribution has been tested as part of the CPAN Testers
project, supporting the Perl programming language. See
http://wiki.cpantesters.org/ for more information or email
questions to cpan-testers-discuss@perl.org
--
Dear Gary Howland,
This is a computer-generated report for Math-BigInteger-1.0
on perl 5.18.0, created by CPAN-Reporter-1.2010.
Thank you for uploading your work to CPAN. However, attempting to
test your distribution gave an inconclusive result.
This could be because your distribution had an error during the make/build
stage, did not define tests, tests could not be found, because your tests were
interrupted before they finished, or because the results of the tests could not
be parsed. You may wish to consult the CPAN Testers Wiki:
http://wiki.cpantesters.org/wiki/CPANAuthorNotes
Sections of this report:
* Tester comments
* Program output
* Prerequisites
* Environment and other context
------------------------------
TESTER COMMENTS
------------------------------
Additional comments from tester:
this report is from an automated smoke testing program
and was not reviewed by a human for accuracy
------------------------------
PROGRAM OUTPUT
------------------------------
Output from '/usr/bin/make':
cp BigInteger.pod blib/lib/Math/BigInteger.pod
cp BigInteger.pm blib/lib/Math/BigInteger.pm
Running Mkbootstrap for Math::BigInteger ()
chmod 644 BigInteger.bs
/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/perl/5.18.0/cygwin-thread-multi/bin/perl.exe /opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/perl/5.18.0/cygwin-thread-multi/local/lib/site_perl/5.18.0/ExtUtils/xsubpp -typemap /opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/perl/5.18.0/cygwin-thread-multi/lib/5.18.0/ExtUtils/typemap -typemap typemap BigInteger.xs > BigInteger.xsc && mv BigInteger.xsc BigInteger.c
Please specify prototyping behavior for BigInteger.xs (see perlxs manual)
gcc -c -DPERL_USE_SAFE_PUTENV -U__STRICT_ANSI__ -fno-strict-aliasing -pipe -fstack-protector -DUSEIMPORTLIB -O3 -DVERSION=\"1.0\" -DXS_VERSION=\"1.0\" "-I/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/perl/5.18.0/cygwin-thread-multi/lib/5.18.0/cygwin-thread-multi/CORE" BigInteger.c
gcc -c -DPERL_USE_SAFE_PUTENV -U__STRICT_ANSI__ -fno-strict-aliasing -pipe -fstack-protector -DUSEIMPORTLIB -O3 -DVERSION=\"1.0\" -DXS_VERSION=\"1.0\" "-I/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/perl/5.18.0/cygwin-thread-multi/lib/5.18.0/cygwin-thread-multi/CORE" bn.c
bn.c: In function âbn_num_bitsâ:
bn.c:92:3: warning: incompatible implicit declaration of built-in function âabortâ [enabled by default]
abort();
^
bn.c: In function âbn_freeâ:
bn.c:139:20: warning: incompatible implicit declaration of built-in function âfreeâ [enabled by default]
if (a->d != NULL) free(a->d);
^
bn.c: In function âbn_newâ:
bn.c:162:16: warning: incompatible implicit declaration of built-in function âmallocâ [enabled by default]
ret=(BIGNUM *)malloc(sizeof(BIGNUM));
^
bn.c:173:2: warning: incompatible implicit declaration of built-in function âmemsetâ [enabled by default]
memset(p,0,(ret->max+1)*sizeof(p[0]));
^
bn.c: In function âbn_expandâ:
bn.c:189:22: warning: incompatible implicit declaration of built-in function âreallocâ [enabled by default]
p=b->d=(BN_ULONG *)realloc(b->d,sizeof(BN_ULONG)*n+1);
^
bn.c:192:3: warning: incompatible implicit declaration of built-in function âmemsetâ [enabled by default]
memset(&(p[b->max]),0,((n+1)-b->max)*sizeof(p[0]));
^
bn.c: In function âbn_copyâ:
bn.c:217:2: warning: incompatible implicit declaration of built-in function âmemcpyâ [enabled by default]
memcpy(a->d,b->d,sizeof(b->d[0])*b->top);
^
bn.c:218:2: warning: incompatible implicit declaration of built-in function âmemsetâ [enabled by default]
memset(&(a->d[b->top]),0,sizeof(a->d[0])*(a->max-b->top));
^
bn.c: In function âbn_zeroâ:
bn.c:231:2: warning: incompatible implicit declaration of built-in function âmemsetâ [enabled by default]
memset(a->d,0,a->max*sizeof(a->d[0]));
^
bn.c: In function âbn_oneâ:
bn.c:240:2: warning: incompatible implicit declaration of built-in function âmemsetâ [enabled by default]
memset(a->d,0,a->max);
^
bn.c: In function âbn_set_wordâ:
bn.c:252:2: warning: incompatible implicit declaration of built-in function âmemsetâ [enabled by default]
memset(a->d,0,a->max);
^
bn.c: In function âbn_addâ:
bn.c:420:2: warning: incompatible implicit declaration of built-in function âmemcpyâ [enabled by default]
memcpy(rp,ap,sizeof(*ap)*(max-i));
^
bn.c: In function âbn_SUBâ:
bn.c:524:2: warning: incompatible implicit declaration of built-in function âmemcpyâ [enabled by default]
memcpy(rp,ap,sizeof(*rp)*(max-i));
^
bn.c: In function âbn_lshiftâ:
bn.c:680:2: warning: incompatible implicit declaration of built-in function âmemsetâ [enabled by default]
memset(t,0,nw*sizeof(t[0]));
^
bn.c: In function âbn_divâ:
bn.c:889:3: warning: return makes integer from pointer without a cast [enabled by default]
return NULL;
^
gcc -c -DPERL_USE_SAFE_PUTENV -U__STRICT_ANSI__ -fno-strict-aliasing -pipe -fstack-protector -DUSEIMPORTLIB -O3 -DVERSION=\"1.0\" -DXS_VERSION=\"1.0\" "-I/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/perl/5.18.0/cygwin-thread-multi/lib/5.18.0/cygwin-thread-multi/CORE" bn_mul.c
gcc -c -DPERL_USE_SAFE_PUTENV -U__STRICT_ANSI__ -fno-strict-aliasing -pipe -fstack-protector -DUSEIMPORTLIB -O3 -DVERSION=\"1.0\" -DXS_VERSION=\"1.0\" "-I/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/perl/5.18.0/cygwin-thread-multi/lib/5.18.0/cygwin-thread-multi/CORE" bn_regs.c
bn_regs.c: In function âbn_get_regâ:
bn_regs.c:91:19: warning: incompatible implicit declaration of built-in function âmallocâ [enabled by default]
regs=(BIGNUM **)malloc(sizeof(BIGNUM *)*1);
^
bn_regs.c:99:19: warning: incompatible implicit declaration of built-in function âreallocâ [enabled by default]
regs=(BIGNUM **)realloc(regs,sizeof(BIGNUM *)*num_regs);
^
rm -f blib/arch/auto/Math/BigInteger/BigInteger.dll
g++ --shared -Wl,--enable-auto-import -Wl,--export-all-symbols -Wl,--enable-auto-image-base -L/usr/local/lib -fstack-protector BigInteger.o bn.o bn_mul.o bn_regs.o -o blib/arch/auto/Math/BigInteger/BigInteger.dll \
/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/perl/5.18.0/cygwin-thread-multi/lib/5.18.0/cygwin-thread-multi/CORE/cygperl5_18_0.dll \
bn.o:bn.c:(.text+0xa71): undefined reference to `Fputc'
bn.o:bn.c:(.text+0xa71): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `Fputc'
bn.o:bn.c:(.text+0xaa5): undefined reference to `Fputc'
bn.o:bn.c:(.text+0xaa5): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `Fputc'
bn.o:bn.c:(.text+0xad2): undefined reference to `Fputc'
bn.o:bn.c:(.text+0xad2): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `Fputc'
bn.o:bn.c:(.text+0xb02): undefined reference to `Fputc'
bn.o:bn.c:(.text+0xb02): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `Fputc'
bn.o:bn.c:(.text+0xb32): undefined reference to `Fputc'
bn.o:bn.c:(.text+0xb32): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `Fputc'
bn.o:bn.c:(.text+0xb62): more undefined references to `Fputc' follow
bn.o:bn.c:(.text+0xb62): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `Fputc'
bn.o:bn.c:(.text+0xb92): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `Fputc'
bn.o:bn.c:(.text+0xbc2): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `Fputc'
bn.o:bn.c:(.text+0xbe9): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `Fputc'
bn.o:bn.c:(.text+0xc00): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `Fputc'
/usr/bin/ld: bn.o: bad reloc address 0x0 in section `.pdata'
collect2: error: ld returned 1 exit status
Makefile:474: recipe for target 'blib/arch/auto/Math/BigInteger/BigInteger.dll' failed
make: *** [blib/arch/auto/Math/BigInteger/BigInteger.dll] Error 1
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
build_requires:
Module Need Have
------------------- ---- ----
ExtUtils::MakeMaker 0 6.90
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
AUTOMATED_TESTING = 1
COMSPEC = C:\Windows\system32\cmd.exe
LD_LIBRARY_PATH =
NUMBER_OF_PROCESSORS = 4
PATH = /opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/bin/5.18.0/cygwin-thread-multi:/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/perl/5.18.0/cygwin-thread-multi/local/bin:/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/perl/5.18.0/cygwin-thread-multi/bin:/usr/local/bin:/usr/bin
PERL = [undef]
PERL5LIB = /opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/perl/5.18.0/cygwin-thread-multi/local/lib/site_perl/5.18.0:/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/perl/5.18.0/cygwin-thread-multi/local/lib/5.18.0:/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/perl/5.18.0/cygwin-thread-multi/local/lib/perl5
PERL5OPT =
PERL5_CPANPLUS_IS_RUNNING = 4608
PERL5_CPAN_IS_EXECUTING = /opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/cpan/5.18.0/cygwin-thread-multi/build/Math-BigInteger-1.0-bHbDV4/Makefile.PL
PERL5_CPAN_IS_RUNNING = 4608
PERL_AUTOINSTALL = --defaultdeps
PERL_CPAN_REPORTER_CONFIG = /cygdrive/c/peter/.cpanreporter/config-cygdrive-c-peter.ini
PERL_EXTUTILS_AUTOINSTALL = 1
PERL_MM_USE_DEFAULT = 1
PERL_MY_PREFIX = /opt/perl5
PERL_MY_SOURCE_DIR = /cygdrive/c/src/perl
PERL_TEST_CRITIC = 1
PROCESSOR_IDENTIFIER = Intel64 Family 6 Model 37 Stepping 5, GenuineIntel
SHELL = /usr/bin/bash
TEMP = /tmp
TERM = xterm
Perl special variables (and OS-specific diagnostics, for MSWin32):
$^X = /opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/perl/5.18.0/cygwin-thread-multi/bin/perl
$UID/$EUID = 22755 / 22755
$GID = 10513 545 1001 10571 44776 45205 10513 51781 18818 59435 72481 43044 30568 43061 18761 12652 12669 12778 42734 20077 51528 11073 51645 61702 17963 51289 43366 55368 57206 20667 20955 49381 74690 50556 23333 65644 65646 51916 51926 51837 45099 56531 30321 49625 31369 67201
$EGID = 10513 545 1001 10571 44776 45205 10513 51781 18818 59435 72481 43044 30568 43061 18761 12652 12669 12778 42734 20077 51528 11073 51645 61702 17963 51289 43366 55368 57206 20667 20955 49381 74690 50556 23333 65644 65646 51916 51926 51837 45099 56531 30321 49625 31369 67201
Perl module toolchain versions installed:
Module Have
------------------- --------
CPAN 2.00
CPAN::Meta 2.133380
Cwd 3.40
ExtUtils::CBuilder 0.280212
ExtUtils::Command 1.18
ExtUtils::Install 1.59
ExtUtils::MakeMaker 6.90
ExtUtils::Manifest 1.63
ExtUtils::ParseXS 3.22
File::Spec 3.40
JSON 2.90
JSON::PP 2.27203
Module::Build 0.4205
Module::Signature n/a
Parse::CPAN::Meta 1.4413
Test::Harness 3.30
Test::More 1.001002
YAML 0.90
YAML::Syck 1.27
version 0.9908
--
Summary of my perl5 (revision 5 version 18 subversion 0) configuration:
Platform:
osname=cygwin, osvers=1.7.27(0.27153), archname=cygwin-thread-multi
uname='cygwin_nt-6.1 osl069 1.7.27(0.27153) 2013-12-09 11:54 x86_64 cygwin '
config_args='-de -Dmksymlinks -Dcc=gcc -Dld=g++ -Uinc_version_list -Uinstallusrbinperl -Dusethreads -Dusemultiplicity -Duse64bitint -Uuselongdouble -Dprefix=/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/perl/5.18.0/cygwin-thread-multi'
hint=recommended, useposix=true, d_sigaction=define
useithreads=define, usemultiplicity=define
useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
use64bitint=define, use64bitall=define, uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='gcc', ccflags ='-DPERL_USE_SAFE_PUTENV -U__STRICT_ANSI__ -fno-strict-aliasing -pipe -fstack-protector',
optimize='-O3',
cppflags='-DPERL_USE_SAFE_PUTENV -U__STRICT_ANSI__ -fno-strict-aliasing -pipe -fstack-protector'
ccversion='', gccversion='4.8.2', gccosandvers=''
intsize=4, longsize=8, ptrsize=8, doublesize=8, byteorder=12345678
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
ivtype='long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
alignbytes=8, prototype=define
Linker and Libraries:
ld='g++', ldflags =' -Wl,--enable-auto-import -Wl,--export-all-symbols -Wl,--enable-auto-image-base -fstack-protector -L/usr/local/lib'
libpth=/usr/local/lib /usr/lib /lib
libs=-ldb -ldl -lcrypt
perllibs=-ldl -lcrypt
libc=/usr/lib/libc.a, so=dll, useshrplib=true, libperl=cygperl5_18_0.dll
gnulibc_version=''
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=dll, d_dlsymun=undef, ccdlflags=' '
cccdlflags=' ', lddlflags=' --shared -Wl,--enable-auto-import -Wl,--export-all-symbols -Wl,--enable-auto-image-base -L/usr/local/lib -fstack-protector'
Characteristics of this binary (from libperl):
Compile-time options: HAS_TIMES MULTIPLICITY PERLIO_LAYERS
PERL_DONT_CREATE_GVSV
PERL_HASH_FUNC_ONE_AT_A_TIME_HARD
PERL_IMPLICIT_CONTEXT PERL_PRESERVE_IVUV
PERL_SAWAMPERSAND PERL_USE_SAFE_PUTENV USE_64_BIT_ALL
USE_64_BIT_INT USE_ITHREADS USE_LARGE_FILES
USE_LOCALE USE_LOCALE_COLLATE USE_LOCALE_CTYPE
USE_LOCALE_NUMERIC USE_PERLIO USE_PERL_ATOF
USE_REENTRANT_API
Built under cygwin
Compiled at Jan 20 2014 15:48:46
%ENV:
PERL=""
PERL5LIB="/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/perl/5.18.0/cygwin-thread-multi/local/lib/site_perl/5.18.0:/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/perl/5.18.0/cygwin-thread-multi/local/lib/5.18.0:/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/perl/5.18.0/cygwin-thread-multi/local/lib/perl5"
PERL5OPT=""
PERL5_CPANPLUS_IS_RUNNING="4608"
PERL5_CPAN_IS_EXECUTING="/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/cpan/5.18.0/cygwin-thread-multi/build/Math-BigInteger-1.0-bHbDV4/Makefile.PL"
PERL5_CPAN_IS_RUNNING="4608"
PERL_AUTOINSTALL="--defaultdeps"
PERL_CPAN_REPORTER_CONFIG="/cygdrive/c/peter/.cpanreporter/config-cygdrive-c-peter.ini"
PERL_EXTUTILS_AUTOINSTALL="1"
PERL_MM_USE_DEFAULT="1"
PERL_MY_PREFIX="/opt/perl5"
PERL_MY_SOURCE_DIR="/cygdrive/c/src/perl"
PERL_TEST_CRITIC="1"
CYGWIN="codepage:utf8 nodosfilewarning"
@INC:
/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/perl/5.18.0/cygwin-thread-multi/local/lib/site_perl/5.18.0/cygwin-thread-multi
/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/perl/5.18.0/cygwin-thread-multi/local/lib/site_perl/5.18.0
/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/perl/5.18.0/cygwin-thread-multi/local/lib/5.18.0/cygwin-thread-multi
/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/perl/5.18.0/cygwin-thread-multi/local/lib/5.18.0
/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/perl/5.18.0/cygwin-thread-multi/local/lib/perl5/cygwin-thread-multi
/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/perl/5.18.0/cygwin-thread-multi/local/lib/perl5
/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/perl/5.18.0/cygwin-thread-multi/lib/site_perl/5.18.0/cygwin-thread-multi
/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/perl/5.18.0/cygwin-thread-multi/lib/site_perl/5.18.0
/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/perl/5.18.0/cygwin-thread-multi/lib/5.18.0/cygwin-thread-multi
/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/perl/5.18.0/cygwin-thread-multi/lib/5.18.0
.