Re: [RELEASE CANDIDATE] Apache-Test-1.32 RC1

2010-04-14 Thread Randy Kobes
On 2010-04-13, at 3:41 PM, Fred Moyer wrote: Please take a couple minutes to test this release candidate [1] for Apache::Test 1.32 and report back success or failure. Thanks! +1 Tests pass on OS X 10.6.3, Apache/2.2.11 (prefork MPM), and v5.10.0 for darwin-thread-multi-2level. -- best

Re: simplify mod_perl.c a bit

2010-04-04 Thread Randy Kobes
On 2010-04-03, at 11:32 PM, Jan Dubois wrote: On Sat, 03 Apr 2010, Randy Kobes wrote: On 2010-04-03, at 8:39 PM, Philip M. Gollucci wrote: What ANSI C std is that? perl core code and fbsd code do this all over the place. They are supposedly C-99. On 4/2/2010 4:40 PM, Philippe M

Re: simplify mod_perl.c a bit

2010-04-03 Thread Randy Kobes
On 2010-04-03, at 8:39 PM, Philip M. Gollucci wrote: What ANSI C std is that? perl core code and fbsd code do this all over the place. They are supposedly C-99. On 4/2/2010 4:40 PM, Philippe M. Chiasson wrote: In ANSI C you can't define variables in blocks, like int foo(void) {

Re: [vote] Fwd: [RELEASE CANDIDATE] Apache-Test-1.31 RC3

2010-02-19 Thread Randy Kobes
On 2010-02-19, at 4:21 PM, Fred Moyer wrote: I'd like to get a few more votes on this. +1 from me, +1 from Adam Prime on RC2 so far. Let's get this version up onto CPAN! -- Forwarded message -- From: Fred Moyer f...@redhotpenguin.com Date: Fri, Feb 12, 2010 at 9:13 PM

Re: [RELEASE CANDIDATE] Apache::Bootstrap 0.06-rc1

2009-04-24 Thread Randy Kobes
On Fri, Apr 24, 2009 at 4:30 PM, Fred Moyer f...@redhotpenguin.com wrote: Need one more tester here to review this and approve, then I can release 0.06.  Please try it if you have a chance. http://people.apache.org/~phred/Apache-Bootstrap-0.06-rc1.tar.gz +1 tested on perl v5.10.0,

Re: Problems in Makefile.PL determining installed Apache* module version

