Report for Math-Complex_C-0.08

Back
From: metabase:user:20a45eae-6c1a-1014-abaf-4bc2b30e56df
Subject: UNKNOWN Math-Complex_C-0.08 v5.16.3 Windows (Cygwin)
Date: 2014-01-31T16:08:57Z

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.08
on perl 5.16.3, 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 Complex_C.pm blib/lib/Math/Complex_C.pm
make[1]: Entering directory '/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/cpan/5.16.3/cygwin-thread/build/Math-Complex_C-0.08-NpobXq/Long'
cp Long.pm ../blib/lib/Math/Complex_C/Long.pm
/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/perl/5.16.3/cygwin-thread/bin/perl.exe /opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/perl/5.16.3/cygwin-thread/lib/5.16.3/ExtUtils/xsubpp  -typemap /opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/perl/5.16.3/cygwin-thread/lib/5.16.3/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.08\" -DXS_VERSION=\"0.08\"  "-I/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/perl/5.16.3/cygwin-thread/lib/5.16.3/cygwin-thread/CORE"  -DNEWPERL Long.c
In file included from /opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/perl/5.16.3/cygwin-thread/lib/5.16.3/cygwin-thread/CORE/perl.h:5071:0,
                 from Long.xs:10:
Long.xs: In function ‘real_cl’:
Long.xs:229: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/1.7.27/x86_64/perl/5.16.3/cygwin-thread/lib/5.16.3/cygwin-thread/CORE/embed.h:362:40: note: in definition of macro ‘newSVnv’
 #define newSVnv(a)  Perl_newSVnv(aTHX_ a)
                                        ^
Long.xs: In function ‘imag_cl’:
Long.xs:233: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/1.7.27/x86_64/perl/5.16.3/cygwin-thread/lib/5.16.3/cygwin-thread/CORE/embed.h:362:40: note: in definition of macro ‘newSVnv’
 #define newSVnv(a)  Perl_newSVnv(aTHX_ a)
                                        ^
Long.xs: In function ‘real_cl2LD’:
Long.xs:240: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:251: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/1.7.27/x86_64/perl/5.16.3/cygwin-thread/lib/5.16.3/cygwin-thread/CORE/perl.h:5071:0,
                 from Long.xs:10:
Long.xs: In function ‘arg_cl’:
Long.xs:259: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/1.7.27/x86_64/perl/5.16.3/cygwin-thread/lib/5.16.3/cygwin-thread/CORE/embed.h:362:40: note: in definition of macro ‘newSVnv’
 #define newSVnv(a)  Perl_newSVnv(aTHX_ a)
                                        ^
Long.xs: In function ‘abs_cl’:
Long.xs:263: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/1.7.27/x86_64/perl/5.16.3/cygwin-thread/lib/5.16.3/cygwin-thread/CORE/embed.h:362:40: note: in definition of macro ‘newSVnv’
 #define newSVnv(a)  Perl_newSVnv(aTHX_ a)
                                        ^
Long.xs: In function ‘conj_cl’:
Long.xs:267: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:271: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:275: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:279: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:283: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:287: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:291: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:295: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:299: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:303: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:307: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:311: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:315: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:319: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:323: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:327: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:331: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:335: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:340: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:341: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:348: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:349: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:357: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:358: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:364: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:365: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:375: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:376: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:383: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:384: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:409:14: warning: incompatible implicit declaration of built-in function ‘cpowl’ [enabled by default]
        *pc = cpowl(*(INT2PTR(MATH_COMPLEX *, SvIV(SvRV(a)))), t);
              ^
Long.xs:415: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:594: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:608: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:614: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/1.7.27/x86_64/perl/5.16.3/cygwin-thread/lib/5.16.3/cygwin-thread/CORE/perl.h:5071:0,
                 from Long.xs:10:
Long.xs: In function ‘_overload_abs’:
Long.xs:766: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/1.7.27/x86_64/perl/5.16.3/cygwin-thread/lib/5.16.3/cygwin-thread/CORE/embed.h:362:40: note: in definition of macro ‘newSVnv’
 #define newSVnv(a)  Perl_newSVnv(aTHX_ a)
                                        ^
Long.xs: In function ‘_overload_exp’:
Long.xs:779: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:796: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:813: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:830: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:850:12: warning: incompatible implicit declaration of built-in function ‘catanl’ [enabled by default]
      *pc = catanl(*pc);
            ^
