Back
From: metabase:user:20a45eae-6c1a-1014-abaf-4bc2b30e56df
Subject: UNKNOWN Math-Complex_C-0.09 v5.14.1 Windows (Cygwin)
Date: 2014-12-13T09:31:13Z
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 Sisyphus,
This is a computer-generated report for Math-Complex_C-0.09
on perl 5.14.1, created by CPAN-Reporter-1.2011.
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 Complex_C.pm blib/lib/Math/Complex_C.pm
make[1]: Entering directory '/opt/perl5/cygwin_nt-6.1-wow64/1.7.33-2/i686/cpan/5.14.1/cygwin-64int/build/Math-Complex_C-0.09-ocXUP9/Long'
cp Long.pm ../blib/lib/Math/Complex_C/Long.pm
Running Mkbootstrap for Math::Complex_C::Long ()
chmod 644 "Long.bs"
"/opt/perl5/cygwin_nt-6.1-wow64/1.7.33-2/i686/perl/5.14.1/cygwin-64int/bin/perl.exe" "/opt/perl5/cygwin_nt-6.1-wow64/1.7.33-2/i686/perl/5.14.1/cygwin-64int/lib/5.14.1/ExtUtils/xsubpp" -typemap "/opt/perl5/cygwin_nt-6.1-wow64/1.7.33-2/i686/perl/5.14.1/cygwin-64int/lib/5.14.1/ExtUtils/typemap" Long.xs > Long.xsc && mv Long.xsc Long.c
gcc -c -DPERL_USE_SAFE_PUTENV -U__STRICT_ANSI__ -fno-strict-aliasing -pipe -fstack-protector -DUSEIMPORTLIB -O3 -DVERSION=\"0.09\" -DXS_VERSION=\"0.09\" "-I/opt/perl5/cygwin_nt-6.1-wow64/1.7.33-2/i686/perl/5.14.1/cygwin-64int/lib/5.14.1/cygwin-64int/CORE" -DNEWPERL Long.c
In file included from /opt/perl5/cygwin_nt-6.1-wow64/1.7.33-2/i686/perl/5.14.1/cygwin-64int/lib/5.14.1/cygwin-64int/CORE/perl.h:983:0,
from Long.xs:11:
Long.xs: In function 'real_cl':
Long.xs:230:21: warning: incompatible implicit declaration of built-in function 'creall' [enabled by default]
return newSVnv(creall(*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(rop))))));
^
/opt/perl5/cygwin_nt-6.1-wow64/1.7.33-2/i686/perl/5.14.1/cygwin-64int/lib/5.14.1/cygwin-64int/CORE/embed.h:348:40: note: in definition of macro 'newSVnv'
#define newSVnv(a) Perl_newSVnv(aTHX_ a)
^
Long.xs: In function 'imag_cl':
Long.xs:234:21: warning: incompatible implicit declaration of built-in function 'cimagl' [enabled by default]
return newSVnv(cimagl(*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(rop))))));
^
/opt/perl5/cygwin_nt-6.1-wow64/1.7.33-2/i686/perl/5.14.1/cygwin-64int/lib/5.14.1/cygwin-64int/CORE/embed.h:348:40: note: in definition of macro 'newSVnv'
#define newSVnv(a) Perl_newSVnv(aTHX_ a)
^
Long.xs: In function 'real_cl2LD':
Long.xs:241:55: warning: incompatible implicit declaration of built-in function 'creall' [enabled by default]
*(INT2PTR(long double *, SvIV(SvRV(rop)))) = creall(*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(op)))));
^
Long.xs: In function 'imag_cl2LD':
Long.xs:252:55: warning: incompatible implicit declaration of built-in function 'cimagl' [enabled by default]
*(INT2PTR(long double *, SvIV(SvRV(rop)))) = cimagl(*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(op)))));
^
In file included from /opt/perl5/cygwin_nt-6.1-wow64/1.7.33-2/i686/perl/5.14.1/cygwin-64int/lib/5.14.1/cygwin-64int/CORE/perl.h:983:0,
from Long.xs:11:
Long.xs: In function 'arg_cl':
Long.xs:260:21: warning: incompatible implicit declaration of built-in function 'cargl' [enabled by default]
return newSVnv(cargl(*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(rop))))));
^
/opt/perl5/cygwin_nt-6.1-wow64/1.7.33-2/i686/perl/5.14.1/cygwin-64int/lib/5.14.1/cygwin-64int/CORE/embed.h:348:40: note: in definition of macro 'newSVnv'
#define newSVnv(a) Perl_newSVnv(aTHX_ a)
^
Long.xs: In function 'abs_cl':
Long.xs:264:21: warning: incompatible implicit declaration of built-in function 'cabsl' [enabled by default]
return newSVnv(cabsl(*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(rop))))));
^
/opt/perl5/cygwin_nt-6.1-wow64/1.7.33-2/i686/perl/5.14.1/cygwin-64int/lib/5.14.1/cygwin-64int/CORE/embed.h:348:40: note: in definition of macro 'newSVnv'
#define newSVnv(a) Perl_newSVnv(aTHX_ a)
^
Long.xs: In function 'conj_cl':
Long.xs:268:52: warning: incompatible implicit declaration of built-in function 'conjl' [enabled by default]
*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(rop)))) = conjl(*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(op)))));
^
Long.xs: In function 'acos_cl':
Long.xs:272:52: warning: incompatible implicit declaration of built-in function 'cacosl' [enabled by default]
*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(rop)))) = cacosl(*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(op)))));
^
Long.xs: In function 'asin_cl':
Long.xs:276:52: warning: incompatible implicit declaration of built-in function 'casinl' [enabled by default]
*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(rop)))) = casinl(*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(op)))));
^
Long.xs: In function 'atan_cl':
Long.xs:280:52: warning: incompatible implicit declaration of built-in function 'catanl' [enabled by default]
*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(rop)))) = catanl(*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(op)))));
^
Long.xs: In function 'cos_cl':
Long.xs:284:52: warning: incompatible implicit declaration of built-in function 'ccosl' [enabled by default]
*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(rop)))) = ccosl(*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(op)))));
^
Long.xs: In function 'sin_cl':
Long.xs:288:52: warning: incompatible implicit declaration of built-in function 'csinl' [enabled by default]
*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(rop)))) = csinl(*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(op)))));
^
Long.xs: In function 'tan_cl':
Long.xs:292:52: warning: incompatible implicit declaration of built-in function 'ctanl' [enabled by default]
*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(rop)))) = ctanl(*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(op)))));
^
Long.xs: In function 'acosh_cl':
Long.xs:296:52: warning: incompatible implicit declaration of built-in function 'cacoshl' [enabled by default]
*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(rop)))) = cacoshl(*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(op)))));
^
Long.xs: In function 'asinh_cl':
Long.xs:300:52: warning: incompatible implicit declaration of built-in function 'casinhl' [enabled by default]
*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(rop)))) = casinhl(*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(op)))));
^
Long.xs: In function 'atanh_cl':
Long.xs:304:52: warning: incompatible implicit declaration of built-in function 'catanhl' [enabled by default]
*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(rop)))) = catanhl(*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(op)))));
^
Long.xs: In function 'cosh_cl':
Long.xs:308:52: warning: incompatible implicit declaration of built-in function 'ccoshl' [enabled by default]
*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(rop)))) = ccoshl(*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(op)))));
^
Long.xs: In function 'sinh_cl':
Long.xs:312:52: warning: incompatible implicit declaration of built-in function 'csinhl' [enabled by default]
*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(rop)))) = csinhl(*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(op)))));
^
Long.xs: In function 'tanh_cl':
Long.xs:316:52: warning: incompatible implicit declaration of built-in function 'ctanhl' [enabled by default]
*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(rop)))) = ctanhl(*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(op)))));
^
Long.xs: In function 'exp_cl':
Long.xs:320:51: warning: incompatible implicit declaration of built-in function 'cexpl' [enabled by default]
*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(rop))))= cexpl(*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(op)))));
^
Long.xs: In function 'log_cl':
Long.xs:324:52: warning: incompatible implicit declaration of built-in function 'clogl' [enabled by default]
*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(rop)))) = clogl(*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(op)))));
^
Long.xs: In function 'sqrt_cl':
Long.xs:328:52: warning: incompatible implicit declaration of built-in function 'csqrtl' [enabled by default]
*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(rop)))) = csqrtl(*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(op)))));
^
Long.xs: In function 'proj_cl':
Long.xs:332:52: warning: incompatible implicit declaration of built-in function 'cprojl' [enabled by default]
*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(rop)))) = cprojl(*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(op)))));
^
Long.xs: In function 'pow_cl':
Long.xs:336:52: warning: incompatible implicit declaration of built-in function 'cpowl' [enabled by default]
*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(rop)))) = cpowl(*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(op)))),
^
Long.xs: In function '_overload_true':
Long.xs:341:18: warning: incompatible implicit declaration of built-in function 'creall' [enabled by default]
if (_is_nan(creall(*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(rop)))))) &&
^
Long.xs:342:18: warning: incompatible implicit declaration of built-in function 'cimagl' [enabled by default]
_is_nan(cimagl(*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(rop))))))) return newSVuv(0);
^
Long.xs: In function '_overload_not':
Long.xs:349:18: warning: incompatible implicit declaration of built-in function 'creall' [enabled by default]
if (_is_nan(creall(*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(rop)))))) &&
^
Long.xs:350:18: warning: incompatible implicit declaration of built-in function 'cimagl' [enabled by default]
_is_nan(cimagl(*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(rop))))))) return newSVuv(1);
^
Long.xs: In function '_overload_equiv':
Long.xs:358:22: warning: incompatible implicit declaration of built-in function 'creall' [enabled by default]
if(SvNV(b) == creall(*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(a))))) &&
^
Long.xs:359:22: warning: incompatible implicit declaration of built-in function 'cimagl' [enabled by default]
0 == cimagl(*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(a)))))) return newSVuv(1);
^
Long.xs:365:13: warning: incompatible implicit declaration of built-in function 'creall' [enabled by default]
if(creall(*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(a))))) == creall(*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(b))))) &&
^
Long.xs:366:13: warning: incompatible implicit declaration of built-in function 'cimagl' [enabled by default]
cimagl(*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(a))))) == cimagl(*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(b))))))
^
Long.xs: In function '_overload_not_equiv':
Long.xs:376:22: warning: incompatible implicit declaration of built-in function 'creall' [enabled by default]
if(SvNV(b) == creall(*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(a))))) &&
^
Long.xs:377:22: warning: incompatible implicit declaration of built-in function 'cimagl' [enabled by default]
0 == cimagl(*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(a)))))) return newSVuv(0);
^
Long.xs:384:13: warning: incompatible implicit declaration of built-in function 'creall' [enabled by default]
if(creall(*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(a))))) == creall(*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(b))))) &&
^
Long.xs:385:13: warning: incompatible implicit declaration of built-in function 'cimagl' [enabled by default]
cimagl(*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(a))))) == cimagl(*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(b))))))
^
Long.xs: In function '_overload_pow':
Long.xs:410:14: warning: incompatible implicit declaration of built-in function 'cpowl' [enabled by default]
*pc = cpowl(*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(a)))), t);
^
Long.xs:416:16: warning: incompatible implicit declaration of built-in function 'cpowl' [enabled by default]
*pc = cpowl(*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(a)))), *(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(b)))));
^
Long.xs: In function '_overload_sqrt':
Long.xs:595:12: warning: incompatible implicit declaration of built-in function 'csqrtl' [enabled by default]
*pc = csqrtl(*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(a)))));
^
Long.xs: In function '_overload_pow_eq':
Long.xs:609:52: warning: incompatible implicit declaration of built-in function 'cpowl' [enabled by default]
*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(a)))) = cpowl(*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(a)))), t);
^
Long.xs:615:52: warning: incompatible implicit declaration of built-in function 'cpowl' [enabled by default]
*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(a)))) = cpowl(*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(a)))),
^
In file included from /opt/perl5/cygwin_nt-6.1-wow64/1.7.33-2/i686/perl/5.14.1/cygwin-64int/lib/5.14.1/cygwin-64int/CORE/perl.h:983:0,
from Long.xs:11:
Long.xs: In function '_overload_abs':
Long.xs:767:21: warning: incompatible implicit declaration of built-in function 'cabsl' [enabled by default]
return newSVnv(cabsl(*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(rop))))));
^
/opt/perl5/cygwin_nt-6.1-wow64/1.7.33-2/i686/perl/5.14.1/cygwin-64int/lib/5.14.1/cygwin-64int/CORE/embed.h:348:40: note: in definition of macro 'newSVnv'
#define newSVnv(a) Perl_newSVnv(aTHX_ a)
^
Long.xs: In function '_overload_exp':
Long.xs:780:12: warning: incompatible implicit declaration of built-in function 'cexpl' [enabled by default]
*pc = cexpl(*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(a)))));
^
Long.xs: In function '_overload_log':
Long.xs:797:12: warning: incompatible implicit declaration of built-in function 'clogl' [enabled by default]
*pc = clogl(*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(a)))));
^
Long.xs: In function '_overload_sin':
Long.xs:814:12: warning: incompatible implicit declaration of built-in function 'csinl' [enabled by default]
*pc = csinl(*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(a)))));
^
Long.xs: In function '_overload_cos':
Long.xs:831:12: warning: incompatible implicit declaration of built-in function 'ccosl' [enabled by default]
*pc = ccosl(*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(a)))));
^
Long.xs: In function '_overload_atan2':
Long.xs:851:12: warning: incompatible implicit declaration of built-in function 'catanl' [enabled by default]
*pc = catanl(*pc);
^
rm -f ../blib/arch/auto/Math/Complex_C/Long/Long.dll
g++ --shared -Wl,--enable-auto-import -Wl,--export-all-symbols -Wl,--enable-auto-image-base -L/usr/local/lib -fstack-protector Long.o -o ../blib/arch/auto/Math/Complex_C/Long/Long.dll \
/opt/perl5/cygwin_nt-6.1-wow64/1.7.33-2/i686/perl/5.14.1/cygwin-64int/lib/5.14.1/cygwin-64int/CORE/cygperl5_14_1.dll -lm \
Long.o:Long.c:(.text+0xd88): undefined reference to `cabsl'
Long.o:Long.c:(.text+0xe38): undefined reference to `cargl'
Long.o:Long.c:(.text+0xee8): undefined reference to `cabsl'
Long.o:Long.c:(.text+0x1daa): undefined reference to `cacosl'
Long.o:Long.c:(.text+0x1eaa): undefined reference to `casinl'
Long.o:Long.c:(.text+0x1faa): undefined reference to `catanl'
Long.o:Long.c:(.text+0x20aa): undefined reference to `ccosl'
Long.o:Long.c:(.text+0x21aa): undefined reference to `csinl'
Long.o:Long.c:(.text+0x22aa): undefined reference to `ctanl'
Long.o:Long.c:(.text+0x23aa): undefined reference to `cacoshl'
Long.o:Long.c:(.text+0x24aa): undefined reference to `casinhl'
Long.o:Long.c:(.text+0x25aa): undefined reference to `catanhl'
Long.o:Long.c:(.text+0x26aa): undefined reference to `ccoshl'
Long.o:Long.c:(.text+0x27aa): undefined reference to `csinhl'
Long.o:Long.c:(.text+0x28aa): undefined reference to `ctanhl'
Long.o:Long.c:(.text+0x29aa): undefined reference to `cexpl'
Long.o:Long.c:(.text+0x2aaa): undefined reference to `clogl'
Long.o:Long.c:(.text+0x2baa): undefined reference to `csqrtl'
Long.o:Long.c:(.text+0x2caa): undefined reference to `cprojl'
Long.o:Long.c:(.text+0x3c37): undefined reference to `cpowl'
Long.o:Long.c:(.text+0x61c2): undefined reference to `cargl'
Long.o:Long.c:(.text+0x6212): undefined reference to `cabsl'
Long.o:Long.c:(.text+0x62ed): undefined reference to `cacosl'
Long.o:Long.c:(.text+0x636d): undefined reference to `casinl'
Long.o:Long.c:(.text+0x63ed): undefined reference to `catanl'
Long.o:Long.c:(.text+0x646d): undefined reference to `ccosl'
Long.o:Long.c:(.text+0x64ed): undefined reference to `csinl'
Long.o:Long.c:(.text+0x656d): undefined reference to `ctanl'
Long.o:Long.c:(.text+0x65ed): undefined reference to `cacoshl'
Long.o:Long.c:(.text+0x666d): undefined reference to `casinhl'
Long.o:Long.c:(.text+0x66ed): undefined reference to `catanhl'
Long.o:Long.c:(.text+0x676d): undefined reference to `ccoshl'
Long.o:Long.c:(.text+0x67ed): undefined reference to `csinhl'
Long.o:Long.c:(.text+0x686d): undefined reference to `ctanhl'
Long.o:Long.c:(.text+0x68ed): undefined reference to `cexpl'
Long.o:Long.c:(.text+0x696d): undefined reference to `clogl'
Long.o:Long.c:(.text+0x69ed): undefined reference to `csqrtl'
Long.o:Long.c:(.text+0x6a6d): undefined reference to `cprojl'
Long.o:Long.c:(.text+0x6b14): undefined reference to `cpowl'
Long.o:Long.c:(.text+0x72ca): undefined reference to `cpowl'
Long.o:Long.c:(.text+0x86d4): undefined reference to `csqrtl'
Long.o:Long.c:(.text+0x88e1): undefined reference to `cpowl'
Long.o:Long.c:(.text+0x9912): undefined reference to `cabsl'
Long.o:Long.c:(.text+0x99a4): undefined reference to `cexpl'
Long.o:Long.c:(.text+0x9af4): undefined reference to `clogl'
Long.o:Long.c:(.text+0x9c44): undefined reference to `csinl'
Long.o:Long.c:(.text+0x9d94): undefined reference to `ccosl'
Long.o:Long.c:(.text+0x9f28): undefined reference to `catanl'
collect2: error: ld returned 1 exit status
Makefile:456: recipe for target '../blib/arch/auto/Math/Complex_C/Long/Long.dll' failed
make[1]: *** [../blib/arch/auto/Math/Complex_C/Long/Long.dll] Error 1
make[1]: Leaving directory '/opt/perl5/cygwin_nt-6.1-wow64/1.7.33-2/i686/cpan/5.14.1/cygwin-64int/build/Math-Complex_C-0.09-ocXUP9/Long'
Makefile:527: recipe for target 'subdirs' failed
make: *** [subdirs] Error 2
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
build_requires:
Module Need Have
------------------- ---- ----
ExtUtils::MakeMaker 0 7.02
configure_requires:
Module Need Have
------------------- ---- ----
ExtUtils::MakeMaker 0 7.02
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
AUTOMATED_TESTING = 1
COMSPEC = C:\WINDOWS\system32\cmd.exe
LD_LIBRARY_PATH =
NUMBER_OF_PROCESSORS = 8
PATH = /opt/perl5/cygwin_nt-6.1-wow64/1.7.33-2/i686/bin/5.14.1/cygwin-64int:/opt/perl5/cygwin_nt-6.1-wow64/1.7.33-2/i686/perl/5.14.1/cygwin-64int/local/bin:/opt/perl5/cygwin_nt-6.1-wow64/1.7.33-2/i686/perl/5.14.1/cygwin-64int/bin:/usr/local/bin:/usr/bin
PERL = [undef]
PERL5LIB = /opt/perl5/cygwin_nt-6.1-wow64/1.7.33-2/i686/cpan/5.14.1/cygwin-64int/build/Math-Complex-1.59-NYn6dj/blib/arch:/opt/perl5/cygwin_nt-6.1-wow64/1.7.33-2/i686/cpan/5.14.1/cygwin-64int/build/Math-Complex-1.59-NYn6dj/blib/lib:/opt/perl5/cygwin_nt-6.1-wow64/1.7.33-2/i686/cpan/5.14.1/cygwin-64int/build/Math-Complex-1.58-tAXs1j/blib/arch:/opt/perl5/cygwin_nt-6.1-wow64/1.7.33-2/i686/cpan/5.14.1/cygwin-64int/build/Math-Complex-1.58-tAXs1j/blib/lib:/opt/perl5/cygwin_nt-6.1-wow64/1.7.33-2/i686/cpan/5.14.1/cygwin-64int/build/Math-Complex-1.57-ErVWec/blib/arch:/opt/perl5/cygwin_nt-6.1-wow64/1.7.33-2/i686/cpan/5.14.1/cygwin-64int/build/Math-Complex-1.57-ErVWec/blib/lib:/opt/perl5/cygwin_nt-6.1-wow64/1.7.33-2/i686/cpan/5.14.1/cygwin-64int/build/Math-Complex-1.56-V1Qwh0/blib/arch:/opt/perl5/cygwin_nt-6.1-wow64/1.7.33-2/i686/cpan/5.14.1/cygwin-64int/build/Math-Complex-1.56-V1Qwh0/blib/lib:/opt/perl5/cygwin_nt-6.1-wow64/1.7.33-2/i686/cpan/5.14.1/cygwin-64int/build/Math-Trig-Units-0.03-ZpqZnc/blib/arch:/opt/perl5/cygwin_nt-6.1-wow64/1.7.33-2/i686/cpan/5.14.1/cygwin-64int/build/Math-Trig-Units-0.03-ZpqZnc/blib/lib:/opt/perl5/cygwin_nt-6.1-wow64/1.7.33-2/i686/cpan/5.14.1/cygwin-64int/build/Math-Trig-0.02-Qo5yUL/blib/arch:/opt/perl5/cygwin_nt-6.1-wow64/1.7.33-2/i686/cpan/5.14.1/cygwin-64int/build/Math-Trig-0.02-Qo5yUL/blib/lib:/opt/perl5/cygwin_nt-6.1-wow64/1.7.33-2/i686/perl/5.14.1/cygwin-64int/local/lib/site_perl/5.14.1:/opt/perl5/cygwin_nt-6.1-wow64/1.7.33-2/i686/perl/5.14.1/cygwin-64int/local/lib/5.14.1:/opt/perl5/cygwin_nt-6.1-wow64/1.7.33-2/i686/perl/5.14.1/cygwin-64int/local/lib/perl5
PERL5OPT =
PERL5_CPANPLUS_IS_RUNNING = 5984
PERL5_CPAN_IS_RUNNING = 5984
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
PERL_TEST_CRITIC = 1
PROCESSOR_IDENTIFIER = Intel64 Family 6 Model 60 Stepping 3, 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-wow64/1.7.33-2/i686/perl/5.14.1/cygwin-64int/bin/perl
$UID/$EUID = 22755 / 22755
$GID = 10513 545 1000 10571 44776 80915 45205 10513 51781 18818 59435 72481 43061 30568 43044 18761 83532 83531 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 1000 10571 44776 80915 45205 10513 51781 18818 59435 72481 43061 30568 43044 18761 83532 83531 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.05
CPAN::Meta 2.143240
Cwd 3.47
ExtUtils::CBuilder 0.280203
ExtUtils::Command 1.17
ExtUtils::Install 1.56
ExtUtils::MakeMaker 7.02
ExtUtils::Manifest 1.65
ExtUtils::ParseXS 2.2210
File::Spec 3.47
JSON 2.90
JSON::PP 2.27300
Module::Build 0.3800
Module::Signature n/a
Parse::CPAN::Meta 1.4414
Test::Harness 3.23
Test::More 1.001009
YAML 1.13
YAML::Syck n/a
version 0.88
--
Summary of my perl5 (revision 5 version 14 subversion 1) configuration:
Platform:
osname=cygwin, osvers=1.7.33-2(0.28053), archname=cygwin-64int
uname='cygwin_nt-6.1-wow64 osl110 1.7.33-2(0.28053) 2014-11-13 15:45 i686 cygwin '
config_args='-de -Dmksymlinks -Dcc=gcc -Dld=g++ -Uinc_version_list -Uinstallusrbinperl -Uusethreads -Uusemultiplicity -Duse64bitint -Uuselongdouble -Dprefix=/opt/perl5/cygwin_nt-6.1-wow64/1.7.33-2/i686/perl/5.14.1/cygwin-64int'
hint=recommended, useposix=true, d_sigaction=define
useithreads=undef, usemultiplicity=undef
useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
use64bitint=define, use64bitall=undef, uselongdouble=undef
usemymalloc=y, 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.3', 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='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=-lgdbm -ldb -ldl -lcrypt -lgdbm_compat
perllibs=-ldl -lcrypt
libc=/usr/lib/libc.a, so=dll, useshrplib=true, libperl=cygperl5_14_1.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: MYMALLOC PERL_DONT_CREATE_GVSV PERL_PRESERVE_IVUV
PERL_USE_SAFE_PUTENV USE_64_BIT_INT USE_LARGE_FILES
USE_PERLIO USE_PERL_ATOF
Built under cygwin
Compiled at Nov 27 2014 10:50:18
%ENV:
PERL=""
PERL5LIB="/opt/perl5/cygwin_nt-6.1-wow64/1.7.33-2/i686/cpan/5.14.1/cygwin-64int/build/Math-Complex-1.59-NYn6dj/blib/arch:/opt/perl5/cygwin_nt-6.1-wow64/1.7.33-2/i686/cpan/5.14.1/cygwin-64int/build/Math-Complex-1.59-NYn6dj/blib/lib:/opt/perl5/cygwin_nt-6.1-wow64/1.7.33-2/i686/cpan/5.14.1/cygwin-64int/build/Math-Complex-1.58-tAXs1j/blib/arch:/opt/perl5/cygwin_nt-6.1-wow64/1.7.33-2/i686/cpan/5.14.1/cygwin-64int/build/Math-Complex-1.58-tAXs1j/blib/lib:/opt/perl5/cygwin_nt-6.1-wow64/1.7.33-2/i686/cpan/5.14.1/cygwin-64int/build/Math-Complex-1.57-ErVWec/blib/arch:/opt/perl5/cygwin_nt-6.1-wow64/1.7.33-2/i686/cpan/5.14.1/cygwin-64int/build/Math-Complex-1.57-ErVWec/blib/lib:/opt/perl5/cygwin_nt-6.1-wow64/1.7.33-2/i686/cpan/5.14.1/cygwin-64int/build/Math-Complex-1.56-V1Qwh0/blib/arch:/opt/perl5/cygwin_nt-6.1-wow64/1.7.33-2/i686/cpan/5.14.1/cygwin-64int/build/Math-Complex-1.56-V1Qwh0/blib/lib:/opt/perl5/cygwin_nt-6.1-wow64/1.7.33-2/i686/cpan/5.14.1/cygwin-64int/build/Math-Trig-Units-0.03-ZpqZnc/blib/arch:/opt/perl5/cygwin_nt-6.1-wow64/1.7.33-2/i686/cpan/5.14.1/cygwin-64int/build/Math-Trig-Units-0.03-ZpqZnc/blib/lib:/opt/perl5/cygwin_nt-6.1-wow64/1.7.33-2/i686/cpan/5.14.1/cygwin-64int/build/Math-Trig-0.02-Qo5yUL/blib/arch:/opt/perl5/cygwin_nt-6.1-wow64/1.7.33-2/i686/cpan/5.14.1/cygwin-64int/build/Math-Trig-0.02-Qo5yUL/blib/lib:/opt/perl5/cygwin_nt-6.1-wow64/1.7.33-2/i686/perl/5.14.1/cygwin-64int/local/lib/site_perl/5.14.1:/opt/perl5/cygwin_nt-6.1-wow64/1.7.33-2/i686/perl/5.14.1/cygwin-64int/local/lib/5.14.1:/opt/perl5/cygwin_nt-6.1-wow64/1.7.33-2/i686/perl/5.14.1/cygwin-64int/local/lib/perl5"
PERL5OPT=""
PERL5_CPANPLUS_IS_RUNNING="5984"
PERL5_CPAN_IS_RUNNING="5984"
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-wow64/1.7.33-2/i686/cpan/5.14.1/cygwin-64int/build/Math-Complex-1.59-NYn6dj/blib/arch
/opt/perl5/cygwin_nt-6.1-wow64/1.7.33-2/i686/cpan/5.14.1/cygwin-64int/build/Math-Complex-1.59-NYn6dj/blib/lib
/opt/perl5/cygwin_nt-6.1-wow64/1.7.33-2/i686/cpan/5.14.1/cygwin-64int/build/Math-Complex-1.58-tAXs1j/blib/arch
/opt/perl5/cygwin_nt-6.1-wow64/1.7.33-2/i686/cpan/5.14.1/cygwin-64int/build/Math-Complex-1.58-tAXs1j/blib/lib
/opt/perl5/cygwin_nt-6.1-wow64/1.7.33-2/i686/cpan/5.14.1/cygwin-64int/build/Math-Complex-1.57-ErVWec/blib/arch
/opt/perl5/cygwin_nt-6.1-wow64/1.7.33-2/i686/cpan/5.14.1/cygwin-64int/build/Math-Complex-1.57-ErVWec/blib/lib
/opt/perl5/cygwin_nt-6.1-wow64/1.7.33-2/i686/cpan/5.14.1/cygwin-64int/build/Math-Complex-1.56-V1Qwh0/blib/arch
/opt/perl5/cygwin_nt-6.1-wow64/1.7.33-2/i686/cpan/5.14.1/cygwin-64int/build/Math-Complex-1.56-V1Qwh0/blib/lib
/opt/perl5/cygwin_nt-6.1-wow64/1.7.33-2/i686/cpan/5.14.1/cygwin-64int/build/Math-Trig-Units-0.03-ZpqZnc/blib/arch
/opt/perl5/cygwin_nt-6.1-wow64/1.7.33-2/i686/cpan/5.14.1/cygwin-64int/build/Math-Trig-Units-0.03-ZpqZnc/blib/lib
/opt/perl5/cygwin_nt-6.1-wow64/1.7.33-2/i686/cpan/5.14.1/cygwin-64int/build/Math-Trig-0.02-Qo5yUL/blib/arch
/opt/perl5/cygwin_nt-6.1-wow64/1.7.33-2/i686/cpan/5.14.1/cygwin-64int/build/Math-Trig-0.02-Qo5yUL/blib/lib
/opt/perl5/cygwin_nt-6.1-wow64/1.7.33-2/i686/perl/5.14.1/cygwin-64int/local/lib/site_perl/5.14.1/cygwin-64int
/opt/perl5/cygwin_nt-6.1-wow64/1.7.33-2/i686/perl/5.14.1/cygwin-64int/local/lib/site_perl/5.14.1
/opt/perl5/cygwin_nt-6.1-wow64/1.7.33-2/i686/perl/5.14.1/cygwin-64int/local/lib/5.14.1/cygwin-64int
/opt/perl5/cygwin_nt-6.1-wow64/1.7.33-2/i686/perl/5.14.1/cygwin-64int/local/lib/5.14.1
/opt/perl5/cygwin_nt-6.1-wow64/1.7.33-2/i686/perl/5.14.1/cygwin-64int/local/lib/perl5/cygwin-64int
/opt/perl5/cygwin_nt-6.1-wow64/1.7.33-2/i686/perl/5.14.1/cygwin-64int/local/lib/perl5
/opt/perl5/cygwin_nt-6.1-wow64/1.7.33-2/i686/perl/5.14.1/cygwin-64int/lib/site_perl/5.14.1/cygwin-64int
/opt/perl5/cygwin_nt-6.1-wow64/1.7.33-2/i686/perl/5.14.1/cygwin-64int/lib/site_perl/5.14.1
/opt/perl5/cygwin_nt-6.1-wow64/1.7.33-2/i686/perl/5.14.1/cygwin-64int/lib/5.14.1/cygwin-64int
/opt/perl5/cygwin_nt-6.1-wow64/1.7.33-2/i686/perl/5.14.1/cygwin-64int/lib/5.14.1
.