Smoke [5.9.2] 24039 FAIL(m) linux 2.6.10-1.770_FC3 [fedora] (i686/1 cpu)

2005-03-16 Thread steve
Automated smoke report for 5.9.2 patch 24039 kirk.peters.homeunix.org: Intel(R) Celeron(R) CPU 2.00GHz (GenuineIntel 1994MHz) (i686/1 cpu) onlinux - 2.6.10-1.770_FC3 [fedora] using cc version 3.4.2 20041017 (Red Hat 3.4.2-6.fc3) smoketime 5 hours 32 minutes (average 20 minu

Re: [perl #34462] perlre: add definition of "whitespace character"

2005-03-16 Thread Yitzchak Scott-Thoennes
On Wed, Mar 16, 2005 at 11:23:10PM -, Dan Jacobson wrote: > # New Ticket Created by Dan Jacobson > # Please include the string: [perl #34462] > # in the subject line of all future correspondence about this issue. > # https://rt.perl.org/rt3/Ticket/Display.html?id=34462 > > > > In perlre w

Re: [ANNOUNCE] ExtUtils::MakeMaker 6.25_10

2005-03-16 Thread Michael G Schwern
On Wed, Mar 16, 2005 at 07:27:06PM -0600, Craig A. Berry wrote: > # timestamp file to avoid repeated invocations under VMS > pm_to_blib : pm_to_blib.ts > $(NOECHO) $(NOOP) > > > pm_to_blib : $(TO_INST_PM) There's the trouble. Try this. --- lib/ExtUtils/MM_VMS.pm (revision 3949) +++ lib/

Re: [ANNOUNCE] ExtUtils::MakeMaker 6.25_10

2005-03-16 Thread Craig A. Berry
Michael G Schwern wrote: On Tue, Mar 15, 2005 at 07:23:59PM -0600, Craig A. Berry wrote: Trying revision 2334 on OpenVMS Alpha v7.3-1, Perl 5.8.4, the build dies variously: As always, I need to see the generated Makefiles. Sorry, see attached. $ perl Makefile.PL $ mms/ident %MMS-I-IDENT, MMS V3

Re: [ANNOUNCE] ExtUtils::MakeMaker 6.25_10

2005-03-16 Thread Michael G Schwern
On Tue, Mar 15, 2005 at 07:23:59PM -0600, Craig A. Berry wrote: > Trying revision 2334 on OpenVMS Alpha v7.3-1, Perl 5.8.4, the build dies > variously: As always, I need to see the generated Makefiles. > $ perl Makefile.PL > $ mms/ident > %MMS-I-IDENT, MMS V3.3-4 ) Digital Equipment Corporation

Re: [perl #34462] perlre: add definition of "whitespace character"

2005-03-16 Thread Steve Peters
On Wed, Mar 16, 2005 at 11:23:10PM -, Dan Jacobson wrote: > # New Ticket Created by Dan Jacobson > # Please include the string: [perl #34462] > # in the subject line of all future correspondence about this issue. > # https://rt.perl.org/rt3/Ticket/Display.html?id=34462 > > > > In perlre w

Re: [perl #34381] used only once vs. uninitialized messages

2005-03-16 Thread Jeff 'japhy' Pinyan
On Mar 17, Dan Jacobson said: $ echo|perl -pwe 'BEGIN{undef$/;my $c=0}s/./$c++/ge' Name "main::c" used only once: possible typo at -e line 1. That's not unexpected. The lexical $c exists only inside the BEGIN { } block, and the global $c is only found once in the source code. -- Jeff "japhy" Pin

[perl #34462] perlre: add definition of "whitespace character"

2005-03-16 Thread via RT
# New Ticket Created by Dan Jacobson # Please include the string: [perl #34462] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/rt3/Ticket/Display.html?id=34462 > In perlre we see \s Match a whitespace character but we can't find the defi

Re: [perl #34381] used only once vs. uninitialized messages

2005-03-16 Thread Dan Jacobson
Found another: $ echo|perl -pwe 'BEGIN{undef$/;my $c=0}s/./$c++/ge' Name "main::c" used only once: possible typo at -e line 1.

Re: [proto-patch for B::Concise] coderef is XS code

2005-03-16 Thread Yitzchak Scott-Thoennes
On Tue, Mar 15, 2005 at 10:59:17PM -0700, Jim Cromie wrote: > ok 11 - found Digest::MD5::md5_base64 in list of expected XS funcs > ok 12 - found Digest::MD5::DESTROY in list of expected XS funcs > ok 13 - Digest::MD5::import isnt in list of XS funcs I'd say s/isnt/not/

Re: [perl #34346] core dump with unmatched empty quotes

2005-03-16 Thread Noah
On Wed, Mar 16, 2005 at 05:27:20AM -, Steve Peters via RT wrote: > > [EMAIL PROTECTED] - Sat Mar 05 09:54:59 2005]: > > > > > > This is a bug report for perl from [EMAIL PROTECTED], > > generated with the help of perlbug 1.35 running under perl v5.8.5. > > > > > > --

Re: Reworked Trie Patch

2005-03-16 Thread demerphq
On Mon, 14 Mar 2005 08:55:39 +0100, demerphq <[EMAIL PROTECTED]> wrote: > On Sat, 12 Mar 2005 20:33:44 +0100, demerphq <[EMAIL PROTECTED]> wrote: > > Also, i discovered I omitted some new test files, and have a small > > patch to apply on top of my previous. Should I prepare a new bundle > > overal

Testdrive systems

2005-03-16 Thread H.Merijn Brand
Plea to all *active* perl5 porters that use a HP testdrive account to contact me off-list. On my request, HP is investigating the possibility of a collaborative perl5-porters account on which we /might/ get more possibilities (network, disk space, ...) but at least more rights to work together and

Re: [perl #34346] core dump with unmatched empty quotes

2005-03-16 Thread Marcus Holland-Moritz
On 2005-03-16, at 05:27:20 -, Steve Peters via RT wrote: > > [EMAIL PROTECTED] - Sat Mar 05 09:54:59 2005]: > > > > > > This is a bug report for perl from [EMAIL PROTECTED], > > generated with the help of perlbug 1.35 running under perl v5.8.5. > > > > > > -

Re: [perl #34346] core dump with unmatched empty quotes

2005-03-16 Thread Nicholas Clark
On Wed, Mar 16, 2005 at 05:27:20AM -, Steve Peters via RT wrote: > Can anyone else been able to replicate this core dump? I've tried the No. Not with -O3 -fomit-framepointer on maint on x86 debian. Nicholas Clark

RE: [perl #34450] Coding defect in Perl_newFOROP causing Access Violation

2005-03-16 Thread Sargent, John
If scalar(sv) is null (not sure why it would be off hand), and expr is not a list type, append will just return the expr object, which is not of type OP_LIST. Perl_convert will then return a new LISTOP. The crash is because the code casts a LISTOP to a LOOP which is bigger as Copy takes the expe

Re: [perl #34284] problem with Configure

2005-03-16 Thread Andy Dougherty
On Wed, 16 Mar 2005, H.Merijn Brand wrote: > On 16 Mar 2005 05:35:56 -, "Steve Peters via RT" > <[EMAIL PROTECTED]> wrote: > >>> [EMAIL PROTECTED] - Mon Feb 28 04:18:04 2005]: >>> >>> I have problem when compiling perl-5.8.6. I'm running >>> Red Hat 9 and I have db Berkeley 4.3.27 alredy >>> i

Re: [perl #34450] Coding defect in Perl_newFOROP causing Access Violation

2005-03-16 Thread Rafael Garcia-Suarez
Sargent, John wrote: > In op.c, line 3856 (ish) the cast to a LOOP* is incorrect. in that the > memory allocated inside Perl_convert when the OP type is NOT OP_LIST is I can't figure out a case where this wouldn't be a list op. Have you code to reproduce this ? > less than the size of a LOOP str

[perl #34450] Coding defect in Perl_newFOROP causing Access Violation

2005-03-16 Thread Sargent, John
# New Ticket Created by "Sargent, John" # Please include the string: [perl #34450] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/rt3/Ticket/Display.html?id=34450 > This is a bug report for perl from [EMAIL PROTECTED], generated with the help of pe

Smoke [5.9.2] 24039 FAIL(m) linux 2.6.10-1.770_FC3 [fedora] (i686/1 cpu)

2005-03-16 Thread steve
Automated smoke report for 5.9.2 patch 24039 kirk.peters.homeunix.org: Intel(R) Celeron(R) CPU 2.00GHz (GenuineIntel 1994MHz) (i686/1 cpu) onlinux - 2.6.10-1.770_FC3 [fedora] using cc version 3.4.2 20041017 (Red Hat 3.4.2-6.fc3) smoketime 5 hours 36 minutes (average 21 minu

Re: [perl #34284] problem with Configure

2005-03-16 Thread H.Merijn Brand
On 16 Mar 2005 05:35:56 -, "Steve Peters via RT" <[EMAIL PROTECTED]> wrote: > > [EMAIL PROTECTED] - Mon Feb 28 04:18:04 2005]: > > > > I have problem when compiling perl-5.8.6. I'm running > > Red Hat 9 and I have db Berkeley 4.3.27 alredy > > installed.I have also openldap, openssl, apache a