Front page | perl.perl5.porters |
Postings from November 2010
[perl #79528] Bleadperl 8752206e27 breaks a test in MLEHMANN/Coro-5.25.tar.gz
Thread Previous
From:
perlbug-followup
Date:
November 21, 2010 12:58
Subject:
[perl #79528] Bleadperl 8752206e27 breaks a test in MLEHMANN/Coro-5.25.tar.gz
Message ID:
rt-3.6.HEAD-13564-1290373124-166.79528-75-0@perl.org
# New Ticket Created by (Andreas J. Koenig)
# Please include the string: [perl #79528]
# in the subject line of all future correspondence about this issue.
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=79528 >
OMG, this is 27 days late.
Example fail report:
--------------------
http://www.cpantesters.org/cpan/report/b78773ba-eddc-11df-8f7c-368b0c7e6507
Cutting & pasting from there:
-----------------------------
Can't locate object method "TIESCALAR" via package "Coro::Handle::FH" at /home/sand/.cpan/build/Coro-5.25-XSKMQd/blib/lib/Coro/Handle.pm line 65.
t/19_handle.t .....
Dubious, test returned 29 (wstat 7424, 0x1d00)
Failed 4/4 subtests
git bisect:
-----------
commit 8752206e276cffe588c0932b5a9f2331640e8447
Author: Father Chrysostomos <sprout@cpan.org>
Date: Sun Oct 24 18:14:47 2010 -0700
[perl #77496] tied gets scalars and globs confused
perl -V:
--------
Summary of my perl5 (revision 5 version 13 subversion 6) configuration:
Commit id: 8752206e276cffe588c0932b5a9f2331640e8447
Platform:
osname=linux, osvers=2.6.32-5-amd64, archname=x86_64-linux-thread-multi-ld
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-112-g8752206 -Dinstallusrbinperl=n -Uversiononly -Dusedevel -des -Ui_db -Duseithreads -Duselongdouble'
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=define
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='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 -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_LONG_DOUBLE USE_PERLIO
USE_PERL_ATOF USE_REENTRANT_API
Built under linux
Compiled at Nov 21 2010 19:44:05
@INC:
/home/src/perl/repoperls/installed-perls/perl/v5.13.6-112-g8752206/lib/site_perl/5.13.6/x86_64-linux-thread-multi-ld
/home/src/perl/repoperls/installed-perls/perl/v5.13.6-112-g8752206/lib/site_perl/5.13.6
/home/src/perl/repoperls/installed-perls/perl/v5.13.6-112-g8752206/lib/5.13.6/x86_64-linux-thread-multi-ld
/home/src/perl/repoperls/installed-perls/perl/v5.13.6-112-g8752206/lib/5.13.6
.
--
andreas
Thread Previous