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

FAIL pyperl-1.0 i686-linux 2.4.27-2-386

From:
stro
Date:
July 2, 2008 19:09
Subject:
FAIL pyperl-1.0 i686-linux 2.4.27-2-386
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 Gisle Aas,
    
This is a computer-generated report for pyperl-1.0
on perl 5.8.8, created by CPAN-Reporter-1.1555. 

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 perlmodule.pod blib/lib/perlmodule.pod
cp try_perlapi.pl blib/lib/try_perlapi.pl
cp objs.pl blib/lib/objs.pl
cp opts.pl blib/lib/opts.pl
make[1]: Entering directory `/home/stro/.cpan/build/pyperl-1.0-U6NWZg/Python-Object'
cp lib/Python/Err.pm ../blib/lib/Python/Err.pm
cp Object.pm ../blib/lib/Python/Object.pm
cp lib/Python.pm ../blib/lib/Python.pm
/home/stro/perl588/bin/perl /home/stro/perl588/lib/5.8.8/ExtUtils/xsubpp  -typemap /home/stro/perl588/lib/5.8.8/ExtUtils/typemap -typemap typemap  Object.xs > Object.xsc && mv Object.xsc Object.c
cc -c  -I"" -fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2   -DVERSION=\"1.00\" -DXS_VERSION=\"1.00\" -fpic "-I/home/stro/perl588/lib/5.8.8/i686-linux/CORE"  -DMULTI_PERL Object.c
Object.xs:8:20: error: Python.h: No such file or directory
In file included from Object.xs:9:
PerlPyErr.h:6: error: expected specifier-qualifier-list before 'PyObject'
In file included from Object.xs:11:
../lang_map.h:4: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
../lang_map.h:5: error: expected ')' before '*' token
In file included from Object.xs:12:
../thrd_ctx.h:17: error: expected specifier-qualifier-list before 'PyThreadState'
Object.xs:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'NewPyObject'
Object.xs:16: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'NewPyObjectX'
Object.xs: In function 'magic_free_pyo':
Object.xs:22: error: 'PyObject' undeclared (first use in this function)
Object.xs:22: error: (Each undeclared identifier is reported only once
Object.xs:22: error: for each function it appears in.)
Object.xs:22: error: 'pyo' undeclared (first use in this function)
Object.xs:22: error: expected expression before ')' token
Object.xs: At top level:
Object.xs:35: error: expected ')' before '*' token
Object.xs:68: error: expected ')' before '*' token
Object.xs:82: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
Object.xs:100: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
Object.xs: In function 'croak_on_py_exception':
Object.xs:170: error: 'PerlPyErr' has no member named 'type'
Object.xs:170: error: 'PerlPyErr' has no member named 'value'
Object.xs:170: error: 'PerlPyErr' has no member named 'traceback'
Object.xs:173: error: 'PerlPyErr' has no member named 'type'
Object.c: In function 'XS_Python_object':
Object.c:218: error: 'NewPyObject' undeclared (first use in this function)
Object.c:218: error: 'RETVAL' undeclared (first use in this function)
Object.c:229: warning: assignment makes pointer from integer without a cast
Object.c: In function 'XS_Python_int':
Object.c:254: error: 'NewPyObject' undeclared (first use in this function)
Object.c:254: error: 'RETVAL' undeclared (first use in this function)
Object.c:264: warning: assignment makes pointer from integer without a cast
Object.c: In function 'XS_Python_long':
Object.c:290: error: 'NewPyObject' undeclared (first use in this function)
Object.c:290: error: 'RETVAL' undeclared (first use in this function)
Object.c:302: warning: assignment makes pointer from integer without a cast
Object.c: In function 'XS_Python_float':
Object.c:327: error: 'NewPyObject' undeclared (first use in this function)
Object.c:327: error: 'RETVAL' undeclared (first use in this function)
Object.c:337: warning: assignment makes pointer from integer without a cast
Object.c: In function 'XS_Python_complex':
Object.c:362: error: 'NewPyObject' undeclared (first use in this function)
Object.c:362: error: 'RETVAL' undeclared (first use in this function)
Object.c:371: warning: assignment makes pointer from integer without a cast
Object.c: In function 'XS_Python_list':
Object.c:393: error: 'NewPyObject' undeclared (first use in this function)
Object.c:393: error: 'RETVAL' undeclared (first use in this function)
Object.c:409: warning: assignment makes pointer from integer without a cast
Object.c: In function 'XS_Python_tuple':
Object.c:431: error: 'NewPyObject' undeclared (first use in this function)
Object.c:431: error: 'RETVAL' undeclared (first use in this function)
Object.c:447: warning: assignment makes pointer from integer without a cast
Object.c: In function 'XS_Python_dict':
Object.c:469: error: 'NewPyObject' undeclared (first use in this function)
Object.c:469: error: 'RETVAL' undeclared (first use in this function)
Object.xs:321: error: 'PyObject' undeclared (first use in this function)
Object.xs:321: error: 'key' undeclared (first use in this function)
Object.xs:322: error: 'val' undeclared (first use in this function)
Object.xs:328: error: 'Py_None' undeclared (first use in this function)
Object.c:499: warning: assignment makes pointer from integer without a cast
Object.c: In function 'XS_Python_PyObject_GetAttr':
Object.c:568: error: 'PyObject' undeclared (first use in this function)
Object.c:568: error: 'o' undeclared (first use in this function)
Object.c:569: warning: ISO C90 forbids mixed declarations and code
Object.xs:383: error: 'py_attrname' undeclared (first use in this function)
Object.c:574: error: 'NewPyObjectX' undeclared (first use in this function)
Object.c:574: error: 'RETVAL' undeclared (first use in this function)
Object.c:589: warning: assignment makes pointer from integer without a cast
Object.c: In function 'XS_Python_PyObject_SetAttr':
Object.c:612: error: 'PyObject' undeclared (first use in this function)
Object.c:612: error: 'o' undeclared (first use in this function)
Object.c:613: warning: ISO C90 forbids mixed declarations and code
Object.xs:404: error: 'py_attrname' undeclared (first use in this function)
Object.xs:405: error: 'py_v' undeclared (first use in this function)
Object.c:620: warning: ISO C90 forbids mixed declarations and code
Object.c: In function 'XS_Python_PyObject_DelAttr':
Object.c:654: error: 'PyObject' undeclared (first use in this function)
Object.c:654: error: 'o' undeclared (first use in this function)
Object.c:655: warning: ISO C90 forbids mixed declarations and code
Object.xs:428: error: 'py_attrname' undeclared (first use in this function)
Object.c:660: warning: ISO C90 forbids mixed declarations and code
Object.c: In function 'XS_Python_PyObject_HasAttr':
Object.c:692: error: 'PyObject' undeclared (first use in this function)
Object.c:692: error: 'o' undeclared (first use in this function)
Object.c:693: warning: ISO C90 forbids mixed declarations and code
Object.xs:449: error: 'py_attrname' undeclared (first use in this function)
Object.c:698: warning: ISO C90 forbids mixed declarations and code
Object.c: In function 'XS_Python_PyObject_GetItem':
Object.c:728: error: 'PyObject' undeclared (first use in this function)
Object.c:728: error: 'o' undeclared (first use in this function)
Object.c:729: warning: ISO C90 forbids mixed declarations and code
Object.xs:468: error: 'py_key' undeclared (first use in this function)
Object.c:734: error: 'NewPyObjectX' undeclared (first use in this function)
Object.c:734: error: 'RETVAL' undeclared (first use in this function)
Object.c:758: warning: assignment makes pointer from integer without a cast
Object.c: In function 'XS_Python_PyObject_SetItem':
Object.c:781: error: 'PyObject' undeclared (first use in this function)
Object.c:781: error: 'o' undeclared (first use in this function)
Object.c:782: warning: ISO C90 forbids mixed declarations and code
Object.xs:498: error: 'py_key' undeclared (first use in this function)
Object.xs:499: error: 'py_v' undeclared (first use in this function)
Object.c:789: warning: ISO C90 forbids mixed declarations and code
Object.c: In function 'XS_Python_PyObject_DelItem':
Object.c:834: error: 'PyObject' undeclared (first use in this function)
Object.c:834: error: 'o' undeclared (first use in this function)
Object.c:835: warning: ISO C90 forbids mixed declarations and code
Object.xs:533: error: 'py_key' undeclared (first use in this function)
Object.c:840: warning: ISO C90 forbids mixed declarations and code
Object.c: In function 'XS_Python_PyObject_Compare':
Object.c:881: error: 'PyObject' undeclared (first use in this function)
Object.c:881: error: 'o1' undeclared (first use in this function)
Object.c:882: error: 'o2' undeclared (first use in this function)
Object.xs:562: warning: ISO C90 forbids mixed declarations and code
Object.c: In function 'XS_Python_PyObject_Hash':
Object.c:914: error: 'PyObject' undeclared (first use in this function)
Object.c:914: error: 'o' undeclared (first use in this function)
Object.xs:577: warning: ISO C90 forbids mixed declarations and code
Object.c: In function 'XS_Python_id':
Object.c:946: error: 'PyObject' undeclared (first use in this function)
Object.c:946: error: 'o' undeclared (first use in this function)
Object.c:947: warning: ISO C90 forbids mixed declarations and code
Object.c: In function 'XS_Python_PyObject_Length':
Object.c:971: error: 'PyObject' undeclared (first use in this function)
Object.c:971: error: 'o' undeclared (first use in this function)
Object.xs:601: warning: ISO C90 forbids mixed declarations and code
Object.c: In function 'XS_Python_PyObject_IsTrue':
Object.c:1003: error: 'PyObject' undeclared (first use in this function)
Object.c:1003: error: 'o' undeclared (first use in this function)
Object.xs:618: warning: ISO C90 forbids mixed declarations and code
Object.c: In function 'XS_Python_PyObject_Type':
Object.c:1033: error: 'PyObject' undeclared (first use in this function)
Object.c:1033: error: 'o' undeclared (first use in this function)
Object.xs:631: warning: ISO C90 forbids mixed declarations and code
Object.c:1037: error: 'NewPyObject' undeclared (first use in this function)
Object.c:1037: error: 'RETVAL' undeclared (first use in this function)
Object.c:1046: warning: assignment makes pointer from integer without a cast
Object.c: In function 'XS_Python_PyObject_Str':
Object.c:1067: error: 'PyObject' undeclared (first use in this function)
Object.c:1067: error: 'o' undeclared (first use in this function)
Object.xs:648: warning: ISO C90 forbids mixed declarations and code
Object.xs:649: error: 'str_o' undeclared (first use in this function)
Object.c:1072: warning: ISO C90 forbids mixed declarations and code
Object.xs:657: warning: passing argument 1 of 'Perl_newSVpvn' makes pointer from integer without a cast
Object.xs: In function 'XS_Python_eval':
Object.xs:693: error: 'PyObject' undeclared (first use in this function)
Object.xs:693: error: 'globals' undeclared (first use in this function)
Object.xs:694: error: 'locals' undeclared (first use in this function)
Object.c:1148: error: 'NewPyObjectX' undeclared (first use in this function)
Object.c:1148: error: 'RETVAL' undeclared (first use in this function)
Object.xs:708: error: 'm' undeclared (first use in this function)
Object.xs:722: warning: comparison between pointer and integer
Object.xs:728: error: 'Py_eval_input' undeclared (first use in this function)
Object.xs:728: error: 'Py_file_input' undeclared (first use in this function)
Object.c:1190: warning: assignment makes pointer from integer without a cast
Object.c: In function 'XS_Python_PyObject_CallObject':
Object.c:1213: error: 'PyObject' undeclared (first use in this function)
Object.c:1213: error: 'o' undeclared (first use in this function)
Object.xs:740: warning: ISO C90 forbids mixed declarations and code
Object.xs:742: error: 'args' undeclared (first use in this function)
Object.c:1219: error: 'NewPyObjectX' undeclared (first use in this function)
Object.c:1219: error: 'RETVAL' undeclared (first use in this function)
Object.c:1244: warning: assignment makes pointer from integer without a cast
Object.c: In function 'XS_Python_PyEval_CallObjectWithKeywords':
Object.c:1267: error: 'PyObject' undeclared (first use in this function)
Object.c:1267: error: 'o' undeclared (first use in this function)
Object.xs:770: warning: ISO C90 forbids mixed declarations and code
Object.xs:771: error: 'alist' undeclared (first use in this function)
Object.xs:772: error: 'kwdict' undeclared (first use in this function)
Object.xs:774: error: 't1' undeclared (first use in this function)
Object.xs:775: error: 't2' undeclared (first use in this function)
Object.c:1276: error: 'NewPyObjectX' undeclared (first use in this function)
Object.c:1276: error: 'RETVAL' undeclared (first use in this function)
Object.xs:791: error: 'PyExc_TypeError' undeclared (first use in this function)
Object.xs:820: error: 'item' undeclared (first use in this function)
Object.xs:861: error: 'key' undeclared (first use in this function)
Object.xs:862: error: 'val' undeclared (first use in this function)
Object.xs:864: warning: ISO C90 forbids mixed declarations and code
Object.c:1408: warning: assignment makes pointer from integer without a cast
Object.c: In function 'XS_Python_PyImport_ImportModule':
Object.c:1435: error: 'NewPyObject' undeclared (first use in this function)
Object.c:1435: error: 'RETVAL' undeclared (first use in this function)
Object.c:1446: warning: assignment makes pointer from integer without a cast
Object.xs: In function 'XS_Python_PyNumber_Check':
Object.xs:926: error: 'PyObject' undeclared (first use in this function)
Object.xs:926: error: 'pyo' undeclared (first use in this function)
Object.c:1471: warning: ISO C90 forbids mixed declarations and code
Object.xs: In function 'XS_Python_PySequence_Check':
Object.xs:940: error: 'PyObject' undeclared (first use in this function)
Object.xs:940: error: 'pyo' undeclared (first use in this function)
Object.c:1502: warning: ISO C90 forbids mixed declarations and code
Object.xs: In function 'XS_Python_PyMapping_Check':
Object.xs:954: error: 'PyObject' undeclared (first use in this function)
Object.xs:954: error: 'pyo' undeclared (first use in this function)
Object.c:1533: warning: ISO C90 forbids mixed declarations and code
Object.xs: In function 'XS_Python_PyCallable_Check':
Object.xs:968: error: 'PyObject' undeclared (first use in this function)
Object.xs:968: error: 'pyo' undeclared (first use in this function)
Object.c:1564: warning: ISO C90 forbids mixed declarations and code
Object.xs: In function 'XS_Python_raise':
Object.xs:984: error: 'PyObject' undeclared (first use in this function)
Object.xs:984: error: 'type_pyo' undeclared (first use in this function)
Object.xs:985: error: 'value_pyo' undeclared (first use in this function)
Object.c: In function 'XS_Python__Err_type':
Object.c:1628: error: 'NewPyObject' undeclared (first use in this function)
Object.c:1628: error: 'RETVAL' undeclared (first use in this function)
Object.xs:1020: error: 'PerlPyErr' has no member named 'type'
Object.xs:1021: error: 'PerlPyErr' has no member named 'value'
Object.xs:1022: error: 'PerlPyErr' has no member named 'traceback'
Object.c:1643: warning: assignment makes pointer from integer without a cast
Object.xs: In function 'XS_Python__Err_as_string':
Object.xs:1037: error: 'PyObject' undeclared (first use in this function)
Object.xs:1037: error: 'str' undeclared (first use in this function)
Object.c:1668: warning: ISO C90 forbids mixed declarations and code
Object.xs:1041: error: 'PerlPyErr' has no member named 'type'
Object.xs:1046: warning: passing argument 2 of 'Perl_sv_catpv' makes pointer from integer without a cast
Object.xs:1054: error: 'PerlPyErr' has no member named 'value'
Object.xs:1055: error: 'PerlPyErr' has no member named 'value'
Object.xs:1060: warning: passing argument 2 of 'Perl_sv_catpv' makes pointer from integer without a cast
Object.xs: In function 'XS_Python__Err_DESTROY':
Object.xs:1089: error: 'PerlPyErr' has no member named 'type'
Object.xs:1090: error: 'PerlPyErr' has no member named 'value'
Object.xs:1091: error: 'PerlPyErr' has no member named 'traceback'
Object.xs: In function 'XS_Python__Err_Exception':
Object.xs:1129: error: 'PyObject' undeclared (first use in this function)
Object.xs:1129: error: 'e' undeclared (first use in this function)
Object.c:1778: warning: ISO C90 forbids mixed declarations and code
Object.xs:1135: error: 'PyExc_Exception' undeclared (first use in this function)
Object.xs:1136: error: 'PyExc_StandardError' undeclared (first use in this function)
Object.xs:1137: error: 'PyExc_ArithmeticError' undeclared (first use in this function)
Object.xs:1138: error: 'PyExc_LookupError' undeclared (first use in this function)
Object.xs:1139: error: 'PyExc_AssertionError' undeclared (first use in this function)
Object.xs:1140: error: 'PyExc_AttributeError' undeclared (first use in this function)
Object.xs:1141: error: 'PyExc_EOFError' undeclared (first use in this function)
Object.xs:1142: error: 'PyExc_FloatingPointError' undeclared (first use in this function)
Object.xs:1143: error: 'PyExc_EnvironmentError' undeclared (first use in this function)
Object.xs:1144: error: 'PyExc_IOError' undeclared (first use in this function)
Object.xs:1145: error: 'PyExc_OSError' undeclared (first use in this function)
Object.xs:1146: error: 'PyExc_ImportError' undeclared (first use in this function)
Object.xs:1147: error: 'PyExc_IndexError' undeclared (first use in this function)
Object.xs:1148: error: 'PyExc_KeyError' undeclared (first use in this function)
Object.xs:1149: error: 'PyExc_KeyboardInterrupt' undeclared (first use in this function)
Object.xs:1150: error: 'PyExc_MemoryError' undeclared (first use in this function)
Object.xs:1151: error: 'PyExc_NameError' undeclared (first use in this function)
Object.xs:1152: error: 'PyExc_OverflowError' undeclared (first use in this function)
Object.xs:1153: error: 'PyExc_RuntimeError' undeclared (first use in this function)
Object.xs:1154: error: 'PyExc_NotImplementedError' undeclared (first use in this function)
Object.xs:1155: error: 'PyExc_SyntaxError' undeclared (first use in this function)
Object.xs:1156: error: 'PyExc_SystemError' undeclared (first use in this function)
Object.xs:1157: error: 'PyExc_SystemExit' undeclared (first use in this function)
Object.xs:1158: error: 'PyExc_TypeError' undeclared (first use in this function)
Object.xs:1163: error: 'PyExc_ValueError' undeclared (first use in this function)
Object.xs:1164: error: 'PyExc_ZeroDivisionError' undeclared (first use in this function)
Object.xs:1169: error: 'arg' undeclared (first use in this function)
Object.xs:1171: error: 'PerlPyErr' has no member named 'type'
Object.xs:1181: warning: assignment makes pointer from integer without a cast
make[1]: *** [Object.o] Error 1
make[1]: Leaving directory `/home/stro/.cpan/build/pyperl-1.0-U6NWZg/Python-Object'
make: *** [subdirs] Error 2

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