2009-04-05 Thread Randy Kobes
On Sun, Apr 5, 2009 at 1:57 PM, Fred Moyer f...@redhotpenguin.com wrote: In my Makefile.PL I have:    VERSION_FROM = 'lib/SL/Apache/App.pm',    PREREQ_PM    = {        'Apache::Reload'      = 0.10,        'Apache2::Dispatch'    = 0.11, Running 'perl Makefile.PL' I get: ph...@pooky

Re: [RELEASE CANDIDATE] mod_perl-2.0.4 RC1

2008-04-03 Thread Randy Kobes
On Thu, 3 Apr 2008, Issac Goldstand wrote: Randy Kobes wrote: On Tue, 1 Apr 2008, Philippe M. Chiasson wrote: The mod_perl 2.0.4 release candidate 1 Works with Perl 5.10 is ready. It can be downloaded here: - linux: perl-5.8.7, Apache/2.0.55 preform - all tests pass - Win32: perl-5.10.0

Re: [RELEASE CANDIDATE] mod_perl-2.0.4 RC1

2008-04-02 Thread Randy Kobes
it yourself... At least on Win32, libapreq compiles fine and passes all tests with perl-5.10 - a libapreq2 ppm package is available at http://cpan.uwinnipeg.ca/PPMPackages/10xx/ -- best regards, Randy Kobes - To unsubscribe, e-mail

Re: [RELEASE CANDIDATE] mod_perl-2.0.4 RC1

2008-04-02 Thread Randy Kobes
On Wed, 2 Apr 2008, David E. Wheeler wrote: On Apr 2, 2008, at 11:22, David E. Wheeler wrote: [Wed Apr 02 11:12:49 2008] [notice] Apache/2.2.8 (Unix) world domination series/2.0 mod_ssl/2.2.8 OpenSSL/0.9.8e DAV/2 mod_perl/2.0.4-rc1 Perl/v5.10.0 configured -- resuming normal operations [Wed

Re: [RELEASE CANDIDATE] mod_perl-1.31 RC4

2008-04-02 Thread Randy Kobes
On Wed, 2 Apr 2008, Issac Goldstand wrote: Philippe M. Chiasson wrote: The mod_perl 1.31 release candidate 4 Works with Perl 5.10 is ready. It can be downloaded here: [ ... ] win32 vc6 FAIL Sorry folks, still segfaulting. Backtrace below: I also get this crash on startup on Win32:

Re: [RELEASE CANDIDATE] mod_perl-1.31 RC3

2008-02-28 Thread Randy Kobes
-time flags as ActivePerl? -- best regards, Randy Kobes - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Time for a 2.0 RC ?

2008-02-24 Thread Randy Kobes
On Sun, 24 Feb 2008, Geoffrey Young wrote: Philippe M. Chiasson wrote: Since the last few patches for 5.10, I haven't heard of anything bad hapenning. Since Perl 5.10 has already been out for a while, I'd like to volounteer to RC the next mod_perl 2.0, assuming it *does* work correctly with

RE: [RELEASE CANDIDATE] Apache-Reload-0.10-RC5

2008-02-24 Thread Randy Kobes
On Sun, 24 Feb 2008, Fred Moyer wrote: Fred Moyer wrote: Greetings, RC5 for Apache::Reload is now available. RC4 was a bust since I didn't follow my own additions to the RELEASE document :) Note to self - caffeinate before releasing. All tests successfully skipped on Win32/VC6 with perl

Apache2::compat and Apache-request

2008-02-16 Thread Randy Kobes
Hi, As discussed at http://marc.info/?t=12029120025r=1w=2 and pointed out by Perrin: http://marc.info/?l=apache-modperlm=120301930604550w=2 Apache2::compat doesn't provide the request method in the Apache namespace (it's currently defined in the Apache2::compat package). Thus,

use_ithreads

2008-02-15 Thread Randy Kobes
Hi, I noticed with the recent changes to get mp2 to compile with perl-5.10, a couple of #ifdef USE_ITHREADS/#endif statements are needed to work with a non-ithread perl. This is attached. One question I had about this - in the present xs/APR/Pool/APR__Pool.h, there's a static statement on

Re: [mp2 patch] Support for ithreads in Perl 5.10

2008-02-06 Thread Randy Kobes
On Sun, 3 Feb 2008, Philippe M. Chiasson wrote: Randy Kobes wrote: All tests succeed on Win32 - perl-5.10.0 (ActivePerl build 1002) with Apache/2.2.8. Cool, in light of this, I am tempted to quickly get this last patch in, and head for a release shortly after. Before I go into RC mode

Re: [mp2 patch] Support for ithreads in Perl 5.10

2008-02-03 Thread Randy Kobes
On Sun, 3 Feb 2008, Philippe M. Chiasson wrote: Scratch that last comment! A slightly tweaked patch is attached. All tests successful, 5 tests and 17 subtests skipped. Files=244, Tests=2651, 149 wallclock secs (77.19 cusr + 15.58 csys = 92.77 CPU) gozer++! All tests succeed on Win32 -

Re: [mp2 patch] Support for Perl 5.10 [Was: MP_CODE_ATTRS() is broken under perl 5.10.0]

2008-01-27 Thread Randy Kobes
On Sat, 26 Jan 2008, Philippe M. Chiasson wrote: Randy Kobes wrote: On Thu, 24 Jan 2008, Philippe M. Chiasson wrote: [ ... ] Following is a patch (probably will change some more before I am done) that gets rid of this hacking attribute handling and passes it around with magic. Great work

Re: [mp2 patch] Support for Perl 5.10 [Was: MP_CODE_ATTRS() is broken under perl 5.10.0]

2008-01-25 Thread Randy Kobes
On Thu, 24 Jan 2008, Philippe M. Chiasson wrote: [ ... ] Following is a patch (probably will change some more before I am done) that gets rid of this hacking attribute handling and passes it around with magic. Great work! And thanks for the explanations :) I've applied a modified version of

RE: RELEASE CANDIDATE] mod_perl-1.31 RC1

2008-01-02 Thread Randy Kobes
On Wed, 2 Jan 2008, Steve Hay wrote: Aside from that, I have two other problems with this rc1: 1. Randy's patch here: http://marc.info/?l=apache-modperl-devm=117547002021789w=2 was never applied, which means that nmake test just hangs for me. If someone on Unix could verify that this patch

Re: Failing tests - reason?

