Smoke [5.9.3] 24431 FAIL(F) MSWin32 WinXP/.Net SP1 (x86/1 cpu)

2005-05-10 Thread Steve Hay
Automated smoke report for 5.9.3 patch 24431 TANGAROA.uk.radan.com: Intel(R) Pentium(R) 4 CPU 2.00GHz(~1992 MHz) (x86/1 cpu) onMSWin32 - WinXP/.Net SP1 using cl version 12.00.8804 smoketime 10 hours 45 minutes (average 26 minutes 53 seconds) Summary: FAIL(F) O = OK F =

Perl Build related query

2005-05-10 Thread dk
Hi, When I am building PERL 5.6.1 on Linux 2.6 Kernel AMD 64 bit machine [i.e. SUSE LINUX Enterprise Server 9 (x86_64) - Kernel 2.6.5-7.97-default (1) ], I am getting the following errors. lib/gol-oo...ok lib/h2ph.ok lib/hostname.ok lib/io_const.ok

Re: [PATCH] reentr.h changes so threaded Perl's compile on OpenBSD 3.7

2005-05-10 Thread Nicholas Clark
On Mon, May 09, 2005 at 09:10:49PM -0500, Steve Peters wrote: The attached patch initializes the structs with a memzero() prior to calling getprotobyname_r() and getservbyname_r(). These changes have been tested and clear up the issues on OpenBSD. Steve Peters [EMAIL PROTECTED] ---

Re: Perl Build related query

2005-05-10 Thread Michael G Schwern
On Tue, May 10, 2005 at 12:49:46PM +0530, [EMAIL PROTECTED] wrote: When I am building PERL 5.6.1 The latest version of Perl is 5.8.6. I would recommend using this instead. http://www.cpan.org/src/5.0/perl-5.8.6.tar.gz If you must use the 5.6.x series try 5.6.2. This contains a number of fixes

Re: Perl Build related query

2005-05-10 Thread H.Merijn Brand
On Tue, 10 May 2005 14:29:26 +0530, K. Dhevendran [EMAIL PROTECTED] wrote: Hi H.Merijn Brand Thanks a lot for your reply. I am able to ping localhost without any problem. There is also an entry for localhost [i.e. 127.0.0.1 localhost ] existing in the file /etc/hosts . In addition

Re: Perl Build related query

2005-05-10 Thread Nicholas Clark
On Tue, May 10, 2005 at 12:49:46PM +0530, [EMAIL PROTECTED] wrote: Hi, When I am building PERL 5.6.1 on Linux 2.6 Kernel AMD 64 bit machine [i.e. SUSE LINUX Enterprise Server 9 (x86_64) - Kernel 2.6.5-7.97-default (1) ], I am getting the following errors. lib/io_sock..Invalid

RE: Perl Build related query

2005-05-10 Thread K. Dhevendran
Hi, I verified the machine and found that the machine is properly configured for loop back [i.e. There is also an entry for localhost (i.e. 127.0.0.1 localhost ) existing in the file /etc/hosts ]. Even the ifconfig shows that the lo interface is enabled for the loopback address [ 127.0.0.1 ] I

Re: Perl Build related query

2005-05-10 Thread Nicholas Clark
Please would you configure your mail client not to top quote. It's not the way we do things round here, so top quoting tends to create confusion. On Tue, May 10, 2005 at 03:49:11PM +0530, K. Dhevendran wrote: -Original Message- From: Nicholas Clark [mailto:[EMAIL PROTECTED] On Behalf

Smoke [5.9.3] 24433 FAIL(F) bsd/os 4.1 (i386/1 cpu)

2005-05-10 Thread kane
Automated smoke report for 5.9.3 patch 24433 fixit.xs4all.nl: Pentium II (i386/1 cpu) onbsd/os - 4.1 using cc version egcs-2.91.66 19990314 (egcs-1.1.2 release) smoketime 4 hours 6 minutes (average 2 hours 3 minutes) Summary: FAIL(F) O = OK F = Failure(s), extended

RE: Perl Build related query

2005-05-10 Thread K, Dhevendran (STSD)
Dear Nicholas Clark, I did some testing as you suggested. I did the following changes In the file .../perl-5.6.1/t/lib/io_sock.t just before the call IO::Socket::INET-new() print The port value is $port\n; $port=5052; print The port value is $port\n; In the file

Re: Perl Build related query

2005-05-10 Thread Nicholas Clark
On Tue, May 10, 2005 at 07:03:57PM +0530, K, Dhevendran (STSD) wrote: print The port value is $port\n; $port=5052; print The port value is $port\n; $./perl ./t/lib/io_sock.t 1..14 *** | IO::Socket::INET Listen 2 Proto tcp Timeout 15 | ok 1 The port value is The port value is 5051

