Report for Audio-aKodePlayer-0.01

Back
From: metabase:user:9820532a-708b-1014-9a05-b18a96298da1
Subject: UNKNOWN Audio-aKodePlayer-0.01 v5.10.1 GNU/Linux
Date: 2010-10-04T17:51:48Z

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 Petr Pajas,

This is a computer-generated report for Audio-aKodePlayer-0.01
on perl 5.10.1, created by CPAN-Reporter-1.1801.

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/Audio/aKodePlayer.pm blib/lib/Audio/aKodePlayer.pm
cp player.pl blib/lib/Audio/player.pl
/home/test/perl/bin/perl5.10.1 /home/test/perl/lib/5.10.1/ExtUtils/xsubpp  -C++ -prototypes -typemap /home/test/perl/lib/5.10.1/ExtUtils/typemap -typemap perlobject.map -typemap typemap  aKodePlayer.xs > aKodePlayer.xsc && mv aKodePlayer.xsc aKodePlayer.c
c++ -c  -I/usr/include -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2   -DVERSION=\"0.01\" -DXS_VERSION=\"0.01\" -fPIC "-I/home/test/perl/lib/5.10.1/x86_64-linux-thread-multi-ld/CORE"   aKodePlayer.c
aKodePlayer.xs:13:26: error: akode/player.h: No such file or directory
aKodePlayer.xs:14:27: error: akode/decoder.h: No such file or directory
aKodePlayer.xs:15:24: error: akode/sink.h: No such file or directory
aKodePlayer.xs:16:29: error: akode/resampler.h: No such file or directory
aKodePlayer.xs:17:33: error: akode/pluginhandler.h: No such file or directory
aKodePlayer.c: In function 'void XS_Audio__aKodePlayer_new(PerlInterpreter*, CV*)':
aKodePlayer.c:99: error: 'aKode' has not been declared
aKodePlayer.c:99: error: 'RETVAL' was not declared in this scope
aKodePlayer.c:101: error: expected type-specifier before 'aKode'
aKodePlayer.c:101: error: expected ';' before 'aKode'
aKodePlayer.c: In function 'void XS_Audio__aKodePlayer_open(PerlInterpreter*, CV*)':
aKodePlayer.c:122: error: 'aKode' has not been declared
aKodePlayer.c:122: error: 'THIS' was not declared in this scope
aKodePlayer.c:126: error: 'aKode' has not been declared
aKodePlayer.c:126: error: expected primary-expression before ')' token
aKodePlayer.c: In function 'void XS_Audio__aKodePlayer_DESTROY(PerlInterpreter*, CV*)':
aKodePlayer.c:151: error: 'aKode' has not been declared
aKodePlayer.c:151: error: 'THIS' was not declared in this scope
aKodePlayer.c:154: error: 'aKode' has not been declared
aKodePlayer.c:154: error: expected primary-expression before ')' token
aKodePlayer.c:160: error: type '<type error>' argument given to 'delete', expected pointer
aKodePlayer.c: In function 'void XS_Audio__aKodePlayer_close(PerlInterpreter*, CV*)':
aKodePlayer.c:177: error: 'aKode' has not been declared
aKodePlayer.c:177: error: 'THIS' was not declared in this scope
aKodePlayer.c:180: error: 'aKode' has not been declared
aKodePlayer.c:180: error: expected primary-expression before ')' token
aKodePlayer.c: In function 'void XS_Audio__aKodePlayer_load(PerlInterpreter*, CV*)':
aKodePlayer.c:204: error: 'aKode' has not been declared
aKodePlayer.c:204: error: 'THIS' was not declared in this scope
aKodePlayer.c:208: error: 'aKode' has not been declared
aKodePlayer.c:208: error: expected primary-expression before ')' token
aKodePlayer.c: In function 'void XS_Audio__aKodePlayer_setDecoderPlugin(PerlInterpreter*, CV*)':
aKodePlayer.c:234: error: 'aKode' has not been declared
aKodePlayer.c:234: error: 'THIS' was not declared in this scope
aKodePlayer.c:237: error: 'aKode' has not been declared
aKodePlayer.c:237: error: expected primary-expression before ')' token
aKodePlayer.c: In function 'void XS_Audio__aKodePlayer_setResamplerPlugin(PerlInterpreter*, CV*)':
aKodePlayer.c:261: error: 'aKode' has not been declared
aKodePlayer.c:261: error: 'THIS' was not declared in this scope
aKodePlayer.c:264: error: 'aKode' has not been declared
aKodePlayer.c:264: error: expected primary-expression before ')' token
aKodePlayer.c: In function 'void XS_Audio__aKodePlayer_unload(PerlInterpreter*, CV*)':
aKodePlayer.c:287: error: 'aKode' has not been declared
aKodePlayer.c:287: error: 'THIS' was not declared in this scope
aKodePlayer.c:290: error: 'aKode' has not been declared
aKodePlayer.c:290: error: expected primary-expression before ')' token
aKodePlayer.c: In function 'void XS_Audio__aKodePlayer_play(PerlInterpreter*, CV*)':
aKodePlayer.c:313: error: 'aKode' has not been declared
aKodePlayer.c:313: error: 'THIS' was not declared in this scope
aKodePlayer.c:316: error: 'aKode' has not been declared
aKodePlayer.c:316: error: expected primary-expression before ')' token
aKodePlayer.c: In function 'void XS_Audio__aKodePlayer_stop(PerlInterpreter*, CV*)':
aKodePlayer.c:339: error: 'aKode' has not been declared
aKodePlayer.c:339: error: 'THIS' was not declared in this scope
aKodePlayer.c:342: error: 'aKode' has not been declared
aKodePlayer.c:342: error: expected primary-expression before ')' token
aKodePlayer.c: In function 'void XS_Audio__aKodePlayer_wait(PerlInterpreter*, CV*)':
aKodePlayer.c:365: error: 'aKode' has not been declared
aKodePlayer.c:365: error: 'THIS' was not declared in this scope
aKodePlayer.c:368: error: 'aKode' has not been declared
aKodePlayer.c:368: error: expected primary-expression before ')' token
aKodePlayer.c: In function 'void XS_Audio__aKodePlayer_detach(PerlInterpreter*, CV*)':
aKodePlayer.c:391: error: 'aKode' has not been declared
aKodePlayer.c:391: error: 'THIS' was not declared in this scope
aKodePlayer.c:394: error: 'aKode' has not been declared
aKodePlayer.c:394: error: expected primary-expression before ')' token
aKodePlayer.c: In function 'void XS_Audio__aKodePlayer_pause(PerlInterpreter*, CV*)':
aKodePlayer.c:417: error: 'aKode' has not been declared
aKodePlayer.c:417: error: 'THIS' was not declared in this scope
aKodePlayer.c:420: error: 'aKode' has not been declared
aKodePlayer.c:420: error: expected primary-expression before ')' token
aKodePlayer.c: In function 'void XS_Audio__aKodePlayer_resume(PerlInterpreter*, CV*)':
aKodePlayer.c:443: error: 'aKode' has not been declared
aKodePlayer.c:443: error: 'THIS' was not declared in this scope
aKodePlayer.c:446: error: 'aKode' has not been declared
aKodePlayer.c:446: error: expected primary-expression before ')' token
aKodePlayer.c: In function 'void XS_Audio__aKodePlayer_setVolume(PerlInterpreter*, CV*)':
aKodePlayer.c:470: error: 'aKode' has not been declared
aKodePlayer.c:470: error: 'THIS' was not declared in this scope
aKodePlayer.c:473: error: 'aKode' has not been declared
aKodePlayer.c:473: error: expected primary-expression before ')' token
aKodePlayer.c: In function 'void XS_Audio__aKodePlayer_volume(PerlInterpreter*, CV*)':
aKodePlayer.c:496: error: 'aKode' has not been declared
aKodePlayer.c:496: error: 'THIS' was not declared in this scope
aKodePlayer.c:501: error: 'aKode' has not been declared
aKodePlayer.c:501: error: expected primary-expression before ')' token
aKodePlayer.c: In function 'void XS_Audio__aKodePlayer_state(PerlInterpreter*, CV*)':
aKodePlayer.c:525: error: 'aKode' has not been declared
aKodePlayer.c:525: error: 'THIS' was not declared in this scope
aKodePlayer.c:530: error: 'aKode' has not been declared
aKodePlayer.c:530: error: expected primary-expression before ')' token
aKodePlayer.c: In function 'void XS_Audio__aKodePlayer_seek(PerlInterpreter*, CV*)':
aKodePlayer.c:555: error: 'aKode' has not been declared
aKodePlayer.c:555: error: 'THIS' was not declared in this scope
aKodePlayer.c:559: error: 'aKode' has not been declared
aKodePlayer.c:559: error: expected primary-expression before ')' token
aKodePlayer.xs:86: error: 'aKode' has not been declared
aKodePlayer.xs:86: error: 'decoder' was not declared in this scope
aKodePlayer.c: In function 'void XS_Audio__aKodePlayer_length(PerlInterpreter*, CV*)':
aKodePlayer.c:589: error: 'aKode' has not been declared
aKodePlayer.c:589: error: 'THIS' was not declared in this scope
aKodePlayer.c:594: error: 'aKode' has not been declared
aKodePlayer.c:594: error: expected primary-expression before ')' token
aKodePlayer.xs:97: error: 'aKode' has not been declared
aKodePlayer.xs:97: error: 'decoder' was not declared in this scope
aKodePlayer.c: In function 'void XS_Audio__aKodePlayer_position(PerlInterpreter*, CV*)':
aKodePlayer.c:623: error: 'aKode' has not been declared
aKodePlayer.c:623: error: 'THIS' was not declared in this scope
aKodePlayer.c:628: error: 'aKode' has not been declared
aKodePlayer.c:628: error: expected primary-expression before ')' token
aKodePlayer.xs:108: error: 'aKode' has not been declared
aKodePlayer.xs:108: error: 'decoder' was not declared in this scope
aKodePlayer.c: In function 'void XS_Audio__aKodePlayer_seekable(PerlInterpreter*, CV*)':
aKodePlayer.c:657: error: 'aKode' has not been declared
aKodePlayer.c:657: error: 'THIS' was not declared in this scope
aKodePlayer.c:661: error: 'aKode' has not been declared
aKodePlayer.c:661: error: expected primary-expression before ')' token
aKodePlayer.xs:119: error: 'aKode' has not been declared
aKodePlayer.xs:119: error: 'decoder' was not declared in this scope
aKodePlayer.c: In function 'void XS_Audio__aKodePlayer_eof(PerlInterpreter*, CV*)':
aKodePlayer.c:691: error: 'aKode' has not been declared
aKodePlayer.c:691: error: 'THIS' was not declared in this scope
aKodePlayer.c:695: error: 'aKode' has not been declared
aKodePlayer.c:695: error: expected primary-expression before ')' token
aKodePlayer.xs:130: error: 'aKode' has not been declared
aKodePlayer.xs:130: error: 'decoder' was not declared in this scope
aKodePlayer.c: In function 'void XS_Audio__aKodePlayer_decoderError(PerlInterpreter*, CV*)':
aKodePlayer.c:725: error: 'aKode' has not been declared
aKodePlayer.c:725: error: 'THIS' was not declared in this scope
aKodePlayer.c:729: error: 'aKode' has not been declared
aKodePlayer.c:729: error: expected primary-expression before ')' token
aKodePlayer.xs:141: error: 'aKode' has not been declared
aKodePlayer.xs:141: error: 'decoder' was not declared in this scope
aKodePlayer.c: In function 'void XS_Audio__aKodePlayer_setSampleRate(PerlInterpreter*, CV*)':
aKodePlayer.c:760: error: 'aKode' has not been declared
aKodePlayer.c:760: error: 'THIS' was not declared in this scope
aKodePlayer.c:763: error: 'aKode' has not been declared
aKodePlayer.c:763: error: expected primary-expression before ')' token
aKodePlayer.xs:153: error: 'aKode' has not been declared
aKodePlayer.xs:153: error: 'resampler' was not declared in this scope
aKodePlayer.c: In function 'void XS_Audio__aKodePlayer_setSpeed(PerlInterpreter*, CV*)':
aKodePlayer.c:790: error: 'aKode' has not been declared
aKodePlayer.c:790: error: 'THIS' was not declared in this scope
aKodePlayer.c:793: error: 'aKode' has not been declared
aKodePlayer.c:793: error: expected primary-expression before ')' token
aKodePlayer.xs:161: error: 'aKode' has not been declared
aKodePlayer.xs:161: error: 'resampler' was not declared in this scope
aKodePlayer.xs: In function 'void XS_Audio__aKodePlayer_listPlugins(PerlInterpreter*, CV*)':
aKodePlayer.xs:170: error: 'aKode' has not been declared
aKodePlayer.xs: In function 'void XS_Audio__aKodePlayer_listSinks(PerlInterpreter*, CV*)':
aKodePlayer.xs:181: error: 'aKode' has not been declared
aKodePlayer.xs: In function 'void XS_Audio__aKodePlayer_listDecoders(PerlInterpreter*, CV*)':
aKodePlayer.xs:192: error: 'aKode' has not been declared
make: *** [aKodePlayer.o] Error 1

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

