develooper Front page | perl.perl5.porters | Postings from November 2010

[perl #79302] Bleadperl 9aa8b00 breaks ABELTJE/Test-Smoke-1.44

From:
perlbug-followup
Date:
November 16, 2010 21:16
Subject:
[perl #79302] Bleadperl 9aa8b00 breaks ABELTJE/Test-Smoke-1.44
Message ID:
rt-3.6.HEAD-13564-1289970963-1421.79302-75-0@perl.org
# New Ticket Created by  (Andreas J. Koenig) 
# Please include the string:  [perl #79302]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=79302 >


What jumps into the eye is that in the testscript t/sysinfo_proc.t the
use of tie() happens before the package is parsed.

example tester report:

  http://www.cpantesters.org/cpan/report/9402960

git bisect:

  commit 9aa8b00892d81bb5e94565d3cb9841dd57b7b9cf
  Author: Father Chrysostomos <sprout@cpan.org>
  Date:   Mon Oct 25 10:52:42 2010 -0700

      [perl #77688] tie $scalar can tie a handle

perl -V:

  Summary of my perl5 (revision 5 version 13 subversion 6) configuration:
    Commit id: 9aa8b00892d81bb5e94565d3cb9841dd57b7b9cf
    Platform:
      osname=linux, osvers=2.6.32-5-amd64, archname=x86_64-linux-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-127-g9aa8b00 -Dinstallusrbinperl=n -Uversiononly -Dusedevel -des -Ui_db -Uuseithreads -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.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 -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_LONG_DOUBLE USE_PERLIO USE_PERL_ATOF
    Built under linux
    Compiled at Nov 16 2010 19:26:18
    @INC:
      /home/src/perl/repoperls/installed-perls/perl/v5.13.6-127-g9aa8b00/lib/site_perl/5.13.6/x86_64-linux-ld
      /home/src/perl/repoperls/installed-perls/perl/v5.13.6-127-g9aa8b00/lib/site_perl/5.13.6
      /home/src/perl/repoperls/installed-perls/perl/v5.13.6-127-g9aa8b00/lib/5.13.6/x86_64-linux-ld
      /home/src/perl/repoperls/installed-perls/perl/v5.13.6-127-g9aa8b00/lib/5.13.6
      .

-- 
andreas




nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About