Perl / perl5

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

Not OK: perl 5.00564 on os2 2.30 (UNINSTALLED) #1136

Closed p5pRT closed 20 years ago

p5pRT commented 24 years ago

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

Searchable as RT2096$

p5pRT commented 24 years ago

From ilya@math.ohio-state.edu

This is a build failure report for perl from ilya@​karetnikova.uucp\, generated with the help of perlbug 1.27 running under perl 5.00564.

When running under miniperl\,

  eval {require Devel​::Peek; 1} or print 12;   eval {require Devel​::Peek; 1} and print 13;

prints

12 13

In other words\, first require *correctly* failes\, but the other one wrongly succeeds.


Site configuration information for perl 5.00564​:

Configured by ilya at Wed Feb 2 23​:02​:27 EST 2000.

Summary of my perl5 (revision 5.0 version 5 subversion 640) configuration​:   Platform​:   osname=os2\, osvers=2.30\, archname=os2   uname='os2 karetnikova 2 2.30 i386 '   config_args='-des -D prefix=f​:/perllib'   hint=recommended\, useposix=true\, d_sigaction=define   usethreads=undef use5005threads=undef useithreads=undef   usesocks=undef useperlio=undef d_sfio=undef   use64bits=undef uselargefiles=define usemultiplicity=undef   Compiler​:   cc='gcc'\, optimize='-O2 -fomit-frame-pointer -malign-loops=2 -malign-jumps=2 -malign-functions=2 -s'\, gccversion=2.8.1   cppflags='-Zomf -Zmt -DDOSISH -DOS2=2 -DEMBED -I. -D_EMX_CRT_REV_=60 -I/usr/local/include'   ccflags ='-Zomf -Zmt -DDOSISH -DOS2=2 -DEMBED -I. -D_EMX_CRT_REV_=60 -I/usr/local/include'   stdchar='char'\, d_stdstdio=define\, usevfork=false   intsize=4\, longsize=4\, ptrsize=4\, doublesize=8   d_longlong=define\, longlongsize=8\, d_longdbl=define\, longdblsize=12   alignbytes=4\, usemymalloc=y\, prototype=define   Linker and Libraries​:   ld='gcc'\, ldflags ='-Zexe -Zomf -Zmt -Zcrtdll -Zstack 32000'   libpth=f​:/emx.add/lib f​:/emx/lib D​:/DEVTOOLS/OPENGL/LIB f​:/emx/lib/mt   libs=-lsocket -lm -lbsd   libc=f​:/emx/lib/mt/c_import.lib\, so=dll\, useshrplib=true\, libperl=libperl.lib   Dynamic Linking​:   dlsrc=dl_dlopen.xs\, dlext=dll\, d_dlsymun=undef\, ccdlflags=' '   cccdlflags='-Zdll'\, lddlflags='-Zdll -Zomf -Zmt -Zcrtdll -s'

Locally applied patches​:  


@​INC for perl 5.00564​:   lib   f​:/perllib/lib/5.5.640/os2   f​:/perllib/lib/5.5.640   f​:/perllib/lib/site_perl/5.5.640/os2   f​:/perllib/lib/site_perl/5.5.640   .


Environment for perl 5.00564​:   HOME=f​:/home   LANG=EN_US   LANGUAGE (unset)   LD_LIBRARY_PATH=H​:/get/perl/perl5.5.640​:   LOGDIR (unset)   PATH=d​:\NETSCAPE;d​:\OPENDOC\EPM;d​:\OPENDOC\OREXX;d​:\OPENDOC\BIN;F​:\DRV;f​:\TOOLKIT\BETA\BIN\PMEISTER;f​:\TOOLKIT\BETA\BIN;f​:\TOOLKIT\BIN\OSARED;f​:\TOOLKIT\SOM\COMMON;f​:\TOOLKIT\SOM\BIN;f​:\TOOLKIT\BIN;D​:\OS2;D​:\OS2\SYSTEM;F​:\VABASIC\SOM\BIN;D​:\OS2\INSTALL;D​:\;D​:\OS2\MDOS;D​:\OS2\APPS;F​:\BIN;F​:\UTILS;F​:\EMACS\19.33\BIN;F​:\EMX.ADD\BIN;F​:\EMX\BIN;F​:\PBM;F​:\EMTEX\bin;f​:\ckermit;F​:\PAGETURN;d​:\tcpip\bin;D​:\TCPIP\UMAIL;D​:\VIEWER\BIN;F​:\XFree86\bin;F​:\VABASIC\BIN;F​:\SMART;G​:\EMX\BIN;d​:\JAVAOS2\bin;D​:\MMOS2;f​:\zax\bin\;f​:\zax;f​:\zax\nc;f​:\zax\NARC;f​:\nu;c​:\dos;   PERL_BADLANG (unset)   SHELL=F​:/BIN/sh.exe

p5pRT commented 23 years ago

From The RT System itself

Seems to be fixed in bleedperl\, unfortunately the exact patch which fixed this is unknown.