Running Mkbootstrap for Math::Complex_C::Long ()
chmod 644 Long.bs
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/1.7.27/x86_64/perl/5.16.3/cygwin-thread/lib/5.16.3/cygwin-thread/CORE/cygperl5_16_3.dll -lm  	\
  
Long.o:Long.c:(.text+0x1548): undefined reference to `cabsl'
Long.o:Long.c:(.text+0x1548): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `cabsl'
Long.o:Long.c:(.text+0x16a8): undefined reference to `cargl'
Long.o:Long.c:(.text+0x16a8): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `cargl'
Long.o:Long.c:(.text+0x1808): undefined reference to `cabsl'
Long.o:Long.c:(.text+0x1808): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `cabsl'
Long.o:Long.c:(.text+0x4e96): undefined reference to `cargl'
Long.o:Long.c:(.text+0x4e96): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `cargl'
Long.o:Long.c:(.text+0x4f36): undefined reference to `cabsl'
Long.o:Long.c:(.text+0x4f36): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `cabsl'
Long.o:Long.c:(.text+0x5073): undefined reference to `cacosl'
Long.o:Long.c:(.text+0x5073): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `cacosl'
Long.o:Long.c:(.text+0x5213): undefined reference to `casinl'
Long.o:Long.c:(.text+0x5213): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `casinl'
Long.o:Long.c:(.text+0x53b3): undefined reference to `catanl'
Long.o:Long.c:(.text+0x53b3): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `catanl'
Long.o:Long.c:(.text+0x5553): undefined reference to `ccosl'
Long.o:Long.c:(.text+0x5553): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `ccosl'
Long.o:Long.c:(.text+0x56f3): undefined reference to `csinl'
Long.o:Long.c:(.text+0x56f3): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `csinl'
Long.o:Long.c:(.text+0x5893): undefined reference to `ctanl'
Long.o:Long.c:(.text+0x5893): additional relocation overflows omitted from the output
Long.o:Long.c:(.text+0x5a33): undefined reference to `cacoshl'
Long.o:Long.c:(.text+0x5bd3): undefined reference to `casinhl'
Long.o:Long.c:(.text+0x5d73): undefined reference to `catanhl'
Long.o:Long.c:(.text+0x5f13): undefined reference to `ccoshl'
Long.o:Long.c:(.text+0x60b3): undefined reference to `csinhl'
Long.o:Long.c:(.text+0x6253): undefined reference to `ctanhl'
Long.o:Long.c:(.text+0x63f3): undefined reference to `cexpl'
Long.o:Long.c:(.text+0x6593): undefined reference to `clogl'
Long.o:Long.c:(.text+0x6733): undefined reference to `csqrtl'
Long.o:Long.c:(.text+0x68d3): undefined reference to `cprojl'
Long.o:Long.c:(.text+0x6aaa): undefined reference to `cpowl'
Long.o:Long.c:(.text+0x7adc): undefined reference to `cpowl'
Long.o:Long.c:(.text+0x96c9): undefined reference to `csqrtl'
Long.o:Long.c:(.text+0x9970): undefined reference to `cpowl'
Long.o:Long.c:(.text+0x99eb): undefined reference to `cpowl'
Long.o:Long.c:(.text+0xb386): undefined reference to `cabsl'
Long.o:Long.c:(.text+0xb479): undefined reference to `cexpl'
Long.o:Long.c:(.text+0xb689): undefined reference to `clogl'
Long.o:Long.c:(.text+0xb899): undefined reference to `csinl'
Long.o:Long.c:(.text+0xbaa9): undefined reference to `ccosl'
Long.o:Long.c:(.text+0xbd3b): undefined reference to `catanl'
/usr/lib/gcc/x86_64-pc-cygwin/4.8.2/../../../../x86_64-pc-cygwin/bin/ld: Long.o: bad reloc address 0x0 in section `.pdata'
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/1.7.27/x86_64/cpan/5.16.3/cygwin-thread/build/Math-Complex_C-0.08-NpobXq/Long'
Makefile:524: recipe for target 'subdirs' failed
make: *** [subdirs] Error 2

------------------------------
PREREQUISITES
------------------------------

Prerequisite modules loaded:

build_requires:

    Module              Need Have   
    ------------------- ---- -------
    ExtUtils::MakeMaker 0    6.63_02


------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------

Environment variables:

    AUTOMATED_TESTING = 1
    COMSPEC = C:\Windows\system32\cmd.exe
    NUMBER_OF_PROCESSORS = 4
    PATH = /opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/bin/5.16.3/cygwin-thread:/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/perl/5.16.3/cygwin-thread/local/bin:/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/perl/5.16.3/cygwin-thread/bin:/usr/local/bin:/usr/bin
    PERL5LIB = /opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/cpan/5.16.3/cygwin-thread/build/Math-Complex-1.56-jvq9Di/blib/arch:/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/cpan/5.16.3/cygwin-thread/build/Math-Complex-1.56-jvq9Di/blib/lib:/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/perl/5.16.3/cygwin-thread/local/lib/site_perl/5.16.3:/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/perl/5.16.3/cygwin-thread/local/lib/5.16.3:/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/perl/5.16.3/cygwin-thread/local/lib/perl5
    PERL5OPT = 
    PERL5_CPANPLUS_IS_RUNNING = 8444
    PERL5_CPAN_IS_EXECUTING = /opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/cpan/5.16.3/cygwin-thread/build/Math-Complex_C-0.08-NpobXq/Makefile.PL
    PERL5_CPAN_IS_RUNNING = 8444
    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.16.3/cygwin-thread/bin/perl
    $UID/$EUID = 22755 / 22755
    $GID = 10513 545 1001 10571 44776 45205 10513 51781 18818 59435 72481 43044 30568 43061 18761 56667 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 56667 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                1.9800  
    CPAN::Meta          2.120630
    Cwd                 3.39_02 
    ExtUtils::CBuilder  0.280212
    ExtUtils::Command   1.17    
    ExtUtils::Install   1.58    
    ExtUtils::MakeMaker 6.63_02 
    ExtUtils::Manifest  1.61    
    ExtUtils::ParseXS   3.16    
    File::Spec          3.39_02 
    JSON                n/a     
    JSON::PP            2.27200 
    Module::Build       0.39_01 
    Module::Signature   n/a     
    Parse::CPAN::Meta   1.4402  
    Test::Harness       3.23    
    Test::More          0.98    
    YAML                0.88    
    YAML::Syck          n/a     
    version             0.99    


--

Summary of my perl5 (revision 5 version 16 subversion 3) configuration:
   
  Platform:
    osname=cygwin, osvers=1.7.27(0.27153), archname=cygwin-thread
    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 -Uusemultiplicity -Duse64bitint -Uuselongdouble -Dprefix=/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/perl/5.16.3/cygwin-thread'
    hint=recommended, useposix=true, d_sigaction=define
    useithreads=define, usemultiplicity=undef
    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_16_3.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_IMPLICIT_CONTEXT
                        PERL_PRESERVE_IVUV 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 16 2014 17:25:12
  %ENV:
    PERL5LIB="/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/cpan/5.16.3/cygwin-thread/build/Math-Complex-1.56-jvq9Di/blib/arch:/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/cpan/5.16.3/cygwin-thread/build/Math-Complex-1.56-jvq9Di/blib/lib:/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/perl/5.16.3/cygwin-thread/local/lib/site_perl/5.16.3:/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/perl/5.16.3/cygwin-thread/local/lib/5.16.3:/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/perl/5.16.3/cygwin-thread/local/lib/perl5"
    PERL5OPT=""
    PERL5_CPANPLUS_IS_RUNNING="8444"
    PERL5_CPAN_IS_EXECUTING="/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/cpan/5.16.3/cygwin-thread/build/Math-Complex_C-0.08-NpobXq/Makefile.PL"
    PERL5_CPAN_IS_RUNNING="8444"
    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/cpan/5.16.3/cygwin-thread/build/Math-Complex-1.56-jvq9Di/blib/arch
    /opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/cpan/5.16.3/cygwin-thread/build/Math-Complex-1.56-jvq9Di/blib/lib
    /opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/perl/5.16.3/cygwin-thread/local/lib/site_perl/5.16.3/cygwin-thread
    /opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/perl/5.16.3/cygwin-thread/local/lib/site_perl/5.16.3
    /opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/perl/5.16.3/cygwin-thread/local/lib/5.16.3/cygwin-thread
    /opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/perl/5.16.3/cygwin-thread/local/lib/5.16.3
    /opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/perl/5.16.3/cygwin-thread/local/lib/perl5/cygwin-thread
    /opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/perl/5.16.3/cygwin-thread/local/lib/perl5
    /opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/perl/5.16.3/cygwin-thread/lib/site_perl/5.16.3/cygwin-thread
    /opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/perl/5.16.3/cygwin-thread/lib/site_perl/5.16.3
    /opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/perl/5.16.3/cygwin-thread/lib/5.16.3/cygwin-thread
    /opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/perl/5.16.3/cygwin-thread/lib/5.16.3
    .