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 [email protected] to keep other
test volunteers informed and to prevent any duplicate effort.
        
--

Dear Marc Lehmann,
    
This is a computer-generated error report created automatically by
CPANPLUS, version 0.076. 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 'make test':

[MSG] [Thu Mar 29 15:01:54 2007] Trying to get 
'http://www.cpan.org/authors/id/M/ML/MLEHMANN/JSON-XS-1.0.tar.gz'
[MSG] [Thu Mar 29 15:01:55 2007] Trying to get 
'http://www.cpan.org/authors/id/M/ML/MLEHMANN/CHECKSUMS'
[MSG] [Thu Mar 29 15:01:56 2007] Checksum matches for 'JSON-XS-1.0.tar.gz'
[MSG] [Thu Mar 29 15:01:56 2007] Extracted 'JSON-XS-1.0/'
[MSG] [Thu Mar 29 15:01:56 2007] Extracted 'JSON-XS-1.0/t/'
[MSG] [Thu Mar 29 15:01:56 2007] Extracted 'JSON-XS-1.0/t/06_pc_pretty.t'
[MSG] [Thu Mar 29 15:01:56 2007] Extracted 'JSON-XS-1.0/t/11_pc_expo.t'
[MSG] [Thu Mar 29 15:01:56 2007] Extracted 'JSON-XS-1.0/t/05_dwiw_decode.t'
[MSG] [Thu Mar 29 15:01:56 2007] Extracted 'JSON-XS-1.0/t/13_limit.t'
[MSG] [Thu Mar 29 15:01:56 2007] Extracted 'JSON-XS-1.0/t/03_types.t'
[MSG] [Thu Mar 29 15:01:56 2007] Extracted 'JSON-XS-1.0/t/02_error.t'
[MSG] [Thu Mar 29 15:01:56 2007] Extracted 'JSON-XS-1.0/t/01_utf8.t'
[MSG] [Thu Mar 29 15:01:56 2007] Extracted 'JSON-XS-1.0/t/07_pc_esc.t'
[MSG] [Thu Mar 29 15:01:56 2007] Extracted 'JSON-XS-1.0/t/09_pc_extra_number.t'
[MSG] [Thu Mar 29 15:01:56 2007] Extracted 'JSON-XS-1.0/t/10_pc_keysort.t'
[MSG] [Thu Mar 29 15:01:56 2007] Extracted 'JSON-XS-1.0/t/12_binary.t'
[MSG] [Thu Mar 29 15:01:56 2007] Extracted 'JSON-XS-1.0/t/04_dwiw_encode.t'
[MSG] [Thu Mar 29 15:01:56 2007] Extracted 'JSON-XS-1.0/t/00_load.t'
[MSG] [Thu Mar 29 15:01:56 2007] Extracted 'JSON-XS-1.0/t/08_pc_base.t'
[MSG] [Thu Mar 29 15:01:56 2007] Extracted 'JSON-XS-1.0/eg/'
[MSG] [Thu Mar 29 15:01:56 2007] Extracted 'JSON-XS-1.0/eg/bench'
[MSG] [Thu Mar 29 15:01:56 2007] Extracted 'JSON-XS-1.0/XS.pm'
[MSG] [Thu Mar 29 15:01:56 2007] Extracted 'JSON-XS-1.0/XS.xs'
[MSG] [Thu Mar 29 15:01:56 2007] Extracted 'JSON-XS-1.0/README'
[MSG] [Thu Mar 29 15:01:56 2007] Extracted 'JSON-XS-1.0/Changes'
[MSG] [Thu Mar 29 15:01:56 2007] Extracted 'JSON-XS-1.0/Makefile.PL'
[MSG] [Thu Mar 29 15:01:56 2007] Extracted 'JSON-XS-1.0/META.yml'
[MSG] [Thu Mar 29 15:01:56 2007] Extracted 'JSON-XS-1.0/COPYING'
[MSG] [Thu Mar 29 15:01:56 2007] Extracted 'JSON-XS-1.0/MANIFEST'
[MSG] [Thu Mar 29 15:01:56 2007] Extracted 'JSON::XS' to 
'/home/cwill1is/.cpanplus/5.8.8/build/JSON-XS-1.0'
[MSG] [Thu Mar 29 15:01:56 2007] Checking if your kit is complete...
Looks good
Writing Makefile for JSON::XS

