Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bleadperl 94bf0465 breaks ADIE/Test-Block-0.11.tar.gz #10763

Closed
p5pRT opened this issue Oct 27, 2010 · 5 comments
Closed

Bleadperl 94bf0465 breaks ADIE/Test-Block-0.11.tar.gz #10763

p5pRT opened this issue Oct 27, 2010 · 5 comments

Comments

@p5pRT
Copy link

p5pRT commented Oct 27, 2010

Migrated from rt.perl.org#78584 (status was 'resolved')

Searchable as RT78584$

@p5pRT
Copy link
Author

p5pRT commented Oct 27, 2010

From @andk

git bisect​:

  commit 94bf046
  Author​: Zefram <zefram@​fysh.org>
  Date​: Sat Oct 23 15​:40​:58 2010 +0100

  stop passing line numbers into op constructor functions

perl -V​:

  Summary of my perl5 (revision 5 version 13 subversion 6) configuration​:
  Commit id​: 94bf046
  Platform​:
  osname=linux, osvers=2.6.32-2-amd64, archname=x86_64-linux-thread-multi
  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.6-131-g94bf046 -Dinstallusrbinperl=n -Uversiononly -Dusedevel -des -Ui_db -Duseithreads -Uuselongdouble'
  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=undef
  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.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 -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_PERLIO USE_PERL_ATOF
  USE_REENTRANT_API
  Built under linux
  Compiled at Oct 27 2010 06​:34​:05
  @​INC​:
  /home/src/perl/repoperls/installed-perls/perl/v5.13.6-131-g94bf046/lib/site_perl/5.13.6/x86_64-linux-thread-multi
  /home/src/perl/repoperls/installed-perls/perl/v5.13.6-131-g94bf046/lib/site_perl/5.13.6
  /home/src/perl/repoperls/installed-perls/perl/v5.13.6-131-g94bf046/lib/5.13.6/x86_64-linux-thread-multi
  /home/src/perl/repoperls/installed-perls/perl/v5.13.6-131-g94bf046/lib/5.13.6
  .

--
andreas

@p5pRT
Copy link
Author

p5pRT commented Mar 6, 2011

From @cpansprout

On Tue Oct 26 22​:40​:03 2010, andreas.koenig.7os6VVqR@​franz.ak.mind.de wrote​:

git bisect​:

commit 94bf0465170f13a4a3114b27d564dc2287d466b2
Author&#8203;: Zefram \<zefram@&#8203;fysh\.org>
Date&#8203;:   Sat Oct 23 15&#8203;:40&#8203;:58 2010 \+0100

stop passing line numbers into op constructor functions

I cannot reproduce this failure. Has it perchance been fixed?

@p5pRT
Copy link
Author

p5pRT commented Mar 6, 2011

The RT System itself - Status changed from 'new' to 'open'

@p5pRT
Copy link
Author

p5pRT commented Mar 6, 2011

From @andk

On Sun, 06 Mar 2011 13​:13​:20 -0800, "Father Chrysostomos via RT" <perlbug-followup@​perl.org> said​:

  > On Tue Oct 26 22​:40​:03 2010, andreas.koenig.7os6VVqR@​franz.ak.mind.de wrote​:

git bisect​:

commit 94bf046
Author​: Zefram <zefram@​fysh.org>
Date​: Sat Oct 23 15​:40​:58 2010 +0100

stop passing line numbers into op constructor functions

  > I cannot reproduce this failure. Has it perchance been fixed?

Yes, indeed, I have a v5.13.7-233-g1e69603 where it was already fixed.

--
andreas

@p5pRT
Copy link
Author

p5pRT commented Mar 6, 2011

@cpansprout - Status changed from 'open' to 'resolved'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant