Front page | perl.cpan.testers |
Postings from December 2007
FAIL Math-GMP-2.04 i486-linux-gnu-thread-multi 2.6.22-3-amd64
From:
ICERIDER
Date:
December 3, 2007 05:27
Subject:
FAIL Math-GMP-2.04 i486-linux-gnu-thread-multi 2.6.22-3-amd64
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/
Please cc any replies to cpan-testers@perl.org to keep other
test volunteers informed and to prevent any duplicate effort.
--
Dear Chip Turner,
This is a computer-generated report for Math-GMP-2.04
on perl-5.8.8, created automatically by CPAN-Reporter-1.06
and sent to the CPAN Testers mailing list.
If you have received this email directly, it is because the person testing
your distribution chose to send a copy to your CPAN email address; there
may be a delay before the official report is received and processed
by CPAN Testers.
Thank you for uploading your work to CPAN. However, it appears that
there were some problems with your distribution. If these results are
not what you expect or if you would like to learn how to avoid FAIL
reports for missing dependencies, unsupported operating systems, etc.,
please consult "Notes for CPAN Authors" on the CPAN Testers Wiki:
http://cpantest.grango.org
Sections of this report:
* Tester comments
* Program output
* Prerequisites
* Environment and other context
------------------------------
TESTER COMMENTS
------------------------------
Additional comments from tester:
[none provided]
------------------------------
PROGRAM OUTPUT
------------------------------
Output from '/usr/bin/make':
cp lib/Math/GMP.pm blib/lib/Math/GMP.pm
AutoSplitting blib/lib/Math/GMP.pm (blib/lib/auto/Math/GMP)
/usr/bin/perl /usr/local/share/perl/5.8.8/ExtUtils/xsubpp -typemap /usr/share/perl/5.8/ExtUtils/typemap -typemap typemap GMP.xs > GMP.xsc && mv GMP.xsc GMP.c
cc -c -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBIAN -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.04\" -DXS_VERSION=\"2.04\" -fPIC "-I/usr/lib/perl/5.8/CORE" GMP.c
GMP.xs:4:17: error: gmp.h: No such file or directory
GMP.c: In function 'XS_Math__GMP_new_from_scalar':
GMP.c:107: error: 'mpz_t' undeclared (first use in this function)
GMP.c:107: error: (Each undeclared identifier is reported only once
GMP.c:107: error: for each function it appears in.)
GMP.c:107: error: 'RETVAL' undeclared (first use in this function)
GMP.c: In function 'XS_Math__GMP_new_from_scalar_with_base':
GMP.c:133: error: 'mpz_t' undeclared (first use in this function)
GMP.c:133: error: 'RETVAL' undeclared (first use in this function)
GMP.c: In function 'XS_Math__GMP_destroy':
GMP.c:157: error: 'mpz_t' undeclared (first use in this function)
GMP.c:157: error: 'n' undeclared (first use in this function)
GMP.c:161: error: expected expression before ')' token
GMP.c: In function 'XS_Math__GMP_stringify_gmp':
GMP.c:186: error: 'mpz_t' undeclared (first use in this function)
GMP.c:186: error: 'n' undeclared (first use in this function)
GMP.c:195: error: expected expression before ')' token
GMP.c: In function 'XS_Math__GMP_get_str_gmp':
GMP.c:228: error: 'mpz_t' undeclared (first use in this function)
GMP.c:228: error: 'n' undeclared (first use in this function)
GMP.c:238: error: expected expression before ')' token
GMP.c: In function 'XS_Math__GMP_sizeinbase_gmp':
GMP.c:271: error: 'mpz_t' undeclared (first use in this function)
GMP.c:271: error: 'n' undeclared (first use in this function)
GMP.c:278: error: expected expression before ')' token
GMP.c: In function 'XS_Math__GMP_uintify_gmp':
GMP.c:303: error: 'mpz_t' undeclared (first use in this function)
GMP.c:303: error: 'n' undeclared (first use in this function)
GMP.c:309: error: expected expression before ')' token
GMP.c: In function 'XS_Math__GMP_add_ui_gmp':
GMP.c:334: error: 'mpz_t' undeclared (first use in this function)
GMP.c:334: error: 'n' undeclared (first use in this function)
GMP.c:339: error: expected expression before ')' token
GMP.c: In function 'XS_Math__GMP_intify_gmp':
GMP.c:363: error: 'mpz_t' undeclared (first use in this function)
GMP.c:363: error: 'n' undeclared (first use in this function)
GMP.c:369: error: expected expression before ')' token
GMP.c: In function 'XS_Math__GMP_mul_2exp_gmp':
GMP.c:394: error: 'mpz_t' undeclared (first use in this function)
GMP.c:394: error: 'n' undeclared (first use in this function)
GMP.c:396: error: 'RETVAL' undeclared (first use in this function)
GMP.c:400: error: expected expression before ')' token
GMP.c: In function 'XS_Math__GMP_div_2exp_gmp':
GMP.c:428: error: 'mpz_t' undeclared (first use in this function)
GMP.c:428: error: 'n' undeclared (first use in this function)
GMP.c:430: error: 'RETVAL' undeclared (first use in this function)
GMP.c:434: error: expected expression before ')' token
GMP.c: In function 'XS_Math__GMP_powm_gmp':
GMP.c:462: error: 'mpz_t' undeclared (first use in this function)
GMP.c:462: error: 'n' undeclared (first use in this function)
GMP.c:464: error: 'mod' undeclared (first use in this function)
GMP.c:465: error: 'RETVAL' undeclared (first use in this function)
GMP.c:469: error: expected expression before ')' token
GMP.c:476: error: expected expression before ')' token
GMP.c:483: error: expected expression before ')' token
GMP.c: In function 'XS_Math__GMP_mmod_gmp':
GMP.c:511: error: 'mpz_t' undeclared (first use in this function)
GMP.c:511: error: 'a' undeclared (first use in this function)
GMP.c:512: error: 'b' undeclared (first use in this function)
GMP.c:513: error: 'RETVAL' undeclared (first use in this function)
GMP.c:517: error: expected expression before ')' token
GMP.c:524: error: expected expression before ')' token
GMP.c: In function 'XS_Math__GMP_mod_2exp_gmp':
GMP.c:552: error: 'mpz_t' undeclared (first use in this function)
GMP.c:552: error: 'in' undeclared (first use in this function)
GMP.c:554: error: 'RETVAL' undeclared (first use in this function)
GMP.c:558: error: expected expression before ')' token
GMP.c: In function 'XS_Math__GMP_add_two':
GMP.c:586: error: 'mpz_t' undeclared (first use in this function)
GMP.c:586: error: 'm' undeclared (first use in this function)
GMP.c:587: error: 'n' undeclared (first use in this function)
GMP.c:588: error: 'RETVAL' undeclared (first use in this function)
GMP.c:592: error: expected expression before ')' token
GMP.c:599: error: expected expression before ')' token
GMP.c: In function 'XS_Math__GMP_sub_two':
GMP.c:627: error: 'mpz_t' undeclared (first use in this function)
GMP.c:627: error: 'm' undeclared (first use in this function)
GMP.c:628: error: 'n' undeclared (first use in this function)
GMP.c:629: error: 'RETVAL' undeclared (first use in this function)
GMP.c:633: error: expected expression before ')' token
GMP.c:640: error: expected expression before ')' token
GMP.c: In function 'XS_Math__GMP_mul_two':
GMP.c:668: error: 'mpz_t' undeclared (first use in this function)
GMP.c:668: error: 'm' undeclared (first use in this function)
GMP.c:669: error: 'n' undeclared (first use in this function)
GMP.c:670: error: 'RETVAL' undeclared (first use in this function)
GMP.c:674: error: expected expression before ')' token
GMP.c:681: error: expected expression before ')' token
GMP.c: In function 'XS_Math__GMP_div_two':
GMP.c:709: error: 'mpz_t' undeclared (first use in this function)
GMP.c:709: error: 'm' undeclared (first use in this function)
GMP.c:710: error: 'n' undeclared (first use in this function)
GMP.c:711: error: 'RETVAL' undeclared (first use in this function)
GMP.c:715: error: expected expression before ')' token
GMP.c:722: error: expected expression before ')' token
GMP.c: In function 'XS_Math__GMP_bdiv_two':
GMP.c:752: error: 'mpz_t' undeclared (first use in this function)
GMP.c:752: error: 'm' undeclared (first use in this function)
GMP.c:753: error: 'n' undeclared (first use in this function)
GMP.xs:293: error: 'quo' undeclared (first use in this function)
GMP.xs:294: error: 'rem' undeclared (first use in this function)
GMP.c:761: error: expected expression before ')' token
GMP.c:768: error: expected expression before ')' token
GMP.c: In function 'XS_Math__GMP_mod_two':
GMP.c:800: error: 'mpz_t' undeclared (first use in this function)
GMP.c:800: error: 'm' undeclared (first use in this function)
GMP.c:801: error: 'n' undeclared (first use in this function)
GMP.c:802: error: 'RETVAL' undeclared (first use in this function)
GMP.c:806: error: expected expression before ')' token
GMP.c:813: error: expected expression before ')' token
GMP.c: In function 'XS_Math__GMP_cmp_two':
GMP.c:841: error: 'mpz_t' undeclared (first use in this function)
GMP.c:841: error: 'm' undeclared (first use in this function)
GMP.c:842: error: 'n' undeclared (first use in this function)
GMP.c:848: error: expected expression before ')' token
GMP.c:855: error: expected expression before ')' token
GMP.c: In function 'XS_Math__GMP_gmp_legendre':
GMP.c:880: error: 'mpz_t' undeclared (first use in this function)
GMP.c:880: error: 'm' undeclared (first use in this function)
GMP.c:881: error: 'n' undeclared (first use in this function)
GMP.c:887: error: expected expression before ')' token
GMP.c:894: error: expected expression before ')' token
GMP.c: In function 'XS_Math__GMP_gmp_jacobi':
GMP.c:919: error: 'mpz_t' undeclared (first use in this function)
GMP.c:919: error: 'm' undeclared (first use in this function)
GMP.c:920: error: 'n' undeclared (first use in this function)
GMP.c:926: error: expected expression before ')' token
GMP.c:933: error: expected expression before ')' token
GMP.c: In function 'XS_Math__GMP_pow_two':
GMP.c:958: error: 'mpz_t' undeclared (first use in this function)
GMP.c:958: error: 'm' undeclared (first use in this function)
GMP.c:960: error: 'RETVAL' undeclared (first use in this function)
GMP.c:964: error: expected expression before ')' token
GMP.c: In function 'XS_Math__GMP_gcd_two':
GMP.c:993: error: 'mpz_t' undeclared (first use in this function)
GMP.c:993: error: 'm' undeclared (first use in this function)
GMP.c:994: error: 'n' undeclared (first use in this function)
GMP.c:995: error: 'RETVAL' undeclared (first use in this function)
GMP.c:999: error: expected expression before ')' token
GMP.c:1006: error: expected expression before ')' token
GMP.c: In function 'XS_Math__GMP_gmp_fib':
GMP.c:1035: error: 'mpz_t' undeclared (first use in this function)
GMP.c:1035: error: 'RETVAL' undeclared (first use in this function)
GMP.c: In function 'XS_Math__GMP_and_two':
GMP.c:1060: error: 'mpz_t' undeclared (first use in this function)
GMP.c:1060: error: 'm' undeclared (first use in this function)
GMP.c:1061: error: 'n' undeclared (first use in this function)
GMP.c:1062: error: 'RETVAL' undeclared (first use in this function)
GMP.c:1066: error: expected expression before ')' token
GMP.c:1073: error: expected expression before ')' token
GMP.c: In function 'XS_Math__GMP_xor_two':
GMP.c:1101: error: 'mpz_t' undeclared (first use in this function)
GMP.c:1101: error: 'm' undeclared (first use in this function)
GMP.c:1102: error: 'n' undeclared (first use in this function)
GMP.c:1103: error: 'RETVAL' undeclared (first use in this function)
GMP.c:1107: error: expected expression before ')' token
GMP.c:1114: error: expected expression before ')' token
GMP.c: In function 'XS_Math__GMP_or_two':
GMP.c:1142: error: 'mpz_t' undeclared (first use in this function)
GMP.c:1142: error: 'm' undeclared (first use in this function)
GMP.c:1143: error: 'n' undeclared (first use in this function)
GMP.c:1144: error: 'RETVAL' undeclared (first use in this function)
GMP.c:1148: error: expected expression before ')' token
GMP.c:1155: error: expected expression before ')' token
GMP.c: In function 'XS_Math__GMP_gmp_fac':
GMP.c:1184: error: 'mpz_t' undeclared (first use in this function)
GMP.c:1184: error: 'RETVAL' undeclared (first use in this function)
GMP.c: In function 'XS_Math__GMP_gmp_copy':
GMP.c:1209: error: 'mpz_t' undeclared (first use in this function)
GMP.c:1209: error: 'm' undeclared (first use in this function)
GMP.c:1210: error: 'RETVAL' undeclared (first use in this function)
GMP.c:1214: error: expected expression before ')' token
GMP.c: In function 'XS_Math__GMP_gmp_tstbit':
GMP.c:1241: error: 'mpz_t' undeclared (first use in this function)
GMP.c:1241: error: 'm' undeclared (first use in this function)
GMP.c:1248: error: expected expression before ')' token
GMP.c: In function 'XS_Math__GMP_gmp_sqrt':
GMP.c:1273: error: 'mpz_t' undeclared (first use in this function)
GMP.c:1273: error: 'm' undeclared (first use in this function)
GMP.c:1274: error: 'RETVAL' undeclared (first use in this function)
GMP.c:1278: error: expected expression before ')' token
make: *** [GMP.o] Error 1
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
No requirements found
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
PATH = /usr/local/bin:/usr/bin:/bin:/usr/games
PERL5LIB = /home/icerider70/lib/perl5
PERL5_CPANPLUS_IS_RUNNING = 30147
PERL5_CPAN_IS_EXECUTING = /home/icerider70/.cpan/build/Math-GMP-2.04-lLRqen/Makefile.PL
PERL5_CPAN_IS_RUNNING = 30147
PERL_AUTOINSTALL = --defaultdeps
PERL_MM_USE_DEFAULT = 1
SHELL = /bin/bash
TERM = xterm
Perl special variables (and OS-specific diagnostics, for MSWin32):
$^X = /usr/bin/perl
$UID/$EUID = 1001 / 1001
$GID = 1001 1001
$EGID = 1001 1001
Perl module toolchain versions installed:
Module Have
------------------- ------
CPAN 1.9203
Cwd 3.25
ExtUtils::CBuilder 0.21
ExtUtils::Command 1.13
ExtUtils::Install 1.44
ExtUtils::MakeMaker 6.38
ExtUtils::Manifest 1.51
ExtUtils::ParseXS 2.18
File::Spec 3.25
Module::Build 0.2808
Module::Signature 0.55
Test::Harness 3.04
Test::More 0.72
YAML 0.66
YAML::Syck 0.99
version 0.74
--
Summary of my perl5 (revision 5 version 8 subversion 8) configuration:
Platform:
osname=linux, osvers=2.6.22-3-amd64, archname=i486-linux-gnu-thread-multi
uname='linux deneb 2.6.22-3-amd64 #1 smp thu oct 11 15:23:23 utc 2007 i686 gnulinux '
config_args='-Dusethreads -Duselargefiles -Dccflags=-DDEBIAN -Dcccdlflags=-fPIC -Darchname=i486-linux-gnu -Dprefix=/usr -Dprivlib=/usr/share/perl/5.8 -Darchlib=/usr/lib/perl/5.8 -Dvendorprefix=/usr -Dvendorlib=/usr/share/perl5 -Dvendorarch=/usr/lib/perl5 -Dsiteprefix=/usr/local -Dsitelib=/usr/local/share/perl/5.8.8 -Dsitearch=/usr/local/lib/perl/5.8.8 -Dman1dir=/usr/share/man/man1 -Dman3dir=/usr/share/man/man3 -Dsiteman1dir=/usr/local/man/man1 -Dsiteman3dir=/usr/local/man/man3 -Dman1ext=1 -Dman3ext=3perl -Dpager=/usr/bin/sensible-pager -Uafs -Ud_csh -Uusesfio -Uusenm -Duseshrplib -Dlibperl=libperl.so.5.8.8 -Dd_dosuid -des'
hint=recommended, useposix=true, d_sigaction=define
usethreads=define use5005threads=undef useithreads=define usemultiplicity=define
useperlio=define d_sfio=undef uselargefiles=define usesocks=undef
use64bitint=undef use64bitall=undef uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='cc', ccflags ='-D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBIAN -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
optimize='-O2',
cppflags='-D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBIAN -fno-strict-aliasing -pipe -I/usr/local/include'
ccversion='', gccversion='4.1.2 20061115 (prerelease) (Debian 4.1.1-21)', gccosandvers=''
intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12
ivtype='long', ivsize=4, nvtype='double', nvsize=8, 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=-lgdbm -lgdbm_compat -ldb -ldl -lm -lpthread -lc -lcrypt
perllibs=-ldl -lm -lpthread -lc -lcrypt
libc=/lib/libc-2.3.6.so, so=so, useshrplib=true, libperl=libperl.so.5.8.8
gnulibc_version='2.3.6'
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E'
cccdlflags='-fPIC', lddlflags='-shared -L/usr/local/lib'
-
FAIL Math-GMP-2.04 i486-linux-gnu-thread-multi 2.6.22-3-amd64
by ICERIDER