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 [email protected] to keep other
test volunteers informed and to prevent any duplicate effort.

--
Dear Marc Lehmann,
    
This is a computer-generated report for Coro-4.13
on perl-5.00505, created automatically by CPAN-Reporter-1.01 
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, 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 Coro/LWP.pm blib/lib/Coro/LWP.pm
cp Coro/CoroAPI.h blib/lib/Coro/CoroAPI.h
cp Coro/Channel.pm blib/lib/Coro/Channel.pm
cp Coro/AIO.pm blib/lib/Coro/AIO.pm
cp Coro/Storable.pm blib/lib/Coro/Storable.pm
cp Coro/Util.pm blib/lib/Coro/Util.pm
cp Coro/Signal.pm blib/lib/Coro/Signal.pm
cp Coro/Select.pm blib/lib/Coro/Select.pm
cp Coro/State.pm blib/lib/Coro/State.pm
cp Coro/Timer.pm blib/lib/Coro/Timer.pm
cp Coro/Semaphore.pm blib/lib/Coro/Semaphore.pm
cp Coro/Specific.pm blib/lib/Coro/Specific.pm
cp Coro/Debug.pm blib/lib/Coro/Debug.pm
cp Coro/Socket.pm blib/lib/Coro/Socket.pm
cp Coro/Handle.pm blib/lib/Coro/Handle.pm
cp Coro/MakeMaker.pm blib/lib/Coro/MakeMaker.pm
cp Coro/SemaphoreSet.pm blib/lib/Coro/SemaphoreSet.pm
cp Coro.pm blib/lib/Coro.pm
cp Coro/RWLock.pm blib/lib/Coro/RWLock.pm
Skip ../blib/lib/Coro/Channel.pm (unchanged)
Skip ../blib/lib/Coro/AIO.pm (unchanged)
Skip ../blib/lib/Coro/Storable.pm (unchanged)
Skip ../blib/lib/Coro/Signal.pm (unchanged)
Skip ../blib/lib/Coro/Util.pm (unchanged)
Skip ../blib/lib/Coro/Select.pm (unchanged)
Skip ../blib/lib/Coro/Timer.pm (unchanged)
Skip ../blib/lib/Coro/State.pm (unchanged)
Skip ../blib/lib/Coro/Semaphore.pm (unchanged)
Skip ../blib/lib/Coro/Specific.pm (unchanged)
Skip ../blib/lib/Coro/Debug.pm (unchanged)
Skip ../blib/lib/Coro/Socket.pm (unchanged)
Skip ../blib/lib/Coro/Handle.pm (unchanged)
Skip ../blib/lib/Coro/MakeMaker.pm (unchanged)
Skip ../blib/lib/Coro/SemaphoreSet.pm (unchanged)
Skip ../blib/lib/Coro/RWLock.pm (unchanged)
Skip ../blib/lib/Coro/LWP.pm (unchanged)
/usr/local/bin/perl5.00505 /usr/perl5.005_05/lib/5.00505/ExtUtils/xsubpp  
-typemap /usr/perl5.005_05/lib/5.00505/ExtUtils/typemap -typemap typemap  
State.xs > State.xsc && mv State.xsc State.c
ccache cc -c    -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -I/usr/local/include -O2 
-mtune=athlon64 -pipe    -DVERSION=\"undef\"  -DXS_VERSION=\"undef\" -DPIC 
-fpic "-I/usr/perl5.005_05/lib/5.00505/i386-freebsd/CORE"  -DCORO_ASM 
-DCORO_STACKSIZE=16384 -DCORO_STACKGUARD=4 State.c
In file included from State.xs:209:
state.h:65: error: field `runops' declared as a function
State.xs: In function `coro_get_sv':
State.xs:270: warning: passing arg 1 of `perl_get_sv' discards qualifiers from 
pointer target type
State.xs: In function `coro_get_av':
State.xs:280: warning: return makes pointer from integer without a cast
State.xs: In function `coro_get_hv':
State.xs:290: warning: return makes pointer from integer without a cast
State.xs: In function `SvSTATE_':
State.xs:390: error: `PERL_MAGIC_ext' undeclared (first use in this function)
State.xs:390: error: (Each undeclared identifier is reported only once
State.xs:390: error: for each function it appears in.)
State.xs: In function `get_padlist':
State.xs:400: error: `PERL_MAGIC_ext' undeclared (first use in this function)
State.xs: In function `put_padlist':
State.xs:422: error: `PERL_MAGIC_ext' undeclared (first use in this function)
State.xs:426: warning: assignment makes pointer from integer without a cast
State.xs: In function `save_perl':
State.xs:494: error: `CXt_FORMAT' undeclared (first use in this function)
State.xs:502: error: syntax error before "SV"
State.xs:502: error: syntax error before ')' token
State.xs: In function `coro_setup':
State.xs:707: error: `EVAL_NULL' undeclared (first use in this function)
State.xs:727: error: `PERL_MAGIC_sv' undeclared (first use in this function)
State.xs: In function `coro_destroy':
State.xs:769: error: `sp' undeclared (first use in this function)
State.xs: In function `runops_trace':
State.xs:809: error: called object is not a function
State.xs:868: error: function `old_runops' is initialized like a variable
State.xs:906: warning: passing arg 1 of `Perl_newSVpv' makes pointer from 
integer without a cast
State.xs: In function `cctx_run':
State.xs:959: error: `dTHX' undeclared (first use in this function)
State.xs: At top level:
State.xs:1285: error: syntax error before "CLONE_PARAMS"
State.xs: In function `coro_state_dup':
State.xs:1287: error: `mg' undeclared (first use in this function)
State.xs: At top level:
State.xs:1297: warning: excess elements in struct initializer
State.xs:1297: warning: (near initialization for `coro_state_vtbl')
State.xs: In function `api_transfer':
State.xs:1316: error: `dTHX' undeclared (first use in this function)
State.xs: In function `api_ready':
State.xs:1350: error: `dTHX' undeclared (first use in this function)
State.xs: In function `api_is_ready':
State.xs:1374: error: `dTHX' undeclared (first use in this function)
State.xs: In function `api_schedule':
State.xs:1460: error: `dTHX' undeclared (first use in this function)
State.xs: In function `api_cede':
State.xs:1470: error: `dTHX' undeclared (first use in this function)
State.xs: In function `api_cede_notself':
State.xs:1487: error: `dTHX' undeclared (first use in this function)
State.xs: In function `api_trace':
State.xs:1502: error: `dTHX' undeclared (first use in this function)
State.xs: In function `XS_Coro__State_new':
State.xs:1584: error: `PERL_MAGIC_ext' undeclared (first use in this function)
State.xs:1584: warning: assignment makes pointer from integer without a cast
State.xs:1586: error: `klass' undeclared (first use in this function)
State.xs: In function `XS_Coro__State__set_stacklevel':
State.xs:1612: error: syntax error before "coro_cctx"
State.xs: In function `XS_Coro__State__destroy':
State.xs:1648: error: `coro_sv' undeclared (first use in this function)
State.xs: In function `XS_Coro__State_cctx_stacksize':
State.xs:1663: error: `new_stacksize' undeclared (first use in this function)
State.xs: In function `XS_Coro__State_call':
State.xs:1698: error: `coro' undeclared (first use in this function)
State.xs:1717: error: `coderef' undeclared (first use in this function)
State.xs: In function `XS_Coro__State_is_ready':
State.xs:1745: error: `coro' undeclared (first use in this function)
State.c: In function `XS_Coro__State_trace':
State.c:1797: error: syntax error before "SV"
State.xs: In function `XS_Coro__State_has_stack':
State.xs:1756: error: `coro' undeclared (first use in this function)
State.xs: In function `XS_Coro__State_is_traced':
State.xs:1764: error: `coro' undeclared (first use in this function)
State.xs: In function `XS_Coro__State_rss':
State.xs:1776: error: `coro' undeclared (first use in this function)
State.xs: In function `XS_Coro__set_current':
State.xs:1831: error: `current' undeclared (first use in this function)
State.xs: In function `XS_Coro_prio':
State.xs:1839: error: `coro' undeclared (first use in this function)
State.xs:1844: error: `newprio' undeclared (first use in this function)
State.xs: In function `XS_Coro_ready':
State.xs:1859: error: `self' undeclared (first use in this function)
State.xs: In function `XS_Coro_throw':
State.xs:1875: error: `self' undeclared (first use in this function)
State.xs:1876: error: `throw' undeclared (first use in this function)
State.xs: In function `XS_Coro__pool_1':
State.xs:1902: error: `cb' undeclared (first use in this function)
State.xs: In function `XS_Coro__pool_2':
State.xs:1920: error: `cb' undeclared (first use in this function)
State.xs: In function `XS_Coro__AIO__set_state':
State.xs:1968: error: `data_' undeclared (first use in this function)
*** Error code 1

