Front page | perl.perl5.porters |
Postings from November 2010
[perl #79854] Bleadperl v5.13.7-82-g725a61d breaks MHX/Convert-Binary-C-0.74.tar.gz
Thread Next
From:
perlbug-followup
Date:
November 27, 2010 05:55
Subject:
[perl #79854] Bleadperl v5.13.7-82-g725a61d breaks MHX/Convert-Binary-C-0.74.tar.gz
Message ID:
rt-3.6.HEAD-13564-1290866090-1316.79854-75-0@perl.org
# New Ticket Created by (Andreas J. Koenig)
# Please include the string: [perl #79854]
# in the subject line of all future correspondence about this issue.
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=79854 >
There are no example fail reports on cpantesters available yet. From my
console:
tests/212_clean.t ......... ok
tests/213_string.t ........ ok
# Test 72 got: "342" (tests/214_cache.t at line 424)
# Expected: "0" (corrupted cache files not handled correctly)
# tests/214_cache.t line 424 is: ok( $fail, 0, "corrupted cache files not handled correctly" );
tests/214_cache.t .........
Failed 1/72 subtests
tests/215_local.t ......... ok
git bisect:
-----------
commit 725a61d709bfdf8b3423a1409027c3ea9cd0c4f9
Author: Zefram <zefram@fysh.org>
Date: Wed Nov 24 14:32:50 2010 -0500
Deprecate ?PATTERN? without explicit m operator
Deprecate ?PATTERN?, recommending the equivalent m?PATTERN? syntax, in
order to eventually allow the question mark to be used in new
operators that would currently be ambiguous.
(With minor reconciliation edits by David Golden)
Signed-off-by: David Golden <dagolden@cpan.org>
perl -V:
Summary of my perl5 (revision 5 version 13 subversion 7) configuration:
Commit id: 725a61d709bfdf8b3423a1409027c3ea9cd0c4f9
Platform:
osname=linux, osvers=2.6.32-5-amd64, archname=x86_64-linux-ld
uname='linux k81 2.6.32-5-amd64 #1 smp sat oct 30 14:18:21 utc 2010 x86_64 gnulinux '
config_args='-Dprefix=/home/src/perl/repoperls/installed-perls/perl/v5.13.7-82-g725a61d -Dinstallusrbinperl=n -Uversiononly -Dusedevel -des -Ui_db -Uuseithreads -Duselongdouble'
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=define
usemymalloc=n, bincompat5005=undef
Compiler:
cc='cc', ccflags ='-fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
optimize='-O2',
cppflags='-fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include'
ccversion='', gccversion='4.4.5', 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='long double', nvsize=16, Off_t='off_t', lseeksize=8
alignbytes=16, prototype=define
Linker and Libraries:
ld='cc', ldflags =' -fstack-protector -L/usr/local/lib'
libpth=/usr/local/lib /lib /usr/lib /lib64 /usr/lib64
libs=-lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lc -lgdbm_compat
perllibs=-lnsl -ldl -lm -lcrypt -lutil -lc
libc=/lib/libc-2.11.2.so, so=so, useshrplib=false, libperl=libperl.a
gnulibc_version='2.11.2'
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: PERL_DONT_CREATE_GVSV PERL_MALLOC_WRAP PERL_USE_DEVEL
USE_64_BIT_ALL USE_64_BIT_INT USE_LARGE_FILES
USE_LONG_DOUBLE USE_PERLIO USE_PERL_ATOF
Built under linux
Compiled at Nov 27 2010 14:10:34
@INC:
/home/src/perl/repoperls/installed-perls/perl/v5.13.7-82-g725a61d/lib/site_perl/5.13.7/x86_64-linux-ld
/home/src/perl/repoperls/installed-perls/perl/v5.13.7-82-g725a61d/lib/site_perl/5.13.7
/home/src/perl/repoperls/installed-perls/perl/v5.13.7-82-g725a61d/lib/5.13.7/x86_64-linux-ld
/home/src/perl/repoperls/installed-perls/perl/v5.13.7-82-g725a61d/lib/5.13.7
.
--
andreas
Thread Next
-
[perl #79854] Bleadperl v5.13.7-82-g725a61d breaks MHX/Convert-Binary-C-0.74.tar.gz
by perlbug-followup