Prerequisite modules loaded:

    No requirements found

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

Environment variables:

    AUTOMATED_TESTING = 1
    LANG = en_US
    LANGUAGE = en_UA:en_US:en_GB:en
    PATH = /usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games
    PERL5LIB = 
    PERL5_CPANPLUS_IS_RUNNING = 10001
    PERL5_CPAN_IS_EXECUTING = /home/stro/.cpan/build/pyperl-1.0-U6NWZg/Makefile.PL
    PERL5_CPAN_IS_RUNNING = 10001
    PERL_MM_USE_DEFAULT = 1
    SHELL = /bin/bash
    TERM = linux

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

    $^X = /home/stro/perl588/bin/perl
    $UID/$EUID = 1000 / 1000
    $GID = 1000 46 44 29 25 24 20 1000
    $EGID = 1000 46 44 29 25 24 20 1000

Perl module toolchain versions installed:

    Module              Have  
    ------------------- ------
    CPAN                1.9205
    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   2.19  
    File::Spec          3.2701
    Module::Build       0.2808
    Module::Signature   0.55  
    Test::Harness       3.10  
    Test::More          0.80  
    YAML                0.66  
    YAML::Syck          1.04  
    version             0.74  


--

Summary of my perl5 (revision 5 version 8 subversion 8) configuration:
  Platform:
    osname=linux, osvers=2.4.27-2-386, archname=i686-linux
    uname='linux vm-debian 2.4.27-2-386 #1 mon may 16 16:47:51 jst 2005 i686 gnulinux '
    config_args=''
    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 ='-fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
    optimize='-O2',
    cppflags='-fno-strict-aliasing -pipe -Wdeclaration-after-statement -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=-lnsl -ldl -lm -lcrypt -lutil -lc
    perllibs=-lnsl -ldl -lm -lcrypt -lutil -lc
    libc=/lib/libc-2.3.6.so, so=so, useshrplib=false, libperl=libperl.a
    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'



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