Re: Perl Build related query

2005-05-10 Thread David Landgren
K, Dhevendran (STSD) wrote: Dear Nicholas Clark, I did some testing as you suggested. I did the following changes In the file .../perl-5.6.1/t/lib/io_sock.t just before the call IO::Socket::INET-new() print The port value is $port\n; $port=5052; print The port value is $port\n; [...] After

[PATCH] perlop.pod nit

2005-05-10 Thread Steve Peters
There was a question on Perlmonks about a passage in perlop.pod. Since Ccode often renders to code, the monk was wondering about what a passage was really saying. This patch should clear up the nit. Steve Peters [EMAIL PROTECTED] --- perlop.pod.old Tue Mar 29 01:27:36 2005 +++ perlop.pod

Re: [PATCH] perlop.pod nit

2005-05-10 Thread Abhijit Menon-Sen
At 2005-05-10 09:41:01 -0500, [EMAIL PROTECTED] wrote: --- perlop.pod.oldTue Mar 29 01:27:36 2005 +++ perlop.podTue May 10 09:32:16 2005 @@ -191,7 +191,7 @@ Thanks, applied. (#24437) -- ams

Re: [PATCH] reentr.h changes so threaded Perl's compile on OpenBSD 3.7

2005-05-10 Thread Steve Peters
On Tue, May 10, 2005 at 09:38:37AM +0100, Nicholas Clark wrote: On Mon, May 09, 2005 at 09:10:49PM -0500, Steve Peters wrote: The attached patch initializes the structs with a memzero() prior to calling getprotobyname_r() and getservbyname_r(). These changes have been tested and clear

Re: [PATCH] reentr.h changes so threaded Perl's compile on OpenBSD 3.7

2005-05-10 Thread Abhijit Menon-Sen
At 2005-05-10 12:44:13 -0500, [EMAIL PROTECTED] wrote: Gak! Attached are changes to reentr.pl then. Thanks, applied. (#24441) -- ams

potential [PATCH] Tru64 crank up strictness

2005-05-10 Thread Jarkko Hietaniemi
The attached patch turns the (C89) strictness knob to eleven in Tru64 by changing the -std switch to -std1. The change doesn't turn up anything deadly (like C++ style use of // or variable declarations after code, the kinds of things that often make grumpiness also with the native ccs of AIX

Re: [perl #35358] perlbug AutoReply: FileCache truncates on alternate cacheout calls

2005-05-10 Thread Lee Lindley
This defect was fixed in FileCache.pm Version 1.03 Sorry for reporting on an old version.

Re: potential [PATCH] Tru64 crank up strictness

2005-05-10 Thread Rafael Garcia-Suarez
On 5/10/05, Jarkko Hietaniemi [EMAIL PROTECTED] wrote: (2) More seriously, cc gets upset by the casting between a function pointer and a void pointer in toke.c when dealing with the source code filters. With this upsetness I do agree more than with (1) and therefore I resorted to the usual

symbol table destruction

2005-05-10 Thread Nicholas Clark
When should a symbol table (and everything in it) be destroyed? Currently if I delete a symbol table I see this: $ cat ~/test/gv_stash_loop.pl package Message; sub DESTROY { print Goodbye $_[0]\n; } package A; bless \a, 'Message'; package B; $b = bless [], 'Message'; package main;

Re: [PATCH] reentr.h changes so threaded Perl's compile on OpenBSD 3.7

2005-05-10 Thread Nicholas Clark
On Tue, May 10, 2005 at 09:38:37AM +0100, Nicholas Clark wrote: I don't think that you want to do that there: /* *reentr.h * *Copyright (C) 2002, 2003, by Larry Wall and others * *You may distribute under the terms of either the GNU General Public *License or the

Hints changes for OS X 10.4

2005-05-10 Thread Michael G Schwern
The fink folks pointed out to me that 10.4 (Darwin 8.0) can now use dlopen and Tiger's perl hints file has been patched to do so. The other change is that it does not use poll() because... Schwern Know why d_poll and i_poll are undef in 10.4's perl? dmacksBecause

Read-only files (was: Re: [PATCH] reentr.h changes so threaded Perl's compile on OpenBSD 3.7)

2005-05-10 Thread Randy W. Sims
Nicholas Clark wrote: On Tue, May 10, 2005 at 09:38:37AM +0100, Nicholas Clark wrote: I don't think that you want to do that there: /* *reentr.h * *Copyright (C) 2002, 2003, by Larry Wall and others * *You may distribute under the terms of either the GNU General Public *License or