Report for CORBA-omniORB-0.9

Back
From: metabase:user:e3434da8-b236-11df-85ca-0247c6d74bde
Subject: UNKNOWN CORBA-omniORB-0.9 v5.13.5 GNU/Linux
Date: 2010-10-15T15:42:38Z

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 Peter S. Housel,

This is a computer-generated report for CORBA-omniORB-0.9
on perl 5.13.5, 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 omniORB.pm blib/lib/CORBA/omniORB.pm
cp omniORB/LongLong.pm blib/lib/CORBA/omniORB/LongLong.pm
cp omniORB/internals.ps blib/lib/CORBA/omniORB/internals.ps
cp omniORB/LongDouble.pm blib/lib/CORBA/omniORB/LongDouble.pm
cp omniORB/ULongLong.pm blib/lib/CORBA/omniORB/ULongLong.pm
cp omniORB/Fixed.pm blib/lib/CORBA/omniORB/Fixed.pm
cp omniORB/mapping.pod blib/lib/CORBA/omniORB/mapping.pod
cp omniORB/internals.pod blib/lib/CORBA/omniORB/internals.pod
cp omniORB/internals.fig blib/lib/CORBA/omniORB/internals.fig
make[1]: Entering directory `/home/cpt0/.cpan/build/CORBA-omniORB-0.9-4ZnDh0/omnithreads'
cp omnithreads.pm ../blib/lib/omnithreads.pm
make[2]: Entering directory `/home/cpt0/.cpan/build/CORBA-omniORB-0.9-4ZnDh0/omnithreads/shared'
cp shared.pm ../../blib/lib/omnithreads/shared.pm
/home/cpt0/cpantesting/perl-5.13.5/bin/perl /home/cpt0/cpantesting/perl-5.13.5/lib/5.13.5/ExtUtils/xsubpp  -typemap /home/cpt0/cpantesting/perl-5.13.5/lib/5.13.5/ExtUtils/typemap  shared.xs > shared.xsc && mv shared.xsc shared.c
cc -c   -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g   -DVERSION=\"0.94_01\" -DXS_VERSION=\"0.94_01\" -fPIC "-I/home/cpt0/cpantesting/perl-5.13.5/lib/5.13.5/x86_64-linux-thread-multi/CORE"  -DHAS_PPPORT_H shared.c
Running Mkbootstrap for omnithreads::shared ()
chmod 644 shared.bs
rm -f ../../blib/arch/auto/omnithreads/shared/shared.so
cc  -shared -O2 -L/usr/local/lib -fstack-protector shared.o  -o ../../blib/arch/auto/omnithreads/shared/shared.so 	\
	     	\
	  