[MSG] [Thu Mar 29 15:01:56 2007] DEFAULT 'filter_prereqs' HANDLER RETURNING 
'sub return value'
[MSG] [Thu Mar 29 15:01:59 2007] cp XS.pm blib/lib/JSON/XS.pm
/usr/home/cwill1is/perl588/bin/perl 
/usr/home/cwill1is/perl588/lib/5.8.8/ExtUtils/xsubpp  -typemap 
/usr/home/cwill1is/perl588/lib/5.8.8/ExtUtils/typemap  XS.xs > XS.xsc && mv 
XS.xsc XS.c
cc -c    -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe 
-Wdeclaration-after-statement -I/usr/local/include -O    -DVERSION=\"1.0\"  
-DXS_VERSION=\"1.0\" -DPIC -fPIC 
"-I/usr/home/cwill1is/perl588/lib/5.8.8/i386-freebsd-thread-multi-64int/CORE"   
XS.c
XS.xs: In function `encode_rv':
XS.xs:437: warning: ISO C90 forbids mixed declarations and code
XS.xs: In function `encode_json':
XS.xs:500: warning: ISO C90 forbids mixed declarations and code
XS.xs: In function `decode_str':
XS.xs:674: warning: ISO C90 forbids mixed declarations and code
XS.xs:695: warning: ISO C90 forbids mixed declarations and code
XS.xs: In function `decode_json':
XS.xs:978: warning: ISO C90 forbids mixed declarations and code
Running Mkbootstrap for JSON::XS ()
chmod 644 XS.bs
rm -f blib/arch/auto/JSON/XS/XS.so
cc  -shared  -L/usr/local/lib XS.o  -o blib/arch/auto/JSON/XS/XS.so             
 
chmod 755 blib/arch/auto/JSON/XS/XS.so
cp XS.bs blib/arch/auto/JSON/XS/XS.bs
chmod 644 blib/arch/auto/JSON/XS/XS.bs
Manifying blib/man3/JSON::XS.3

[ERROR] [Thu Mar 29 15:02:13 2007] MAKE TEST failed:  PERL_DL_NONLAZY=1 
/usr/home/cwill1is/perl588/bin/perl "-MExtUtils::Command::MM" "-e" 
"test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/00_load...............ok
t/01_utf8...............ok
t/02_error..............ok
t/03_types..............ok
t/04_dwiw_encode........ok
t/05_dwiw_decode........ok
t/06_pc_pretty..........ok
t/07_pc_esc.............ok
t/08_pc_base............ok
t/09_pc_extra_number....ok
t/10_pc_keysort.........ok
t/11_pc_expo............ok
t/12_binary.............ok
t/13_limit..............dubious
        Test returned status 0 (wstat 138, 0x8a)
DIED. FAILED tests 3-7
        Failed 5/7 tests, 28.57% okay
Failed Test  Stat Wstat Total Fail  List of Failed
-------------------------------------------------------------------------------
t/13_limit.t    0   138     7   10  3-7
Failed 1/14 test scripts. 5/24710 subtests failed.
Files=14, Tests=24710, 14 wallclock secs ( 5.33 cusr +  0.24 csys =  5.57 CPU)
Failed 1/14 test programs. 5/24710 subtests failed.
*** Error code 255

Stop in /usr/home/cwill1is/.cpanplus/5.8.8/build/JSON-XS-1.0.



******************************** 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.0307.

--

Summary of my perl5 (revision 5 version 8 subversion 8) configuration:
  Platform:
    osname=freebsd, osvers=5.3-release, archname=i386-freebsd-thread-multi-64int
    uname='freebsd scc205.staffordshire.gov.uk 5.3-release freebsd 5.3-release 
#0: fri nov 5 04:19:18 utc 2004 [EMAIL PROTECTED]:usrobjusrsrcsysgeneric i386 '
    config_args=''
    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=undef
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc='cc', ccflags ='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H 
-fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/usr/local/include',
    optimize='-O',
    cppflags='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe 
-Wdeclaration-after-statement -I/usr/local/include'
    ccversion='', gccversion='3.4.2 [FreeBSD] 20040728', 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='double', nvsize=8, Off_t='off_t', 
lseeksize=8
    alignbytes=4, prototype=define
  Linker and Libraries:
    ld='cc', ldflags ='-Wl,-E  -L/usr/local/lib'
    libpth=/usr/lib /usr/local/lib
    libs=-lm -lcrypt -lutil -lc_r
    perllibs=-lm -lcrypt -lutil -lc_r
    libc=, so=so, useshrplib=false, libperl=libperl.a
    gnulibc_version=''
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=' '
    cccdlflags='-DPIC -fPIC', lddlflags='-shared  -L/usr/local/lib'

Reply via email to