Front page | perl.perl5.porters |
Postings from May 2012
[perl #113034] [PATCH] 2d8d7b1 replace B::COP::stashflags by B::COP::stashlen
Thread Previous
From:
rurban @ cpanel . net
Date:
May 22, 2012 09:38
Subject:
[perl #113034] [PATCH] 2d8d7b1 replace B::COP::stashflags by B::COP::stashlen
Message ID:
rt-3.6.HEAD-7788-1337704673-415.113034-75-0@perl.org
# New Ticket Created by rurban@cpanel.net
# Please include the string: [perl #113034]
# in the subject line of all future correspondence about this issue.
# <URL: https://rt.perl.org:443/rt3/Ticket/Display.html?id=113034 >
This is a bug report for perl from rurban@cpanel.net,
generated with the help of perlbug 1.39 running under perl 5.15.7.
>From 2d8d7b1c730932ee5a45c88f1ec23e5fbedd9b81 Mon Sep 17 00:00:00 2001
From: Reini Urban <rurban@x-ray.at>
Date: Tue, 22 May 2012 10:57:03 -0500
Subject: [PATCH] replace B::COP::stashflags by B::COP::stashlen
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="------------1.7.10"
This is a multi-part message in MIME format.
--------------1.7.10
Content-Type: text/plain; charset=UTF-8; format=fixed
Content-Transfer-Encoding: 8bit
6379d4a9a (between 5.15.9 and 5.16.0) broke B::COP::stashflags which was added
in 5.15.4.
---
ext/B/B.pm | 4 ++--
ext/B/B.xs | 8 ++++----
2 files changed, 6 insertions(+), 6 deletions(-)
--------------1.7.10
Content-Type: text/x-patch; name="0001-replace-B-COP-stashflags-by-B-COP-stashlen.patch"
Content-Transfer-Encoding: 8bit
Content-Disposition: attachment; filename="0001-replace-B-COP-stashflags-by-B-COP-stashlen.patch"
diff --git a/ext/B/B.pm b/ext/B/B.pm
index b19693c..75ead53 100644
--- a/ext/B/B.pm
+++ b/ext/B/B.pm
@@ -15,7 +15,7 @@ require Exporter;
# walkoptree comes from B.xs
BEGIN {
- $B::VERSION = '1.34';
+ $B::VERSION = '1.35';
@B::EXPORT_OK = ();
# Our BOOT code needs $VERSION set, and will append to @EXPORT_OK.
@@ -1211,7 +1211,7 @@ Only when perl was compiled with ithreads.
=item stashpv
-=item stashflags
+=item stashlen
=item file
diff --git a/ext/B/B.xs b/ext/B/B.xs
index 4a5ab44..632c874 100644
--- a/ext/B/B.xs
+++ b/ext/B/B.xs
@@ -1227,8 +1227,8 @@ pv(o)
ST(0) = newSVpvn_flags(o->op_pv, strlen(o->op_pv), SVs_TEMP);
#define COP_label(o) CopLABEL(o)
-#ifdef CopSTASH_flags
-#define COP_stashflags(o) CopSTASH_flags(o)
+#ifdef CopSTASH_len
+#define COP_stashlen(o) CopSTASH_len(o)
#endif
MODULE = B PACKAGE = B::COP PREFIX = COP_
@@ -1253,10 +1253,10 @@ COP_stash(o)
PUSHs(make_sv_object(aTHX_
ix ? (SV *)CopFILEGV(o) : (SV *)CopSTASH(o)));
-#ifdef CopSTASH_flags
+#ifdef CopSTASH_len
U32
-COP_stashflags(o)
+COP_stashlen(o)
B::COP o
#endif
--------------1.7.10--
---
Flags:
category=library
severity=critical
module=B
---
Site configuration information for perl 5.15.7:
Configured by rurban at Sun Jan 22 12:13:34 CST 2012.
Summary of my perl5 (revision 5 version 15 subversion 7) configuration:
Platform:
osname=linux, osvers=3.0.0-1-amd64, archname=x86_64-linux
uname='linux reini 3.0.0-1-amd64 #1 smp sun jul 24 02:24:44 utc 2011 x86_64 gnulinux '
config_args='-de -Dusedevel -Dinstallman1dir=none -Dinstallman3dir=none -Dinstallsiteman1dir=none -Dinstallsiteman3dir=none -Uuseithreads -Accflags='-msse4.2' -Accflags='-march=corei7' -Dcf_email='rurban@cpanel.net' -Dperladmin='rurban@cpanel.net' -Duseshrplib'
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 ='-msse4.2 -march=corei7 -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
optimize='-O2',
cppflags='-msse4.2 -march=corei7 -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include'
ccversion='', gccversion='4.6.1', 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 -lgdbm -ldb -ldl -lm -lcrypt -lutil -lc -lgdbm_compat
perllibs=-lnsl -ldl -lm -lcrypt -lutil -lc
libc=, so=so, useshrplib=true, libperl=libperl.so
gnulibc_version='2.13'
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E -Wl,-rpath,/usr/local/lib/perl5/5.15.7/x86_64-linux/CORE'
cccdlflags='-fPIC', lddlflags='-shared -O2 -L/usr/local/lib -fstack-protector'
Locally applied patches:
---
@INC for perl 5.15.7:
/usr/local/lib/perl5/site_perl/5.15.7/x86_64-linux
/usr/local/lib/perl5/site_perl/5.15.7
/usr/local/lib/perl5/5.15.7/x86_64-linux
/usr/local/lib/perl5/5.15.7
/usr/local/lib/perl5/site_perl
.
---
Environment for perl 5.15.7:
HOME=/home/rurban
LANG=en_US.UTF-8
LANGUAGE (unset)
LD_LIBRARY_PATH (unset)
LOGDIR (unset)
PATH=/home/rurban/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games
PERL_BADLANG (unset)
SHELL=/bin/bash
Thread Previous