Prerequisite modules loaded:

requires:

    Module     Need Have
    ---------- ---- ----
    Test::More 0    0.92


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

Environment variables:

    AUTOMATED_TESTING = 1
    LANG = C
    LC_ALL = C
    PATH = /home/test/perl/bin:~/bin:/usr/bin:/bin
    PERL5LIB = 
    PERL5OPT = 
    PERL5_CPANPLUS_IS_RUNNING = 23454
    PERL5_CPAN_IS_EXECUTING = /home/test/.cpan/build/Audio-aKodePlayer-0.01-_yM9rD/Makefile.PL
    PERL5_CPAN_IS_RUNNING = 23454
    PERL5_CPAN_IS_RUNNING_IN_RECURSION = 8060,23454
    PERL_CR_SMOKER_CURRENT = Audio-aKodePlayer-0.01
    PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
    PERL_MM_USE_DEFAULT = 1
    SHELL = /bin/bash
    TERM = linux

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

    $^X = /home/test/perl/bin/perl5.10.1
    $UID/$EUID = 1001 / 1001
    $GID = 1001 1001
    $EGID = 1001 1001

Perl module toolchain versions installed:

    Module              Have   
    ------------------- -------
    CPAN                1.9402 
    Cwd                 3.30   
    ExtUtils::CBuilder  0.2703 
    ExtUtils::Command   1.16   
    ExtUtils::Install   1.54   
    ExtUtils::MakeMaker 6.55_02
    ExtUtils::Manifest  1.56   
    ExtUtils::ParseXS   2.2206 
    File::Spec          3.30   
    Module::Build       0.3607 
    Module::Signature   n/a    
    Test::Harness       3.17   
    Test::More          0.92   
    YAML                0.72   
    YAML::Syck          1.15   
    version             0.82   


