Report for DBI-1.617

Back
From: metabase:user:323dcade-2aae-11df-837a-5e0a49663a4f
Subject: UNKNOWN DBI-1.617 v5.10.1 Mac OS X
Date: 2012-02-06T03:44:26Z

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 Tim Bunce,

This is a computer-generated report for DBI-1.617
on perl 5.10.1, created by CPAN-Reporter-1.1902.

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/local/bin/perl5.10.1d-nt Makefile.PL':


*** Your LANG environment variable is set to 'en_US.UTF-8'
*** This may cause problems for some perl installations.
*** If you get test failures, please try again with LANG unset.
*** If that then works, please email dbi-dev@perl.org with details
*** including the output of 'perl -V'


DBI versions from 1.29 onwards no longer support the old style
of perl threading (now known as '5005 threads'). It is badly flawed
and could never be safe to use in production environments.

If you are using multiple threads you are *strongly* encouraged to
upgrade to perl 5.8.2 or later.
If you are not using multiple threads you are *strongly* encouraged to
upgrade to at least 5.6.1 (preferably perl 5.8.2 or later.)
or at the very least rebuild this version with threading disabled.
If you have stick with your current build of perl...
then you also have to stick with DBI 1.28 for safety.
Or if *desparate* you may be able to build this DBI using 'perl Makefile.PL -nothread' but
but but, that will have *no* logic to handle threads because the logic
that was there for 5005 threads has now been removed! You have been warned.
*** ABORTED.

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

Prerequisite modules loaded:

configure_requires:

    Module              Need Have
    ------------------- ---- ----
    ExtUtils::MakeMaker 0    6.56


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

Environment variables:

    LANG = en_US.UTF-8
    LC_CTYPE = en_US.UTF-8
    PATH = /opt/local/libexec/gnubin:/opt/local/bin:/opt/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin:/Users/rurban/bin
    PERL5LIB = 
    PERL5OPT = -I/var/folders/Yu/YuMCqKeSFma5w4rE+2pCb++++TI/-Tmp-/CPAN-Reporter-lib-aqQk -MDevel::Autoflush
    PERL5_CPANPLUS_IS_RUNNING = 34861
    PERL5_CPAN_IS_EXECUTING = /Users/rurban/.cpan/build/DBI-1.617-nl0V8d/Makefile.PL
    PERL5_CPAN_IS_RUNNING = 34861
    PERL_AUTOINSTALL = --defaultdeps
    PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
    SHELL = /bin/bash
    TERM = xterm
    TMPDIR = /var/folders/Yu/YuMCqKeSFma5w4rE+2pCb++++TI/-Tmp-/

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

    $^X = /usr/local/bin/perl5.10.1d-nt
    $UID/$EUID = 501 / 501
    $GID = 20 20 204 100 98 81 80 79 61 12 406 404 405 403 401 402
    $EGID = 20 20 204 100 98 81 80 79 61 12 406 404 405 403 401 402

Perl module toolchain versions installed:

    Module              Have    
    ------------------- --------
    CPAN                1.9600  
    Cwd                 3.33    
    ExtUtils::CBuilder  0.280202
    ExtUtils::Command   1.16_01 
    ExtUtils::Install   1.54    
    ExtUtils::MakeMaker 6.56    
    ExtUtils::Manifest  1.58    
    ExtUtils::ParseXS   2.2206  
    File::Spec          3.33    
    Module::Build       0.3800  
    Module::Signature   0.68    
    Test::Harness       3.23    
    Test::More          0.98    
    YAML                0.78    
    YAML::Syck          1.17    
    version             0.91    


--

Summary of my perl5 (revision 5 version 10 subversion 1) configuration:
   
  Platform:
    osname=darwin, osvers=10.7.0, archname=darwin-debug-nothreads
    uname='darwin reini-urbans-macbook-air.local 10.7.0 darwin kernel version 10.7.0: sat jan 29 15:17:16 pst 2011; root:xnu-1504.9.37~1release_i386 i386 i386 '
    config_args='-de -Duseshrplib -DEBUGGING -Doptimize=-g3'
    hint=recommended, useposix=true, d_sigaction=define
    useithreads=undef, usemultiplicity=undef
    useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
    use64bitint=define, use64bitall=define, uselongdouble=undef
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc='cc', ccflags ='-fno-common -DPERL_DARWIN -no-cpp-precomp -DDEBUGGING -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -I/opt/local/include',
    optimize='-g3',
    cppflags='-no-cpp-precomp -fno-common -DPERL_DARWIN -no-cpp-precomp -DDEBUGGING -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -I/opt/local/include'
    ccversion='', gccversion='4.2.1 (Apple Inc. build 5666) (dot 3)', gccosandvers=''
    intsize=4, longsize=8, ptrsize=8, doublesize=8, byteorder=12345678
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
    ivtype='long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
    alignbytes=8, prototype=define
  Linker and Libraries:
    ld='cc', ldflags =' -fstack-protector -L/usr/local/lib -L/opt/local/lib'
    libpth=/usr/local/lib /opt/local/lib /usr/lib
    libs=-lgdbm -ldbm -ldl -lm -lutil -lc
    perllibs=-ldl -lm -lutil -lc
    libc=/usr/lib/libc.dylib, so=dylib, useshrplib=true, libperl=libperl.dylib
    gnulibc_version=''
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=bundle, d_dlsymun=undef, ccdlflags=' '
    cccdlflags=' ', lddlflags=' -bundle -undefined dynamic_lookup -L/usr/local/lib -L/opt/local/lib -fstack-protector'


Characteristics of this binary (from libperl): 
  Compile-time options: DEBUGGING PERL_DONT_CREATE_GVSV PERL_MALLOC_WRAP
                        USE_64_BIT_ALL USE_64_BIT_INT USE_LARGE_FILES
                        USE_PERLIO
  Locally applied patches:
	CYG11 no-bs
	CYG12 no archlib in otherlibdirs
	CYG14 Dynaloader
	CYG15 static-Win32CORE
	CYG17 utf8-paths
	CYG21 LibList-Kid.patch
	CYG22 cygwin-1.7 hints
	CYG23 544-stat
	CYG24 build man pages
	CYG25 rebase_privlib
	Module-Build-0.36_13
	Bug#55162 CYG18 File::Spec::case_tolerant performance
	disable ExtUtils::MakeMaker::Coverage in Sys-Syslog
  Built under darwin
  Compiled at Jun  5 2011 15:24:14
  %ENV:
    PERL5LIB=""
    PERL5OPT=""
    PERL5_CPANPLUS_IS_RUNNING="34861"
    PERL5_CPAN_IS_EXECUTING="/Users/rurban/.cpan/build/DBI-1.617-nl0V8d/Makefile.PL"
    PERL5_CPAN_IS_RUNNING="34861"
    PERL_AUTOINSTALL="--defaultdeps"
    PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
  @INC:
    /usr/local/lib/perl5/5.10.1/darwin-debug-nothreads
    /usr/local/lib/perl5/5.10.1
    /usr/local/lib/perl5/site_perl/5.10.1/darwin-debug-nothreads
    /usr/local/lib/perl5/site_perl/5.10.1
    .