2007-12-29 Thread Randy Kobes
On Sat, 29 Dec 2007, Heiko Jansen wrote: Hi *. A few days ago I posted a message to the users list, reporting failing tests with modperl-dev, Apache 2.2.6 and Perl 5.10.0 (cf. http://www.gossamer-threads.com/lists/modperl/modperl/95979 and

Re: [RELEASE CANDIDATE] Apache-Test-1.30 RC1

2007-11-17 Thread Randy Kobes
On Fri, 16 Nov 2007, Fred Moyer wrote: Greetings, A release candidate for Apache::Test is now available: http://people.apache.org/~phred/Apache-Test-1.30-RC1.tar.gz Please take a moment to download, build, and report test failures or success back to the list. Thanks! +1; all tests pass

RE: Problems building mod_perl-2.0.3 on Win32 with VC8

2007-08-25 Thread Randy Kobes
On Thu, 23 Aug 2007, Steve Hay wrote: The problem is solved when I manually embed the manifest file for mod_perl.so (right after nmake, and before nmake test or nmake install). Does the attached diff work for you? I installed VC++ 8, and it worked for me in calling mt to embed the manifest

RE: Problems building mod_perl-2.0.3 on Win32 with VC8

2007-08-22 Thread Randy Kobes
On Wed, 22 Aug 2007, Randy Kobes wrote: I think that's because apxs with mp2 doesn't itself generate the Makefile; it's mainly used to find paths, ^^ Rather, that should be that it doesn't get used in the Makefile to compile the module, which is where the manifest command

Re: [PATCH] Re: [ANNOUNCE] mod_perl 1.30

2007-04-01 Thread Randy Kobes
On Fri, 30 Mar 2007, Steve Hay wrote: Philippe M. Chiasson wrote: The URL http://apache.org/dyn/closer.cgi/perl/mod_perl-1.30.tar.gz or http://www.perl.com/CPAN/modules/by-module/Apache/mod_perl-1.30.tar.gz has entered CPAN I noticed that this doesn't build with a perl-5.8.8 system

Re: [patch] fix unescaped variable interprolation in regular expression

2007-03-22 Thread Randy Kobes
On Thu, 22 Mar 2007, Fred Moyer wrote: I have a +1 from Phillip [1](mp2 patch), another? [1] http://marc.info/?l=apache-modperlm=117462227916610w=2 Index: Changes === --- Changes (revision 521567) +++ Changes (working

Re: Security Fix [mp2]

2007-03-22 Thread Randy Kobes
On Thu, 22 Mar 2007, Fred Moyer wrote: Philip gave a +1 here - http://marc.info/?l=apache-modperlm=117462227916610w=2 I think I need another +1, right? Working on the mp1 patch. Index: Changes === --- Changes (revision

Re: [VOTE] absorb Apache::Reload

2007-02-06 Thread Randy Kobes
On Tue, 6 Feb 2007, Geoffrey Young wrote: hi all :) in order to transfer maintainershop of Apache::Reload from matt to the mod_perl collective we need to take a formal vote. voting +1 would mean: o importing Apache::Reload from CPAN to our svn repository at the ASF o grant matt commit bits

Re: Anyone using CGI::Simple?

2007-01-10 Thread Randy Kobes
regards, Randy Kobes - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [RELEASE CANDIDATE] Apache-Test-1.29 RC2, [was typo 1.27 RC2]

2006-11-12 Thread Randy Kobes
+1 - passes all tests on - Win32: Apache/2.2.3 (winnt) - linux: Apache/2.0.55 (prefork) -- best regards, Randy Kobes

Re: [RELEASE CANDIDATE] libapreq2 2.09-RC2

2006-11-12 Thread Randy Kobes
Apache::TestConfigData point to the correct httpd.exe? -- best regards, Randy Kobes

Re: [RELEASE CANDIDATE]: mod_perl-2.0.3 RC2

2006-11-12 Thread Randy Kobes
On Wed, 8 Nov 2006, Philip M. Gollucci wrote: A release candidate for mod_perl 2.0.3 is now available for testing. +1 - all tests pass on - Win32: Apache/2.2.3 (winnt), perl-5.8.8 (ActivePerl 817) - linux: Apache/2.0.55 (prefork), perl-5.8.7 -- best regards, Randy

Re: [RELEASE CANDIDATE] Apache-Test-1.29 RC2, [was typo 1.27 RC2]

2006-11-12 Thread Randy Kobes
+1 - passes all tests on - Win32: Apache/2.2.3 (winnt) - linux: Apache/2.0.55 (prefork) -- best regards, Randy Kobes - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [RELEASE CANDIDATE] libapreq2 2.09-RC2

2006-11-12 Thread Randy Kobes
Apache::TestConfigData point to the correct httpd.exe? -- best regards, Randy Kobes - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Modperl/Manifest.pm -- SVN 1.4.x breaks !!

2006-11-09 Thread Randy Kobes
On Thu, 9 Nov 2006, Philip M. Gollucci wrote: Stas Bekman wrote: Sorry, I missed Randy's comments. Well, how about having this file auto-generated *and* commited, so only before a new release someone, who does have an access to svn, will re-auto-generate the file? And if Randy is RM,

Re: svn commit: r472749 - /perl/modperl/trunk/lib/ModPerl/Manifest.pm

2006-11-08 Thread Randy Kobes
On Thu, 9 Nov 2006, [EMAIL PROTECTED] wrote: Author: pgollucci Date: Wed Nov 8 18:58:44 2006 New Revision: 472749 URL: http://svn.apache.org/viewvc?view=revrev=472749 Log: recode get_svn_files() to work with SVN clients 1.4.0 and 1.4.0+ simultaneously [.svn dirs in 1.4.0+ are now a binary

Re: [RELEASE CANDIDATE]: mod_perl-2.0.3 RC1

2006-09-12 Thread Randy Kobes
On Thu, 7 Sep 2006, Philip M. Gollucci wrote: A release candidate for mod_perl 2.0.3 is now available for testing. Please grab the candidate from http://people.apache.org/~pgollucci/mp2/mod_perl-2.0.3-rc1.tar.gz +1. Tested on - Win32: Apache/2.2.3 (winnt), perl-5.8.8 (ActivePerl 819) -

