Front page | perl.perl5.porters |
Postings from August 2013
[perl #119483] [PATCH] 9771f50 B::INVLIST isa B::PV (for now)
Thread Previous
From:
rurban @ cpanel . net
Date:
August 27, 2013 17:09
Subject:
[perl #119483] [PATCH] 9771f50 B::INVLIST isa B::PV (for now)
Message ID:
rt-3.6.HEAD-1873-1377623334-1503.119483-75-0@perl.org
# New Ticket Created by rurban@cpanel.net
# Please include the string: [perl #119483]
# in the subject line of all future correspondence about this issue.
# <URL: https://rt.perl.org:443/rt3/Ticket/Display.html?id=119483 >
This is a bug report for perl from rurban@cpanel.net,
generated with the help of perlbug 1.39 running under perl 5.14.4.
>From 9771f5078eb6c79b0330e2d144a7a44faf0036d6 Mon Sep 17 00:00:00 2001
From: Reini Urban <rurban@x-ray.at>
Date: Tue, 27 Aug 2013 11:32:02 -0500
Subject: [PATCH] B::INVLIST isa B::PV (for now)
If the compiler stumbles over a B::INVLIST treat it as B::PV
and do not error.
Also restore rudimentary B versioning support for BIND and INVLIST.
---
ext/B/B.pm | 1 +
ext/B/B.xs | 5 +++++
2 files changed, 6 insertions(+)
diff --git a/ext/B/B.pm b/ext/B/B.pm
index 20794fa..4d0df90 100644
--- a/ext/B/B.pm
+++ b/ext/B/B.pm
@@ -48,6 +48,7 @@ push @B::EXPORT_OK, (qw(minus_c ppname save_BEGINs
@B::PVNV::ISA = qw(B::PVIV B::NV);
@B::PVMG::ISA = 'B::PVNV';
@B::REGEXP::ISA = 'B::PVMG' if $] >= 5.011;
+@B::INVLIST::ISA = 'B::PV' if $] >= 5.019;
@B::PVLV::ISA = 'B::GV';
@B::BM::ISA = 'B::GV';
@B::AV::ISA = 'B::PVMG';
diff --git a/ext/B/B.xs b/ext/B/B.xs
index 62496e2..279be53 100644
--- a/ext/B/B.xs
+++ b/ext/B/B.xs
@@ -21,13 +21,18 @@ typedef FILE * InputStream;
static const char* const svclassnames[] = {
"B::NULL",
+#if PERL_VERSION < 19
+ "B::BIND",
+#endif
"B::IV",
"B::NV",
#if PERL_VERSION <= 10
"B::RV",
#endif
"B::PV",
+#if PERL_VERSION >= 19
"B::INVLIST",
+#endif
"B::PVIV",
"B::PVNV",
"B::PVMG",
--
1.7.10.4
---
Flags:
category=library
severity=low
module=B
---
This perlbug was built using Perl 5.17.3 - Mon Jul 30 16:28:27 CDT 2012
It is being executed now by Perl 5.14.4 - Wed Apr 17 14:16:26 CDT 2013.
Site configuration information for perl 5.14.4:
Configured by rurban at Wed Apr 17 14:16:26 CDT 2013.
Summary of my perl5 (revision 5 version 14 subversion 4) configuration:
Platform:
osname=linux, osvers=3.2.0-4-amd64, archname=x86_64-linux
uname='linux reini 3.2.0-4-amd64 #1 smp debian 3.2.39-2 x86_64 gnulinux '
config_args='-de -Dusedevel -Uversiononly -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.7.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/x86_64-linux-gnu /lib/../lib /usr/lib/x86_64-linux-gnu /usr/lib/../lib /lib /usr/lib
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.14.4/x86_64-linux/CORE'
cccdlflags='-fPIC', lddlflags='-shared -O2 -L/usr/local/lib -fstack-protector'
Locally applied patches:
---
@INC for perl 5.14.4:
/usr/local/lib/perl5/site_perl/5.14.4/x86_64-linux
/usr/local/lib/perl5/site_perl/5.14.4
/usr/local/lib/perl5/5.14.4/x86_64-linux
/usr/local/lib/perl5/5.14.4
/usr/local/lib/perl5/site_perl/5.14.3/x86_64-linux
/usr/local/lib/perl5/site_perl/5.14.3
/usr/local/lib/perl5/site_perl/5.14.2/x86_64-linux
/usr/local/lib/perl5/site_perl/5.14.2
/usr/local/lib/perl5/site_perl/5.14.1/x86_64-linux
/usr/local/lib/perl5/site_perl/5.14.1
/usr/local/lib/perl5/site_perl/5.12.4
/usr/local/lib/perl5/site_perl/5.10.1
/usr/local/lib/perl5/site_perl/5.8.9
/usr/local/lib/perl5/site_perl/5.8.8
/usr/local/lib/perl5/site_perl/5.8.7
/usr/local/lib/perl5/site_perl/5.8.6
/usr/local/lib/perl5/site_perl/5.8.5
/usr/local/lib/perl5/site_perl/5.8.4
/usr/local/lib/perl5/site_perl/5.8.3
/usr/local/lib/perl5/site_perl/5.8.2
/usr/local/lib/perl5/site_perl/5.8.1
/usr/local/lib/perl5/site_perl/5.6.2
/usr/local/lib/perl5/site_perl
.
---
Environment for perl 5.14.4:
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