Perl / perl5

🐪 The Perl programming language
https://dev.perl.org/perl5/
Other
1.85k stars 527 forks source link

make test failed on Tru64 Unix #1665

Closed p5pRT closed 9 years ago

p5pRT commented 24 years ago

Migrated from rt.perl.org#2907 (status was 'rejected')

Searchable as RT2907$

p5pRT commented 24 years ago

From gruber@mips.biochem.mpg.de

Created by gruber@kudu.mips.biochem.mpg.de

The following tests didn't say OK​:

lib/db-hash.........dubious
  Test returned status 0 (wstat 139\, 0x8b)   test program seems to have generated a core

lib/gdbm............ok 66/66FAILED tests 16\, 19-20
  Failed 3/66 tests\, 95.45% okay

lib/filespec........ok\, 53/246 skipped​: various reasons op/numconvert.......skipped test on this platform op/taint............ok\, 6/151 skipped​: various reasons op/regexp...........ok\, 3/752 skipped​: unknown reason
op/regexp_noamp.....ok\, 7/752 skipped​: unknown reason base/rs.............ok\, 4/14 skipped​: on non-VMS system op/magic............ok\, 4/35 skipped​: no caseless %ENV support lib/thr5005.........skipped​: not use5005threads

Failed Test Status Wstat Total Fail Failed List of failed ------------------------------------------------------------------------------- lib/db-hash.t 0 139 ?? ?? % ?? lib/gdbm.t 66 3 4.55% 16\, 19-20 2 tests and 77 subtests skipped. Failed 2/236 test scripts\, 99.15% okay. 3/10466 subtests failed\, 99.97% okay

Perl Info ``` Flags: category=core severity=medium Site configuration information for perl v5.6.0: Configured by gruber at Fri Mar 31 09:00:28 MEST 2000. Summary of my perl5 (revision 5.0 version 6 subversion 0) configuration: Platform: osname=dec_osf, osvers=5.0, archname=alpha-dec_osf uname='osf1 kudu.mips.biochem.mpg.de v5.0 910 alpha ' config_args='-de' hint=recommended, useposix=true, d_sigaction=define usethreads=undef use5005threads=undef useithreads=undef usemultiplicity=undef useperlio=undef d_sfio=undef uselargefiles=define use64bitint=define use64bitall=define uselongdouble=undef usesocks=undef Compiler: cc='cc', optimize='-O4', gccversion= cppflags='-std -ieee -D_INTRINSICS -I/usr/local/include -DLANGUAGE_C' ccflags ='-std -fprm d -ieee -D_INTRINSICS -I/usr/local/include -DLANGUAGE_C' stdchar='unsigned char', d_stdstdio=define, usevfork=false intsize=4, longsize=8, ptrsize=8, doublesize=8 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, usemymalloc=y, prototype=define Linker and Libraries: ld='ld', ldflags =' -L/usr/local/lib' libpth=/usr/local/lib /usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /var/shlib libs=-lgdbm -ldbm -ldb -lm -liconv libc=/usr/shlib/libc.so, so=so, useshrplib=true, libperl=libperl.so Dynamic Linking: dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=' -Wl,-rpath,/usr/local/lib/perl5/5.6.0/alpha-dec_osf/CORE' cccdlflags=' ', lddlflags='-shared -expect_unresolved "*" -O4 -msym -std -s -L/usr/local/lib' Locally applied patches: @INC for perl v5.6.0: lib /usr/local/lib/perl5/5.6.0/alpha-dec_osf /usr/local/lib/perl5/5.6.0 /usr/local/lib/perl5/site_perl/5.6.0/alpha-dec_osf /usr/local/lib/perl5/site_perl/5.6.0 /usr/local/lib/perl5/site_perl . Environment for perl v5.6.0: HOME=/home/users/gruber LANG (unset) LANGUAGE (unset) LD_LIBRARY_PATH=/home/users/gruber/perl-5.6.0 LOGDIR (unset) PATH=/home/users/gruber/bin:/usr/local/tkcvs/bin:/usr/local/tcltk/tk4.2/bin:/usr/local/tcltk/tcl7.6/bin:/usr/local/mysql-3.22.30/bin:/home/proj/mips/texmf/bin:/usr/local/teTeX1.0/bin:/sbin:/usr/sbin:/home/users/gruber/bin:/home/app/bio/bin:/home/app/LSF/bin:/usr/local/perl/bin:/usr/local/bin/X11:/usr/local/bin:/usr/bin/X11:/usr/bin:/bin:/usr/dt/bin:. PERL_BADLANG (unset) SHELL=/bin/tcsh ```
p5pRT commented 19 years ago

From @schwern

Do you still see these problems with 5.8.6?

p5pRT commented 19 years ago

@schwern - Status changed from 'open' to 'stalled'

p5pRT commented 11 years ago

From @doy

Is this still a problem with 5.16? (Do we even support Tru64 Unix?) If we don't hear back about this\, I think this can be closed.

p5pRT commented 11 years ago

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

