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 Marc Lehmann,
    
This is a computer-generated report for Coro-4.02
on perl-5.6.2, created automatically by CPAN-Reporter-0.99_14 
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.

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.pm blib/lib/Coro.pm
cp Coro/RWLock.pm blib/lib/Coro/RWLock.pm
cp Coro/Channel.pm blib/lib/Coro/Channel.pm
cp Coro/MakeMaker.pm blib/lib/Coro/MakeMaker.pm
cp Coro/Socket.pm blib/lib/Coro/Socket.pm
cp Coro/Select.pm blib/lib/Coro/Select.pm
cp Coro/CoroAPI.h blib/lib/Coro/CoroAPI.h
cp Coro/Semaphore.pm blib/lib/Coro/Semaphore.pm
cp Coro/Handle.pm blib/lib/Coro/Handle.pm
cp Coro/Timer.pm blib/lib/Coro/Timer.pm
cp Coro/LWP.pm blib/lib/Coro/LWP.pm
cp Coro/Specific.pm blib/lib/Coro/Specific.pm
cp Coro/SemaphoreSet.pm blib/lib/Coro/SemaphoreSet.pm
cp Coro/State.pm blib/lib/Coro/State.pm
cp Coro/AIO.pm blib/lib/Coro/AIO.pm
cp Coro/Signal.pm blib/lib/Coro/Signal.pm
cp Coro/Util.pm blib/lib/Coro/Util.pm
cp Coro/Storable.pm blib/lib/Coro/Storable.pm
cp Coro/Debug.pm blib/lib/Coro/Debug.pm
Skip ../blib/lib/Coro/LWP.pm (unchanged)
Skip ../blib/lib/Coro/Debug.pm (unchanged)
Skip ../blib/lib/Coro/Channel.pm (unchanged)
Skip ../blib/lib/Coro/Semaphore.pm (unchanged)
Skip ../blib/lib/Coro/Specific.pm (unchanged)
Skip ../blib/lib/Coro/Handle.pm (unchanged)
Skip ../blib/lib/Coro/Storable.pm (unchanged)
Skip ../blib/lib/Coro/MakeMaker.pm (unchanged)
Skip ../blib/lib/Coro/State.pm (unchanged)
Skip ../blib/lib/Coro/SemaphoreSet.pm (unchanged)
Skip ../blib/lib/Coro/RWLock.pm (unchanged)
Skip ../blib/lib/Coro/Util.pm (unchanged)
Skip ../blib/lib/Coro/AIO.pm (unchanged)
Skip ../blib/lib/Coro/Socket.pm (unchanged)
Skip ../blib/lib/Coro/Select.pm (unchanged)
Skip ../blib/lib/Coro/Timer.pm (unchanged)
Skip ../blib/lib/Coro/Signal.pm (unchanged)
/usr/local/bin/perl5.6.2 /usr/perl5.6.2/lib/5.6.2/ExtUtils/xsubpp  -typemap 
/usr/perl5.6.2/lib/5.6.2/ExtUtils/typemap -typemap typemap  State.xs > 
State.xsc && mv State.xsc State.c
ccache cc -c    -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing 
-I/usr/local/include -O2 -pipe    -DVERSION=\"4.0\"  -DXS_VERSION=\"4.0\" -DPIC 
-fPIC "-I/usr/perl5.6.2/lib/5.6.2/amd64-freebsd/CORE"  -DHAVE_MMAP -DCORO_ASM 
-DCORO_STACKSIZE=16384 -DCORO_STACKGUARD=4 State.c
In file included from libcoro/coro.c:33,
                 from State.xs:1:
