Skip Menu |

This queue is for tickets about the DBI CPAN distribution.

Report information
The Basics
Id: 71341
Status: resolved
Priority: 0/
Queue: DBI

People
Owner: Nobody in particular
Requestors: abraxxa [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 1.616
Fixed in: (no value)



Subject: test failures on threaded 5.14.2

Message body is not shown because it is too large.

perl -V output: Summary of my perl5 (revision 5 version 14 subversion 2) configuration: Platform: osname=linux, osvers=2.6.38-11-generic, archname=x86_64-linux-thread-multi uname='linux ahartmai-nb 2.6.38-11-generic #50-ubuntu smp mon sep 12 21:17:25 utc 2011 x86_64 x86_64 x86_64 gnulinux ' config_args='-de -Dprefix=/home/ahartmai/perl5/perlbrew/perls/perl-5.14.2 -Dusethreads' hint=recommended, useposix=true, d_sigaction=define useithreads=define, usemultiplicity=define useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef use64bitint=define, use64bitall=define, uselongdouble=undef usemymalloc=n, bincompat5005=undef Compiler: cc='cc', ccflags ='-D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64', optimize='-O2', cppflags='-D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include' ccversion='', gccversion='4.5.2', 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' libpth=/usr/local/lib /lib /usr/lib /usr/lib/x86_64-linux-gnu /lib64 /usr/lib64 libs=-lnsl -ldb -ldl -lm -lcrypt -lutil -lpthread -lc perllibs=-lnsl -ldl -lm -lcrypt -lutil -lpthread -lc libc=, so=so, useshrplib=false, libperl=libperl.a gnulibc_version='2.13' Dynamic Linking: dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E' cccdlflags='-fPIC', lddlflags='-shared -O2 -L/usr/local/lib -fstack-protector' Characteristics of this binary (from libperl): Compile-time options: MULTIPLICITY PERL_DONT_CREATE_GVSV PERL_IMPLICIT_CONTEXT PERL_MALLOC_WRAP PERL_PRESERVE_IVUV USE_64_BIT_ALL USE_64_BIT_INT USE_ITHREADS USE_LARGE_FILES USE_PERLIO USE_PERL_ATOF USE_REENTRANT_API Built under linux Compiled at Sep 29 2011 17:24:31 %ENV: PERLBREW_PATH="/home/ahartmai/perl5/perlbrew/bin:/home/ahartmai/perl5/perlbrew/perls/current/bin" PERLBREW_PERL="perl-5.14.2" PERLBREW_ROOT="/home/ahartmai/perl5/perlbrew" PERLBREW_VERSION="0.19" PERL_CPANM_OPT="--mirror http://cpan.inode.at" PERL_UNICODE="AS" @INC: /home/ahartmai/perl5/perlbrew/perls/perl-5.14.2/lib/site_perl/5.14.2/x86_64-linux-thread-multi /home/ahartmai/perl5/perlbrew/perls/perl-5.14.2/lib/site_perl/5.14.2 /home/ahartmai/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi /home/ahartmai/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2 .
Just to add PERL_UNICODE=AS was set when the test was run. Martin -- Martin J. Evans Wetherby, UK
Would a simple: if (($ENV{PERL_UNICODE}||'') =~ m/[IOSioAL]/) { diag "disabling PERL_UNICODE env for scope of gopher tests [RT#71341]\n"; delete $ENV{PERL_UNICODE}; } patch to t/85gofer.t not workaround this issue?
On Sat May 18 12:47:17 2013, JMATES wrote: Show quoted text
> Would a simple: > > if (($ENV{PERL_UNICODE}||'') =~ m/[IOSioAL]/) { > diag "disabling PERL_UNICODE env for scope of gopher tests > [RT#71341]\n"; > delete $ENV{PERL_UNICODE}; > } > > > patch to t/85gofer.t not workaround this issue?
Probably not; it's too late at that point. But there's a proper patch here: https://github.com/perl5-dbi/dbi/pull/32
Patched in DBI 1.635