Report for Tie-GHash-0.12

Back
From: metabase:user:0b91ce32-3676-11e1-a1bc-bfed0df65b4f
Subject: UNKNOWN Tie-GHash-0.12 v5.8.8 GNU/Linux
Date: 2012-04-16T12:43:19Z

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 Leon Brocard,

This is a computer-generated report for Tie-GHash-0.12
on perl 5.8.8, created by CPAN-Reporter-1.2004.

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:

none provided

------------------------------
PROGRAM OUTPUT
------------------------------

Output from '/usr/bin/make':

cp GHash.pm blib/lib/Tie/GHash.pm
/usr/bin/perl -Mblib -MInline=NOISY,_INSTALL_ -MTie::GHash -e1 0.12 blib/arch
validate Stage
Starting Build Preprocess Stage
get_maps Stage
Finished Build Preprocess Stage

Starting Build Parse Stage
Finished Build Parse Stage

Starting Build Glue 1 Stage
Finished Build Glue 1 Stage

Starting Build Glue 2 Stage
Finished Build Glue 2 Stage

Starting Build Glue 3 Stage
Finished Build Glue 3 Stage

Starting Build Compile Stage
  Starting "perl Makefile.PL" Stage
Unrecognized argument in LIBS ignored: 'INC'
Version::Requirements is deprecated; replace with CPAN::Meta::Requirements at /usr/lib/perl5/site_perl/5.8.8/Version/Requirements.pm line 17.
	require Version/Requirements.pm called at /usr/lib/perl5/5.8.8/CPAN/Meta/Prereqs.pm line 10
	CPAN::Meta::Prereqs::BEGIN() called at /usr/lib/perl5/site_perl/5.8.8/Version/Requirements.pm line 0
	eval {...} called at /usr/lib/perl5/site_perl/5.8.8/Version/Requirements.pm line 0
	require CPAN/Meta/Prereqs.pm called at /usr/lib/perl5/5.8.8/CPAN/Meta/Feature.pm line 7
	CPAN::Meta::Feature::BEGIN() called at /usr/lib/perl5/site_perl/5.8.8/Version/Requirements.pm line 0
	eval {...} called at /usr/lib/perl5/site_perl/5.8.8/Version/Requirements.pm line 0
	require CPAN/Meta/Feature.pm called at /usr/lib/perl5/5.8.8/CPAN/Meta.pm line 9
	CPAN::Meta::BEGIN() called at /usr/lib/perl5/site_perl/5.8.8/Version/Requirements.pm line 0
	eval {...} called at /usr/lib/perl5/site_perl/5.8.8/Version/Requirements.pm line 0
	require CPAN/Meta.pm called at /usr/lib/perl5/5.8.8/ExtUtils/MM_Any.pm line 733
	eval {...} called at /usr/lib/perl5/5.8.8/ExtUtils/MM_Any.pm line 732
	ExtUtils::MM_Any::_has_cpan_meta() called at /usr/lib/perl5/5.8.8/ExtUtils/MM_Any.pm line 753
	ExtUtils::MM_Any::metafile_target('PACK001=HASH(0x8fddcb8)') called at /usr/lib/perl5/5.8.8/ExtUtils/MakeMaker.pm line 690
	ExtUtils::MakeMaker::new('MM', 'PACK001=HASH(0x8fddcb8)') called at /usr/lib/perl5/5.8.8/ExtUtils/MakeMaker.pm line 60
	ExtUtils::MakeMaker::WriteMakefile('TYPEMAPS', 'ARRAY(0x8e7ec38)', 'NAME', 'Tie::GHash', 'INC', '-I"/root/.cpan/build/Tie-GHash-0.12-6sUuic"', 'LIBS', 'ARRAY(0x8e7eb54)', 'VERSION', ...) called at Makefile.PL line 15
Writing Makefile for Tie::GHash
Writing MYMETA.yml and MYMETA.json
  Finished "perl Makefile.PL" Stage

  Starting "make" Stage