libcoro/coro.h:199: warning: `__fastcall__' attribute ignored
In file included from State.xs:1:
libcoro/coro.c:119: warning: `__fastcall__' attribute ignored
State.xs: In function `SvSTATE_':
State.xs:346: error: `PERL_MAGIC_ext' undeclared (first use in this function)
State.xs:346: error: (Each undeclared identifier is reported only once
State.xs:346: error: for each function it appears in.)
State.xs: In function `get_padlist':
State.xs:356: error: `PERL_MAGIC_ext' undeclared (first use in this function)
State.xs: In function `put_padlist':
State.xs:378: error: `PERL_MAGIC_ext' undeclared (first use in this function)
State.xs: In function `coro_setup':
State.xs:613: warning: assignment makes pointer from integer without a cast
State.xs:621: error: `PERL_MAGIC_sv' undeclared (first use in this function)
State.xs:623: warning: assignment from incompatible pointer type
State.xs: In function `runops_trace':
State.xs:792: warning: passing arg 1 of `Perl_newSVpv' makes pointer from 
integer without a cast
State.xs: At top level:
State.xs:1155: error: syntax error before "CLONE_PARAMS"
State.xs: In function `coro_state_dup':
State.xs:1157: error: `mg' undeclared (first use in this function)
State.xs: At top level:
State.xs:1167: warning: excess elements in struct initializer
State.xs:1167: warning: (near initialization for `coro_state_vtbl')
State.xs: In function `XS_Coro__State_new':
State.xs:1445: error: `PERL_MAGIC_ext' undeclared (first use in this function)
State.xs:1445: error: invalid type argument of `->'
*** Error code 1

Stop in /mnt/i386/usr/local/src/CPAN/build/Coro-4.02-34ZPN8/Coro.
*** Error code 1

Stop in /mnt/i386/usr/local/src/CPAN/build/Coro-4.02-34ZPN8.

------------------------------
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 2.16  
    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 = 
    PERL5_CPANPLUS_IS_RUNNING = 4595
    PERL5_CPAN_IS_EXECUTING = 
/usr/local/src/CPAN/build/Coro-4.02-34ZPN8/Makefile.PL
    PERL5_CPAN_IS_RUNNING = 4595
    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.6.2
    $UID/$EUID = 1000 / 1000
    $GID = 1000 0 1000 1000
    $EGID = 1000 0 1000 1000

Perl module toolchain versions installed:

    Module              Have   
    ------------------- -------
    CPAN                1.92_51
    Cwd                 2.04   
    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.86   
    Module::Build       n/a    
    Module::Signature   n/a    
    Test::Harness       2.30   
    Test::More          0.72   
    YAML                n/a    
    YAML::Syck          n/a    
    version             n/a    


--

Summary of my perl5 (revision 5.0 version 6 subversion 2) configuration:
  Platform:
    osname=freebsd, osvers=6.2-release, archname=amd64-freebsd
    uname='freebsd biokovo-amd64.herceg.de 6.2-release freebsd 6.2-release #0: 
fri jan 12 08:32:24 utc 2007 [EMAIL PROTECTED]:usrobjusrsrcsysgeneric amd64 '
    config_args='-Dprefix=/usr/perl5.6.2 -D cc=ccache cc -Dgccansipedantic -de'
    hint=recommended, useposix=true, d_sigaction=define
    usethreads=undef use5005threads=undef useithreads=undef 
usemultiplicity=undef
    useperlio=undef d_sfio=undef uselargefiles=define usesocks=undef
    use64bitint=define use64bitall=define uselongdouble=undef
  Compiler:
    cc='ccache cc', ccflags ='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H 
-fno-strict-aliasing -I/usr/local/include',
    optimize='-O2 -pipe',
    cppflags='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing 
-I/usr/local/include'
    ccversion='', gccversion='3.4.6 [FreeBSD] 20060305', 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, usemymalloc=n, prototype=define
  Linker and Libraries:
    ld='ccache cc', ldflags ='-Wl,-E  -L/usr/local/lib'
    libpth=/usr/lib /usr/local/lib
    libs=-lgdbm -lm -lc -lcrypt -lutil
    perllibs=-lm -lc -lcrypt -lutil
    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