Stop in /usr/local/src/CPAN/build/Coro-4.13-jEu1pY/Coro.
*** Error code 1

Stop in /usr/local/src/CPAN/build/Coro-4.13-jEu1pY.

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

Prerequisite modules loaded:

requires:

    Module       Need Have  
    ------------ ---- ------
  ! AnyEvent     2.51 n/a   
  ! Event        1.06 n/a   
  ! IO::AIO      2.3  n/a   
    Scalar::Util 0    1.19  
  ! Storable     2.15 n/a   
    Time::HiRes  0    1.9708

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

Environment variables:

    LC_ALL = de_DE.ISO8859-1
    LC_CTYPE = de_DE.ISO8859-1
    PATH = 
/usr/X11R6/bin:/usr/X11/bin:/usr/local/bin:/usr/bin:/bin:/usr/gnu/bin:/usr/TeX/bin:/usr/local/sbin:/usr/sbin:/sbin:/usr/local/pilot/bin:/home/e/eserte/bin/FreeBSD:/home/e/eserte/bin/sh:/home/e/eserte/bin:/usr/X386/bin:/usr/games:/home/e/eserte/devel
    PERL5LIB = 
/usr/local/src/CPAN/build/Statistics-Lite-3.2-ooZSQi/blib/arch:/usr/local/src/CPAN/build/Statistics-Lite-3.2-ooZSQi/blib/lib:/usr/local/src/CPAN/build/HTML-Tagset-3.10-ZZSFrd/blib/arch:/usr/local/src/CPAN/build/HTML-Tagset-3.10-ZZSFrd/blib/lib:/usr/local/src/CPAN/build/TimeDate-1.16-Lg9sRr/blib/arch:/usr/local/src/CPAN/build/TimeDate-1.16-Lg9sRr/blib/lib:/usr/local/src/CPAN/build/Test-use-ok-0.02-IswrMB/blib/arch:/usr/local/src/CPAN/build/Test-use-ok-0.02-IswrMB/blib/lib:/usr/local/src/CPAN/build/UNIVERSAL-isa-0.06-EYhavw/blib/arch:/usr/local/src/CPAN/build/UNIVERSAL-isa-0.06-EYhavw/blib/lib:/usr/local/src/CPAN/build/UNIVERSAL-require-0.11-JXfnp7/blib/arch:/usr/local/src/CPAN/build/UNIVERSAL-require-0.11-JXfnp7/blib/lib:/usr/local/src/CPAN/build/File-Slurp-9999.12-mBSQcp/blib/arch:/usr/local/src/CPAN/build/File-Slurp-9999.12-mBSQcp/blib/lib:/usr/local/src/CPAN/build/Archive-Zip-1.20-UMolri/blib/arch:/usr/local/src/CPAN/build/Archive-Zip-1.20-UMolri/blib/lib:/usr/local/src/CPAN/build/File-MMagic-1.27-6aDcMS/blib/arch:/usr/local/src/CPAN/build/File-MMagic-1.27-6aDcMS/blib/lib:/usr/local/src/CPAN/build/MIME-Types-1.21-4R3W0J/blib/arch:/usr/local/src/CPAN/build/MIME-Types-1.21-4R3W0J/blib/lib:/usr/local/src/CPAN/build/Compress-Zlib-2.007-iSN4uD/blib/arch:/usr/local/src/CPAN/build/Compress-Zlib-2.007-iSN4uD/blib/lib:/usr/local/src/CPAN/build/IO-Compress-Zlib-2.006-8KGY8g/blib/arch:/usr/local/src/CPAN/build/IO-Compress-Zlib-2.006-8KGY8g/blib/lib:/usr/local/src/CPAN/build/IO-Compress-Base-2.006-9ZX0EW/blib/arch:/usr/local/src/CPAN/build/IO-Compress-Base-2.006-9ZX0EW/blib/lib:/usr/local/src/CPAN/build/Compress-Raw-Zlib-2.006-TPWKvD/blib/arch:/usr/local/src/CPAN/build/Compress-Raw-Zlib-2.006-TPWKvD/blib/lib:/usr/local/src/CPAN/build/File-BSDGlob-0.94-lKqrzN/blib/arch:/usr/local/src/CPAN/build/File-BSDGlob-0.94-lKqrzN/blib/lib:/usr/local/src/CPAN/build/IO-String-1.08-PpU1VN/blib/arch:/usr/local/src/CPAN/build/IO-String-1.08-PpU1VN/blib/lib:/usr/local/src/CPAN/build/CPAN-DistnameInfo-0.06-dxKvW2/blib!
 /arch:/u
