Re: kill mv-if-diff?

2005-09-24 Thread Steve Peters
-if-diff, but the biggest issue was just having correct dependencies in the Makefile. My thoughts are that mv-if-diff is just a symptom of a different problem in the Makefile where more targets and dependencies are needed. Steve Peters [EMAIL PROTECTED]

Re: Smoke [5.8.7] 25589 FAIL(m) MSWin32 WinXP/.Net SP2 (x86/2 cpu)

2005-09-24 Thread Steve Peters
of the core files are built. Then, config.h is recreated forcing a recompile of all the files that depend on config.h. Steve Peters [EMAIL PROTECTED]

[PATCH] Changes for hints/linux.sh for Purify

2005-09-23 Thread Steve Peters
that Configure will probe for when it is run with a -DPURIFY argument. Steve Peters [EMAIL PROTECTED] --- hints/linux.sh.old 2005-08-18 09:17:47.0 -0500 +++ hints/linux.sh 2005-09-23 08:38:08.0 -0500 @@ -315,3 +315,13 @@ ;; esac EOCBU + +# Purify fails to link Perl if a -lc

[PATCH] Fix to PERL_DEBUG_COW

2005-09-23 Thread Steve Peters
Change #25571 has caused the smokes to be broken when building with -DPERL_DEBUG_COW. The following patch fixes the builds. Steve Peters [EMAIL PROTECTED] --- sv.h.old2005-09-22 10:02:52.0 -0500 +++ sv.h2005-09-23 13:05:24.0 -0500 @@ -887,11 +887,6 @@ # define