p5pRT commented 11 years ago

From @nwc10

On Sun\, Jun 24\, 2012 at 10​:25​:59AM -0700\, Jesse Luehrs via RT wrote​:

Is this still a problem with 5.16? (Do we even support Tru64 Unix?) If

Historically we have\, but I don't know when we last got a smoke report from it. IIRC it was one of the first 64 bit Unixes\, which made it very useful as a portability test. Wikipedia says that it's only available for alphas\, and seems to think that HP will stop supporting it at the end of 2012. (Whereas SGI will still be supporting Irix until at least the end of 2013.)

Nicholas Clark

p5pRT commented 10 years ago

From @jkeenan

On Wed Jun 27 03​:30​:54 2012\, nicholas wrote​:

On Sun\, Jun 24\, 2012 at 10​:25​:59AM -0700\, Jesse Luehrs via RT wrote​:

Is this still a problem with 5.16? (Do we even support Tru64 Unix?) If

Historically we have\, but I don't know when we last got a smoke report from it. IIRC it was one of the first 64 bit Unixes\, which made it very useful as a portability test. Wikipedia says that it's only available for alphas\, and seems to think that HP will stop supporting it at the end of 2012. (Whereas SGI will still be supporting Irix until at least the end of 2013.)

Nicholas Clark

Nicholas\,

Has this ticket become closable?

Thank you very much. Jim Keenan

p5pRT commented 10 years ago

From @jkeenan

On Sun Jun 16 18​:15​:51 2013\, jkeenan wrote​:

On Wed Jun 27 03​:30​:54 2012\, nicholas wrote​:

On Sun\, Jun 24\, 2012 at 10​:25​:59AM -0700\, Jesse Luehrs via RT wrote​:

Is this still a problem with 5.16? (Do we even support Tru64 Unix?) If

Historically we have\, but I don't know when we last got a smoke report from it. IIRC it was one of the first 64 bit Unixes\, which made it very useful as a portability test. Wikipedia says that it's only available for alphas\, and seems to think that HP will stop supporting it at the end of 2012. (Whereas SGI will still be supporting Irix until at least the end of 2013.)

Nicholas Clark

Nicholas\,

Has this ticket become closable?

Thank you very much. Jim Keenan

Nicholas\,

Has this ticket become closable?

Thank you very much. Jim Keenan

p5pRT commented 9 years ago

From @jkeenan

On Fri Aug 02 16​:31​:57 2013\, jkeenan wrote​:

On Sun Jun 16 18​:15​:51 2013\, jkeenan wrote​:

On Wed Jun 27 03​:30​:54 2012\, nicholas wrote​:

On Sun\, Jun 24\, 2012 at 10​:25​:59AM -0700\, Jesse Luehrs via RT wrote​:

Is this still a problem with 5.16? (Do we even support Tru64 Unix?) If

Historically we have\, but I don't know when we last got a smoke report from it. IIRC it was one of the first 64 bit Unixes\, which made it very useful as a portability test. Wikipedia says that it's only available for alphas\, and seems to think that HP will stop supporting it at the end of 2012. (Whereas SGI will still be supporting Irix until at least the end of 2013.)

Nicholas Clark

Nicholas\,

Has this ticket become closable?

Thank you very much. Jim Keenan

Nicholas\,

Has this ticket become closable?

Since no new information has been provided on this ticket in 23 months\, I'm taking it for the purpose of closing it within 7 days unless new information is provided. Nicholas​: last chance ...!

(Thanks to bulk88 for calling my attention to this ticket.)

Thank you very much. Jim Keenan

p5pRT commented 9 years ago

From @jkeenan

On Wed May 21 17​:07​:30 2014\, jkeenan wrote​:

On Fri Aug 02 16​:31​:57 2013\, jkeenan wrote​:

On Sun Jun 16 18​:15​:51 2013\, jkeenan wrote​:

On Wed Jun 27 03​:30​:54 2012\, nicholas wrote​:

On Sun\, Jun 24\, 2012 at 10​:25​:59AM -0700\, Jesse Luehrs via RT wrote​:

Is this still a problem with 5.16? (Do we even support Tru64 Unix?) If

Historically we have\, but I don't know when we last got a smoke report from it. IIRC it was one of the first 64 bit Unixes\, which made it very useful as a portability test. Wikipedia says that it's only available for alphas\, and seems to think that HP will stop supporting it at the end of 2012. (Whereas SGI will still be supporting Irix until at least the end of 2013.)

Nicholas Clark

Nicholas\,

Has this ticket become closable?

Thank you very much. Jim Keenan

Nicholas\,

Has this ticket become closable?

Since no new information has been provided on this ticket in 23 months\, I'm taking it for the purpose of closing it within 7 days unless new information is provided. Nicholas​: last chance ...!

(Thanks to bulk88 for calling my attention to this ticket.)

No new information provided; marking ticket Rejected.

Thank you very much. Jim Keenan

p5pRT commented 9 years ago

@jkeenan - Status changed from 'open' to 'rejected'