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
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
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/
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
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
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
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
# 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
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.
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/
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.
> >
> >
> > --
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
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
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.
> >
> >
> > -
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
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
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
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
# 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
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
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
21 matches
Mail list logo