make[1]: Entering directory `/root/.cpan/build/Tie-GHash-0.12-6sUuic/_Inline/build/Tie/GHash'
/usr/bin/perl /usr/lib/perl5/5.8.8/ExtUtils/xsubpp  -typemap "/usr/lib/perl5/5.8.8/ExtUtils/typemap"   GHash.xs > GHash.xsc && mv GHash.xsc GHash.c
gcc -c  -I"/root/.cpan/build/Tie-GHash-0.12-6sUuic" -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm -O2   -DVERSION=\"0.12\" -DXS_VERSION=\"0.12\" -fpic "-I/usr/lib/perl5/5.8.8/i686-linux-thread-multi-64int-ld/CORE"   GHash.c
GHash.xs:5:18: error: glib.h: No such file or directory
GHash.xs:8: error: expected specifier-qualifier-list before ‘GHashTable’
GHash.xs: In function ‘TIEHASH’:
GHash.xs:21: error: ‘Tie_GHash’ has no member named ‘keys’
GHash.xs:22: error: ‘Tie_GHash’ has no member named ‘h’
GHash.xs:22: error: ‘g_str_hash’ undeclared (first use in this function)
GHash.xs:22: error: (Each undeclared identifier is reported only once
GHash.xs:22: error: for each function it appears in.)
GHash.xs:22: error: ‘g_str_equal’ undeclared (first use in this function)
GHash.xs:24: warning: cast from pointer to integer of different size
GHash.xs: In function ‘STORE’:
GHash.xs:30: error: ‘GHashTable’ undeclared (first use in this function)
GHash.xs:30: error: ‘h’ undeclared (first use in this function)
GHash.xs:30: warning: cast to pointer from integer of different size
GHash.xs:30: error: ‘Tie_GHash’ has no member named ‘h’
GHash.xs:31: warning: ISO C90 forbids mixed declarations and code
GHash.xs: In function ‘FETCH’:
GHash.xs:44: error: ‘GHashTable’ undeclared (first use in this function)
GHash.xs:44: error: ‘h’ undeclared (first use in this function)
GHash.xs:44: warning: cast to pointer from integer of different size
GHash.xs:44: error: ‘Tie_GHash’ has no member named ‘h’
GHash.xs:45: warning: return makes pointer from integer without a cast
GHash.xs: In function ‘EXISTS’:
GHash.xs:49: error: ‘GHashTable’ undeclared (first use in this function)
GHash.xs:49: error: ‘h’ undeclared (first use in this function)
GHash.xs:49: warning: cast to pointer from integer of different size
GHash.xs:49: error: ‘Tie_GHash’ has no member named ‘h’
GHash.xs:50: warning: return makes pointer from integer without a cast
GHash.xs: In function ‘size’:
GHash.xs:54: error: ‘GHashTable’ undeclared (first use in this function)
GHash.xs:54: error: ‘h’ undeclared (first use in this function)
GHash.xs:54: warning: cast to pointer from integer of different size
GHash.xs:54: error: ‘Tie_GHash’ has no member named ‘h’
GHash.xs: In function ‘DELETE’:
GHash.xs:60: error: ‘GHashTable’ undeclared (first use in this function)
GHash.xs:60: error: ‘h’ undeclared (first use in this function)
GHash.xs:60: warning: cast to pointer from integer of different size
GHash.xs:60: error: ‘Tie_GHash’ has no member named ‘h’
GHash.xs:61: warning: ISO C90 forbids mixed declarations and code
GHash.xs: At top level:
GHash.xs:70: error: expected ‘)’ before ‘key’
GHash.xs: In function ‘CLEAR’:
GHash.xs:76: error: ‘GHashTable’ undeclared (first use in this function)
GHash.xs:76: error: ‘h’ undeclared (first use in this function)
GHash.xs:76: warning: cast to pointer from integer of different size
GHash.xs:76: error: ‘Tie_GHash’ has no member named ‘h’
GHash.xs:77: error: ‘free_a_hash_table_entry’ undeclared (first use in this function)
GHash.xs: In function ‘DESTROY’:
GHash.xs:81: warning: cast to pointer from integer of different size
GHash.xs:83: error: ‘Tie_GHash’ has no member named ‘h’
GHash.xs:84: error: ‘Tie_GHash’ has no member named ‘keys’
GHash.xs:84: error: ‘Tie_GHash’ has no member named ‘keys’
GHash.xs: At top level:
GHash.xs:88: error: expected ‘)’ before ‘key’
GHash.xs: In function ‘NEXTKEY’:
GHash.xs:94: warning: cast to pointer from integer of different size
GHash.xs:97: error: ‘Tie_GHash’ has no member named ‘key_index’
GHash.xs:97: error: ‘Tie_GHash’ has no member named ‘nkeys’
GHash.xs:98: error: ‘Tie_GHash’ has no member named ‘keys’
GHash.xs:99: error: ‘Tie_GHash’ has no member named ‘keys’
GHash.xs:102: error: ‘Tie_GHash’ has no member named ‘keys’
GHash.xs:102: error: ‘Tie_GHash’ has no member named ‘key_index’
GHash.xs: In function ‘FIRSTKEY’:
GHash.xs:106: warning: cast to pointer from integer of different size
GHash.xs:108: error: ‘Tie_GHash’ has no member named ‘keys’
GHash.xs:108: error: ‘Tie_GHash’ has no member named ‘keys’
GHash.xs:109: error: ‘Tie_GHash’ has no member named ‘nkeys’
GHash.xs:110: error: ‘Tie_GHash’ has no member named ‘keys’
GHash.xs:110: error: ‘Tie_GHash’ has no member named ‘nkeys’
GHash.xs:111: error: ‘Tie_GHash’ has no member named ‘key_index’
GHash.xs:112: error: ‘Tie_GHash’ has no member named ‘h’
GHash.xs:112: error: ‘get_a_hash_key’ undeclared (first use in this function)
GHash.xs:113: error: ‘Tie_GHash’ has no member named ‘key_index’
make[1]: *** [GHash.o] Error 1
make[1]: Leaving directory `/root/.cpan/build/Tie-GHash-0.12-6sUuic/_Inline/build/Tie/GHash'

