Report for Data-MessagePack-Stream-0.07

Back
From: metabase:user:314402c4-2aae-11df-837a-5e0a49663a4f
Subject: UNKNOWN Data-MessagePack-Stream-0.07 v5.16.0 RC0 FreeBSD
Date: 2012-07-26T06:04:57Z

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 Daisuke Murase,

This is a computer-generated report for Data-MessagePack-Stream-0.07
on perl 5.16.0, created by CPAN-Reporter-1.2006.

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 lib/Data/MessagePack/Stream.pm blib/lib/Data/MessagePack/Stream.pm
cd msgpack-0.5.7 && ./configure --disable-shared && make
checking for a BSD-compatible install... /usr/local/bin/ginstall -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/local/bin/gmkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking if C++ API is enabled... 
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking whether gcc and cc understand -c and -o together... yes
checking build system type... i386-unknown-freebsd8.0
checking host system type... i386-unknown-freebsd8.0
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/local/bin/gsed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 196608
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert i386-unknown-freebsd8.0 file names to i386-unknown-freebsd8.0 format... func_convert_file_noop
checking how to convert i386-unknown-freebsd8.0 file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... no
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for mt... mt
checking if mt is a manifest tool... no
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... freebsd8.0 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... freebsd8.0 ld.so
checking how to hardcode library paths into programs... immediate
checking dependency style of gcc... gcc3
checking if debug option is enabled... 
checking for __sync_* atomic operations... 
checking for __gnu_cxx::__exchange_and_add... 
configure: error: __sync_* atomic operations nor __gnu_cxx::__exchange_and_add are not found.

If you are using gcc >= 4.1 and the default target CPU architecture is "i386", try to
add CFLAGS="-march=i686" and CXXFLAGS="-march=i686" options to ./configure as follows:

  $ ./configure CFLAGS="-march=i686" CXXFLAGS="-march=i686"

*** Error code 1

Stop in /var/tmp/CPAN-build/Data-MessagePack-Stream-0.07-ocIBZt.

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

Prerequisite modules loaded:

requires:

    Module              Need Have   
    ------------------- ---- -------
    XSLoader            0.02 0.16   

build_requires:

    Module              Need Have   
    ------------------- ---- -------
    Data::MessagePack   0    0.46   
    Devel::PPPort       3.19 3.20   
    ExtUtils::MakeMaker 6.36 6.63_02
    ExtUtils::ParseXS   2.21 3.16   

configure_requires:

    Module              Need Have   
    ------------------- ---- -------
    Devel::PPPort       3.19 3.20   
    ExtUtils::MakeMaker 6.36 6.63_02
    ExtUtils::ParseXS   2.21 3.16   


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