chmod 755 ../../blib/arch/auto/omnithreads/shared/shared.so
cp shared.bs ../../blib/arch/auto/omnithreads/shared/shared.bs
chmod 644 ../../blib/arch/auto/omnithreads/shared/shared.bs
make[2]: Leaving directory `/home/cpt0/.cpan/build/CORBA-omniORB-0.9-4ZnDh0/omnithreads/shared'
/home/cpt0/cpantesting/perl-5.13.5/bin/perl /home/cpt0/cpantesting/perl-5.13.5/lib/5.13.5/ExtUtils/xsubpp  -C++ -typemap /home/cpt0/cpantesting/perl-5.13.5/lib/5.13.5/ExtUtils/typemap -typemap typemap  omnithreads.xs > omnithreads.xsc && mv omnithreads.xsc omnithreads.c
g++ -c   -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g   -DVERSION=\"0.1\" -DXS_VERSION=\"0.1\" -fPIC "-I/home/cpt0/cpantesting/perl-5.13.5/lib/5.13.5/x86_64-linux-thread-multi/CORE"  -DHAS_PPPORT_H omnithreads.c
omnithreads.xs:18:24: error: omnithread.h: No such file or directory
omnithreads.xs:40: error: ‘omni_mutex’ does not name a type
omnithreads.xs:46: error: ISO C++ forbids declaration of ‘omni_thread’ with no type
omnithreads.xs:46: error: expected ‘;’ before ‘*’ token
omnithreads.xs: In constructor ‘ithread::ithread(int, int)’:
omnithreads.xs:61: error: class ‘ithread’ does not have any field named ‘thr’
omnithreads.xs: At global scope:
omnithreads.xs:83: error: ‘omni_mutex’ does not name a type
omnithreads.xs: In function ‘void S_ithread_destruct(PerlInterpreter*, ithread*)’:
omnithreads.xs:167: error: ‘omni_mutex_lock’ was not declared in this scope
omnithreads.xs:167: error: expected ‘;’ before ‘lock’
omnithreads.xs:175: error: ‘struct ithread’ has no member named ‘mutex’
omnithreads.xs:178: error: ‘struct ithread’ has no member named ‘mutex’
omnithreads.xs: In function ‘int S_exit_warning(PerlInterpreter*)’:
omnithreads.xs:191: error: ‘omni_mutex_lock’ was not declared in this scope
omnithreads.xs:191: error: expected ‘;’ before ‘lock’
omnithreads.xs: In function ‘int ithread_mg_free(PerlInterpreter*, SV*, MAGIC*)’:
omnithreads.xs:236: error: ‘omni_mutex_lock’ was not declared in this scope
omnithreads.xs:236: error: expected ‘;’ before ‘lock’
omnithreads.xs: In function ‘int ithread_mg_dup(PerlInterpreter*, MAGIC*, CLONE_PARAMS*)’:
omnithreads.xs:252: error: ‘omni_mutex_lock’ was not declared in this scope
omnithreads.xs:252: error: expected ‘;’ before ‘lock’
omnithreads.xs: In function ‘void* S_ithread_run(void*)’:
omnithreads.xs:286: error: ‘struct ithread’ has no member named ‘mutex’
omnithreads.xs:287: error: ‘struct ithread’ has no member named ‘mutex’
omnithreads.xs:362: error: ‘create_destruct_mutex’ was not declared in this scope
omnithreads.xs:363: error: ‘struct ithread’ has no member named ‘mutex’
omnithreads.xs:372: error: ‘struct ithread’ has no member named ‘mutex’
omnithreads.xs: In function ‘SV* ithread_to_SV(PerlInterpreter*, SV*, ithread*, char*, bool)’:
omnithreads.xs:421: error: ‘omni_mutex_lock’ was not declared in this scope
omnithreads.xs:421: error: expected ‘;’ before ‘lock’
omnithreads.xs: In function ‘ithread* S_ithread_create(PerlInterpreter*, SV*, IV, int, int, SV*)’:
omnithreads.xs:471: error: ‘create_destruct_mutex’ was not declared in this scope
omnithreads.xs:484: error: ‘struct ithread’ has no member named ‘mutex’
omnithreads.xs:565: error: ‘struct ithread’ has no member named ‘thr’
omnithreads.xs:565: error: expected type-specifier before ‘omni_thread’
omnithreads.xs:565: error: expected ‘;’ before ‘omni_thread’
omnithreads.xs:568: error: ‘struct ithread’ has no member named ‘thr’
omnithreads.xs:569: error: ‘struct ithread’ has no member named ‘thr’
omnithreads.xs:572: error: ‘create_destruct_mutex’ was not declared in this scope
omnithreads.xs: In function ‘void XS_omnithreads_create(PerlInterpreter*, CV*)’:
omnithreads.xs:699: error: ‘create_destruct_mutex’ was not declared in this scope
omnithreads.xs:711: error: ‘struct ithread’ has no member named ‘mutex’
omnithreads.xs: In function ‘void XS_omnithreads_list(PerlInterpreter*, CV*)’:
omnithreads.xs:741: error: ‘create_destruct_mutex’ was not declared in this scope
omnithreads.xs: In function ‘void XS_omnithreads_join(PerlInterpreter*, CV*)’:
omnithreads.xs:835: error: ‘struct ithread’ has no member named ‘thr’
omnithreads.xs:840: error: ‘struct ithread’ has no member named ‘mutex’
omnithreads.xs:872: error: ‘struct ithread’ has no member named ‘mutex’
omnithreads.xs:875: error: ‘omni_mutex_lock’ was not declared in this scope
omnithreads.xs:875: error: expected ‘;’ before ‘lock’
omnithreads.xs: In function ‘void XS_omnithreads_detach(PerlInterpreter*, CV*)’:
omnithreads.xs:921: error: ‘create_destruct_mutex’ was not declared in this scope
omnithreads.xs:922: error: ‘struct ithread’ has no member named ‘mutex’
omnithreads.xs:929: error: ‘struct ithread’ has no member named ‘mutex’
omnithreads.xs: In function ‘void XS_omnithreads_kill(PerlInterpreter*, CV*)’:
omnithreads.xs:977: error: ‘omni_mutex_lock’ was not declared in this scope
omnithreads.xs:977: error: expected ‘;’ before ‘lock’
omnithreads.xs: In function ‘void XS_omnithreads_object(PerlInterpreter*, CV*)’:
omnithreads.xs:1038: error: ‘create_destruct_mutex’ was not declared in this scope
omnithreads.xs: In function ‘void XS_omnithreads__handle(PerlInterpreter*, CV*)’:
omnithreads.xs:1068: error: ‘struct ithread’ has no member named ‘thr’
omnithreads.xs: In function ‘void XS_omnithreads_is_joinable(PerlInterpreter*, CV*)’:
omnithreads.xs:1144: error: ‘omni_mutex_lock’ was not declared in this scope
omnithreads.xs:1144: error: expected ‘;’ before ‘lock’
omnithreads.xs: In function ‘void XS_omnithreads_set_thread_exit_only(PerlInterpreter*, CV*)’:
omnithreads.xs:1173: error: ‘omni_mutex_lock’ was not declared in this scope
omnithreads.xs:1173: error: expected ‘;’ before ‘lock’
omnithreads.xs: In function ‘void boot_omnithreads(PerlInterpreter*, CV*)’:
omnithreads.xs:1188: error: ‘create_destruct_mutex’ was not declared in this scope
omnithreads.xs:1202: error: ‘struct ithread’ has no member named ‘thr’
omnithreads.xs:1202: error: ‘omni_thread’ has not been declared
make[1]: *** [omnithreads.o] Error 1
make[1]: Leaving directory `/home/cpt0/.cpan/build/CORBA-omniORB-0.9-4ZnDh0/omnithreads'
make: *** [subdirs] Error 2

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