A problem was encountered while attempting to compile and install your Inline
C code. The command that failed was:
  make

The build directory was:
/root/.cpan/build/Tie-GHash-0.12-6sUuic/_Inline/build/Tie/GHash

To debug the problem, cd to the build directory, and inspect the output files.

 at -e line 0.
INIT failed--call queue aborted.
make: *** [GHash.inl] Error 25

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

Prerequisite modules loaded:

requires:

    Module              Need Have
    ------------------- ---- ----
    Inline              0.44 0.49

build_requires:

    Module              Need Have
    ------------------- ---- ----
    ExtUtils::MakeMaker 0    6.62


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

Environment variables:

    LANG = en_US.UTF-8
    PATH = /usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/opt/real/RealPlayer:/root/bin:/opt/real/RealPlayer
    PERL5LIB = 
    PERL5OPT = 
    PERL5_CPANPLUS_IS_RUNNING = 30527
    PERL5_CPAN_IS_EXECUTING = /root/.cpan/build/Tie-GHash-0.12-6sUuic/Makefile.PL
    PERL5_CPAN_IS_RUNNING = 30527
    PERL_AUTOINSTALL = --defaultdeps
    PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
    SHELL = /bin/bash
    TERM = xterm

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

    $^X = /usr/bin/perl
    $UID/$EUID = 0 / 0
    $GID = 0 10 6 4 3 2 1 0
    $EGID = 0 10 6 4 3 2 1 0

