Report for Apporo-0.000001

Back
From: metabase:user:30f0bd62-2aae-11df-837a-5e0a49663a4f
Subject: UNKNOWN Apporo-0.000001 v5.10.1 OpenBSD
Date: 2012-09-26T02:06:01Z

This distribution has been tested as part of the CPAN Testers
project, supporting the Perl programming language.  See
http://wiki.cpantesters.org/ for more information or email
questions to cpan-testers-discuss@perl.org


--
Dear Toshinori Sato,

This is a computer-generated report for Apporo-0.000001
on perl 5.10.1, created by CPAN-Reporter-1.2006.

Thank you for uploading your work to CPAN.  However, attempting to
test your distribution gave an inconclusive result.

This could be because your distribution had an error during the make/build
stage, did not define tests, tests could not be found, because your tests were
interrupted before they finished, or because the results of the tests could not
be parsed.  You may wish to consult the CPAN Testers Wiki:

http://wiki.cpantesters.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/Apporo.pm blib/lib/Apporo.pm
/home/sts/cpansmoke/perl-5.10.1/bin/perl "-Iinc" /home/sts/cpansmoke/perl-5.10.1/lib/5.10.1/ExtUtils/xsubpp  -C++ -typemap /home/sts/cpansmoke/perl-5.10.1/lib/5.10.1/ExtUtils/typemap  xs/Apporo.xs > xs/Apporo.xsc && mv xs/Apporo.xsc xs/Apporo.c
Please specify prototyping behavior for Apporo.xs (see perlxs manual)
g++ -c  "-I." "-I/usr/local/include" "-I."  -pthread -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -g -Wall -Wextra -Wdeclaration-after-statement -Wc++-compat -O2    -DVERSION=\"0.000001\"  -DXS_VERSION=\"0.000001\" -o xs/Apporo.o -DPIC -fPIC "-I/home/sts/cpansmoke/perl-5.10.1/lib/5.10.1/OpenBSD.i386-openbsd-thread-multi/CORE"  -DUSE_PPPORT xs/Apporo.c
cc1plus: warning: command line option "-Wdeclaration-after-statement" is valid for C/ObjC but not for C++
cc1plus: warning: command line option "-Wc++-compat" is valid for C/ObjC but not for C++
xs/Apporo.xs:4:20: error: apporo.h: No such file or directory
xs/Apporo.xs:6: error: 'apporo' is not a namespace-name
xs/Apporo.xs:6: error: expected namespace-name before ';' token
xs/Apporo.c: In function 'void XS_Apporo_new(PerlInterpreter*, CV*)':
xs/Apporo.c:194: error: 'Apporo' was not declared in this scope
xs/Apporo.c:194: error: 'RETVAL' was not declared in this scope
xs/Apporo.xs:38: error: 'a' was not declared in this scope
xs/Apporo.xs:38: error: expected type-specifier before 'Apporo'
xs/Apporo.xs:38: error: expected `;' before 'Apporo'
xs/Apporo.c:188: warning: unused variable 'Perl___notused'
xs/Apporo.c: At global scope:
xs/Apporo.c:186: warning: unused parameter 'my_perl'
xs/Apporo.c: In function 'void XS_Apporo_DESTROY(PerlInterpreter*, CV*)':
xs/Apporo.c:216: error: 'Apporo' was not declared in this scope
xs/Apporo.c:216: error: 'THIS' was not declared in this scope
xs/Apporo.c:219: error: expected primary-expression before ')' token
xs/Apporo.c:226: error: type '<type error>' argument given to 'delete', expected pointer
xs/Apporo.c:212: warning: unused variable 'Perl___notused'
xs/Apporo.c: At global scope:
xs/Apporo.c:210: warning: unused parameter 'my_perl'
xs/Apporo.c: In function 'void XS_Apporo_retrieve(PerlInterpreter*, CV*)':
xs/Apporo.c:239: error: 'Apporo' was not declared in this scope
xs/Apporo.c:239: error: 'THIS' was not declared in this scope
xs/Apporo.c:245: error: expected primary-expression before ')' token
xs/Apporo.c:235: warning: unused variable 'Perl___notused'
xs/Apporo.c: At global scope:
xs/Apporo.c:233: warning: unused parameter 'my_perl'
xs/Apporo.c: In function 'void boot_Apporo(PerlInterpreter*, CV*)':
xs/Apporo.c:274: warning: unused variable 'Perl___notused'
xs/Apporo.c: At global scope:
xs/Apporo.c:272: warning: unused parameter 'my_perl'
*** Error code 1

Stop in /home/sts/cpansmoke/perl-5.10.1/cpan/build/Apporo-0.000001-4iu6g0 (line 92 of /usr/share/mk/sys.mk).

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

Prerequisite modules loaded:

requires:

    Module              Need Have   
    ------------------- ---- -------
    Devel::CheckLib     0    0.98   
    Devel::PPPort       3.19 3.19   
    ExtUtils::MakeMaker 6.36 6.55_02
    ExtUtils::ParseXS   2.21 3.05   
    Test::More          0    0.92   
    XSLoader            0.02 0.10   

configure_requires:

    Module              Need Have   
    ------------------- ---- -------
    Devel::PPPort       3.19 3.19   
    ExtUtils::MakeMaker 6.36 6.55_02
    ExtUtils::ParseXS   2.21 3.05   


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

Environment variables:

    AUTOMATED_TESTING = 1
    PATH = /home/sts/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/usr/local/bin:/usr/local/sbin:/usr/games:.
    PERL5LIB = /home/sts/cpansmoke/perl-5.10.1/cpan/build/Devel-CheckLib-0.98-JkewAp/blib/arch:/home/sts/cpansmoke/perl-5.10.1/cpan/build/Devel-CheckLib-0.98-JkewAp/blib/lib
    PERL5OPT = 
    PERL5_CPANPLUS_IS_RUNNING = 13759
    PERL5_CPAN_IS_EXECUTING = /home/sts/cpansmoke/perl-5.10.1/cpan/build/Apporo-0.000001-4iu6g0/Makefile.PL
    PERL5_CPAN_IS_RUNNING = 13759
    PERL5_CPAN_IS_RUNNING_IN_RECURSION = 1539,13759
    PERL_AUTOINSTALL = --defaultdeps
    PERL_CR_SMOKER_CURRENT = Apporo-0.000001
    PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
    PERL_MM_USE_DEFAULT = 1
    SHELL = /usr/local/bin/bash
    TERM = screen
    TMPDIR = /home/sts/cpansmoke/tmp

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

    $^X = /home/sts/cpansmoke/perl-5.10.1/bin/perl
    $UID/$EUID = 1000 / 1000
    $GID = 10 10 0
    $EGID = 10 10 0

Perl module toolchain versions installed:

    Module              Have    
    ------------------- --------
    CPAN                1.9800  
    CPAN::Meta          2.112621
    Cwd                 3.30    
    ExtUtils::CBuilder  0.280202
    ExtUtils::Command   1.16    
    ExtUtils::Install   1.54    
    ExtUtils::MakeMaker 6.55_02 
    ExtUtils::Manifest  1.56    
    ExtUtils::ParseXS   3.05    
    File::Spec          3.30    
    JSON                n/a     
    JSON::PP            2.27200 
    Module::Build       0.3800  
    Module::Signature   n/a     
    Parse::CPAN::Meta   1.4401  
    Test::Harness       3.17    
    Test::More          0.92    
    YAML                n/a     
    YAML::Syck          n/a     
    version             0.94    


--

Summary of my perl5 (revision 5 version 10 subversion 1) configuration:
   
  Platform:
    osname=openbsd, osvers=4.9, archname=OpenBSD.i386-openbsd-thread-multi
    uname='openbsd cpansmoke3 4.9 generic.mp#794 i386 '
    config_args='-des -Dusethreads -Dprefix=/home/sts/cpansmoke/perl-5.10.1'
    hint=recommended, useposix=true, d_sigaction=define
    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 ='-pthread -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include',
    optimize='-O2',
    cppflags='-pthread -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include'
    ccversion='', gccversion='4.2.1 20070719 ', gccosandvers='openbsd4.9'
    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 ='-pthread -Wl,-E  -fstack-protector -L/usr/local/lib'
    libpth=/usr/local/lib /usr/lib
    libs=-lgdbm -lm -lutil -lc
    perllibs=-lm -lutil -lc
    libc=/usr/lib/libc.so.58.0, so=so, useshrplib=false, libperl=libperl.a
    gnulibc_version=''
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=' '
    cccdlflags='-DPIC -fPIC ', lddlflags='-shared -fPIC  -L/usr/local/lib -fstack-protector'


Characteristics of this binary (from libperl): 
  Compile-time options: MULTIPLICITY PERL_DONT_CREATE_GVSV
                        PERL_IMPLICIT_CONTEXT PERL_MALLOC_WRAP USE_ITHREADS
                        USE_LARGE_FILES USE_PERLIO USE_REENTRANT_API
  Built under openbsd
  Compiled at Oct 16 2011 18:48:37
  %ENV:
    PERL5LIB="/home/sts/cpansmoke/perl-5.10.1/cpan/build/Devel-CheckLib-0.98-JkewAp/blib/arch:/home/sts/cpansmoke/perl-5.10.1/cpan/build/Devel-CheckLib-0.98-JkewAp/blib/lib"
    PERL5OPT=""
    PERL5_CPANPLUS_IS_RUNNING="13759"
    PERL5_CPAN_IS_EXECUTING="/home/sts/cpansmoke/perl-5.10.1/cpan/build/Apporo-0.000001-4iu6g0/Makefile.PL"
    PERL5_CPAN_IS_RUNNING="13759"
    PERL5_CPAN_IS_RUNNING_IN_RECURSION="1539,13759"
    PERL_AUTOINSTALL="--defaultdeps"
    PERL_CR_SMOKER_CURRENT="Apporo-0.000001"
    PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
    PERL_MM_USE_DEFAULT="1"
  @INC:
    /home/sts/cpansmoke/perl-5.10.1/cpan/build/Devel-CheckLib-0.98-JkewAp/blib/arch
    /home/sts/cpansmoke/perl-5.10.1/cpan/build/Devel-CheckLib-0.98-JkewAp/blib/lib
    /home/sts/cpansmoke/perl-5.10.1/lib/5.10.1/OpenBSD.i386-openbsd-thread-multi
    /home/sts/cpansmoke/perl-5.10.1/lib/5.10.1
    /home/sts/cpansmoke/perl-5.10.1/lib/site_perl/5.10.1/OpenBSD.i386-openbsd-thread-multi
    /home/sts/cpansmoke/perl-5.10.1/lib/site_perl/5.10.1
    .