Prerequisite modules loaded:

requires:

    Module Need Have   
    ------ ---- -------
    Error  0.13 0.17016


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

Environment variables:

    AUTOMATED_TESTING = 1
    LANG = en_US.utf8
    PATH = /usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games
    PERL5LIB = /home/cpt0/.cpan/build/Error-0.17016-YNHGUv/blib/arch:/home/cpt0/.cpan/build/Error-0.17016-YNHGUv/blib/lib
    PERL5OPT = 
    PERL5_CPANPLUS_IS_RUNNING = 18080
    PERL5_CPAN_IS_EXECUTING = /home/cpt0/.cpan/build/CORBA-omniORB-0.9-4ZnDh0/Makefile.PL
    PERL5_CPAN_IS_RUNNING = 18080
    PERL5_CPAN_IS_RUNNING_IN_RECURSION = 16828,18080
    PERL_CR_SMOKER_CURRENT = CORBA-omniORB-0.9
    PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
    PERL_MM_USE_DEFAULT = 1
    SHELL = /bin/bash
    TERM = screen

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

    $^X = /home/cpt0/cpantesting/perl-5.13.5/bin/perl
    $UID/$EUID = 1001 / 1001
    $GID = 1001 20 24 25 27 29 30 44 46 100 102 106 112 114 1001
    $EGID = 1001 20 24 25 27 29 30 44 46 100 102 106 112 114 1001

Perl module toolchain versions installed:

    Module              Have   
    ------------------- -------
    CPAN                1.94_57
    Cwd                 3.31   
    ExtUtils::CBuilder  0.2703 
    ExtUtils::Command   1.16   
    ExtUtils::Install   1.55   
    ExtUtils::MakeMaker 6.57_05
    ExtUtils::Manifest  1.58   
    ExtUtils::ParseXS   2.2207 
    File::Spec          3.31_01
    Module::Build       0.3607 
    Module::Signature   n/a    
    Test::Harness       3.22   
    Test::More          0.97_01
    YAML                0.72   
    YAML::Syck          n/a    
    version             0.82   


--

Summary of my perl5 (revision 5 version 13 subversion 5) configuration:
   
  Platform:
    osname=linux, osvers=2.6.34-0.slh.9-sidux-amd64, archname=x86_64-linux-thread-multi
    uname='linux verona 2.6.34-0.slh.9-sidux-amd64 #1 smp preempt sat jun 12 23:27:41 utc 2010 x86_64 gnulinux '
    config_args='-Dusethreads -Dprefix=/home/cpt0/cpantesting/perl-5.13.5'
    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=undef
    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.5 20100909 (prerelease)', 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, 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 -lgdbm -ldb -ldl -lm -lcrypt -lutil -lpthread -lc -lgdbm_compat
    perllibs=-lnsl -ldl -lm -lcrypt -lutil -lpthread -lc
    libc=/lib/libc-2.11.1.so, so=so, useshrplib=false, libperl=libperl.a
    gnulibc_version='2.11.1'
  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 USE_64_BIT_ALL
                        USE_64_BIT_INT USE_ITHREADS USE_LARGE_FILES
                        USE_PERLIO USE_PERL_ATOF USE_REENTRANT_API
  Built under linux
  Compiled at Sep 20 2010 22:36:59
  %ENV:
    PERL5LIB="/home/cpt0/.cpan/build/Error-0.17016-YNHGUv/blib/arch:/home/cpt0/.cpan/build/Error-0.17016-YNHGUv/blib/lib"
    PERL5OPT=""
    PERL5_CPANPLUS_IS_RUNNING="18080"
    PERL5_CPAN_IS_EXECUTING="/home/cpt0/.cpan/build/CORBA-omniORB-0.9-4ZnDh0/Makefile.PL"
    PERL5_CPAN_IS_RUNNING="18080"
    PERL5_CPAN_IS_RUNNING_IN_RECURSION="16828,18080"
    PERL_CR_SMOKER_CURRENT="CORBA-omniORB-0.9"
    PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
    PERL_MM_USE_DEFAULT="1"
  @INC:
    /home/cpt0/.cpan/build/Error-0.17016-YNHGUv/blib/arch
    /home/cpt0/.cpan/build/Error-0.17016-YNHGUv/blib/lib
    /home/cpt0/cpantesting/perl-5.13.5/lib/site_perl/5.13.5/x86_64-linux-thread-multi
    /home/cpt0/cpantesting/perl-5.13.5/lib/site_perl/5.13.5
    /home/cpt0/cpantesting/perl-5.13.5/lib/5.13.5/x86_64-linux-thread-multi
    /home/cpt0/cpantesting/perl-5.13.5/lib/5.13.5
    .