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

Not OK: perl 5.00560 on sun4-solaris 2.7 (UNINSTALLED) #333

Closed
p5pRT opened this issue Aug 3, 1999 · 4 comments
Closed

Not OK: perl 5.00560 on sun4-solaris 2.7 (UNINSTALLED) #333

p5pRT opened this issue Aug 3, 1999 · 4 comments

Comments

@p5pRT
Copy link

p5pRT commented Aug 3, 1999

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

Searchable as RT1162$

@p5pRT
Copy link
Author

p5pRT commented Aug 3, 1999

From neilc@centaur.cadabra.com

Similar failures as I still experience with 5.005_03, and had with _5[6789].
Fails the following tests​:

Failed Test Status Wstat Total Fail Failed List of failed
-------------------------------------------------------------------------------
lib/dumper.t 162 8 4.94% 52, 54, 58, 60, 64, 66, 70, 72
lib/ipc_sysv.t 255 65280 16 16 100.00% 1-16
op/filetest.t 10 1 10.00% 7
6 tests and 24 subtests skipped.
Failed 3/216 test scripts, 98.61% okay. 25/10315 subtests failed, 99.76% okay.

./perl harness in t includes the following error messages​:
note the text Constant subroutine %s redefined has binary crap in %s.

lib/ipc_sysv........Constant subroutine edefined at ../lib/DynaLoader.pm line 65535.
Constant subroutine �¢ redefined at ../lib/DynaLoader.pm line 65535.
Constant subroutine p redefined at ../lib/DynaLoader.pm line 65535.
Constant subroutine @​ redefined at ../lib/DynaLoader.pm line 65535.
Constant subroutine p redefined at ../lib/DynaLoader.pm line 65535.
Constant subroutine �¢ redefined at ../lib/DynaLoader.pm line 65535.
Undefined subroutine &IPC​::SysV​::S_IRWXU called at lib/ipc_sysv.t line 63.
lib/ipc_sysv........dubious
  Test returned status 255 (wstat 65280, 0xff00)
  DIED. FAILED tests 1-16
  Failed 16/16 tests, 0.00% okay

The failure of op/filetest didn't occur with 5.005_03, but the others did.
Any pointers to how I can provide more useful debugging info for this welcomed.

Perl Info


Site configuration information for perl 5.00560:

Configured by neilc at Tue Aug  3 11:15:45 PDT 1999.

Summary of my perl5 (revision 5.0 version 5 subversion 60) configuration:
Platform:
  osname=solaris, osvers=2.7, archname=sun4-solaris
  uname='sunos centaur.cadabra.com 5.7 generic_106541-01 sun4u sparc sunw,ultra-2 '
  config_args='-des -Dcc=gcc -Doptimize=-O2 -Dman3dir=/usr/local/man/man3 -Dloclibpth=/usr/local/lib'
  hint=recommended, useposix=true, d_sigaction=define
  usethreads=undef useperlio=undef d_sfio=undef
  use64bits=undef usemultiplicity=undef
Compiler:
  cc='gcc', optimize='-O2', gccversion=2.8.1
  cppflags=''
  ccflags =''
  stdchar='char', d_stdstdio=define, usevfork=false
  intsize=4, longsize=4, ptrsize=4, doublesize=8
  d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
  alignbytes=8, usemymalloc=y, prototype=define
Linker and Libraries:
  ld='gcc', ldflags =' -L/usr/local/lib'
  libpth=/usr/local/lib /lib /usr/lib /usr/ccs/lib
  libs=-lsocket -lnsl -ldl -lm -lrt -lc -lcrypt -lsec
  libc=/lib/libc.so, so=so, useshrplib=false, libperl=libperl.a
Dynamic Linking:
  dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=' '
  cccdlflags='-fPIC', lddlflags='-G -L/usr/local/lib'

Locally applied patches:
  


@INC for perl 5.00560:
  lib
  /usr/local/lib/perl5/5.00560/sun4-solaris
  /usr/local/lib/perl5/5.00560
    /usr/local/lib/site_perl/5.00560/sun4-solaris
    /usr/local/lib/site_perl
    .


Environment for perl 5.00560:
    HOME=/home/neilc
    LANG (unset)
    LANGUAGE (unset)
    LD_LIBRARY_PATH (unset)
    LOGDIR (unset)
    PATH=/home/neilc/bin:/home/neilc/scripts:/home/neilc/uvv/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/bin:/usr/ucb:/usr/bsd:/usr/sbin:/sbin:/usr/networker:/usr/local/X/bin:/usr/bin/X11:/usr/ccs/bin:/opt/SUNWspro/bin:/usr/games
    PERL_BADLANG (unset)
    SHELL=/bin/sh

@p5pRT
Copy link
Author

p5pRT commented Aug 3, 1999

From [Unknown Contact. See original ticket]

Neil Crellin writes​:

Similar failures as I still experience with 5.005_03, and had with _5[6789].
Fails the following tests​:

Failed Test Status Wstat Total Fail Failed List of failed
-------------------------------------------------------------------------------
lib/dumper.t 162 8 4.94% 52, 54, 58, 60, 64, 66, 70, 72
lib/ipc_sysv.t 255 65280 16 16 100.00% 1-16
op/filetest.t 10 1 10.00% 7
6 tests and 24 subtests skipped.
Failed 3/216 test scripts, 98.61% okay. 25/10315 subtests failed, 99.76% okay.

