Front page | perl.cpan.testers |
Postings from January 2008
FAIL Scalar-Util-Clone-0.10 sun4-solaris-thread-multi-64int 2.9
From:
Jost.Krieger+perl
Date:
January 9, 2008 02:35
Subject:
FAIL Scalar-Util-Clone-0.10 sun4-solaris-thread-multi-64int 2.9
This distribution has been tested as part of the cpan-testers
effort to test as many new uploads to CPAN as possible. See
http://testers.cpan.org/
Please cc any replies to cpan-testers@perl.org to keep other
test volunteers informed and to prevent any duplicate effort.
--
Dear CHOCOLATE,
This is a computer-generated error report created automatically by
CPANPLUS, version 0.84. Testers personal comments may appear
at the end of this report.
Thank you for uploading your work to CPAN. However, it appears that
there were some problems testing your distribution.
TEST RESULTS:
Below is the error stack from stage 'fetch':
[MSG] [Wed Jan 9 11:33:05 2008] Trying to get 'file:///ftp/pub/CPAN/authors/id/C/CH/CHOCOLATE/Scalar-Util-Clone-0.10.tar.gz'
[MSG] [Wed Jan 9 11:33:06 2008] Extracted 'Scalar-Util-Clone-0.10/'
[MSG] [Wed Jan 9 11:33:06 2008] Extracted 'Scalar-Util-Clone-0.10/t/'
[MSG] [Wed Jan 9 11:33:06 2008] Extracted 'Scalar-Util-Clone-0.10/t/weakref.t'
[MSG] [Wed Jan 9 11:33:06 2008] Extracted 'Scalar-Util-Clone-0.10/t/io.t'
[MSG] [Wed Jan 9 11:33:06 2008] Extracted 'Scalar-Util-Clone-0.10/t/01_compile.t'
[MSG] [Wed Jan 9 11:33:06 2008] Extracted 'Scalar-Util-Clone-0.10/t/tied.t'
[MSG] [Wed Jan 9 11:33:06 2008] Extracted 'Scalar-Util-Clone-0.10/t/clone.t'
[MSG] [Wed Jan 9 11:33:06 2008] Extracted 'Scalar-Util-Clone-0.10/t/regex.t'
[MSG] [Wed Jan 9 11:33:06 2008] Extracted 'Scalar-Util-Clone-0.10/t/coderef.t'
[MSG] [Wed Jan 9 11:33:06 2008] Extracted 'Scalar-Util-Clone-0.10/t/pod.t'
[MSG] [Wed Jan 9 11:33:06 2008] Extracted 'Scalar-Util-Clone-0.10/t/hashref.t'
[MSG] [Wed Jan 9 11:33:06 2008] Extracted 'Scalar-Util-Clone-0.10/t/scalar.t'
[MSG] [Wed Jan 9 11:33:06 2008] Extracted 'Scalar-Util-Clone-0.10/lib/'
[MSG] [Wed Jan 9 11:33:06 2008] Extracted 'Scalar-Util-Clone-0.10/lib/Scalar/'
[MSG] [Wed Jan 9 11:33:06 2008] Extracted 'Scalar-Util-Clone-0.10/lib/Scalar/Util/'
[MSG] [Wed Jan 9 11:33:06 2008] Extracted 'Scalar-Util-Clone-0.10/lib/Scalar/Util/Clone.pm'
[MSG] [Wed Jan 9 11:33:06 2008] Extracted 'Scalar-Util-Clone-0.10/META.yml'
[MSG] [Wed Jan 9 11:33:06 2008] Extracted 'Scalar-Util-Clone-0.10/Makefile.PL'
[MSG] [Wed Jan 9 11:33:06 2008] Extracted 'Scalar-Util-Clone-0.10/README'
[MSG] [Wed Jan 9 11:33:06 2008] Extracted 'Scalar-Util-Clone-0.10/Clone.xs'
[MSG] [Wed Jan 9 11:33:06 2008] Extracted 'Scalar-Util-Clone-0.10/Changes'
[MSG] [Wed Jan 9 11:33:06 2008] Extracted 'Scalar-Util-Clone-0.10/MANIFEST'
[MSG] [Wed Jan 9 11:33:06 2008] Extracted 'Scalar-Util-Clone-0.10/ptable.h'
[MSG] [Wed Jan 9 11:33:06 2008] Extracted 'Scalar-Util-Clone-0.10/ppport.h'
[MSG] [Wed Jan 9 11:33:06 2008] Extracted 'Scalar::Util::Clone' to '/net/sunu991/disc1/home/.cpanplus/5.10.0/build/Scalar-Util-Clone-0.10'
[MSG] [Wed Jan 9 11:33:10 2008] Checking if your kit is complete...
Looks good
Writing Makefile for Scalar::Util::Clone
[MSG] [Wed Jan 9 11:33:10 2008] DEFAULT 'filter_prereqs' HANDLER RETURNING 'sub return value'
[ERROR] [Wed Jan 9 11:33:28 2008] MAKE failed: cp lib/Scalar/Util/Clone.pm blib/lib/Scalar/Util/Clone.pm
/usr/local/perl-5.10.0/bin/perl /usr/local/perl-5.10.0/lib/5.10.0/ExtUtils/xsubpp -typemap /usr/local/perl-5.10.0/lib/5.10.0/ExtUtils/typemap Clone.xs > Clone.xsc && mv Clone.xsc Clone.c
gcc -c -D_REENTRANT -fno-strict-aliasing -pipe -I/usr/local/test/include -I/usr/local/gnu/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O3 -Wall -DVERSION=\"0.10\" -DXS_VERSION=\"0.10\" -fPIC "-I/usr/local/perl-5.10.0/lib/5.10.0/sun4-solaris-thread-multi-64int/CORE" Clone.c
Clone.xs: In function `share_hek_flags':
Clone.xs:169: error: structure has no member named `xhv_array'
Clone.xs: In function `new_he':
Clone.xs:207: error: `PL_he_root' undeclared (first use in this function)
Clone.xs:207: error: (Each undeclared identifier is reported only once
Clone.xs:207: error: for each function it appears in.)
Clone.xs: In function `more_he':
Clone.xs:220: error: structure has no member named `xpv_pv'
Clone.xs:220: error: `PL_he_arenaroot' undeclared (first use in this function)
Clone.xs:225: error: `PL_he_root' undeclared (first use in this function)
Clone.xs: In function `clone_sv':
Clone.xs:392: error: `SVs_PADBUSY' undeclared (first use in this function)
Clone.xs:461: error: duplicate case value
Clone.xs:439: error: previously used here
Clone.xs:509: warning: implicit declaration of function `AvFLAGS'
Clone.xs:509: error: invalid lvalue in assignment
Clone.xs:554: error: structure has no member named `xhv_array'
Clone.xs:557: error: structure has no member named `xhv_array'
Clone.xs:558: error: structure has no member named `xhv_array'
Clone.xs:563: error: structure has no member named `xhv_eiter'
Clone.xs:563: error: structure has no member named `xhv_eiter'
Clone.xs:564: error: structure has no member named `xhv_eiter'
Clone.xs:578: warning: implicit declaration of function `HvPMROOT'
Clone.xs:578: error: invalid lvalue in assignment
Clone.xs:579: warning: use of conditional expressions as lvalues is deprecated
Clone.xs:579: error: invalid lvalue in assignment
Clone.xs:579: error: invalid lvalue in assignment
make: *** [Clone.o] Error 1
PREREQUISITES:
Here is a list of prerequisites you specified and versions we
managed to load:
Module Name Have Want
Scalar::Util 1.19 1.01
******************************** NOTE ********************************
The comments above are created mechanically, possibly without manual
checking by the sender. As there are many people performing automatic
tests on each upload to CPAN, it is likely that you will receive
identical messages about the same problem.
If you believe that the message is mistaken, please reply to the first
one with correction and/or additional informations, and do not take
it personally. We appreciate your patience. :)
**********************************************************************
Additional comments:
This report was machine-generated by CPAN::YACSmoke 0.03.
--
Summary of my perl5 (revision 5 version 10 subversion 0) configuration:
Platform:
osname=solaris, osvers=2.9, archname=sun4-solaris-thread-multi-64int
uname='sunos irgendwas 5.9 generic_118558-35 sun4u sparc sunw,ultra-5_10 solaris '
config_args='-des -Dprefix=/usr/local/perl-5.10.0 -Dcc=gcc -Dlocincpth=/usr/local/test/include /usr/local/gnu/include -Dloclibpth=/usr/local/test/lib /usr/local/gnu/lib -Dusethreads -Duse64bitint'
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/test/include -I/usr/local/gnu/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
optimize='-O',
cppflags='-D_REENTRANT -fno-strict-aliasing -pipe -I/usr/local/test/include -I/usr/local/gnu/include'
ccversion='', gccversion='3.4.1', gccosandvers='solaris2.9'
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/test/lib -L/usr/local/gnu/lib '
libpth=/usr/local/test/lib /usr/local/gnu/lib /usr/lib /usr/ccs/lib /usr/local/lib
libs=-lsocket -lnsl -lgdbm -ldb -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/test/lib -L/usr/local/gnu/lib'
-
FAIL Scalar-Util-Clone-0.10 sun4-solaris-thread-multi-64int 2.9
by Jost.Krieger+perl