Environment variables:

    DBIC_NO_WARN_BAD_PERL = 1
    PATH = /usr/local/bin:/usr/X11R6/bin:/usr/X11/bin:/usr/perl5.8.0/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/usr/local/pilot/bin:/home/cpansand/bin/freebsd8.0:/home/cpansand/bin/sh:/home/cpansand/bin:/usr/X386/bin:/usr/games:/home/cpansand/devel:/usr/home/e/eserte/work/srezic-misc/scripts
    PERL = /home2/cpansand/var/ctps/5160RC0/install/perl-5.16.0-RC0/bin/perl5.16.0
    PERL5LIB = /usr/local/src/CPAN/build/Dancer-Template-TemplateDeclare-0.3.2-rRbBqr/blib/arch:/usr/local/src/CPAN/build/Dancer-Template-TemplateDeclare-0.3.2-rRbBqr/blib/lib:/usr/local/src/CPAN/build/Regexp-Debugger-0.001004-QWKZgE/blib/arch:/usr/local/src/CPAN/build/Regexp-Debugger-0.001004-QWKZgE/blib/lib:/usr/local/src/CPAN/build/HTML-CruftText-0.01-Ic9DER/blib/arch:/usr/local/src/CPAN/build/HTML-CruftText-0.01-Ic9DER/blib/lib:/usr/local/src/CPAN/build/DBIx-ScopedTransaction-1.0.5-kVSggo/blib/arch:/usr/local/src/CPAN/build/DBIx-ScopedTransaction-1.0.5-kVSggo/blib/lib:/usr/local/src/CPAN/build/Code-TidyAll-0.03-VsTBxH/blib/arch:/usr/local/src/CPAN/build/Code-TidyAll-0.03-VsTBxH/blib/lib:/usr/local/src/CPAN/build/re-engine-RE2-0.10-zNFBv7/blib/arch:/usr/local/src/CPAN/build/re-engine-RE2-0.10-zNFBv7/blib/lib:/usr/local/src/CPAN/build/Dist-Zilla-Role-MetaCPANInterfacer-0.93-YZKM0l/blib/arch:/usr/local/src/CPAN/build/Dist-Zilla-Role-MetaCPANInterfacer-0.93-YZKM0l/blib/lib:/usr/local/src/CPAN/build/Rinci-1.1.21-yltXAy/blib/arch:/usr/local/src/CPAN/build/Rinci-1.1.21-yltXAy/blib/lib:/usr/local/src/CPAN/build/Perinci-Web-0.00-ks1RcZ/blib/arch:/usr/local/src/CPAN/build/Perinci-Web-0.00-ks1RcZ/blib/lib:/usr/local/src/CPAN/build/Git-Bunch-0.23-vEOtT4/blib/arch:/usr/local/src/CPAN/build/Git-Bunch-0.23-vEOtT4/blib/lib:/usr/local/src/CPAN/build/Org-Parser-0.26-obBX2q/blib/arch:/usr/local/src/CPAN/build/Org-Parser-0.26-obBX2q/blib/lib:/usr/local/src/CPAN/build/Builtin-Logged-0.05-XVMug3/blib/arch:/usr/local/src/CPAN/build/Builtin-Logged-0.05-XVMug3/blib/lib:/usr/local/src/CPAN/build/Perinci-Sub-GetArgs-Argv-0.19-FmbZhX/blib/arch:/usr/local/src/CPAN/build/Perinci-Sub-GetArgs-Argv-0.19-FmbZhX/blib/lib:/usr/local/src/CPAN/build/sanity-0.93-CU6gTW/blib/arch:/usr/local/src/CPAN/build/sanity-0.93-CU6gTW/blib/lib:/usr/local/src/CPAN/build/WWW-Pixelletter-0.2-CDpSbb/blib/arch:/usr/local/src/CPAN/build/WWW-Pixelletter-0.2-CDpSbb/blib/lib
    PERL5OPT = 
    PERL5_CPANPLUS_IS_RUNNING = 23438
    PERL5_CPAN_IS_EXECUTING = /usr/local/src/CPAN/build/Data-MessagePack-Stream-0.07-ocIBZt/Makefile.PL
    PERL5_CPAN_IS_RUNNING = 23438
    PERL5_CPAN_IS_RUNNING_IN_RECURSION = 23416,23438
    PERL_AUTOINSTALL = --defaultdeps
    PERL_BATCH = yes
    PERL_CPAN_REPORTER_CONFIG = /var/tmp/cpansmoker-1023/v8ohwoWEoC_config.ini
    PERL_CPAN_REPORTER_DIR = /home/cpansand/var/ctps/5160RC0/config/perl-5.16.0-RC0/cpanreporter
    PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
    PERL_HTML_DISPLAY_CLASS = HTML::Display::Mozilla
    SHELL = /usr/local/bin/zsh
    TERM = screen
    TMPDIR = /var/tmp/cpansmoker-1023

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

    $^X = /home2/cpansand/var/ctps/5160RC0/install/perl-5.16.0-RC0/bin/perl5.16.0
    $UID/$EUID = 1023 / 1023
    $GID = 1023 1023
    $EGID = 1023 1023

Perl module toolchain versions installed:

    Module              Have    
    ------------------- --------
    CPAN                1.9800  
    CPAN::Meta          2.120921
    Cwd                 3.39_02 
    ExtUtils::CBuilder  0.280206
    ExtUtils::Command   1.17    
    ExtUtils::Install   1.58    
    ExtUtils::MakeMaker 6.63_02 
    ExtUtils::Manifest  1.61    
    ExtUtils::ParseXS   3.16    
    File::Spec          3.39_02 
    JSON                2.53    
    JSON::PP            2.27200 
    Module::Build       0.4001  
    Module::Signature   0.68    
    Parse::CPAN::Meta   1.4404  
    Test::Harness       3.23    
    Test::More          0.98    
    YAML                0.82    
    YAML::Syck          1.20    
    version             0.99    


--

Summary of my perl5 (revision 5 version 16 subversion 0) configuration:
   
  Platform:
    osname=freebsd, osvers=8.0-release-p4, archname=i386-freebsd
    uname='freebsd biokovo.herceg.de 8.0-release-p4 freebsd 8.0-release-p4 #0: mon jul 12 20:22:27 utc 2010 root@i386-builder.daemonology.net:usrobjusrsrcsysgeneric i386 '
    config_args='-ds -e -Uversiononly -Dinstallusrbinperl=n -Dusedevel -Dprefix=/home/cpansand/var/ctps/5160RC0/install/perl-5.16.0-RC0'
    hint=recommended, useposix=true, d_sigaction=define
    useithreads=undef, usemultiplicity=undef
    useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
    use64bitint=undef, use64bitall=undef, uselongdouble=undef
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc='cc', ccflags ='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include',
    optimize='-O',
    cppflags='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include'
    ccversion='', gccversion='4.2.1 20070719  [FreeBSD]', gccosandvers=''
    intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12
    ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
    alignbytes=4, prototype=define
  Linker and Libraries:
    ld='cc', ldflags ='-Wl,-E  -fstack-protector -L/usr/local/lib'
    libpth=/usr/lib /usr/local/lib
    libs=-lgdbm -lm -lcrypt -lutil -lc
    perllibs=-lm -lcrypt -lutil -lc
    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 -fstack-protector'


