develooper Front page | perl.cpan.testers | Postings from May 2008

FAIL Math-BigInt-GMP-1.24 darwin-2level 7.9.0

Thread Previous
From:
JJ
Date:
May 28, 2008 03:09
Subject:
FAIL Math-BigInt-GMP-1.24 darwin-2level 7.9.0
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 Tels,
    
This is a computer-generated report for Math-BigInt-GMP-1.24
on perl 5.8.2, created by CPAN-Reporter-1.15. 

Thank you for uploading your work to CPAN.  However, there was a problem
testing your distribution.

If you think this report is invalid, please consult the CPAN Testers Wiki
for suggestions on how to avoid getting FAIL reports for missing library
or binary dependencies, unsupported operating systems, and so on:

http://cpantest.grango.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 lib/Math/BigInt/GMP.pm blib/lib/Math/BigInt/GMP.pm
/Users/jj/perl/perl-5.8.2/bin/perl /Users/jj/perl/perl-5.8.2/lib/5.8.2/ExtUtils/xsubpp  -typemap /Users/jj/perl/perl-5.8.2/lib/5.8.2/ExtUtils/typemap -typemap typemap  GMP.xs > GMP.xsc && mv GMP.xsc GMP.c
cc -c   -pipe -fno-common -DPERL_DARWIN -no-cpp-precomp -fno-strict-aliasing -Os   -DVERSION=\"1.24\" -DXS_VERSION=\"1.24\"  "-I/Users/jj/perl/perl-5.8.2/lib/5.8.2/darwin-2level/CORE"   GMP.c
GMP.xs:4:17: gmp.h: No such file or directory
GMP.c: In function `XS_Math__BigInt__GMP__new':
GMP.c:45: error: `mpz_t' undeclared (first use in this function)
GMP.c:45: error: (Each undeclared identifier is reported only once
GMP.c:45: error: for each function it appears in.)
GMP.c:45: error: `RETVAL' undeclared (first use in this function)
GMP.c: In function `XS_Math__BigInt__GMP__from_bin':
GMP.c:72: error: `mpz_t' undeclared (first use in this function)
GMP.c:72: error: `RETVAL' undeclared (first use in this function)
GMP.c: In function `XS_Math__BigInt__GMP__from_hex':
GMP.c:91: error: `mpz_t' undeclared (first use in this function)
GMP.c:91: error: `RETVAL' undeclared (first use in this function)
GMP.c: In function `XS_Math__BigInt__GMP__from_oct':
GMP.c:110: error: `mpz_t' undeclared (first use in this function)
GMP.c:110: error: `RETVAL' undeclared (first use in this function)
GMP.c: In function `XS_Math__BigInt__GMP__set':
GMP.c:128: error: `mpz_t' undeclared (first use in this function)
GMP.c:128: error: `n' undeclared (first use in this function)
GMP.c:133: error: parse error before ')' token
GMP.c: In function `XS_Math__BigInt__GMP__zero':
GMP.c:151: error: `mpz_t' undeclared (first use in this function)
GMP.c:151: error: `RETVAL' undeclared (first use in this function)
GMP.c: In function `XS_Math__BigInt__GMP__one':
GMP.c:169: error: `mpz_t' undeclared (first use in this function)
GMP.c:169: error: `RETVAL' undeclared (first use in this function)
GMP.c: In function `XS_Math__BigInt__GMP__two':
GMP.c:187: error: `mpz_t' undeclared (first use in this function)
GMP.c:187: error: `RETVAL' undeclared (first use in this function)
GMP.c: In function `XS_Math__BigInt__GMP__ten':
GMP.c:205: error: `mpz_t' undeclared (first use in this function)
GMP.c:205: error: `RETVAL' undeclared (first use in this function)
GMP.c: In function `XS_Math__BigInt__GMP__1ex':
GMP.c:224: error: `mpz_t' undeclared (first use in this function)
GMP.c:224: error: `RETVAL' undeclared (first use in this function)
GMP.c: In function `XS_Math__BigInt__GMP_DESTROY':
GMP.c:244: error: `mpz_t' undeclared (first use in this function)
GMP.c:244: error: `n' undeclared (first use in this function)
GMP.c:248: error: parse error before ')' token
GMP.c: In function `XS_Math__BigInt__GMP__num':
GMP.c:268: error: `mpz_t' undeclared (first use in this function)
GMP.c:268: error: `n' undeclared (first use in this function)
GMP.c:279: error: parse error before ')' token
GMP.c: In function `XS_Math__BigInt__GMP__len':
GMP.c:310: error: `mpz_t' undeclared (first use in this function)
GMP.c:310: error: `n' undeclared (first use in this function)
GMP.c:321: error: parse error before ')' token
GMP.c: In function `XS_Math__BigInt__GMP__alen':
GMP.c:352: error: `mpz_t' undeclared (first use in this function)
GMP.c:352: error: `n' undeclared (first use in this function)
GMP.c:358: error: parse error before ')' token
GMP.c: In function `XS_Math__BigInt__GMP__zeros':
GMP.c:378: error: `mpz_t' undeclared (first use in this function)
GMP.c:378: error: `n' undeclared (first use in this function)
GMP.c:390: error: parse error before ')' token
GMP.c: In function `XS_Math__BigInt__GMP__as_hex':
GMP.c:437: error: `mpz_t' undeclared (first use in this function)
GMP.c:437: error: `n' undeclared (first use in this function)
GMP.c:447: error: parse error before ')' token
GMP.c: In function `XS_Math__BigInt__GMP__as_bin':
GMP.c:474: error: `mpz_t' undeclared (first use in this function)
GMP.c:474: error: `n' undeclared (first use in this function)
GMP.c:484: error: parse error before ')' token
GMP.c: In function `XS_Math__BigInt__GMP__as_oct':
GMP.c:511: error: `mpz_t' undeclared (first use in this function)
GMP.c:511: error: `n' undeclared (first use in this function)
GMP.c:521: error: parse error before ')' token
GMP.c: In function `XS_Math__BigInt__GMP__modpow':
GMP.c:548: error: `mpz_t' undeclared (first use in this function)
GMP.c:548: error: `n' undeclared (first use in this function)
GMP.c:550: error: `mod' undeclared (first use in this function)
GMP.c:551: error: `RETVAL' undeclared (first use in this function)
GMP.c:555: error: parse error before ')' token
GMP.c:562: error: parse error before ')' token
GMP.c:569: error: parse error before ')' token
GMP.c: In function `XS_Math__BigInt__GMP__modinv':
GMP.c:591: error: `mpz_t' undeclared (first use in this function)
GMP.c:591: error: `x' undeclared (first use in this function)
GMP.c:592: error: `y' undeclared (first use in this function)
GMP.xs:392: error: `RETVAL' undeclared (first use in this function)
GMP.c:601: error: parse error before ')' token
GMP.c:608: error: parse error before ')' token
GMP.xs: In function `XS_Math__BigInt__GMP__add':
GMP.xs:430: error: `mpz_t' undeclared (first use in this function)
GMP.xs:430: error: `TEMP' undeclared (first use in this function)
GMP.xs:431: error: `TEMP_1' undeclared (first use in this function)
GMP.xs:433: error: parse error before ')' token
GMP.xs:433: error: parse error before ')' token
GMP.xs: In function `XS_Math__BigInt__GMP__inc':
GMP.xs:445: error: `mpz_t' undeclared (first use in this function)
GMP.xs:445: error: `TEMP' undeclared (first use in this function)
GMP.xs:447: error: parse error before ')' token
GMP.xs: In function `XS_Math__BigInt__GMP__dec':
GMP.xs:458: error: `mpz_t' undeclared (first use in this function)
GMP.xs:458: error: `TEMP' undeclared (first use in this function)
GMP.xs:460: error: parse error before ')' token
GMP.xs: In function `XS_Math__BigInt__GMP__sub':
GMP.xs:480: error: `mpz_t' undeclared (first use in this function)
GMP.xs:480: error: `TEMP' undeclared (first use in this function)
GMP.xs:481: error: `TEMP_1' undeclared (first use in this function)
GMP.xs:483: error: parse error before ')' token
GMP.xs:483: error: parse error before ')' token
GMP.xs: In function `XS_Math__BigInt__GMP__rsft':
GMP.xs:507: error: `mpz_t' undeclared (first use in this function)
GMP.xs:507: error: `TEMP' undeclared (first use in this function)
GMP.xs:508: error: `TEMP_1' undeclared (first use in this function)
GMP.xs:509: error: `BASE' undeclared (first use in this function)
GMP.xs:512: error: parse error before ')' token
GMP.xs:512: error: parse error before ')' token
GMP.xs: In function `XS_Math__BigInt__GMP__lsft':
GMP.xs:534: error: `mpz_t' undeclared (first use in this function)
GMP.xs:534: error: `TEMP' undeclared (first use in this function)
GMP.xs:535: error: `TEMP_1' undeclared (first use in this function)
GMP.xs:536: error: `BASE' undeclared (first use in this function)
GMP.xs:539: error: parse error before ')' token
GMP.xs:539: error: parse error before ')' token
GMP.xs: In function `XS_Math__BigInt__GMP__mul':
GMP.xs:559: error: `mpz_t' undeclared (first use in this function)
GMP.xs:559: error: `TEMP' undeclared (first use in this function)
GMP.xs:560: error: `TEMP_1' undeclared (first use in this function)
GMP.xs:562: error: parse error before ')' token
GMP.xs:562: error: parse error before ')' token
GMP.xs: In function `XS_Math__BigInt__GMP__div':
GMP.xs:587: error: `mpz_t' undeclared (first use in this function)
GMP.xs:587: error: `TEMP' undeclared (first use in this function)
GMP.xs:588: error: `TEMP_1' undeclared (first use in this function)
GMP.xs:589: error: `rem' undeclared (first use in this function)
GMP.xs:591: error: parse error before ')' token
GMP.xs:591: error: parse error before ')' token
GMP.xs: In function `XS_Math__BigInt__GMP__mod':
GMP.xs:617: error: `mpz_t' undeclared (first use in this function)
GMP.xs:617: error: `TEMP' undeclared (first use in this function)
GMP.xs:618: error: `TEMP_1' undeclared (first use in this function)
GMP.xs:620: error: parse error before ')' token
GMP.xs:620: error: parse error before ')' token
GMP.c: In function `XS_Math__BigInt__GMP__acmp':
GMP.c:914: error: `mpz_t' undeclared (first use in this function)
GMP.c:914: error: `m' undeclared (first use in this function)
GMP.c:915: error: `n' undeclared (first use in this function)
GMP.c:921: error: parse error before ')' token
GMP.c:928: error: parse error before ')' token
GMP.c: In function `XS_Math__BigInt__GMP__is_zero':
GMP.c:949: error: `mpz_t' undeclared (first use in this function)
GMP.c:949: error: `x' undeclared (first use in this function)
GMP.c:955: error: parse error before ')' token
GMP.c: In function `XS_Math__BigInt__GMP__is_one':
GMP.c:975: error: `mpz_t' undeclared (first use in this function)
GMP.c:975: error: `x' undeclared (first use in this function)
GMP.c:981: error: parse error before ')' token
GMP.c: In function `XS_Math__BigInt__GMP__is_two':
GMP.c:1001: error: `mpz_t' undeclared (first use in this function)
GMP.c:1001: error: `x' undeclared (first use in this function)
GMP.c:1007: error: parse error before ')' token
GMP.c: In function `XS_Math__BigInt__GMP__is_ten':
GMP.c:1027: error: `mpz_t' undeclared (first use in this function)
GMP.c:1027: error: `x' undeclared (first use in this function)
GMP.c:1033: error: parse error before ')' token
GMP.xs: In function `XS_Math__BigInt__GMP__pow':
GMP.xs:699: error: `mpz_t' undeclared (first use in this function)
GMP.xs:699: error: `TEMP' undeclared (first use in this function)
GMP.xs:700: error: `TEMP_1' undeclared (first use in this function)
GMP.xs:702: error: parse error before ')' token
GMP.xs:702: error: parse error before ')' token
GMP.c: In function `XS_Math__BigInt__GMP__gcd':
GMP.c:1077: error: `mpz_t' undeclared (first use in this function)
GMP.c:1077: error: `x' undeclared (first use in this function)
GMP.c:1078: error: `y' undeclared (first use in this function)
GMP.c:1079: error: `RETVAL' undeclared (first use in this function)
GMP.c:1083: error: parse error before ')' token
GMP.c:1090: error: parse error before ')' token
GMP.xs: In function `XS_Math__BigInt__GMP__and':
GMP.xs:728: error: `mpz_t' undeclared (first use in this function)
GMP.xs:728: error: `TEMP' undeclared (first use in this function)
GMP.xs:729: error: `TEMP_1' undeclared (first use in this function)
GMP.xs:731: error: parse error before ')' token
GMP.xs:731: error: parse error before ')' token
GMP.xs: In function `XS_Math__BigInt__GMP__xor':
GMP.xs:744: error: `mpz_t' undeclared (first use in this function)
GMP.xs:744: error: `TEMP' undeclared (first use in this function)
GMP.xs:745: error: `TEMP_1' undeclared (first use in this function)
GMP.xs:747: error: parse error before ')' token
GMP.xs:747: error: parse error before ')' token
GMP.xs: In function `XS_Math__BigInt__GMP__or':
GMP.xs:760: error: `mpz_t' undeclared (first use in this function)
GMP.xs:760: error: `TEMP' undeclared (first use in this function)
GMP.xs:761: error: `TEMP_1' undeclared (first use in this function)
GMP.xs:763: error: parse error before ')' token
GMP.xs:763: error: parse error before ')' token
GMP.xs: In function `XS_Math__BigInt__GMP__fac':
GMP.xs:775: error: `mpz_t' undeclared (first use in this function)
GMP.xs:775: error: `TEMP' undeclared (first use in this function)
GMP.xs:777: error: parse error before ')' token
GMP.c: In function `XS_Math__BigInt__GMP__copy':
GMP.c:1205: error: `mpz_t' undeclared (first use in this function)
GMP.c:1205: error: `m' undeclared (first use in this function)
GMP.c:1206: error: `RETVAL' undeclared (first use in this function)
GMP.c:1210: error: parse error before ')' token
GMP.c: In function `XS_Math__BigInt__GMP__is_odd':
GMP.c:1231: error: `mpz_t' undeclared (first use in this function)
GMP.c:1231: error: `n' undeclared (first use in this function)
GMP.c:1237: error: parse error before ')' token
GMP.c: In function `XS_Math__BigInt__GMP__is_even':
GMP.c:1256: error: `mpz_t' undeclared (first use in this function)
GMP.c:1256: error: `n' undeclared (first use in this function)
GMP.c:1262: error: parse error before ')' token
GMP.xs: In function `XS_Math__BigInt__GMP__sqrt':
GMP.xs:827: error: `mpz_t' undeclared (first use in this function)
GMP.xs:827: error: `TEMP' undeclared (first use in this function)
GMP.xs:829: error: parse error before ')' token
GMP.xs: In function `XS_Math__BigInt__GMP__root':
GMP.xs:842: error: `mpz_t' undeclared (first use in this function)
GMP.xs:842: error: `TEMP' undeclared (first use in this function)
GMP.xs:843: error: `TEMP_1' undeclared (first use in this function)
GMP.xs:845: error: parse error before ')' token
GMP.xs:845: error: parse error before ')' token
make: *** [GMP.o] Error 1

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