lib/ipc_sysv........Constant subroutine edefined at ../lib/DynaLoader.pm line 65535.
Constant subroutine �¢ redefined at ../lib/DynaLoader.pm line 65535.

config_args='-des -Dcc=gcc -Doptimize=-O2 -Dman3dir=/usr/local/man/man3 -Dloclibpth=/usr/local/lib'

Wild guess​: what happens with -O0?

Ilya

@p5pRT
Copy link
Author

p5pRT commented Aug 3, 1999

From @jhi

Neil Crellin writes​:

lib/dumper.t 162 8 4.94% 52, 54, 58, 60, 64, 66, 70, 72
lib/ipc_sysv.t 255 65280 16 16 100.00% 1-16
op/filetest.t 10 1 10.00% 7

This last one is a known bug (assuming you ran the test as root) and
there's already a patch for it (which unfortunately didn't make it to _60).

The other two problematic tests unfortunately don't ring any bells for me.

--
$jhi++; # http​://www.iki.fi/jhi/
  # There is this special biologist word we use for 'stable'.
  # It is 'dead'. -- Jack Cohen

@p5pRT
Copy link
Author

p5pRT commented Aug 4, 1999

From [Unknown Contact. See original ticket]

Ilya Zakharevich <ilya@​math.ohio-state.edu> writes​:

Neil Crellin writes​:

Similar failures as I still experience with 5.005_03, and had with _5[6789].
Fails the following tests​:

Failed Test Status Wstat Total Fail Failed List of failed
-------------------------------------------------------------------------------
lib/dumper.t 162 8 4.94% 52, 54, 58, 60, 64, 66, 70, 72
lib/ipc_sysv.t 255 65280 16 16 100.00% 1-16
op/filetest.t 10 1 10.00% 7
6 tests and 24 subtests skipped.
Failed 3/216 test scripts, 98.61% okay. 25/10315 subtests failed, 99.76% okay.

lib/ipc_sysv........Constant subroutine edefined at ../lib/DynaLoader.pm line 65535.
Constant subroutine �¢ redefined at ../lib/DynaLoader.pm line 65535.

config_args='-des -Dcc=gcc -Doptimize=-O2 -Dman3dir=/usr/local/man/man3 -Dloclibpth=/usr/local/lib'

Wild guess​: what happens with -O0?

It's a good thought, unfortunately, it yields little fruit​:

Failed Test Status Wstat Total Fail Failed List of failed


lib/dumper.t 162 8 4.94% 52, 54, 58, 60, 64, 66, 70, 72
lib/ipc_sysv.t 255 65280 16 16 100.00% 1-16
op/filetest.t 10 1 10.00% 7
6 tests and 24 subtests skipped.
Failed 3/216 test scripts, 98.61% okay. 25/10315 subtests failed, 99.76% okay.

lib/ipc_sysv........Constant subroutine °o redefined at ../lib/DynaLoader.pm li
ne 65535.
Constant subroutine Òa redefined at ../lib/DynaLoader.pm line 65535.
Constant subroutine ` redefined at ../lib/DynaLoader.pm line 65535.
Constant subroutine ` redefined at ../lib/DynaLoader.pm line 65535.
Constant subroutine p redefined at ../lib/DynaLoader.pm line 65535.
Constant subroutine ` redefined at ../lib/DynaLoader.pm line 65535.
Constant subroutine ` redefined at ../lib/DynaLoader.pm line 65535.
Constant subroutine Òat redefined at ../lib/DynaLoader.pm line 65535.
Constant subroutine ` redefined at ../lib/DynaLoader.pm line 65535.
Constant subroutine Òat redefined at ../lib/DynaLoader.pm line 65535.
Constant subroutine
@​
�¢ redefined at ../lib/DynaLoader.pm line 65535.
Undefined subroutine &IPC​::SysV​::S_IRWXU called at lib/ipc_sysv.t line 63.
lib/ipc_sysv........dubious
  Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1-16
  Failed 16/16 tests, 0.00% okay

Summary of my perl5 (revision 5.0 version 5 subversion 60) configuration​:
  Platform​:
  osname=solaris, osvers=2.7, archname=sun4-solaris
  uname='sunos centaur.cadabra.com 5.7 generic_106541-01 sun4u sparc sunw,ultr
a-2 '
  config_args='-des -Dcc=gcc -Doptimize=-O0 -Dman3dir=/usr/local/man/man3 -Dloclibpth=/usr/local/lib'
  hint=recommended, useposix=true, d_sigaction=define
  usethreads=undef useperlio=undef d_sfio=undef
  use64bits=undef usemultiplicity=undef
  Compiler​:
  cc='gcc', optimize='-O0', gccversion=2.8.1
  cppflags=''
  ccflags =''
  stdchar='char', d_stdstdio=define, usevfork=false
  intsize=4, longsize=4, ptrsize=4, doublesize=8
  d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
  alignbytes=8, usemymalloc=y, prototype=define
  Linker and Libraries​:
  ld='gcc', ldflags =' -L/usr/local/lib'
  libpth=/usr/local/lib /lib /usr/lib /usr/ccs/lib
  libs=-lsocket -lnsl -ldl -lm -lrt -lc -lcrypt -lsec
  libc=/lib/libc.so, so=so, useshrplib=false, libperl=libperl.a
  Dynamic Linking​:
  dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=' '
  cccdlflags='-fPIC', lddlflags='-G -L/usr/local/lib'

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