Re: [perl #37223] File::Find::find fails on Win32 with follow = 1

2005-09-21 Thread Steve Peters
on that OS. Seems quite sensible. Is this a new problem ? I can't believe nobody noticed it until now... If its new, then I'm probably the one who broke it. Can you see which versions that it is now broken on? Or did it just hit another bug previously. Steve Peters [EMAIL PROTECTED]

Re: [perl #37223] File::Find::find fails on Win32 with follow = 1

2005-09-21 Thread Steve Peters
On Wed, Sep 21, 2005 at 10:29:25AM -0500, Steve Peters wrote: On Wed, Sep 21, 2005 at 04:57:31PM +0200, Rafael Garcia-Suarez wrote: Steve Hay (via RT) wrote: The File::Find::find() function fails on Win32 if the follow = 1 option is specified. Presumably follow (and follow_fast

Re: Smoke [5.8.7] 25531 FAIL(F) openbsd 3.7 (i386/1 cpu)

2005-09-21 Thread Steve Peters
): ../ext/B/t/xref.t...FAILED--expected 14 tests, saw 2 Both sets of failures should be resolved by patches integrated into maintperl today. Steve Peters [EMAIL PROTECTED]

Re: [EMAIL PROTECTED] VMS fix required by Change 25387

2005-09-18 Thread Steve Peters
feel guilty! Thanks, applied as change #25474 Any win32 people that can test for the win32env? -John [EMAIL PROTECTED] Personal Opinion Only I've not had any problems with Win32 today, but I don't normally build on it. Steve Peters [EMAIL PROTECTED]

Re: [perl #37168] Bug in HTTP::Message-parse()

2005-09-15 Thread Steve Peters
provided. I'd suggest adding on the the bug report available at: http://rt.cpan.org/NoAuth/Bug.html?id=13025 Steve Peters [EMAIL PROTECTED]

[perl #36075] Adding malloc_size/malloc_good_size to Configure

2005-09-15 Thread Steve Peters via RT
[nicholas - Wed Jun 01 08:09:31 2005]: This is a bug report for perl from [EMAIL PROTECTED], generated with the help of perlbug 1.35 running under perl v5.9.3. - [Please enter your report here] Darwin provides 2 extra

Re: Storable 2.15 on OSX 10.4 with maintperl fails make test

2005-09-14 Thread Steve Peters
this on? The actually cause of the problem lies in how Scalar::Utils is built. The implementation you have was built without compiling the XS portion of Scalar::Utils. If you do a fresh install of Scalar::Utils, the problems are fixed. Steve Peters [EMAIL PROTECTED]

Re: [perl #32884] API doc for SvUTF8

2005-09-12 Thread Steve Peters
On Mon, Sep 12, 2005 at 12:41:23PM +0200, Rafael Garcia-Suarez wrote: Steve Peters via RT wrote: Acutally, everything looking a return value from SvFLAGS(sv) should be looking for a U32. Since I'd like to automate these changes as much as possible, how does the following look? Fine

Re: 5.8.8

2005-09-12 Thread Steve Peters
. But I believe that little else does. The only other exception would be changes to re-entrant functions through reentr.pl, where the generated code is quite different than that in bleadperl. Steve Peters [EMAIL PROTECTED]

[perl #36075] Adding malloc_size/malloc_good_size to Configure

2005-09-10 Thread Steve Peters via RT
[nicholas - Wed Jun 01 08:09:31 2005]: This is a bug report for perl from [EMAIL PROTECTED], generated with the help of perlbug 1.35 running under perl v5.9.3. - [Please enter your report here] Darwin provides 2 extra

[perl #32884] API doc for SvUTF8

2005-09-10 Thread Steve Peters via RT
[EMAIL PROTECTED] - Sun Dec 05 18:25:51 2004]: This is a bug report for perl from [EMAIL PROTECTED], generated with the help of perlbug 1.35 running under perl v5.8.4. - [Please enter your report here] The doc for

[perl #36448] [PATCH] configuring ranlib for perl on osx with xcode 2.1

2005-09-10 Thread Steve Peters via RT
[EMAIL PROTECTED] - Fri Jul 01 14:56:29 2005]: Hello, It looks like Apple has changed how ar works in xcode 2.1. As a result, Configure thinks that ar can generate random libraries. This breaks linking libperl.a, for instance when building PerlApp. Configure doesn't currently allow

[perl #35427] reset coredumps pre 5.8.0

2005-09-09 Thread Steve Peters via RT
[nicholas - Thu May 12 14:52:46 2005]: This is a bug report for perl from [EMAIL PROTECTED], generated with the help of perlbug 1.35 running under perl v5.6.2. - [Please enter your report here]

[perl #32154] getXXXent functions break after recursing to grow buffer

2005-09-04 Thread Steve Peters via RT
[EMAIL PROTECTED] - Tue Nov 02 16:25:47 2004]: On Tue, 2004-11-02 at 14:56, Nicholas Clark wrote: ftp://ftp.linux.activestate.com/pub/staff/gsar/APC/perl-5.8.x/ ftp://ftp.linux.activestate.com/pub/staff/gsar/APC/perl-current/ Other than comments, there is no difference between reentr.*

[perl #37056] getgrent fails if a line in /etc/groups gets too long

2005-09-03 Thread Steve Peters via RT
[michielblotwijk - Fri Sep 02 06:53:56 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. - [Please enter your report here] The function

[perl #8907] Core dump on HP-UX using getpwent.

2005-09-03 Thread Steve Peters via RT
[stmpeters - Tue Dec 07 16:53:42 2004]: [abigail - Thu Apr 04 01:07:36 2002]: This is a bug report for perl from [EMAIL PROTECTED], generated with the help of perlbug 1.33 running under perl v5.6.1. - [Please

[perl #7460] HP-UX core dump from op/pwent.t

2005-09-03 Thread Steve Peters via RT
[jhi - Wed Dec 08 09:02:56 2004]: As in the following ticket, http://rt.perl.org/rt3/Ticket/Display.html?id=7460, this core dump seems to have been fixed prior to 5.8.0. I also built a 5.8.6, and this test passed without any failures. Did you also try that with a *HUGE* number of

[perl #36969] Syntax error crashing perl-5.8.6

2005-09-03 Thread Steve Peters via RT
[EMAIL PROTECTED] - Sat Aug 20 19:14:14 2005]: This is a bug report for perl from [EMAIL PROTECTED], generated with the help of perlbug 1.35 running under perl v5.8.6. - [Please enter your report here] Source w/syntax

[perl #36733] %SIG not properly local-ized

2005-09-03 Thread Steve Peters via RT
[EMAIL PROTECTED] - Sun Jul 31 23:23:50 2005]: This is a bug report for perl from [EMAIL PROTECTED], generated with the help of perlbug 1.35 running under perl v5.8.6. - The construct local %SIG = %SIG; does *not* make

Re: mentoring new perl 5 porters

2005-09-01 Thread Steve Peters
test files. Steve Peters [EMAIL PROTECTED]

Re: [perl #37029] Perl bug - help

2005-08-31 Thread Steve Peters
=24753 An updated Perl with this patch may also be available from RedHat/Fedora. Steve Peters [EMAIL PROTECTED]

[perl #37036] perl segfault at 'compile'-time

2005-08-31 Thread Steve Peters via RT
[EMAIL PROTECTED] - Wed Aug 31 01:38:30 2005]: This is a bug report for perl from [EMAIL PROTECTED], generated with the help of perlbug 1.35 running under perl v5.8.7. - Hi, i've found a small code that triggers a

[perl #37036] perl segfault at 'compile'-time

2005-08-31 Thread Steve Peters via RT
[EMAIL PROTECTED] - Wed Aug 31 06:01:12 2005]: Summary: already fixed by patch 24523. On 2005–08–31, at 10:38, [EMAIL PROTECTED] (via RT) wrote: -- CODE BEGINS HERE -- #!/usr/bin/perl use strict; sub s { open $X, my $Y, r; } -- CODE ENDS HERE -- [crashes on 5.8.x, 5.9.1]

Re: [perl #37029] Perl bug - help

2005-08-30 Thread Steve Peters
are the results different in 5.8.5 from 5.8.0? Steve Peters [EMAIL PROTECTED]

[perl #7728] chdir() dumps core

2005-08-26 Thread Steve Peters via RT
[RT_System - Sat Sep 22 09:11:39 2001]: Blair Michael G Schwern wrote: On Sat, Sep 22, 2001 at 03:53:53PM -0700, Blair Zajac wrote: Running .\perl -MCwd -wle chdir(); causes a core dump. On 5.6.1?? Using 5.6.1 and 5.8.6 (with up to date Cwd's) on Windows XP,

[perl #7615] (if|unless) ( local ... ) not undone

2005-08-26 Thread Steve Peters via RT
[EMAIL PROTECTED] - Mon Sep 03 10:43:30 2001]: - Local variables declared in a conditional expression of a conditional block are not restored at the end of scope. $a = 10; if (local $a = 1){ } print $a; # Should be 10,

[perl #7615] (if|unless) ( local ... ) not undone

2005-08-26 Thread Steve Peters via RT
[EMAIL PROTECTED] - Fri Aug 26 09:47:17 2005]: Steve Peters wrote This behavior has been fixed in bleadperl by not allowing it. ./perl rt_7615.pl Can't localize lexical variable $a at rt_7615.pl line 4. No it hasn't.I suspect you did the wrong test - what's that lexical

Re: [Fwd: CPAN Upload: J/JP/JPEACOCK/version-0.47.tar.gz]

2005-08-24 Thread Steve Peters
reference to `sv_setpvf' util.c:(.text+0x5bd0): undefined reference to `sv_catpvf' util.c:(.text+0x5c5c): undefined reference to `sv_catpvf' collect2: ld returned 1 exit status make: *** [miniperl] Error 1 Steve Peters [EMAIL PROTECTED]

[PATCH] POD nit in perlvar.pod

2005-08-23 Thread Steve Peters
And who says spending time on #perl is a waste of time. Following nit found while investigating some particularly nasty code. Steve Peters [EMAIL PROTECTED] --- pod/perlvar.pod.old Sun Aug 7 05:39:09 2005 +++ pod/perlvar.pod Tue Aug 23 14:48:03 2005 @@ -544,7 +544,7 @@ =item C$2

[perl #36888] Error message says filehandle but should say dirhandle

2005-08-22 Thread Steve Peters via RT
[EMAIL PROTECTED] - Fri Aug 12 18:18:40 2005]: This is a bug report for perl from [EMAIL PROTECTED], generated with the help of perlbug 1.34 running under perl v5.8.0. - [Please enter your report here] plover%

[perl #36967] Pod/Perldoc.pm bug with -m switch

2005-08-21 Thread Steve Peters via RT
[bepi - Sat Aug 20 15:45:51 2005]: This is a bug report for perl from [EMAIL PROTECTED], generated with the help of perlbug 1.35 running under perl v5.8.7. Pod/Perldoc.pm adds also .pod extension (to perldoc argument) only if: 1) -m switch hasn't been specified or 2) for 'pod/' or

[PATCH] Fix a couple of random warnings

2005-08-09 Thread Steve Peters
! Steve Peters [EMAIL PROTECTED] --- nostdio.h.old 2003-04-16 16:25:36.0 -0500 +++ nostdio.h 2005-08-09 06:09:00.0 -0500 @@ -111,7 +111,7 @@ #define _flsbuf(c,f) _CANNOT _flsbuf_ #define fdopen(fd,p) _CANNOT _fdopen_ #define fileno(f) _CANNOT _fileno_ -#if SFIO_VERSION

[perl #24342] Coredump when shortening an array during use

2005-08-08 Thread Steve Peters via RT
[chip - Wed Oct 29 13:54:58 2003]: According to [EMAIL PROTECTED]: It seems a list will return an alias to the last element. It further seems the element is not REFCOUNT++ed (same as with @_) and that this alias is retrieved before the right hand side of the expression is evaluated.

Re: Smoke [5.9.3] 25248 FAIL(F) openbsd 3.7 (i386/1 cpu)

2005-08-01 Thread Steve Peters
143 ok 144 ok 145 ok 146 not ok 147 %.0g -0.0 -0 0 # No minus ok 148 ok 149 ok 150 ok 151 Steve Peters [EMAIL PROTECTED]

Re: [PATCH] perlfunc.pod grammar fixes

2005-07-28 Thread Steve Peters
algorithm may not persist into future Perls, but the ability to characterize the input or output in implementation independent ways quite probably will. See Lsort. Removed. Attached below is the updated patch. Steve Peters [EMAIL PROTECTED] --- pod/perlfunc.pod.old2005-07-27 11:57

Re: [PATCH] perlfunc.pod grammar fixes

2005-07-28 Thread Steve Peters
On Thu, Jul 28, 2005 at 05:32:56AM -0500, Steve Peters wrote: On Thu, Jul 28, 2005 at 08:55:17AM +0200, Piotr Fusik wrote: I have doubts about the following changes: Clearly, I need to read my mailbox completely after waking up in the morning :-/ Steve Peters [EMAIL PROTECTED]

[perl #36665] delete $ENV{FOO} leaves $FOO visible in subprocesses on Cygwin Perl

2005-07-27 Thread Steve Peters via RT
[EMAIL PROTECTED] - Wed Jul 27 00:47:52 2005]: This is a bug report for perl from [EMAIL PROTECTED], generated with the help of perlbug 1.35 running under perl v5.8.7. - [Please enter your report here] For at least Perl

[perl #36665] delete $ENV{FOO} leaves $FOO visible in subprocesses on Cygwin Perl

2005-07-27 Thread Steve Peters via RT
[stmpeters - Wed Jul 27 07:16:02 2005]: [EMAIL PROTECTED] - Wed Jul 27 00:47:52 2005]: This is a bug report for perl from [EMAIL PROTECTED], generated with the help of perlbug 1.35 running under perl v5.8.7. -

[PATCH] Squish warnings in POSIX.xs

2005-07-27 Thread Steve Peters
to sigaction.sa_handler. It seems to like Cvoid *, so that's what we can give it. It's paassing its tests from what I can see, but we'll see how the smokes do on platforms other than Linux and OpenBSD. Steve Peters [EMAIL PROTECTED] --- ext/POSIX/POSIX.xs.old Tue Jul 19 16:46:37 2005 +++ ext

Re: [PATCH] Squish warnings in POSIX.xs

2005-07-27 Thread Steve Peters
On Wed, Jul 27, 2005 at 05:06:24PM +0100, Robin Barker wrote: -Original Message- From: Nicholas Clark [mailto:[EMAIL PROTECTED] Sent: 27 July 2005 17:03 To: Steve Peters Cc: perl5-porters@perl.org Subject: Re: [PATCH] Squish warnings in POSIX.xs On Wed, Jul 27, 2005 at 11:01

[PATCH] perlfunc.pod grammar fixes

2005-07-27 Thread Steve Peters
This patch has it all: passive voice removals; spelling fixes; which vs. that change; e.g. fixes; and etc. Thanks to Pod::Simple::RTF and and handy grammar checker, this was all made much easier. Enjoy! Steve Peters [EMAIL PROTECTED] --- pod/perlfunc.pod.old2005-07-27 11:57

[PATCH] id est is i.e.

2005-07-26 Thread Steve Peters
Sorry, but this is a pet peeve. The proper abbreviation for id est is i.e., not ie. or ie. ARRRAGAGAFASD! Sorry, I feel better now. Attached is a patch to fix the included pod files. Steve Peters [EMAIL PROTECTED] --- pod/perlfunc.pod.old2005-07-26 20:21:51.0 -0500 +++ pod

[perl #969] shifting of bitvecs considered broken

2005-07-20 Thread Steve Peters via RT
Resubmitting a bug report of mine back from February; this time through the proper channel (perlbug, not p5p). [paste] While editing my Damn Book I re-remembered that couple of months back I ran into an anomaly in the handling of bitvectors. Fiction: you have a bitvector which you want

[PATCH] Convert t/op/vec.t to test.pl

2005-07-20 Thread Steve Peters
The attached patch converts t/op/vec.t to use test.pl for handling its test cases rather than doing everything through Cprint statements. Steve Peters [EMAIL PROTECTED] --- t/op/vec.t.old Sat Feb 15 01:37:09 2003 +++ t/op/vec.t Wed Jul 20 08:02:56 2005 @@ -1,91 +1,90 @@ #!./perl -print

Re: [PATCH] support POSIX SA_SIGINFO

2005-07-20 Thread Steve Peters
((SV*)rv); 2723PUSHs(newSVpv((void*)sip, sizeof(*sip))); 2724 } 2725 } 2726 } 2727 #endif Steve Peters [EMAIL PROTECTED]

[perl #18905] Using HTTP::Daemon with Perl 5.8.0 cuts off web pages on Win32

2005-07-18 Thread Steve Peters via RT
[m0zart - Thu Dec 05 11:42:26 2002]: This is a bug report for perl from [EMAIL PROTECTED] generated with the help of perlbug 1.34 running under perl v5.8.0. - [Please enter your report here] I have used Perl 5.00503

[PATCH] Final (hopefully) fix for fchdir

2005-07-18 Thread Steve Peters
I noticed the blead's were still failing for HP-UX and AIX and ran a few tests on HP testdrive systems to see what was happening. There is a syntax error in code that did not previously compile. Below is the patch that will compile on HP-UX. Enjoy, Steve Peters [EMAIL PROTECTED

Re: fchmod, fchown, fchdir

2005-07-14 Thread Steve Peters
, I would guess that doing it would be just fine. :) Steve Peters [EMAIL PROTECTED]

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

2005-07-14 Thread Steve Peters via RT
[EMAIL PROTECTED] - Wed Mar 16 06:02:13 2005]: 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

[perl #33003] Core dump on simple instruction

2005-07-14 Thread Steve Peters via RT
[shay - Wed Dec 15 03:19:13 2004]: Michael G Schwern wrote: It appears to no longer be coring on 5.8.6. It is still crashing for me on Win32 :( Produces an Access Violation error (more or less the Win32 equivalent of coring). Here's the call stack at the crash (using 5.8.6):

[perl #9565] [PATCH] /op/groups.t bug

2005-07-13 Thread Steve Peters via RT
[stmpeters - Tue Jul 05 13:19:42 2005]: [EMAIL PROTECTED] - Fri Mar 07 11:03:22 2003]: This is a bug report for perl from [EMAIL PROTECTED], generated with the help of perlbug 1.34 running under perl v5.8.0. -

[perl #9012] Segfault with -DXst

2005-07-13 Thread Steve Peters via RT
[EMAIL PROTECTED] - Wed Apr 24 06:40:12 2002]: This is a bug report for perl from [EMAIL PROTECTED], generated with the help of perlbug 1.33 running under perl v5.6.1. - [Please enter your report here] This program

[perl #9336] Changing a for array dumps core

2005-07-13 Thread Steve Peters via RT
[RT_System - Tue May 14 00:25:37 2002]: [EMAIL PROTECTED] wrote: Ok, i know the docs say not to do things like this, but it still shouldn't dump core: perl -wle '$#F-- [EMAIL PROTECTED]' You play too much golf, don't you. This bug is confirmed with bleadperl. Strangely, moving

[perl #15063] /tmp issues

2005-07-13 Thread Steve Peters via RT
[nicholas - Sat Feb 28 09:50:01 2004]: On Sat, Feb 28, 2004 at 05:39:33PM +, Dave Mitchell wrote: On Sat, Feb 28, 2004 at 05:06:51PM +, Nicholas Clark wrote: Change 22258 by [EMAIL PROTECTED] on 2004/02/01 17:40:02 This touches quite a few dual life modules maintained

[perl #8584] Fatal warning

2005-07-13 Thread Steve Peters via RT
[RT_System - Mon Feb 18 14:05:01 2002]: On Tue, Feb 19, 2002 at 07:57:02AM +0200, Jarkko Hietaniemi wrote: Death! Death! Death! Sorry, got carried away in there for a moment. kosh:/tmp/jhi/perl ; ./perl -lne 'print if /[..]/' POSIX syntax [. .] belongs inside character classes in

Re: [perl #17487] ncftp only handles http

2005-07-12 Thread Steve Peters
farther up the list as well. Steve Peters [EMAIL PROTECTED]

[perl #15995] regexp test failures on win32 with VC++ 5.0

2005-07-12 Thread Steve Peters via RT
[wjones - Thu Jun 19 10:30:36 2003]: This patch works for me. Index: regcomp.c === RCS file: /usr0/sweng/src/active/CVS.repo/perl/regcomp.c,v retrieving revision 1.1.1.4 retrieving revision 1.4 diff -u -r1.1.1.4

[perl #20353] Perl 5.8.0 fails make test on Cobalt Raq4 in Math::BigInt

2005-07-12 Thread Steve Peters via RT
[EMAIL PROTECTED] - Thu Jan 16 06:33:13 2003]: The standard melody for building Perl 5.8.0 fails at make test on Cobalt Raq4: My input: rm -f config.sh Policy.sh sh Configure -de make make test It fails here:

[perl #21999] Unsuccessful regex still alters $1

2005-07-12 Thread Steve Peters via RT
[EMAIL PROTECTED] - Sat Apr 19 08:32:56 2003]: I was raised on the belief that an unsuccessful regex match leaves $1 and friends at their previous values. So I was surprised to discover an exception to that rule. It's been around for a long time, so perhaps I'm missing something. OTOH,

[perl #22959] missing symbols from embed.h when testing B::Generate

2005-07-12 Thread Steve Peters via RT
[jimc - Sun Jul 13 22:36:22 2003]: When doing 'make test' on B::Generate on 5.8.1-19893, I get missing symbols, which are defined in embed.h, and used successfully in core. For me at least, theyre not available to this XS module (though other non-CORE XS's build ok). I dunno whether its

[perl #23098] core dump - perl in malloc(): error: recursive call

2005-07-12 Thread Steve Peters via RT
[EMAIL PROTECTED] - Wed Jul 23 08:17:50 2003]: Hello! i want to consult with you about strange behavior of perl v5.6.1 on FreeBSD 5.1 beta. may be something is wrong ... with perl or with me =) i wrote a small mail proxy which listens connections from local network and redirects

Re: [perl #2269] unpack(NaN) big baddaboom

2005-07-12 Thread Steve Peters
On Tue, Jul 12, 2005 at 08:09:07PM -0700, Michael G Schwern via RT wrote: [EMAIL PROTECTED] - Mon Mar 06 02:33:55 2000]: Running following program causes Floating point exception on FreeBSD 3.2-STABLE *and* 4.0-CURRENT #0: Tue Feb 29 02:11:52 AST 2000 (but not on Linux 2.3.44 #12 SMP)

Re: Smoke [5.9.3] 25093 FAIL(F) openbsd 3.7 (macppc/1 cpu)

2005-07-08 Thread Steve Peters
On Thu, Jul 07, 2005 at 07:56:39PM -0500, Steve Peters wrote: On Fri, Jul 08, 2005 at 12:33:21AM +0200, Abe Timmerman wrote: Op een mooie zomerdag (Friday 08 July 2005 01:03),schreef Abe Timmerman: ... The t/io/*.t failures (on all mij bsd/darwin systems) do not show up if I run

Re: Smoke [5.9.3] 25093 FAIL(F) openbsd 3.7 (macppc/1 cpu)

2005-07-07 Thread Steve Peters
are run from a shell-script that loops over them. Is this a BSD issue or a perl issue? Beside a few initial bumps with OpenBSD 3.7, I've not had any major issues with the smokes. In fact, my last failed smoke was about three weeks ago. Steve Peters [EMAIL PROTECTED]

Re: rt.perl.org wedged?

2005-07-06 Thread Steve Peters
On Wed, Jul 06, 2005 at 10:51:07AM -0700, Michael G Schwern wrote: For about a half hour now web requests to rt.perl.org are hanging. Same here. Pingable. Traceroute-able. Nothing doing on the web though. Steve Peters [EMAIL PROTECTED]

Re: Replies to old bugs

2005-07-06 Thread Steve Peters
, and, if it prevents some nasty mail loops, I'm more than happy to hit the 'p' key. Steve Peters [EMAIL PROTECTED]

Re: Replies to old bugs

2005-07-06 Thread Steve Peters
On Wed, Jul 06, 2005 at 12:04:52PM -0700, Michael G Schwern wrote: On Wed, Jul 06, 2005 at 01:57:21PM -0500, Steve Peters wrote: Although many of the tickets I work on go through with little or no comment, and despite the occasional lambastings, copying p5p has prevented me from shooting

Re: Replies to old bugs

2005-07-06 Thread Steve Peters
? I don't think that the tickets closed for a lack of information and/or responsiveness need to go to p5p, although the comment stating why it is closed is an important part of the ticket. Steve Peters [EMAIL PROTECTED]

[perl #3451] coredump in map modifying input array

2005-07-05 Thread Steve Peters via RT
[RT_System - Tue Jul 04 01:44:33 2000]: On Fri, 30 Jun 2000 17:50:58 +0200, Wolfgang Laun wrote: I know that modifying the list from a map of foreach is a no-no, but: The following program crashes with a segmentation fault, and this is something that should not happen, right? #!

Re: [perl #3451] coredump in map modifying input array

2005-07-05 Thread Steve Peters
On Tue, Jul 05, 2005 at 06:28:49PM +0200, Rafael Garcia-Suarez wrote: On 5 Jul 2005 10:22:53 -, Steve Peters via RT [EMAIL PROTECTED] wrote: Cool! The new panic recently added caught this case. [EMAIL PROTECTED]:~/perl-fix$ ./perl rt_3451.pl panic: sv_upgrade to unknown type 255

Re: Debian bug #227621: getgrent out of memory

2005-07-05 Thread Steve Peters
suggest to try to reproduce with bleadperl; if fixed in blead, find and backport the fix. (should be straightforward :) I find the analysis by Steinar H. Gunderson quite interesting. Please see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=227621msg=18 for his full analysis. Steve Peters

[perl #21502] 5.8.0 regression failure for t/op/groups

2005-07-05 Thread Steve Peters via RT
[EMAIL PROTECTED] - Fri Mar 07 11:03:22 2003]: This is a bug report for perl from [EMAIL PROTECTED], generated with the help of perlbug 1.34 running under perl v5.8.0. - [Please enter your report here] The regression

[perl #34035] Segfault involving goto and loops

2005-07-04 Thread Steve Peters via RT
[EMAIL PROTECTED] - Thu Feb 03 13:24:32 2005]: On Thu, Feb 03, 2005 at 03:15:35PM -, Benjamin Smith wrote: Below is a short program which segfaults with 5.8.5 and 5.8.6. On 5.6.1 the second print shows $op as undef, but there is no segfault. Thanks for the report. The bug is

[PATCH] Skip nit in t/op/lfs.t

2005-07-04 Thread Steve Peters
There's a skip message in t/op/lfs.t that tries to print out C$^0 (that's a zero) instead of C$^O (that's an o). Steve Peters [EMAIL PROTECTED] --- t/op/lfs.t.old 2002-12-01 21:29:18.0 -0600 +++ t/op/lfs.t 2005-07-04 10:05:24.0 -0500 @@ -67,7 +67,7 @@ # Known haves

[perl #36450] Lvalue sub fails under debugger

2005-07-04 Thread Steve Peters via RT
[EMAIL PROTECTED] - Sat Jul 02 11:28:26 2005]: On Sat, Jul 02, 2005 at 10:03:42AM -, houstorx @ rpc142. cs. man. ac. uk wrote: Lvalue functions don't work properly when running under the debugger (perl -d). For example, the following code: my $x = 'badbad'; sub x :lvalue

[perl #30778] localizing $foo, then glob-aliasing to an LVALUE segfaults when trying to restore.

2005-07-04 Thread Steve Peters via RT
[EMAIL PROTECTED] - Thu Jul 22 14:44:50 2004]: On Thu, Jul 22, 2004 at 03:41:59PM +0100, [EMAIL PROTECTED] wrote: James Mastros (via RT) [EMAIL PROTECTED] wrote: :Code: :#!/usr/bin/perl :use warnings; :use Devel::Peek; :$|=1; : :{ :local $foo;# Local *foo instead, and

[perl #8277] { local $ENV{TZ} = 'foo' } does not restore timezone if $ENV{TZ}

2005-07-04 Thread Steve Peters via RT
[EMAIL PROTECTED] - Thu Jan 17 06:26:04 2002]: This is a bug report for perl from [EMAIL PROTECTED], generated with the help of perlbug 1.33 running under perl v5.6.1. - [Please enter your report here] Not sure how

[perl #36423] Perl 5.6.1: Can't call method tid on an undefined value at c:/perl/lib/Carp/Heavy.pm line 232.

2005-06-29 Thread Steve Peters via RT
Since this module is not a core part of Perl, I'd suggest discussing this problem with the module's maintainer Ivan Kohler at [EMAIL PROTECTED].

[PATCH]Re: [perl #36417] IO::Handle::getline() doco should note an important difference from $io

2005-06-29 Thread Steve Peters
context but still returns just one line. If used within a +conditional statement, however, you will need to emulate the +functionality of $io with Cdefined($x = $io-getline) where +C$x is a scalar you have previously defined. =item $io-getlines Steve Peters [EMAIL PROTECTED]

Re: [PATCH]Re: [perl #36417] IO::Handle::getline() doco should note an important difference from $io

2005-06-29 Thread Steve Peters
within a +conditional statement, however, you will need to emulate the +functionality of $io with Cdefined($_ = $io-getline). Steve Peters [EMAIL PROTECTED]

Re: [PATCH]Re: [perl #36417] IO::Handle::getline() doco should note an important difference from $io

2005-06-29 Thread Steve Peters
called in a -list context but still returns just one line. +list context but still returns just one line. If used as the conditional +within a Cwhile or C-style Cfor loop, however, you will need to +emulate the functionality of $io with Cdefined($_ = $io-getline). =item $io-getlines Steve Peters

[PATCH] strlcat() and strlcpy

2005-06-27 Thread Steve Peters
into the public domain. The code required few modifications to be worked into Perl, but are mostly as Russ Allbery original had written them. Thanks Russ! The patch included was tested on Linux, with and without ithreads and DEBUGGING, and passed all of its tests. Steve Peters [EMAIL PROTECTED

[PATCH] Silence warning in op.c

2005-06-24 Thread Steve Peters
couple of lines of code in Perl_newXS() involve what to do if the first parameter is null, this seems unnecessary. The patch below silences the warning. Since its a patch to embed.fnc, a regen will be necessary after applying the patch. Steve Peters [EMAIL PROTECTED] --- embed.fnc.old 2005-06

Re: Another bcc32 warning caused by change 24945

2005-06-24 Thread Steve Peters
points to ... 4178 MGVTBL_SET( 4179 PL_vtbl_arylen, 4180 MEMBER_TO_FPTR(Perl_magic_getarylen), 4181 MEMBER_TO_FPTR(Perl_magic_setarylen), 4182 NULL, 4183 NULL, 4184 NULL, 4185 NULL, 4186 NULL 4187 ); Steve Peters [EMAIL PROTECTED]

[perl #34677] perl-5.8.5 install error

2005-06-23 Thread Steve Peters via RT
[EMAIL PROTECTED] - Thu Apr 21 15:47:26 2005]: On Thu, Apr 07, 2005 at 01:16:02AM -0400, mnow wrote: Andy, Upon running PERL_CORE, I recieved this error 1..7 ok 1 - use Net::hostent; not ok 2 - gethost('localhost') # Can't continue without working gethost: It's most likely

[perl #34301] [PATCH] IO::Socket calls getpeername far too often

2005-06-23 Thread Steve Peters via RT
[dint - Thu Jun 02 04:35:41 2005]: This is a proposal for bug #34301, IO::Socket calls getpeername far too often. CC: [EMAIL PROTECTED] Subject: IO::Socket calls getpeername far too often Date: Tue, 1 Mar 2005 11:33:10 -0500 To: [EMAIL PROTECTED] From: Brian Caswell [EMAIL

[perl #34346] core dump with unmatched empty quotes

2005-06-23 Thread Steve Peters via RT
I came across something similar to this the other day, using a recent gentoo ebuild of 5.8.6 (I /think/ it was 5.8.6-r1, but it might have been r2 or r3); triggered a segfault with: perl -e 'print if $. = 1' Upgrading to -r4 fixed the issue. FYI, HTH, HAND. =) Great, problem

[perl #32197] Re: [uClibc] perl-5.8.5: non-portable code causes build failure on uclibc

2005-06-23 Thread Steve Peters via RT
[stmpeters - Thu Nov 04 08:09:26 2004]: [EMAIL PROTECTED] - Thu Oct 28 10:45:31 2004]: On Thu, Oct 28, 2004 at 10:42:49AM +0300, Denis Vlasenko wrote: This part of perl source code caused build failure on uclibc. perl-5.8.5/perlio.c: See

[perl #33770] eval { /(?{die})/ }; $@; causes segfault on 5.9.1

2005-06-23 Thread Steve Peters via RT
[EMAIL PROTECTED] - Tue Jan 11 18:15:56 2005]: The following code generates a segfault: eval { /(?{die})/ }; $@ Note that the $@ is necessary as it doesn't segfault without it. If you omit the reference to $@ it doesn't segfault but it doesn't appear to execute any code after the eval

[perl #32745] [PATCH] Perl (all versions) hides write error, with patch

2005-06-23 Thread Steve Peters via RT
[meyering - Wed Dec 01 11:14:10 2004]: This is a bug report for perl from [EMAIL PROTECTED], generated with the help of perlbug 1.35 running under perl v5.9.1. - Sometimes, closing a Perl file handle succeeds even though

[PATCH] for/foreach nit in perlsyn.pod

2005-06-20 Thread Steve Peters
that there is no difference in the functionality of the two. Steve Peters [EMAIL PROTECTED] --- perlsyn.pod.old Mon Jun 20 08:42:00 2005 +++ perlsyn.pod Mon Jun 20 08:43:53 2005 @@ -200,6 +200,9 @@ LABEL while (EXPR) BLOCK LABEL while (EXPR) BLOCK continue BLOCK LABEL

[perl #9741] possible problem with File::Find

2005-06-20 Thread Steve Peters via RT
[EMAIL PROTECTED] - Sat Jun 18 02:28:41 2005]: -BEGIN PGP SIGNED MESSAGE- Moin, Steve Peters [EMAIL PROTECTED] wrote: On Fri, Jun 17, 2005 at 07:55:04PM -0500, Steve Peters wrote: On Fri, Jun 17, 2005 at 09:44:20AM -0700, Warren L Dodge wrote: [snip] The below patch has

[perl #36232] Win32: cannot create hard links on mounted network share

2005-06-20 Thread Steve Peters via RT
[mkoeppe - Thu Jun 09 12:01:32 2005]: This is a bug report for perl from [EMAIL PROTECTED], generated with the help of perlbug 1.35 running under perl v5.8.6. With ActivePerl 5.8.6.811, creating a hard link on a local NTFS formatted drive (Win2000) works as expected, but it fails on a

[perl #30507] FindBin::Bin 1.44 returns path with terminating slash

2005-06-17 Thread Steve Peters via RT
[jpo - Fri Jun 10 06:40:59 2005]: Hi, This problem (trailing slash) is caused by a patch in the Fedora/RedHat perl package. The patch in question - perl-5.8.3-findbin-selinux.patch - has been replaced by a new one - perl-5.8.6-findbin-selinux.patch - which is much less intrusive.

[perl #9741] possible problem with File::Find

2005-06-17 Thread Steve Peters via RT
[EMAIL PROTECTED] - Sun Jun 23 04:38:19 2002]: This is a bug report for perl from [EMAIL PROTECTED], generated with the help of perlbug 1.33 running under perl v5.6.1. - [Please enter your report here] I am using the

[perl #30406] File Find anomaly under windows

2005-06-17 Thread Steve Peters via RT
[EMAIL PROTECTED] - Tue Jun 22 08:14:07 2004]: I am not sure if it is a bug or a feature! I have found that when using File::Find on a windows system (Apache, ActivePerl) and taint-mode enabled, the colon in the Windows path causes the default untaint_pattern to fail... Should I

  1   2   3   4   5   >