Perl / perl5

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

perlbug generated reports are rejected #29

Closed p5pRT closed 20 years ago

p5pRT commented 24 years ago

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

Searchable as RT829$

p5pRT commented 24 years ago

From brettle@his.com

Perl bug does not produce bug reports which contain the magic 'perl -v' string. As a result\, the bug reports that it generates are rejected. Note that perlbug does include the output of 'perl -V' in its bug reports. So\, this is probably a bug in perlbugtron instead of perlbug.

FWIW\, I'm now 3 bugs deep... First\, I ran into a perl bug (19990531.010). When I tried to report it with perlbug\, I discovered that my RPM did not include perlbug. So\, I got the source and recompiled. Then I tried again to use perlbug to report the original bug\, and ran into this problem. It's been one of those days...

--Dean

Perl Info ``` Site configuration information for perl 5.00405: Configured by root at Mon May 31 15:33:19 PDT 1999. Summary of my perl5 (5.0 patchlevel 4 subversion 5) configuration: Platform: osname=linux, osvers=2.0.36, archname=i386-linux uname='linux server 2.0.36 #2 sun may 23 13:15:45 pdt 1999 i586 unknown ' hint=recommended, useposix=true, d_sigaction=define bincompat3=y useperlio=undef d_sfio=undef Compiler: cc='cc', optimize='-O2', gccversion=2.7.2.3 cppflags='-Dbool=char -DHAS_BOOL' ccflags ='-Dbool=char -DHAS_BOOL' stdchar='char', d_stdstdio=define, usevfork=false intsize=4, longsize=4, ptrsize=undef, doublesize=undef alignbytes=4, usemymalloc=n, prototype=define Linker and Libraries: ld='cc', ldflags =' -L/usr/local/lib' libpth=/usr/local/lib /lib /usr/lib libs=-lnsl -lndbm -lgdbm -ldb -ldl -lm -lc -lposix -lcrypt libc=, so=so useshrplib=false, libperl=libperl.a Dynamic Linking: dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-rdynamic' cccdlflags='-fpic', lddlflags='-shared -L/usr/local/lib' Locally applied patches: MAINT_TRIAL_7 - 5.004_05 maintenance trial 7 @INC for perl 5.00405: /usr/lib/perl5/i386-linux/5.00405 /usr/lib/perl5 /usr/lib/perl5/site_perl/i386-linux /usr/lib/perl5/site_perl . Environment for perl 5.00405: HOME=/home/brettle LANG (unset) LD_LIBRARY_PATH (unset) LOGDIR (unset) PATH=/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin PERL_BADLANG (unset) SHELL=/bin/bash ```