Front page | perl.perl5.porters |
Postings from September 2010
[perl #78120] bleadperl cffb3698 breaks Moose-1.14
Thread Previous
From:
perlbug-followup
Date:
September 28, 2010 22:05
Subject:
[perl #78120] bleadperl cffb3698 breaks Moose-1.14
Message ID:
rt-3.6.HEAD-24759-1285736708-1796.78120-75-0@perl.org
# New Ticket Created by (Andreas J. Koenig)
# Please include the string: [perl #78120]
# in the subject line of all future correspondence about this issue.
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=78120 >
A new Moose test failure appeared with
commit cffb36981555111f364a511fb5763f65ea748c0e
Author: Father Chrysostomos <sprout@cpan.org>
Date: Tue Sep 28 08:47:07 2010 -0700
[perl #77928] Glob slot assignment and set-magic
Stop set-magic from being called after ref-to-glob assignment.
The fail happens like so:
t/010_basics/009_import_unimport.t ................................ 1/?
# Failed test 'Baz->can('blessed')'
# at t/010_basics/009_import_unimport.t line 74.
# Baz->can('blessed') failed
# Looks like you failed 1 test of 45.
t/010_basics/009_import_unimport.t ................................ Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/45 subtests
Reproduced with v5.13.5-230-gab4c2c2
My perl -V:
Summary of my perl5 (revision 5 version 13 subversion 5) configuration:
Commit id: cffb36981555111f364a511fb5763f65ea748c0e
Platform:
osname=linux, osvers=2.6.32-2-amd64, archname=x86_64-linux
uname='linux k81 2.6.32-2-amd64 #1 smp fri feb 12 00:01:47 utc 2010 x86_64 gnulinux '
config_args='-Dprefix=/home/src/perl/repoperls/installed-perls/perl/v5.13.5-221-gcffb369 -Dinstallusrbinperl=n -Uversiononly -Dusedevel -des -Ui_db -Uuseithreads -Uuselongdouble'
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 ='-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.4', 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 -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_PERLIO USE_PERL_ATOF
Built under linux
Compiled at Sep 29 2010 06:22:39
@INC:
/home/src/perl/repoperls/installed-perls/perl/v5.13.5-221-gcffb369/lib/site_perl/5.13.5/x86_64-linux
/home/src/perl/repoperls/installed-perls/perl/v5.13.5-221-gcffb369/lib/site_perl/5.13.5
/home/src/perl/repoperls/installed-perls/perl/v5.13.5-221-gcffb369/lib/5.13.5/x86_64-linux
/home/src/perl/repoperls/installed-perls/perl/v5.13.5-221-gcffb369/lib/5.13.5
.
--
andreas
Thread Previous