Prerequisite modules loaded:

requires:

    Module       Need Have
    ------------ ---- ----
    Math::BigInt 1.87 1.89
    XSLoader     0.02 0.02

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

Environment variables:

    AUTOMATED_TESTING = 1
    PATH = /Users/jj/bin:/bin:/sbin:/usr/bin:/usr/sbin
    PERL5LIB = /Users/jj/perl/perl-5.8.2/cpan/build/Math-BigInt-1.89-xAPj7x/blib/arch:/Users/jj/perl/perl-5.8.2/cpan/build/Math-BigInt-1.89-xAPj7x/blib/lib:/Users/jj/perl/perl-5.8.2/cpan/build/Test-Manifest-1.22-cHm8Cm/blib/arch:/Users/jj/perl/perl-5.8.2/cpan/build/Test-Manifest-1.22-cHm8Cm/blib/lib:/Users/jj/perl/perl-5.8.2/cpan/build/Crypt-Blowfish-2.10-RNtVZb/blib/arch:/Users/jj/perl/perl-5.8.2/cpan/build/Crypt-Blowfish-2.10-RNtVZb/blib/lib
    PERL5OPT = 
    PERL5_CPANPLUS_IS_RUNNING = 11215
    PERL5_CPAN_IS_EXECUTING = /Users/jj/perl/perl-5.8.2/cpan/build/Math-BigInt-GMP-1.24-jLFJtX/Makefile.PL
    PERL5_CPAN_IS_RUNNING = 11215
    PERL5_CPAN_IS_RUNNING_IN_RECURSION = 24998,11215
    PERL_CR_SMOKER_CURRENT = Crypt-ECDSA-0.069
    PERL_MM_USE_DEFAULT = 1
    SHELL = /bin/bash
    TERM = xterm-color

