
perlbug-followup at perl
Nov 1, 2009, 6:06 PM
Post #1 of 5
(57 views)
Permalink
|
|
[perl #70161] Bleadperl breaks Test::Exception 0.27_04
|
|
# New Ticket Created by (Andreas J. Koenig) # Please include the string: [perl #70161] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=70161 > This is a bug report for perl from sand[at]k81.nonet, generated with the help of perlbug 1.39 running under perl 5.11.0. ----------------------------------------------------------------- [Please describe your issue here] Commit GitLive-blead-1583-gba7a454 breaks the test suite of Test::Exception. Author: Rafael Garcia-Suarez <rgarciasuarez[at]gmail.com> Date: Tue Jul 14 09:16:17 2009 +0200 Merge Carp::Heavy into Carp I've reported the issue in https://rt.cpan.org/Ticket/Display.html?id=49617 Sorry for the delay, apparently I forgot to inform p5p about it at that time. [Please do not change anything below this line] ----------------------------------------------------------------- --- Flags: category=library severity=high module=Carp --- Site configuration information for perl 5.11.0: Configured by sand at Fri Sep 11 08:12:58 CEST 2009. Summary of my perl5 (revision 5 version 11 subversion 0) configuration: Commit id: ba7a45496628db970f8607e67b4345e8bc45f6fe Platform: osname=linux, osvers=2.6.30-1-amd64, archname=x86_64-linux-ld uname='linux k81 2.6.30-1-amd64 #1 smp sat aug 15 18:09:19 utc 2009 x86_64 gnulinux ' config_args='-Dprefix=/home/src/perl/repoperls/installed-perls/perl/GitLive-blead-1583-gba7a454 -Dinstallusrbinperl=n -Uversiononly -Dusedevel -des -Ui_db -Duselongdouble' 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=define 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.3.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='long double', nvsize=16, Off_t='off_t', lseeksize=8 alignbytes=16, 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.9.so, so=so, useshrplib=false, libperl=libperl.a gnulibc_version='2.9' 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' Locally applied patches: PERL_GIT_UNPUSHED_COMMITS /* do not remove this line */ PERL_GIT_UNCOMMITTED_CHANGES /* do not remove this line */ --- @INC for perl 5.11.0: /home/src/perl/repoperls/installed-perls/perl/GitLive-blead-1583-gba7a454/lib/site_perl/5.11.0/x86_64-linux-ld /home/src/perl/repoperls/installed-perls/perl/GitLive-blead-1583-gba7a454/lib/site_perl/5.11.0 /home/src/perl/repoperls/installed-perls/perl/GitLive-blead-1583-gba7a454/lib/5.11.0/x86_64-linux-ld /home/src/perl/repoperls/installed-perls/perl/GitLive-blead-1583-gba7a454/lib/5.11.0 . --- Environment for perl 5.11.0: HOME=/home/sand LANG=en_US.UTF-8 LANGUAGE (unset) LD_LIBRARY_PATH (unset) LOGDIR (unset) PATH=/home/sand/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games:/usr/local/perl/bin:/usr/X11/bin:/sbin:/usr/sbin PERL_BADLANG (unset) SHELL=/usr/bin/zsh -- andreas
|