Perl module toolchain versions installed:

    Module              Have    
    ------------------- --------
    CPAN                1.9800  
    CPAN::Meta          2.112150
    Cwd                 3.33    
    ExtUtils::CBuilder  0.280205
    ExtUtils::Command   1.16    
    ExtUtils::Install   1.54    
    ExtUtils::MakeMaker 6.62    
    ExtUtils::Manifest  1.58    
    ExtUtils::ParseXS   3.15    
    File::Spec          3.33    
    JSON                2.53    
    JSON::PP            2.27200 
    Module::Build       0.40    
    Module::Signature   0.68    
    Parse::CPAN::Meta   1.4404  
    Test::Harness       3.23    
    Test::More          0.98    
    YAML                0.80    
    YAML::Syck          1.20    
    version             0.88    


--

Summary of my perl5 (revision 5 version 8 subversion 8) configuration:
  Platform:
    osname=linux, osvers=2.6.18-1.2798.fc6, archname=i686-linux-thread-multi-64int-ld
    uname='linux localhost.localdomain 2.6.18-1.2798.fc6 #1 smp mon oct 16 14:37:32 edt 2006 i686 i686 i386 gnulinux '
    config_args='-Dcc=gcc -DDEBUGGING -Dprefix=/usr'
    hint=recommended, useposix=true, d_sigaction=define
    usethreads=define use5005threads=undef useithreads=define usemultiplicity=define
    useperlio=define d_sfio=undef uselargefiles=define usesocks=undef
    use64bitint=define use64bitall=undef uselongdouble=define
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc='gcc', ccflags ='-D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm',
    optimize='-O2',
    cppflags='-D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/usr/local/include -I/usr/include/gdbm'
    ccversion='', gccversion='4.1.1 20061011 (Red Hat 4.1.1-30)', gccosandvers=''
    intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=12345678
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12
    ivtype='long long', ivsize=8, nvtype='long double', nvsize=12, Off_t='off_t', lseeksize=8
    alignbytes=4, prototype=define
  Linker and Libraries:
    ld='gcc', ldflags =' -L/usr/local/lib'
    libpth=/usr/local/lib /lib /usr/lib
    libs=-lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lpthread -lc
    perllibs=-lnsl -ldl -lm -lcrypt -lutil -lpthread -lc
    libc=/lib/libc-2.5.so, so=so, useshrplib=true, libperl=libperl.so
    gnulibc_version='2.5'
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E -Wl,-rpath,/usr/lib/perl5/5.8.8/i686-linux-thread-multi-64int-ld/CORE'
    cccdlflags='-fpic', lddlflags='-shared -L/usr/local/lib'


Characteristics of this binary (from libperl): 
  Compile-time options: MULTIPLICITY PERL_IMPLICIT_CONTEXT
                        PERL_MALLOC_WRAP THREADS_HAVE_PIDS USE_64_BIT_INT
                        USE_ITHREADS USE_LARGE_FILES USE_LONG_DOUBLE
                        USE_PERLIO USE_REENTRANT_API
  Built under linux
  Compiled at Feb 25 2012 10:56:20
  %ENV:
    PERL5LIB=""
    PERL5OPT=""
    PERL5_CPANPLUS_IS_RUNNING="30527"
    PERL5_CPAN_IS_EXECUTING="/root/.cpan/build/Tie-GHash-0.12-6sUuic/Makefile.PL"
    PERL5_CPAN_IS_RUNNING="30527"
    PERL_AUTOINSTALL="--defaultdeps"
    PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
  @INC:
    /usr/lib/perl5/5.8.8/i686-linux-thread-multi-64int-ld
    /usr/lib/perl5/5.8.8
    /usr/lib/perl5/site_perl/5.8.8/i686-linux-thread-multi-64int-ld
    /usr/lib/perl5/site_perl/5.8.8
    /usr/lib/perl5/site_perl/5.8.7
    /usr/lib/perl5/site_perl/5.8.6
    /usr/lib/perl5/site_perl/5.8.5
    /usr/lib/perl5/site_perl
    .