Perl special variables (and OS-specific diagnostics, for MSWin32):

    $^X = /Users/jj/perl/perl-5.8.2/bin/perl
    $UID/$EUID = 501 / 501
    $GID = 501 81 80 79 501
    $EGID = 501 81 80 79 501

Perl module toolchain versions installed:

    Module              Have   
    ------------------- -------
    CPAN                1.92_62
    Cwd                 3.2701 
    ExtUtils::CBuilder  0.23   
    ExtUtils::Command   1.13   
    ExtUtils::Install   1.45   
    ExtUtils::MakeMaker 6.44   
    ExtUtils::Manifest  1.51   
    ExtUtils::ParseXS   n/a    
    File::Spec          3.2701 
    Module::Build       0.2808 
    Module::Signature   n/a    
    Test::Harness       3.10   
    Test::More          0.80   
    YAML                0.66   
    YAML::Syck          1.04   
    version             0.74   


--

Summary of my perl5 (revision 5.0 version 8 subversion 2) configuration:
  Platform:
    osname=darwin, osvers=7.9.0, archname=darwin-2level
    uname='darwin peladon.local 7.9.0 darwin kernel version 7.9.0: wed mar 30 20:11:17 pst 2005; root:xnuxnu-517.12.7.obj~1release_ppc power macintosh powerpc '
    config_args='-de -Dprefix=/Users/jj/perl/perl-5.8.2'
    hint=recommended, useposix=true, d_sigaction=define
    usethreads=undef use5005threads=undef useithreads=undef usemultiplicity=undef
    useperlio=define d_sfio=undef uselargefiles=define usesocks=undef
    use64bitint=undef use64bitall=undef uselongdouble=undef
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc='cc', ccflags ='-pipe -fno-common -DPERL_DARWIN -no-cpp-precomp -fno-strict-aliasing',
    optimize='-Os',
    cppflags='-no-cpp-precomp -pipe -fno-common -DPERL_DARWIN -no-cpp-precomp -fno-strict-aliasing'
    ccversion='', gccversion='3.3 20030304 (Apple Computer, Inc. build 1666)', gccosandvers=''
    intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=4321
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=8
    ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
    alignbytes=8, prototype=define
  Linker and Libraries:
    ld='env MACOSX_DEPLOYMENT_TARGET=10.3 cc', ldflags =''
    libpth=/usr/lib
    libs=-ldbm -ldl -lm -lc
    perllibs=-ldl -lm -lc
    libc=/usr/lib/libc.dylib, so=dylib, useshrplib=false, libperl=libperl.a
    gnulibc_version=''
  Dynamic Linking:
    dlsrc=dl_dyld.xs, dlext=bundle, d_dlsymun=undef, ccdlflags=' '
    cccdlflags=' ', lddlflags=' -bundle -undefined dynamic_lookup'

Thread Previous


Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About