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

[MSG] [Mon Mar 26 10:39:15 2007] DEFAULT 'filter_prereqs' HANDLER RETURNING 
'sub return value'
[MSG] [Mon Mar 26 10:39:17 2007] cp XS.pm blib/lib/JSON/XS.pm
/home/cpan/perl588/bin/perl /home/cpan/perl588/lib/5.8.8/ExtUtils/xsubpp  
-typemap /home/cpan/perl588/lib/5.8.8/ExtUtils/typemap  XS.xs > XS.xsc && mv 
XS.xsc XS.c
cc -c   -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -fno-strict-aliasing 
-pipe -Wdeclaration-after-statement -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 
-O2   -DVERSION=\"0.3\" -DXS_VERSION=\"0.3\" -fpic 
"-I/home/cpan/perl588/lib/5.8.8/i686-linux-thread-multi-64int-ld/CORE"   XS.c
XS.xs: In function ‘encode_str’:
XS.xs:136: warning: pointer targets in passing argument 2 of 
‘Perl_utf8n_to_uvuni’ differ in signedness
XS.xs:185: warning: pointer targets in passing argument 2 of 
‘Perl_uvuni_to_utf8_flags’ differ in signedness
XS.xs:185: warning: pointer targets in assignment differ in signedness
XS.xs: In function ‘encode_json’:
XS.xs:432: warning: ISO C90 forbids mixed declarations and code
XS.xs: In function ‘decode_str’:
XS.xs:579: warning: pointer targets in passing argument 2 of 
‘Perl_uvuni_to_utf8_flags’ differ in signedness
XS.xs:596: warning: pointer targets in passing argument 2 of 
‘Perl_utf8n_to_uvuni’ differ in signedness
XS.xs: In function ‘decode_json’:
XS.xs:878: warning: ISO C90 forbids mixed declarations and code
XS.xs:890: warning: pointer targets in passing argument 2 of 
‘Perl_utf8_distance’ differ in signedness
XS.xs:890: warning: pointer targets in passing argument 3 of 
‘Perl_utf8_distance’ differ in signedness
XS.xs:899: warning: pointer targets in passing argument 3 of 
‘Perl_pv_uni_display’ differ in signedness
Running Mkbootstrap for JSON::XS ()
chmod 644 XS.bs
rm -f blib/arch/auto/JSON/XS/XS.so
cc  -shared 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] [Mon Mar 26 10:39:18 2007] MAKE TEST failed: Illegal seek 
PERL_DL_NONLAZY=1 /home/cpan/perl588/bin/perl "-MExtUtils::Command::MM" "-e" 
"test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/00_load...............ok
t/01_utf8...............FAILED test 4
        Failed 1/9 tests, 88.89% okay
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.............surrogate pair expected, at character offset 14 
(\\udb39\\u0000"]) at t/12_binary.t line 14.
dubious
        Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 25-24576
        Failed 24552/24576 tests, 0.10% okay
Failed Test   Stat Wstat Total Fail  List of Failed
-------------------------------------------------------------------------------
t/01_utf8.t                  9    1  4
t/12_binary.t  255 65280 24576 4910  25-24576
Failed 2/13 test scripts. 24553/24694 subtests failed.
Files=13, Tests=24694,  1 wallclock secs ( 0.43 cusr +  0.21 csys =  0.64 CPU)
Failed 2/13 test programs. 24553/24694 subtests failed.
make: *** [test_dynamic] Error 255



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

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

Environment variables:

    AUTOMATED_TESTING = 1
    LANG = en_GB.UTF-8
    PATH = /usr/local/bin:/bin:/usr/bin:/usr/X11/bin
    PERL5LIB = 
:/home/cpan/.cpanplus/5.8.8/build/JSON-XS-0.3/blib/lib:/home/cpan/.cpanplus/5.8.8/build/JSON-XS-0.3/blib/arch:/home/cpan/.cpanplus/5.8.8/build/JSON-XS-0.3/blib
    PERL5_CPANPLUS_IS_RUNNING = 2923
    PERL_MM_USE_DEFAULT = 1
    SHELL = /bin/bash
    TERM = linux

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

    Perl: $^X = /home/cpan/perl588/bin/perl
    UID:  $<  = 1000
    EUID: $>  = 1000
    GID:  $(  = 100 100
    EGID: $)  = 100 100


-------------------------------


--

Summary of my perl5 (revision 5 version 8 subversion 8) configuration:
  Platform:
    osname=linux, osvers=2.6.16.38, archname=i686-linux-thread-multi-64int-ld
    uname='linux scratch 2.6.16.38 #1 preempt thu feb 22 16:04:10 gmt 2007 i686 
athlon-4 i386 gnulinux '
    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=define
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc='cc', ccflags ='-D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS 
-fno-strict-aliasing -pipe -Wdeclaration-after-statement -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64',
    optimize='-O2',
    cppflags='-D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS 
-fno-strict-aliasing -pipe -Wdeclaration-after-statement'
    ccversion='', gccversion='4.0.3', 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='cc', ldflags =''
    libpth=/lib /usr/lib /usr/local/lib
    libs=-lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lpthread -lc
    perllibs=-lnsl -ldl -lm -lcrypt -lutil -lpthread -lc
    libc=/lib/libc-2.3.6.so, so=so, useshrplib=true, libperl=libperl.so
    gnulibc_version='2.3.6'
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E 
-Wl,-rpath,/home/cpan/perl588/lib/5.8.8/i686-linux-thread-multi-64int-ld/CORE'
    cccdlflags='-fpic', lddlflags='-shared'

Reply via email to