Re: [RELEASE CANDIDATE]: Apache-Test-1.29-RC1

2006-09-12 Thread Randy Kobes
On Thu, 7 Sep 2006, Philip M. Gollucci wrote: A release candidate for Apache-Test 1.29-RC1 is now available. http://people.apache.org/~pgollucci/at/Apache-Test-1.29-rc1.tar.gz +1. Tested on - Win32: Apache/2.2.3 (winnt) - linux: Apache/2.0.55 (prefork) -- best regards, Randy

Re: 'error-notes' has no value on errordocument redirect (patch and tests attached)

2006-08-24 Thread Randy Kobes
On Mon, 21 Aug 2006, Guy Albertelli II wrote: Hi, I noticed the call for tests. I think I have generated the tests correctly. Thanks, Guy - this has been committed as revision 436617. -- best regards, Randy - To

Re: 'error-notes' has no value on errordocument redirect (patch and tests attached)

2006-08-22 Thread Randy Kobes
On Mon, 21 Aug 2006, Guy Albertelli II wrote: Hi, I noticed the call for tests. I think I have generated the tests correctly. - the first test is for genrating a new 'error-notes' entry, and currently fails with apt_table_mergen() - the second one tests the case when 'error-notes' already

Re: [PATCH] Re: [mp2] finfo-ctime on Win32

2006-06-06 Thread Randy Kobes
On Tue, 6 Jun 2006, Steve Hay wrote: Steve Hay wrote: Randy Kobes wrote: Thanks very much for the explanation, Steve - that makes sense. So as was mentioned earlier, this problem probably won't be encountered by the majority of Win32 users, who will be unpacking a CPAN distribution

Re: svn commit: r411224 - /perl/modperl/trunk/src/modules/perl/mod_perl.c

2006-06-02 Thread Randy Kobes
On Fri, 2 Jun 2006, [EMAIL PROTECTED] wrote: Author: pgollucci Date: Fri Jun 2 11:05:31 2006 New Revision: 411224 URL: http://svn.apache.org/viewvc?rev=411224view=rev Log: PERL_SYS_INIT3() on WIN32 is a do {} Report by: Steve Hay [EMAIL PROTECTED] Modified:

Re: Apache/2.2.2 on Win32

2006-05-30 Thread Randy Kobes
On Wed, 24 May 2006, Steve Hay wrote: I only have a couple of other test failures left in my configuration too now: Failed Test Stat Wstat Total Fail Failed List of Failed t\api\status.t 62 33.33% 4-5 t\apr-ext\finfo.t 274 14.81% 11-12 25-26t\apr\finfo.t 284

[mp2] finfo-ctime on Win32

2006-05-30 Thread Randy Kobes
Hi Steve, and all, With the svn mp2 sources on Win32, and with either Apache/2.0 or Apache/2.2, I'm getting a couple of failures on t/(apr|apr-ext)/finfo.t with the finfo-ctime tests. The failures looked like # testing : $finfo-ctime() # expected: 1135891825 # received: 1135888225 and

Re: updating docs on perl.apache.org

2006-05-27 Thread Randy Kobes
On Sat, 27 May 2006, Frank Wiles wrote: On Sat, 27 May 2006 16:13:57 -0500 (CDT) Randy Kobes [EMAIL PROTECTED] wrote: Does someone know how to check if the generation of the perl.apache.org html docs from the svn repository is working? I committed a while ago some changes; they show up in our

Re: Apache/2.2.2 on Win32

2006-05-24 Thread Randy Kobes
On Tue, 23 May 2006, Randy Kobes wrote: On Win32 (ActivePerl 817, based on perl-5.8.8), there are a few failures using Apache/2.2.2 with the svn mod_perl sources. One set of failures is the apr-ext tests: [ ... ] The problem with these tests turned out to be that mp2 is using the config

Apache/2.2.2 on Win32

2006-05-22 Thread Randy Kobes
On Win32 (ActivePerl 817, based on perl-5.8.8), there are a few failures using Apache/2.2.2 with the svn mod_perl sources. One set of failures is the apr-ext tests: === Failed Test Stat Wstat Total Fail Failed List

Re: Does mp2 support httpd-2.2.0?

2006-04-26 Thread Randy Kobes
On Mon, 20 Feb 2006, Steve Hay wrote: I've been trying to build mod_perl-2.0.2 with httpd-2.2.0 on Win32 and found that it doesn't work very smoothly. First of all, perl Configure.pl --with-apache2=C:/apache2 had trouble finding the Apache.exe because it is now called httpd.exe; I later found

