On Tue, Aug 04, 2009 at 11:49:53AM +0200, Bram wrote:
> Citeren "Craig A. Berry" <[email protected]>:
>
> >On Mon, Aug 3, 2009 at 7:34 PM, Dave Mitchell<[email protected]> wrote:
> >
> >>I'm planning to have a quick look at the PPI issue tomorrow, but apart
> >>form that I consider everything done apart form release steps like
> >>updating Module::CoreList and a quick look at any smoke from
> >>today's commits.
> >
> >David Favor, who reported the PPI problems, also reported trouble with
> >Moose and maint-5.10:
> >
> >http://rt.cpan.org/Public/Bug/Display.html?id=48314
> >
> >http://davidfavor.com/archive/perl-bug/moose_fails.txt
> >
> >I'm cc'ing [email protected] in hopes the Moose gurus can offfer a tuit
> >or two to help diagnose what's going on (or provide reliable not-a-bug
> >advice).
> >
>
> I tried to reproduce this with commit
> 4197df1c01e2dfc5696fdf240ed03bc5a914db46 (which is what he uesd) and
> the same config_args he used but I failed...
>
> All tests successful.
> Files=221, Tests=3726, 57 wallclock secs ( 1.44 usr 0.19 sys + 49.12
> cusr 3.06 csys = 53.81 CPU)
> Result: PASS
I can't reproduce this with
$ ./perl -Ilib -V
Summary of my perl5 (revision 5 version 10 subversion 1) configuration:
Commit id: f9961a059c818ac71464be22671a6aeb834e3c87
Platform:
osname=linux, osvers=2.6.18-xenu, archname=x86_64-linux-thread-multi-ld
uname='linux zazen 2.6.18-xenu #1 smp thu oct 4 12:23:41 bst 2007 x86_64
gnulinux '
config_args='-Dusedevel=y -Dcc=ccache gcc -Dld=gcc -Ubincompat5005
-Uinstallusrbinperl [email protected] [email protected]
-Dinc_version_list= -Dinc_version_list_init=0 -Doptimize=-O2 -Dusethreads
-Uuse64bitall -Duselongdouble -Uusemymalloc -Duseperlio
-Dprefix=~/Sandpit/snap5.9.x-GitLive-maint-5.10-1713-gf9961a0 -Uusevendorprefix
-Uvendorprefix=~/Sandpit/snap5.9.x-GitLive-maint-5.10-1713-gf9961a0
-Dinstallman1dir=none -Dinstallman3dir=none -Uuserelocatableinc -de'
hint=recommended, useposix=true, d_sigaction=define
useithreads=define, usemultiplicity=define
useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
use64bitint=define, use64bitall=undef, uselongdouble=define
usemymalloc=n, bincompat5005=undef
Compiler:
cc='ccache gcc', 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.3.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='long double', nvsize=16, Off_t='off_t',
lseeksize=8
alignbytes=16, prototype=define
Linker and Libraries:
ld='gcc', ldflags =' -fstack-protector -L/usr/local/lib'
libpth=/usr/local/lib /lib /usr/lib /lib64 /usr/lib64
libs=-lnsl -ldb -ldl -lm -lcrypt -lutil -lpthread -lc
perllibs=-lnsl -ldl -lm -lcrypt -lutil -lpthread -lc
libc=/lib/libc-2.7.so, so=so, useshrplib=false, libperl=libperl.a
gnulibc_version='2.7'
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_INT USE_ITHREADS USE_LARGE_FILES
USE_LONG_DOUBLE USE_PERLIO USE_REENTRANT_API
Built under linux
Compiled at Aug 4 2009 14:43:19
@INC:
lib
/home/nick/Sandpit/snap5.9.x-GitLive-maint-5.10-1713-gf9961a0/lib/perl5/5.10.1/x86_64-linux-thread-multi-ld
/home/nick/Sandpit/snap5.9.x-GitLive-maint-5.10-1713-gf9961a0/lib/perl5/5.10.1
/home/nick/Sandpit/snap5.9.x-GitLive-maint-5.10-1713-gf9961a0/lib/perl5/site_perl/5.10.1/x86_64-linux-thread-multi-ld
/home/nick/Sandpit/snap5.9.x-GitLive-maint-5.10-1713-gf9961a0/lib/perl5/site_perl/5.10.1
.
Nicholas Clark