--

Summary of my perl5 (revision 5 version 10 subversion 1) configuration:
   
  Platform:
    osname=linux, osvers=2.6.26-2-amd64, archname=x86_64-linux-thread-multi-ld
    uname='linux zippy 2.6.26-2-amd64 #1 smp tue jan 12 22:12:20 utc 2010 x86_64 gnulinux '
    config_args='-des -Dusedevel -des -Duselongdouble -Duse64bitall -Dusethreads -Dprefix=~/perl'
    hint=recommended, useposix=true, d_sigaction=define
    useithreads=define, usemultiplicity=define
    useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
    use64bitint=define, use64bitall=define, uselongdouble=define
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc='cc', ccflags ='-D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
    optimize='-O2',
    cppflags='-D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include'
    ccversion='', gccversion='4.4.4', 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='long double', nvsize=16, Off_t='off_t', lseeksize=8
    alignbytes=16, prototype=define
  Linker and Libraries:
    ld='cc', ldflags =' -fstack-protector -L/usr/local/lib'
    libpth=/usr/local/lib /lib /usr/lib /lib64 /usr/lib64
    libs=-lnsl -ldb -ldl -lm -lcrypt -lutil -lpthread -lc
    perllibs=-lnsl -ldl -lm -lcrypt -lutil -lpthread -lc
    libc=/lib/libc-2.11.2.so, so=so, useshrplib=false, libperl=libperl.a
    gnulibc_version='2.11.2'
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E'
    cccdlflags='-fPIC', lddlflags='-shared -O2 -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 PERL_USE_DEVEL
                        USE_64_BIT_ALL USE_64_BIT_INT USE_ITHREADS
                        USE_LARGE_FILES USE_LONG_DOUBLE USE_PERLIO
                        USE_REENTRANT_API
  Built under linux
  Compiled at Aug 22 2010 22:56:01
  %ENV:
    PERL5LIB=""
    PERL5OPT=""
    PERL5_CPANPLUS_IS_RUNNING="23454"
    PERL5_CPAN_IS_EXECUTING="/home/test/.cpan/build/Audio-aKodePlayer-0.01-_yM9rD/Makefile.PL"
    PERL5_CPAN_IS_RUNNING="23454"
    PERL5_CPAN_IS_RUNNING_IN_RECURSION="8060,23454"
    PERL_CR_SMOKER_CURRENT="Audio-aKodePlayer-0.01"
    PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
    PERL_MM_USE_DEFAULT="1"
  @INC:
    /home/test/perl/lib/5.10.1/x86_64-linux-thread-multi-ld
    /home/test/perl/lib/5.10.1
    /home/test/perl/lib/site_perl/5.10.1/x86_64-linux-thread-multi-ld
    /home/test/perl/lib/site_perl/5.10.1
    .