Back
From: metabase:user:315f03b2-2aae-11df-837a-5e0a49663a4f
Subject: UNKNOWN Tie-GHash-0.12 v5.10.1 SunOS/Solaris
Date: 2013-02-22T08:34:56Z
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.10.1, created by CPAN-Reporter-1.2009.
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/local/bin/make':
cp GHash.pm blib/lib/Tie/GHash.pm
/export/home/smoke/perl5/perlbrew/perls/perl-5.10.1/bin/perl5.10.1 -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'
Writing Makefile for Tie::GHash
Writing MYMETA.yml and MYMETA.json
Finished "perl Makefile.PL" Stage
Starting "make" Stage
make[1]: Entering directory `/export/home/smoke/.cpan/build/Tie-GHash-0.12-jh1vTm/_Inline/build/Tie/GHash'
/export/home/smoke/perl5/perlbrew/perls/perl-5.10.1/bin/perl5.10.1 /export/home/smoke/perl5/perlbrew/perls/perl-5.10.1/lib/5.10.1/ExtUtils/xsubpp -typemap "/export/home/smoke/perl5/perlbrew/perls/perl-5.10.1/lib/5.10.1/ExtUtils/typemap" GHash.xs > GHash.xsc && mv GHash.xsc GHash.c
gcc -c -I"/export/home/smoke/.cpan/build/Tie-GHash-0.12-jh1vTm" -D_REENTRANT -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPERL_USE_SAFE_PUTENV -O -DVERSION=\"0.12\" -DXS_VERSION=\"0.12\" -fPIC "-I/export/home/smoke/perl5/perlbrew/perls/perl-5.10.1/lib/5.10.1/sun4-solaris-thread-multi-64int/CORE" GHash.c
GHash.xs:5:18: glib.h: No such file or directory
GHash.xs:8: error: syntax error before "GHashTable"
GHash.xs:8: warning: no semicolon at end of struct or union
GHash.xs:12: error: syntax error before '}' token
GHash.xs:12: warning: data definition has no type or storage class
GHash.xs: In function `TIEHASH':
GHash.xs:20: error: `t' undeclared (first use in this function)
GHash.xs:20: error: (Each undeclared identifier is reported only once
GHash.xs:20: error: for each function it appears in.)
GHash.xs:22: error: `g_str_hash' undeclared (first use in this function)
GHash.xs:22: error: `g_str_equal' undeclared (first use in this function)
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: error: syntax error before ')' token
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: error: syntax error before ')' token
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: error: syntax error before ')' token
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: error: syntax error before ')' token
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: error: syntax error before ')' token
GHash.xs: At top level:
GHash.xs:70: error: syntax error before "key"
GHash.xs: In function `free_a_hash_table_entry':
GHash.xs:71: error: `key' undeclared (first use in this function)
GHash.xs:72: error: `value' undeclared (first use in this function)
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: error: syntax error before ')' token
GHash.xs: In function `DESTROY':
GHash.xs:81: error: `t' undeclared (first use in this function)
GHash.xs:81: error: syntax error before ')' token
GHash.xs: At top level:
GHash.xs:88: error: syntax error before "key"
GHash.xs: In function `get_a_hash_key':
GHash.xs:89: error: `t' undeclared (first use in this function)
GHash.xs:89: error: `user_data' undeclared (first use in this function)
GHash.xs:90: error: `key' undeclared (first use in this function)
GHash.xs: In function `NEXTKEY':
GHash.xs:94: error: `t' undeclared (first use in this function)
GHash.xs:94: error: syntax error before ')' token
GHash.xs: In function `FIRSTKEY':
GHash.xs:106: error: `t' undeclared (first use in this function)
GHash.xs:106: error: syntax error before ')' token
make[1]: *** [GHash.o] Error 1
make[1]: Leaving directory `/export/home/smoke/.cpan/build/Tie-GHash-0.12-jh1vTm/_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:
/export/home/smoke/.cpan/build/Tie-GHash-0.12-jh1vTm/_Inline/build/Tie/GHash
To debug the problem, cd to the build directory, and inspect the output files.
at -e line 0.
...propagated at /export/home/smoke/perl5/perlbrew/perls/perl-5.10.1/lib/site_perl/5.10.1/Inline/C.pm line 772.
INIT failed--call queue aborted.
make: *** [GHash.inl] Error 2
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
requires:
Module Need Have
------------------- ---- -------
Inline 0.44 0.51_03
build_requires:
Module Need Have
------------------- ---- -------
ExtUtils::MakeMaker 0 6.64
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
AUTOMATED_TESTING = 1
LANG = en_US.UTF-8
LC_CTYPE = en_US.UTF-8
PATH = /export/home/smoke/perl5/perlbrew/bin:/export/home/smoke/perl5/perlbrew/perls/perl-5.10.1/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin:/usr/bin:/bin:/export/home/smoke/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin:/usr/bin:/bin:/export/home/smoke/bin:/usr/bin
PATH_WITHOUT_PERLBREW = /usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin:/usr/bin:/bin:/export/home/smoke/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin:/usr/bin:/bin:/export/home/smoke/bin:/usr/bin
PERL = [undef]
PERL5LIB =
PERL5OPT =
PERL5_CPANPLUS_IS_RUNNING = 28365
PERL5_CPAN_IS_EXECUTING = /export/home/smoke/.cpan/build/Tie-GHash-0.12-jh1vTm/Makefile.PL
PERL5_CPAN_IS_RUNNING = 28365
PERL5_CPAN_IS_RUNNING_IN_RECURSION = 21795,28365
PERLBREW_PATH = /export/home/smoke/perl5/perlbrew/bin:/export/home/smoke/perl5/perlbrew/perls/perl-5.10.1/bin
PERLBREW_PERL = perl-5.10.1
PERLBREW_ROOT = /export/home/smoke/perl5/perlbrew
PERLBREW_VERSION = 0.22
PERL_AUTOINSTALL = --defaultdeps
PERL_CR_SMOKER_CURRENT = Tie-GHash-0.12
PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
PERL_MM_USE_DEFAULT = 1
SHELL = /usr/bin/bash
TERM = xterm
Perl special variables (and OS-specific diagnostics, for MSWin32):
$^X = /export/home/smoke/perl5/perlbrew/perls/perl-5.10.1/bin/perl5.10.1
$UID/$EUID = 101 / 101
$GID = 1 1
$EGID = 1 1
Perl module toolchain versions installed:
Module Have
------------------- --------
CPAN 2.00
CPAN::Meta 2.112621
Cwd 3.40
ExtUtils::CBuilder 0.280205
ExtUtils::Command 1.16
ExtUtils::Install 1.54
ExtUtils::MakeMaker 6.64
ExtUtils::Manifest 1.61
ExtUtils::ParseXS 3.18
File::Spec 3.40
JSON 2.53
JSON::PP 2.27200
Module::Build 0.4003
Module::Signature n/a
Parse::CPAN::Meta 1.4404
Test::Harness 3.26
Test::More 0.98
YAML 0.84
YAML::Syck 1.22
version 0.9901
--
Summary of my perl5 (revision 5 version 10 subversion 1) configuration:
Platform:
osname=solaris, osvers=2.10, archname=sun4-solaris-thread-multi-64int
uname='sunos sparcy 5.10 generic_142909-17 sun4u sparc sunw,a70 '
config_args='-de -Dprefix=/export/home/smoke/perl5/perlbrew/perls/perl-5.10.1 -Duse64bitint -Duse4bitall -Dusethreads -Dcc=gcc -Dusedevel'
hint=recommended, useposix=true, d_sigaction=define
useithreads=define, usemultiplicity=define
useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
use64bitint=define, use64bitall=undef, uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='gcc', ccflags ='-D_REENTRANT -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPERL_USE_SAFE_PUTENV',
optimize='-O',
cppflags='-D_REENTRANT -fno-strict-aliasing -pipe -I/usr/local/include'
ccversion='', gccversion='3.4.6', gccosandvers='solaris2.10'
intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=87654321
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
ivtype='long long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
alignbytes=8, prototype=define
Linker and Libraries:
ld='gcc', ldflags =' -L/usr/local/lib '
libpth=/usr/local/lib /usr/lib /usr/ccs/lib
libs=-lsocket -lnsl -lgdbm -ldl -lm -lpthread -lc
perllibs=-lsocket -lnsl -ldl -lm -lpthread -lc
libc=/lib/libc.so, so=so, useshrplib=false, libperl=libperl.a
gnulibc_version=''
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=' '
cccdlflags='-fPIC', lddlflags='-G -L/usr/local/lib'
Characteristics of this binary (from libperl):
Compile-time options: MULTIPLICITY PERL_DONT_CREATE_GVSV
PERL_IMPLICIT_CONTEXT PERL_MALLOC_WRAP PERL_USE_DEVEL
PERL_USE_SAFE_PUTENV USE_64_BIT_INT USE_ITHREADS
USE_LARGE_FILES USE_PERLIO USE_REENTRANT_API
Built under solaris
Compiled at Dec 4 2012 15:26:14
%ENV:
PERL=""
PERL5LIB=""
PERL5OPT=""
PERL5_CPANPLUS_IS_RUNNING="28365"
PERL5_CPAN_IS_EXECUTING="/export/home/smoke/.cpan/build/Tie-GHash-0.12-jh1vTm/Makefile.PL"
PERL5_CPAN_IS_RUNNING="28365"
PERL5_CPAN_IS_RUNNING_IN_RECURSION="21795,28365"
PERLBREW_PATH="/export/home/smoke/perl5/perlbrew/bin:/export/home/smoke/perl5/perlbrew/perls/perl-5.10.1/bin"
PERLBREW_PERL="perl-5.10.1"
PERLBREW_ROOT="/export/home/smoke/perl5/perlbrew"
PERLBREW_VERSION="0.22"
PERL_AUTOINSTALL="--defaultdeps"
PERL_CR_SMOKER_CURRENT="Tie-GHash-0.12"
PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
PERL_MM_USE_DEFAULT="1"
@INC:
/export/home/smoke/perl5/perlbrew/perls/perl-5.10.1/lib/5.10.1/sun4-solaris-thread-multi-64int
/export/home/smoke/perl5/perlbrew/perls/perl-5.10.1/lib/5.10.1
/export/home/smoke/perl5/perlbrew/perls/perl-5.10.1/lib/site_perl/5.10.1/sun4-solaris-thread-multi-64int
/export/home/smoke/perl5/perlbrew/perls/perl-5.10.1/lib/site_perl/5.10.1
.