Front page | perl.perl5.porters |
Postings from November 2010
Bleadperl cba5a3b breaks Safe.pm
Thread Next
From:
andreas.koenig.7os6VVqR
Date:
November 1, 2010 20:26
Subject:
Bleadperl cba5a3b breaks Safe.pm
Message ID:
87fwvkpfsh.fsf@franz.ak.mind.de
Diagnostics:
% /home/src/perl/repoperls/installed-perls/perl/v5.13.6-309-gcba5a3b/bin/perl -e 'use Safe'
Untagged opnames: rvalues rkeys reach
%
The message about "Untagged opnames" appears on STDERR.
git bisect
commit cba5a3b05660d6a40525beb667a389a690900298
Author: David Golden <dagolden@cpan.org>
Date: Thu Sep 9 17:22:02 2010 -0400
Allow push/pop/keys/etc to act on references
perl -V:
Summary of my perl5 (revision 5 version 13 subversion 6) configuration:
Commit id: cba5a3b05660d6a40525beb667a389a690900298
Platform:
osname=linux, osvers=2.6.32-5-amd64, archname=x86_64-linux-thread-multi
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.6-309-gcba5a3b -Dinstallusrbinperl=n -Uversiononly -Dusedevel -des -Ui_db -Duseithreads -Uuselongdouble'
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.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='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 /lib64 /usr/lib64
libs=-lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lpthread -lc -lgdbm_compat
perllibs=-lnsl -ldl -lm -lcrypt -lutil -lpthread -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: MULTIPLICITY PERL_DONT_CREATE_GVSV
PERL_IMPLICIT_CONTEXT PERL_MALLOC_WRAP PERL_USE_DEVEL
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 Nov 1 2010 06:20:27
@INC:
/home/src/perl/repoperls/installed-perls/perl/v5.13.6-309-gcba5a3b/lib/site_perl/5.13.6/x86_64-linux-thread-multi
/home/src/perl/repoperls/installed-perls/perl/v5.13.6-309-gcba5a3b/lib/site_perl/5.13.6
/home/src/perl/repoperls/installed-perls/perl/v5.13.6-309-gcba5a3b/lib/5.13.6/x86_64-linux-thread-multi
/home/src/perl/repoperls/installed-perls/perl/v5.13.6-309-gcba5a3b/lib/5.13.6
.
--
andreas
Thread Next
-
Bleadperl cba5a3b breaks Safe.pm
by andreas.koenig.7os6VVqR