perl/*threads* tests on Win32

2006-04-01 Thread Randy Kobes
I had mentioned in a couple of earlier messages that the perl/*threads* tests on Win32 in the current mp2 svn sources were failing. I just tried this with the recently-released ActivePerl 817, based on 5.8.8; this contains some thread-related fixes which appear to have fixed the problems I was

filter/in_str_declined_read test

2006-04-01 Thread Randy Kobes
I'm wondering if anyone has seen any problems with the filter/in_str_declined_read test? On Win32, when run as part of the full test suite, I get a failure: t\filter\in_str_declined_read..request has failed (the response code was: 500) which is the only failure encountered. Nothing

Win32 build warnings

2006-04-01 Thread Randy Kobes
With the current svn sources, the 'perl Makefile.PL' stage on Win32 produces warnings: Note (probably harmless): No library found for /nologo Note (probably harmless): No library found for /subsystem:windows Note (probably harmless): No library found for /dll Note (probably harmless): No

Re: add_config() and thread-safety

2006-03-17 Thread Randy Kobes
On Fri, 17 Mar 2006, Philippe M. Chiasson wrote: I've been looking at the failure Randy reported with t/api/add_config failing when run multiple times. Took a while, but I finally got my eyes open today. It's an issue of thread-safety that was completely overlooked. [ ... ] It's been

Re: add_config test

2006-03-13 Thread Randy Kobes
On Mon, 13 Mar 2006, Philippe M. Chiasson wrote: Randy Kobes wrote: The t/TestAPI/add_config test fails for me on Win32 because the current way of getting the directory in on line 58 of add_config.pm produces an invalid directory name on Windows due the the presence of the drive letter

Re: add_config test

2006-03-12 Thread Randy Kobes
On Sat, 11 Mar 2006, Randy Kobes wrote: The t/TestAPI/add_config test fails for me on Win32 because the current way of getting the directory in on line 58 of add_config.pm produces an invalid directory name on Windows due the the presence of the drive letter. This diff: [ ... ] fixes

add_config test

2006-03-11 Thread Randy Kobes
The t/TestAPI/add_config test fails for me on Win32 because the current way of getting the directory in on line 58 of add_config.pm produces an invalid directory name on Windows due the the presence of the drive letter. This diff: = Index:

Re: Time for 2.0.3 ?

2006-03-10 Thread Randy Kobes
On Fri, 10 Mar 2006, Philippe M. Chiasson wrote: Unless anybody has strong objections about this, I'd like to volounteer to RM 2.0.3 sometime next week. I'd like to see Geoff's connection pnotes[1] make it in, but apart from that, I think we've got enough bug fixes (and new features) to

Re: Does mp2 support httpd-2.2.0?

2006-02-21 Thread Randy Kobes
On Mon, 20 Feb 2006, Steve Hay wrote: I've been trying to build mod_perl-2.0.2 with httpd-2.2.0 on Win32 and found that it doesn't work very smoothly. First of all, perl Configure.pl --with-apache2=C:/apache2 had trouble finding the Apache.exe because it is now called httpd.exe; I later found

Re: [PATCH] Fix mod_perl-1.0 for perl-5.8.8 on Win32

2006-02-15 Thread Randy Kobes
On Wed, 15 Feb 2006, Geoffrey Young wrote: So, the attached patch fixes all this. randy is probably the best person to look this one over. Do you want me to test with 5.8.5 to see if that still works? yeah, I really think we need to do that - as mp1 is still the stable workhorse that

Re: [Apache-Test patch] for shebang lines over 64 characters long

2005-12-18 Thread Randy Kobes
On Sun, 18 Dec 2005, Stas Bekman wrote: Randy Kobes wrote: On Fri, 16 Dec 2005, Stas Bekman wrote: Stas Bekman wrote: I guess if there are no objections I'll commit it on Monday. Sounds good to me - I tested the patch out on Win32 with the Apache-Test tests and also the apreq tests

Re: [Apache-Test patch] for shebang lines over 64 characters long

2005-12-17 Thread Randy Kobes
On Fri, 16 Dec 2005, Stas Bekman wrote: Stas Bekman wrote: I guess if there are no objections I'll commit it on Monday. Sounds good to me - I tested the patch out on Win32 with the Apache-Test tests and also the apreq tests (which involve some cgi tests), and these worked fine. -- best

Re: PAUSE permissions

2005-10-26 Thread Randy Kobes
On Wed, 26 Oct 2005, Geoffrey Young wrote: I went to pause and selected 3.1 Make somebody else co-maintainer but no mod_perl modules showed up in my list. so I'm not sure there's anything I alone can do... I would assume Andreas could do this, but, for future reference, it may be Stas that

PAUSE permissions

2005-10-25 Thread Randy Kobes
I think this has been noticed before, but currently the CPAN.pm shell doesn't recognize the latest mp2 release, because of permissions problems. I think what has to happen (which should all be doable through the PAUSE web page) is for co-ownership of these packages be granted to PGOLLUCCI, and

Re: [RELEASE CANDIDATE] Apache-Test-1.27 RC2

2005-10-12 Thread Randy Kobes
On Wed, 12 Oct 2005, Philip M. Gollucci wrote: A release candidate for Apache-Test 1.27 is now available. http://people.apache.org/~pgollucci/at/Apache-Test-1.27-RC2.tar.gz Please take the time to exercise the candidate through all your existing applications that use Apache-Test and report

Re: [RELEASE CANDIDATE] mod_perl-2.0.2 RC1

2005-10-12 Thread Randy Kobes
On Wed, 12 Oct 2005, Christopher H. Laco wrote: Philip M. Gollucci wrote: [ ... ] The other test is because the executable name doesn't match. Randy committed Steve's patch for this and this will be in RC2 and 2.0.2 release. t/directive/perldo.t 161 6.25% 12 #

Re: [RELEASE CANDIDATE] mod_perl-2.0.2 RC2

2005-10-12 Thread Randy Kobes
On Wed, 12 Oct 2005, Philip M. Gollucci wrote: A release candidate for mod_perl 2.0.2 is now available for testing. Please grab the candidate from http://people.apache.org/~pgollucci/mp2/mod_perl-2.0.2-RC2.tar.gz and report back successes or failures. Builds and tests fine on - linux:

Re: [RELEASE CANDIDATE] Apache-Test-1.27 RC2

2005-10-12 Thread Randy Kobes
On Wed, 12 Oct 2005, Philip M. Gollucci wrote: A release candidate for Apache-Test 1.27 is now available. http://people.apache.org/~pgollucci/at/Apache-Test-1.27-RC2.tar.gz Please take the time to exercise the candidate through all your existing applications that use Apache-Test and report

Re: [RELEASE CANDIDATE] mod_perl-2.0.2 RC1

2005-10-07 Thread Randy Kobes
On Fri, 7 Oct 2005, Steve Hay wrote: Now that I can run the tests, I find that there is one failure: t\directive\perldo.t test 12: # testing : $0 # expected: (?-xism:httpd) # received: C:\apache2\bin\Apache.EXE not ok 12 The attached (rather obvious) patch cures this, and all tests now pass

Re: [RELEASE CANDIDATE] mod_perl-2.0.2 RC1

2005-10-07 Thread Randy Kobes
On Fri, 7 Oct 2005, Perrin Harkins wrote: All tests passed on Fedora Core 3, apache 2.0.54, perl 5.8.7. I give it +1, as soon as the fix that Randy was tracking is in. Although it's a bit of a pain, I'd suggest making up a RC2 with the fix in. As well as fixing problems like Steve had with

Re: [RELEASE CANDIDATE] mod_perl-2.0.2 RC1

2005-10-06 Thread Randy Kobes
On Thu, 6 Oct 2005, Geoffrey Young wrote: By my count, thats 2 +1s. I'll have some A-T feedback later this weekend. just as a reminder, the ASF is really trying to enforce three +1 from pmc members prior to any official release coming from ASF projects, regardless of how many +1s something

Re: [RELEASE CANDIDATE] mod_perl-2.0.2 RC1

2005-10-06 Thread Randy Kobes
On Thu, 6 Oct 2005, Philip M. Gollucci wrote: Randy Kobes wrote: I think the problem is that a fix in the current svn for Apache::TestConfigParse didn't make it into this rc. The diff is [...] How is that possible, I saw Geoff commit it almost a month ago? I believe its even in the Changes

Re: towards a 2.07 release

2005-10-05 Thread Randy Kobes
On Wed, 5 Oct 2005, Steve Hay wrote: Joe Schaefer wrote: [ ... ] IMO submit a tested patch to libapreq's Param.xs that does this (where MY_PLATFORM is suitably defined to match the above): #ifdef MY_PLATFORM #undef PerlLIO_link #define PerlLIO_link(oldname, newname) win32_link(oldname,

Re: [PATCH] add ldd/otool output to bug reports

2005-09-12 Thread Randy Kobes
On Mon, 12 Sep 2005, Philip M. Gollucci wrote: If this point was reached, it would break Win32, plus any other system which didn't have an ldd in the PATH. Perhaps Apache::TestConfig::which() could be used to see if an ldd() [or otool()] is present, and skip this part if it's not found? I

Re: [PATCH] add ldd/otool output to bug reports

2005-09-09 Thread Randy Kobes
On Fri, 9 Sep 2005, Philip M. Gollucci wrote: For both mp2bug and A-T Question, why does A-T call it OSX and mp2 call it DARWIN ... should we sync one way or the other ? Index: lib/ModPerl/Config.pm === ---

Re: svn commit: r266284 - in /perl/modperl/docs/trunk/src/docs: general/control/control.pod general/correct_headers/correct_headers.pod general/perl_reference/perl_reference.pod general/testing/testin

2005-09-01 Thread Randy Kobes
On Fri, 2 Sep 2005, [EMAIL PROTECTED] wrote: Author: pgollucci Date: Thu Sep 1 21:44:13 2005 New Revision: 266284 URL: http://svn.apache.org/viewcvs?rev=266284view=rev Log: s/my(/my (/g [ ... ] That's really great to make all of these consistent; that was a lot of work! However, in a few

Re: new MP_ option MP_LIB_DESTDIR

2005-08-26 Thread Randy Kobes
On Thu, 25 Aug 2005, Philip M. Gollucci wrote: Hi, would it be worth while / useful to have another option to install the MP2 related *.pm/*.so files somewhere outside the PERL lib tree? In my thoughts, this would be used in tandem with MP_AP_DESTDIR. I ask because, when I want to have

Re: [Patch WIN32 apxs]

2005-08-01 Thread Randy Kobes
On Mon, 1 Aug 2005, William A. Rowe, Jr. wrote: Randy, thanks for all you efforts on this! Question before folks trip, was your 0.3 specific to httpd.exe and the apr-1 layout, or did you finish making this generic to both Apache 2.0 and 2.1-dev+? A warning on the website might be in order,

Re: [Patch WIN32 apxs]

2005-07-30 Thread Randy Kobes
On Fri, 22 Jul 2005, William A. Rowe, Jr. wrote: For users of Randy's apxs win32 (v 0.2) here's my gross hack to get it working again for 2.1-dev, 2.2. The binary has changed from apache.exe to httpd.exe, causing some pain. However, it's specific, I started generic but ran out of time

Re: RELEASE CANDIDATE] mod_perl-2.0.1 RC1

2005-06-13 Thread Randy Kobes
On Sun, 12 Jun 2005, Philippe M. Chiasson wrote: a release candidate for mod_perl 2.0.1 is now available for testing. please grab the candidate from http://people.apache.org/~gozer/mp2/mod_perl-2.0.1-dev.tar.gz and report back successes or failures. builds and tests fine on Win32

Re: Fix a couple of warnings on win32

2005-06-10 Thread Randy Kobes
On Fri, 10 Jun 2005, Philippe M. Chiasson wrote: Nick *** wrote: [ ... ] BTW, I get an error on win32 with ActivePerl 5.8.7, AP 2.0.54 and the latest MP2 svn cl -IE:/cygwin/usr/src/mod_perl-2.0/src/modules/perl -IE:/cygwin/usr/src /mod_perl-2.0/xs

Re: Apache2::DBI

2005-06-08 Thread Randy Kobes
On Wed, 8 Jun 2005, Philip M. Gollucci wrote: Adam Kennedy wrote: Indeed. All that might be needed is a small... =head1 COMPATIBILITY Apache::DBI is compatible with both the mod_perl 1 and mod_perl 2 APIs. ... somewhere very near the beginning of the POD. (personally I'd have

Re: Time for 2.0.1 ?

2005-06-07 Thread Randy Kobes
On Wed, 8 Jun 2005, Stas Bekman wrote: Philippe M. Chiasson wrote: It's been a little while since 2.0.0 was released, and we've since fixed quite a few bugs. Any objections to a 2.0.1 release sometime this week ? +1 +1 -- best regards, randy

utime on Win32

2005-05-21 Thread Randy Kobes
In t/lib/TestAPR/finfo.pm, for Win32, utime undef, undef, $file; is used. However, with perl-5.8.0, this leads to a warning about an uninitialized value being used, causing the finfo tests to fail. This apparently is a bug in 5.8.0, as it's OK with 5.8.6. Would the following patch be OK?

Re: additional APR::Status::is_* functions?

2005-05-09 Thread Randy Kobes
On Sat, 7 May 2005, Stas Bekman wrote: Randy Kobes wrote: [ ... ] However, most of the other APR_STATUS_IS_* macros have this warning in apr_errno.h: @warning * always use this test, as platform-specific variances * may meet this more than one error code as well as comments

additional APR::Status::is_* functions?

2005-05-07 Thread Randy Kobes
In the t/protocol/ tests, there's some comparisions of $@ to APR::Const::ECONNABORTED and APR::Const::EOF made. As such, it may be an idea to add and use APR::Status::is_ECONNABORTED and APR::Status::is_EOF instead. At the present time APR_EOF doesn't have any variants: #define

Re: additional APR::Status::is_* functions?

2005-05-07 Thread Randy Kobes
On Sat, 7 May 2005, Stas Bekman wrote: Randy Kobes wrote: In the t/protocol/ tests, there's some comparisions of $@ to APR::Const::ECONNABORTED and APR::Const::EOF made. As such, it may be an idea to add and use APR::Status::is_ECONNABORTED and APR::Status::is_EOF instead

Re: ModPerl::RegistryPrefork = core?

2005-05-07 Thread Randy Kobes
On Sat, 7 May 2005, Stas Bekman wrote: Based on the input I had it looks that many people rely on registry doing chdir to the script's location. We don't do that in the current registry generation since this is not working under the threaded env and we want things to be working the same

Re: [ANNOUNCE] mod_perl 2.0.0-RC6

2005-05-04 Thread Randy Kobes
On Wed, 4 May 2005, Geoffrey Young wrote: file: $CPAN/authors/id/S/ST/STAS/mod_perl-2.0.0-RC6.tar.gz looks good, +1 +1 -- best regards, randy - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

Re: [ANNOUNCE] Apache-Test 1.23

2005-05-04 Thread Randy Kobes
On Wed, 4 May 2005, Geoffrey Young wrote: file: $CPAN/authors/id/S/ST/STAS/Apache-Test-1.23.tar.gz looks good, +1 +1 -- best regards, randy - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

Re: [TODO] completed

2005-04-23 Thread Randy Kobes
On Sat, 23 Apr 2005, Stas Bekman wrote: Randy Kobes wrote: [ .. ] That'd be nice to clean this up ... I'm wondering though about having, in particular, apr-ext tests for socket.pm sockaddr.pm brigade.pm that simply load the modules. In looking at the corrsponding responses

Re: [TODO] completed

2005-04-22 Thread Randy Kobes
On Thu, 21 Apr 2005, Philip M. Gollucci wrote: Hi, knock out 1 of the todo/bugs_apr_ext :) FYI: APR::NetLib does not exist. See attached. HTH That'd be nice to clean this up ... I'm wondering though about having, in particular, apr-ext tests for socket.pm sockaddr.pm brigade.pm

Re: adding APR::Status?

2005-04-19 Thread Randy Kobes
On Tue, 19 Apr 2005, Randy Kobes wrote: [ ... ] APR::Status::is_EAGAIN sounds good ... I'll make up a modified patch doing this, defined as a macro, for just EAGAIN. Here it is ... === Index: xs/maps/apr_functions.map

adding APR::Status?

2005-04-17 Thread Randy Kobes
In the discussion of a failure on Win32 of t/error/runtime at http://marc.theaimsgroup.com/?t=11121785691r=1w=2, Stas suggested adding an APR::Status, containing things like APR_STATUS_IS_EAGAIN(s) from apr_errno.h. I've attached a patch against the current mp2 svn implementing such a thing,

Apache2-request in Apache::SizeLimit

2005-04-17 Thread Randy Kobes
In the current mp2 svn, Apache::SizeLimit uses Apache2-request - should that be Apache2::RequestUtil-request? === Index: lib/Apache2/SizeLimit.pm === --- lib/Apache2/SizeLimit.pm

Re: vote on RC5

2005-04-12 Thread Randy Kobes
On Tue, 2005-04-12 at 12:19 -0400, Geoffrey Young wrote: votes? +1 -- best regards, randy - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [RELEASE CANDIDATE] mod_perl 2.0-RC5

2005-04-12 Thread Randy Kobes
On Tue, 12 Apr 2005, Steve Hay wrote: Geoffrey Young wrote: the mod_perl development team is pleased to announce that we have a new candidate for mod_perl 2.0, ready and waiting for testers. No good for me on Win32 :( Using Apache 2.0.53, bleadperl (@22511), I have the testsuite crashing

Re: svn commit: r160938 - perl/modperl/docs/trunk/src/docs/2.0/rename.pod

2005-04-11 Thread Randy Kobes
On Mon, 11 Apr 2005, Stas Bekman wrote: [EMAIL PROTECTED] wrote: [ .. ] +Before doing this, you may want to verify that there are no +3rd-party modules within this tree that you might like to +keep: + + % find /opt/lib/perl5 -name 'Apache2*' -exec ls -lR {} \; + +will list the

Re: svn commit: r160938 - perl/modperl/docs/trunk/src/docs/2.0/rename.pod

2005-04-11 Thread Randy Kobes
On Mon, 11 Apr 2005, Stas Bekman wrote: Randy Kobes wrote: On Mon, 11 Apr 2005, Stas Bekman wrote: [EMAIL PROTECTED] wrote: [ .. ] +Before doing this, you may want to verify that there are no +3rd-party modules within this tree that you might like to +keep: + + % find /opt/lib/perl5

Re: potential release candidate

2005-04-11 Thread Randy Kobes
On Mon, 11 Apr 2005, Geoffrey Young wrote: To avoid such problems with CPAN/CPANPLUS, I think that's correct that all the prior RCs should be removed. The problem is is that, even though, for example, Apache::PerlSections in RC4 will be renamed to Apache2::PerlSections, the CPAN/PAUSE

Re: Test failure on Win32: t/error/runtime.t

2005-04-10 Thread Randy Kobes
On Fri, 8 Apr 2005, Stas Bekman wrote: eval block has failed: APR::Socket::recv: (730035) A non-blocking socket operation could not be completed immediately. at C:\\apache2\\source\\mod_perl-2.0\\t\\response/TestError/runtime.pm line 156 at

Re: potential release candidate

2005-04-09 Thread Randy Kobes
On Sat, 9 Apr 2005, Geoffrey Young wrote: Randal L. Schwartz wrote: Geoffrey == Geoffrey Young [EMAIL PROTECTED] writes: Geoffrey alright, since lincoln is good to go and things (in general) Geoffrey seem to be in good shape, I'd like to roll an official RC on Geoffrey monday, with

  1   2   3   4   5   6   >