Skip to content

perlbug generated reports are rejected #29

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

Closed
p5pRT opened this issue Jun 1, 1999 · 1 comment
Closed

perlbug generated reports are rejected #29

p5pRT opened this issue Jun 1, 1999 · 1 comment

Comments

@p5pRT
Copy link

p5pRT commented Jun 1, 1999

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

Searchable as RT829$

@p5pRT
Copy link
Author

p5pRT commented Jun 1, 1999

From [email protected]

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

@p5pRT p5pRT closed this as completed Nov 28, 2003
This was referenced Oct 18, 2019
jkeenan pushed a commit that referenced this issue Jun 12, 2024
Changes in version 2.58
-----------------------

* Be more precise about numeric errors (issue #26).
* Add strict to G::L::Parser.
* Doc enhancements, thanks to Elvin Aslanov.
* Silence unnecessary test diagnostics (issue #29).
khwilliamson added a commit to khwilliamson/perl5 that referenced this issue Apr 19, 2025
The description in UAX Perl#29 of Unicode's Word Break property uses two
convenience macros to simplify some of their rules.

The split capability introduced several commits ago, allows this program
to follow along, making the rules here more closely aligned to the text
in UAX 29, hence simpler.

This commit creates one macro, AHLetter; the next commit does the other
macro.

The name of the DFAs involving this name are changed to correspond.
khwilliamson added a commit that referenced this issue Apr 20, 2025
The description in UAX #29 of Unicode's Word Break property uses two
convenience macros to simplify some of their rules.

The split capability introduced several commits ago, allows this program
to follow along, making the rules here more closely aligned to the text
in UAX 29, hence simpler.

This commit creates one macro, AHLetter; the next commit does the other
macro.

The name of the DFAs involving this name are changed to correspond.
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