Front page | perl.perl5.porters |
Postings from May 2012
[perl #112748] Safe 2.33 fails t/safeload.t under Perl 5.15.9
Thread Next
From:
Tom Wyant
Date:
May 4, 2012 07:12
Subject:
[perl #112748] Safe 2.33 fails t/safeload.t under Perl 5.15.9
Message ID:
rt-3.6.HEAD-4610-1336062802-1061.112748-75-0@perl.org
# New Ticket Created by Tom Wyant
# Please include the string: [perl #112748]
# in the subject line of all future correspondence about this issue.
# <URL: https://rt.perl.org:443/rt3/Ticket/Display.html?id=112748 >
This is a bug report for perl from wyant@cpan.org,
generated with the help of perlbug 1.39 running under perl 5.15.9.
-----------------------------------------------------------------
[Please describe your issue here]
The following is the relevant part of the test output on the failing
system. Safe 2.33 installs successfully under 5.14.2. I have no idea
what severity to assign, especially on the eve of 5.16. Please let me
know if I can provide more information.
Tom Wyant (wyant at cpan dot org)
t/safeload.t ....... 1/3
# Failed test 'Can load version.pm in a Safe compartment'
# at t/safeload.t line 26.
# 'eval hints' trapped by operation mask at /usr/local/perl/5.15.9/lib/site_perl/5.15.9/darwin-2level/version.pm line 119.
# Compilation failed in require at (eval 9) line 1.
# BEGIN failed--compilation aborted at (eval 9) line 1.
# Looks like you failed 1 test of 3.
t/safeload.t ....... Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/3 subtests
[Please do not change anything below this line]
-----------------------------------------------------------------
---
Flags:
category=library
severity=medium
module=Safe
---
Site configuration information for perl 5.15.9:
Configured by tom at Wed Mar 21 12:25:19 EDT 2012.
Summary of my perl5 (revision 5 version 15 subversion 9) configuration:
Platform:
osname=darwin, osvers=9.8.0, archname=darwin-2level
uname='darwin wyants-white-too.local 9.8.0 darwin kernel version 9.8.0: wed jul 15 16:55:01 pdt 2009; root:xnu-1228.15.4~1release_i386 i386 '
config_args='-Dprefix=/usr/local/perl/5.15.9'
hint=recommended, useposix=true, d_sigaction=define
useithreads=undef, usemultiplicity=undef
useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
use64bitint=undef, use64bitall=undef, uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='cc', ccflags ='-fno-common -DPERL_DARWIN -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -I/opt/local/include',
optimize='-O3',
cppflags='-fno-common -DPERL_DARWIN -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -I/opt/local/include'
ccversion='', gccversion='4.0.1 (Apple Inc. build 5484)', gccosandvers=''
intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
alignbytes=8, prototype=define
Linker and Libraries:
ld='env MACOSX_DEPLOYMENT_TARGET=10.3 cc', ldflags =' -fstack-protector -L/usr/local/lib -L/opt/local/lib'
libpth=/usr/local/lib /opt/local/lib /usr/lib
libs=-lgdbm -ldbm -ldl -lm -lutil -lc
perllibs=-ldl -lm -lutil -lc
libc=, so=dylib, useshrplib=false, libperl=libperl.a
gnulibc_version=''
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=bundle, d_dlsymun=undef, ccdlflags=' '
cccdlflags=' ', lddlflags=' -bundle -undefined dynamic_lookup -L/usr/local/lib -L/opt/local/lib -fstack-protector'
Locally applied patches:
---
@INC for perl 5.15.9:
/usr/local/perl/5.15.9/lib/site_perl/5.15.9/darwin-2level
/usr/local/perl/5.15.9/lib/site_perl/5.15.9
/usr/local/perl/5.15.9/lib/5.15.9/darwin-2level
/usr/local/perl/5.15.9/lib/5.15.9
.
---
Environment for perl 5.15.9:
DYLD_LIBRARY_PATH (unset)
HOME=/Users/tom
LANG=en_US.UTF-8
LANGUAGE (unset)
LD_LIBRARY_PATH (unset)
LOGDIR (unset)
PATH=/usr/local/perl/5.15.9/bin:/opt/local/bin:/opt/local/sbin:/ImageMagick-6.4.1/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/X11/bin:/Users/tom/Code/Tools
PERL5LIB=
PERL5OPT=
PERL5_CPANPLUS_IS_RUNNING=28444
PERL5_CPAN_IS_RUNNING=28444
PERLPKGOPT=-noppm
PERL_BADLANG (unset)
SHELL=/bin/bash
Thread Next