sr/local/src/CPAN/build/CPAN-DistnameInfo-0.06-dxKvW2/blib/lib:/usr/local/src/CPAN/build/Test-NoWarnings-0.084-uk62HO/blib/arch:/usr/local/src/CPAN/build/Test-NoWarnings-0.084-uk62HO/blib/lib:/usr/local/src/CPAN/build/Test-Pod-1.26-bnsXiQ/blib/arch:/usr/local/src/CPAN/build/Test-Pod-1.26-bnsXiQ/blib/lib:/usr/local/src/CPAN/build/Devel-Symdump-2.08-dtef7Y/blib/arch:/usr/local/src/CPAN/build/Devel-Symdump-2.08-dtef7Y/blib/lib:/usr/local/src/CPAN/build/Test-Tester-0.106-GI50zX/blib/arch:/usr/local/src/CPAN/build/Test-Tester-0.106-GI50zX/blib/lib:/usr/local/src/CPAN/build/File-Path-2.02-nvch6q/blib/arch:/usr/local/src/CPAN/build/File-Path-2.02-nvch6q/blib/lib:/usr/local/src/CPAN/build/FCGI-0.67-vcio23/blib/arch:/usr/local/src/CPAN/build/FCGI-0.67-vcio23/blib/lib:/usr/local/src/CPAN/build/Text-CSV_XS-0.32-nEBz1c/blib/arch:/usr/local/src/CPAN/build/Text-CSV_XS-0.32-nEBz1c/blib/lib:/usr/local/src/CPAN/build/Image-ExifTool-7.00-2eKX8L/blib/arch:/usr/local/src/CPAN/build/Image-ExifTool-7.00-2eKX8L/blib/lib:/usr/local/src/CPAN/build/Parse-Yapp-1.05-N8h8Uc/blib/arch:/usr/local/src/CPAN/build/Parse-Yapp-1.05-N8h8Uc/blib/lib:/usr/local/src/CPAN/build/XML-Tiny-1.07-dHJpty/blib/arch:/usr/local/src/CPAN/build/XML-Tiny-1.07-dHJpty/blib/lib:/usr/local/src/CPAN/build/version-0.73-AYO1Rs/blib/arch:/usr/local/src/CPAN/build/version-0.73-AYO1Rs/blib/lib:/usr/local/src/CPAN/build/Module-Build-0.2808_01-BHpoDZ/blib/arch:/usr/local/src/CPAN/build/Module-Build-0.2808_01-BHpoDZ/blib/lib
    PERL5_CPANPLUS_IS_RUNNING = 48100
    PERL5_CPAN_IS_EXECUTING = 