Characteristics of this binary (from libperl): 
  Compile-time options: HAS_TIMES PERLIO_LAYERS PERL_DONT_CREATE_GVSV
                        PERL_MALLOC_WRAP PERL_PRESERVE_IVUV PERL_USE_DEVEL
                        USE_LARGE_FILES USE_LOCALE USE_LOCALE_COLLATE
                        USE_LOCALE_CTYPE USE_LOCALE_NUMERIC USE_PERLIO
                        USE_PERL_ATOF
  Locally applied patches:
	RC0
  Built under freebsd
  Compiled at May 11 2012 21:05:05
  %ENV:
    PERL="/home2/cpansand/var/ctps/5160RC0/install/perl-5.16.0-RC0/bin/perl5.16.0"
    PERL5LIB="/usr/local/src/CPAN/build/Dancer-Template-TemplateDeclare-0.3.2-rRbBqr/blib/arch:/usr/local/src/CPAN/build/Dancer-Template-TemplateDeclare-0.3.2-rRbBqr/blib/lib:/usr/local/src/CPAN/build/Regexp-Debugger-0.001004-QWKZgE/blib/arch:/usr/local/src/CPAN/build/Regexp-Debugger-0.001004-QWKZgE/blib/lib:/usr/local/src/CPAN/build/HTML-CruftText-0.01-Ic9DER/blib/arch:/usr/local/src/CPAN/build/HTML-CruftText-0.01-Ic9DER/blib/lib:/usr/local/src/CPAN/build/DBIx-ScopedTransaction-1.0.5-kVSggo/blib/arch:/usr/local/src/CPAN/build/DBIx-ScopedTransaction-1.0.5-kVSggo/blib/lib:/usr/local/src/CPAN/build/Code-TidyAll-0.03-VsTBxH/blib/arch:/usr/local/src/CPAN/build/Code-TidyAll-0.03-VsTBxH/blib/lib:/usr/local/src/CPAN/build/re-engine-RE2-0.10-zNFBv7/blib/arch:/usr/local/src/CPAN/build/re-engine-RE2-0.10-zNFBv7/blib/lib:/usr/local/src/CPAN/build/Dist-Zilla-Role-MetaCPANInterfacer-0.93-YZKM0l/blib/arch:/usr/local/src/CPAN/build/Dist-Zilla-Role-MetaCPANInterfacer-0.93-YZKM0l/blib/lib:/usr/local/src/CPAN/build/Rinci-1.1.21-yltXAy/blib/arch:/usr/local/src/CPAN/build/Rinci-1.1.21-yltXAy/blib/lib:/usr/local/src/CPAN/build/Perinci-Web-0.00-ks1RcZ/blib/arch:/usr/local/src/CPAN/build/Perinci-Web-0.00-ks1RcZ/blib/lib:/usr/local/src/CPAN/build/Git-Bunch-0.23-vEOtT4/blib/arch:/usr/local/src/CPAN/build/Git-Bunch-0.23-vEOtT4/blib/lib:/usr/local/src/CPAN/build/Org-Parser-0.26-obBX2q/blib/arch:/usr/local/src/CPAN/build/Org-Parser-0.26-obBX2q/blib/lib:/usr/local/src/CPAN/build/Builtin-Logged-0.05-XVMug3/blib/arch:/usr/local/src/CPAN/build/Builtin-Logged-0.05-XVMug3/blib/lib:/usr/local/src/CPAN/build/Perinci-Sub-GetArgs-Argv-0.19-FmbZhX/blib/arch:/usr/local/src/CPAN/build/Perinci-Sub-GetArgs-Argv-0.19-FmbZhX/blib/lib:/usr/local/src/CPAN/build/sanity-0.93-CU6gTW/blib/arch:/usr/local/src/CPAN/build/sanity-0.93-CU6gTW/blib/lib:/usr/local/src/CPAN/build/WWW-Pixelletter-0.2-CDpSbb/blib/arch:/usr/local/src/CPAN/build/WWW-Pixelletter-0.2-CDpSbb/blib/lib"
    PERL5OPT=""
    PERL5_CPANPLUS_IS_RUNNING="23438"
    PERL5_CPAN_IS_EXECUTING="/usr/local/src/CPAN/build/Data-MessagePack-Stream-0.07-ocIBZt/Makefile.PL"
    PERL5_CPAN_IS_RUNNING="23438"
    PERL5_CPAN_IS_RUNNING_IN_RECURSION="23416,23438"
    PERL_AUTOINSTALL="--defaultdeps"
    PERL_BATCH="yes"
    PERL_CPAN_REPORTER_CONFIG="/var/tmp/cpansmoker-1023/v8ohwoWEoC_config.ini"
    PERL_CPAN_REPORTER_DIR="/home/cpansand/var/ctps/5160RC0/config/perl-5.16.0-RC0/cpanreporter"
    PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
    PERL_HTML_DISPLAY_CLASS="HTML::Display::Mozilla"
  @INC:
    /usr/local/src/CPAN/build/Dancer-Template-TemplateDeclare-0.3.2-rRbBqr/blib/arch
    /usr/local/src/CPAN/build/Dancer-Template-TemplateDeclare-0.3.2-rRbBqr/blib/lib
    /usr/local/src/CPAN/build/Regexp-Debugger-0.001004-QWKZgE/blib/arch
    /usr/local/src/CPAN/build/Regexp-Debugger-0.001004-QWKZgE/blib/lib
    /usr/local/src/CPAN/build/HTML-CruftText-0.01-Ic9DER/blib/arch
    /usr/local/src/CPAN/build/HTML-CruftText-0.01-Ic9DER/blib/lib
    /usr/local/src/CPAN/build/DBIx-ScopedTransaction-1.0.5-kVSggo/blib/arch
    /usr/local/src/CPAN/build/DBIx-ScopedTransaction-1.0.5-kVSggo/blib/lib
    /usr/local/src/CPAN/build/Code-TidyAll-0.03-VsTBxH/blib/arch
    /usr/local/src/CPAN/build/Code-TidyAll-0.03-VsTBxH/blib/lib
    /usr/local/src/CPAN/build/re-engine-RE2-0.10-zNFBv7/blib/arch
    /usr/local/src/CPAN/build/re-engine-RE2-0.10-zNFBv7/blib/lib
    /usr/local/src/CPAN/build/Dist-Zilla-Role-MetaCPANInterfacer-0.93-YZKM0l/blib/arch
    /usr/local/src/CPAN/build/Dist-Zilla-Role-MetaCPANInterfacer-0.93-YZKM0l/blib/lib
    /usr/local/src/CPAN/build/Rinci-1.1.21-yltXAy/blib/arch
    /usr/local/src/CPAN/build/Rinci-1.1.21-yltXAy/blib/lib
    /usr/local/src/CPAN/build/Perinci-Web-0.00-ks1RcZ/blib/arch
    /usr/local/src/CPAN/build/Perinci-Web-0.00-ks1RcZ/blib/lib
    /usr/local/src/CPAN/build/Git-Bunch-0.23-vEOtT4/blib/arch
    /usr/local/src/CPAN/build/Git-Bunch-0.23-vEOtT4/blib/lib
    /usr/local/src/CPAN/build/Org-Parser-0.26-obBX2q/blib/arch
    /usr/local/src/CPAN/build/Org-Parser-0.26-obBX2q/blib/lib
    /usr/local/src/CPAN/build/Builtin-Logged-0.05-XVMug3/blib/arch
    /usr/local/src/CPAN/build/Builtin-Logged-0.05-XVMug3/blib/lib
    /usr/local/src/CPAN/build/Perinci-Sub-GetArgs-Argv-0.19-FmbZhX/blib/arch
    /usr/local/src/CPAN/build/Perinci-Sub-GetArgs-Argv-0.19-FmbZhX/blib/lib
    /usr/local/src/CPAN/build/sanity-0.93-CU6gTW/blib/arch
    /usr/local/src/CPAN/build/sanity-0.93-CU6gTW/blib/lib
    /usr/local/src/CPAN/build/WWW-Pixelletter-0.2-CDpSbb/blib/arch
    /usr/local/src/CPAN/build/WWW-Pixelletter-0.2-CDpSbb/blib/lib
    /home/cpansand/var/ctps/5160RC0/install/perl-5.16.0-RC0/lib/site_perl/5.16.0/i386-freebsd
    /home/cpansand/var/ctps/5160RC0/install/perl-5.16.0-RC0/lib/site_perl/5.16.0
    /home/cpansand/var/ctps/5160RC0/install/perl-5.16.0-RC0/lib/5.16.0/i386-freebsd
    /home/cpansand/var/ctps/5160RC0/install/perl-5.16.0-RC0/lib/5.16.0
    .