/usr/local/src/CPAN/build/Coro-4.13-jEu1pY/Makefile.PL
    PERL5_CPAN_IS_RUNNING = 48100
    PERL_HTML_DISPLAY_CLASS = HTML::Display::Mozilla
    SHELL = /bin/tcsh
    STDPERL = perl
    TERM = xterm

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

    $^X = perl5.00505
    $UID/$EUID = 1000 / 1000
    $GID = 1000 10001 10000 9999 0 1000 1000
    $EGID = 1000 10001 10000 9999 0 1000 1000

Perl module toolchain versions installed:

    Module              Have     
    ------------------- ---------
    CPAN                1.9203   
    Cwd                 2.01     
    ExtUtils::CBuilder  n/a      
    ExtUtils::Command   1.13     
    ExtUtils::Install   1.41     
    ExtUtils::MakeMaker 6.36     
    ExtUtils::Manifest  1.51     
    ExtUtils::ParseXS   n/a      
    File::Spec          0.8      
    Module::Build       0.2808_01
    Module::Signature   n/a      
    Test::Harness       2.64     
    Test::More          0.72     
    YAML                n/a      
    YAML::Syck          n/a      
    version             0.73     


--

Summary of my perl5 (5.0 patchlevel 5 subversion 5) configuration:
  Platform:
    osname=freebsd, osvers=6.1-release, archname=i386-freebsd
    uname='freebsd biokovo.herceg.de 6.1-release freebsd 6.1-release #0: sun 
may 7 04:32:43 utc 2006 [EMAIL PROTECTED]:usrobjusrsrcsysgeneric i386 '
    hint=recommended, useposix=true, d_sigaction=define
    usethreads=undef useperlio=undef d_sfio=undef
  Compiler:
    cc='ccache cc', optimize='-O2 -mtune=athlon64 -pipe', gccversion=3.4.4 
[FreeBSD] 20050518
    cppflags='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -I/usr/local/include'
    ccflags ='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -I/usr/local/include'
    stdchar='char', d_stdstdio=undef, usevfork=true
    intsize=4, longsize=4, ptrsize=4, doublesize=8
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12
    alignbytes=4, usemymalloc=y, prototype=define
  Linker and Libraries:
    ld='ccache cc', ldflags ='-Wl,-E  -L/usr/local/lib'
    libpth=/usr/lib /usr/local/lib
    libs=-lm -lc -lcrypt
    libc=, so=so, useshrplib=false, libperl=libperl.a
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=' '
    cccdlflags='-DPIC -fpic', lddlflags='-shared  -L/usr/local/lib'

Reply via email to