Re: cvs commit: modperl-2.0/todo possible_new_features.txt

2001-08-01 Thread Doug MacEachern
On 2 Aug 2001 [EMAIL PROTECTED] wrote: > +- Apache::compat has to be loaded before CGI.pm, other than > + documenting this issue, it's possible that we will add: > + > + #ifdef MP_APACHE_COMPAT > + modperl_require_module("Apache::compat"); > + #endif > + > + if MP_AP

Re: cvs commit: modperl-2.0/t/response/TestApache cgihandler.pm

2001-08-01 Thread Doug MacEachern
On Thu, 2 Aug 2001, Stas Bekman wrote: > Is it because the current version of CGI.pm doesn't support mod_perl 2.x yes. > and will have to a special handling of mod_perl 2.x? umm, no, it just needs Apache::compat loaded. but really, see the comment in Apache::compat: #1.xx compat layer #some

Re: cvs commit: modperl-2.0/t/response/TestApache cgihandler.pm

2001-08-01 Thread Stas Bekman
On Wed, 1 Aug 2001, Doug MacEachern wrote: > On Thu, 2 Aug 2001, Stas Bekman wrote: > > > so why would this test(s) fail, then? > > because you moved the require of CGI to happen before the > t/response/TestModules/cgi.pm test required Apache::compat. > > > I don't think it was exercising 1.x com

Re: cvs commit: modperl-2.0/t/response/TestApache cgihandler.pm

2001-08-01 Thread Doug MacEachern
On Thu, 2 Aug 2001, Stas Bekman wrote: > so why would this test(s) fail, then? because you moved the require of CGI to happen before the t/response/TestModules/cgi.pm test required Apache::compat. > I don't think it was exercising 1.x compat, or was it? anything that uses CGI.pm is excercising

Re: cvs commit: modperl-2.0/t/response/TestApache cgihandler.pm

2001-08-01 Thread Stas Bekman
On Wed, 1 Aug 2001, Doug MacEachern wrote: > On Thu, 2 Aug 2001, Stas Bekman wrote: > > > Now how do we make sure that Apache::compat is loaded before CGI.pm? > > Should I put a special case logic into the code that does the actual > > require to load Apache::compat if CGI.pm is loaded? This won'

updating modperl-site?

2001-08-01 Thread Stas Bekman
Hey guys, any idea why after Brian has moved the Apache cvs reps to use pserver, this one liner doesn't work any more? ssh -l sbekman perl.apache.org '(cd /www/perl.apache.org;cvs update -dP)' it just hangs. I've to do: ssh -l sbekman perl.apache.org cd /www/perl.apache.org;cvs update -dP ^D :

Re: cvs commit: modperl-2.0/t/response/TestApache cgihandler.pm

2001-08-01 Thread Doug MacEachern
On Thu, 2 Aug 2001, Stas Bekman wrote: > Now how do we make sure that Apache::compat is loaded before CGI.pm? > Should I put a special case logic into the code that does the actual > require to load Apache::compat if CGI.pm is loaded? This won't work from > sections or startup.pl though. no, A

Re: cvs commit: modperl-2.0/t/response/TestApache cgihandler.pm

2001-08-01 Thread Stas Bekman
On Wed, 1 Aug 2001, Doug MacEachern wrote: > On Thu, 2 Aug 2001, Stas Bekman wrote: > > > On 1 Aug 2001 [EMAIL PROTECTED] wrote: > > > > > dougm 01/08/01 10:03:19 > > > > > > Modified:t/response/TestApache cgihandler.pm > > > Log: > > > workaround for modules/cgi #3 failure > > >

Re: current 'make test' status

2001-08-01 Thread Stas Bekman
On Thu, 2 Aug 2001, Stas Bekman wrote: > Ok, so with the latest workaround the normal run of 'make test' succeeds > on my machine. But, if I stress-test, I see segfaults: > > % ./t/TEST -order=random -times=5 > > ... > apr/base64..malformed response at > /home/stas/apache.org/modperl-

Re: cvs commit: modperl-2.0/t/response/TestApache cgihandler.pm

2001-08-01 Thread Doug MacEachern
On Thu, 2 Aug 2001, Stas Bekman wrote: > On 1 Aug 2001 [EMAIL PROTECTED] wrote: > > > dougm 01/08/01 10:03:19 > > > > Modified:t/response/TestApache cgihandler.pm > > Log: > > workaround for modules/cgi #3 failure > > it seems to work :) cool. that was a needle in the haystack

Re: Makefile.PL problem

2001-08-01 Thread Doug MacEachern
On Wed, 1 Aug 2001, Tom Lancaster wrote: > Hi, > > I'm using cvs latest httpd-2.0, modperl-2.0 and although apache compiles and > installs fine I've not been able to get through perl Makefile.PL in > modperl-2.0. > > The root of the error appears to be Apache::Build->httpd_version, which is > n

current 'make test' status

2001-08-01 Thread Stas Bekman
Ok, so with the latest workaround the normal run of 'make test' succeeds on my machine. But, if I stress-test, I see segfaults: % ./t/TEST -order=random -times=5 ... apr/base64..malformed response at /home/stas/apache.org/modperl-2.0-perlmodule/blib/lib/Apache/TestRequest.pm line 241

Re: cvs commit: modperl-2.0/t/response/TestApache cgihandler.pm

2001-08-01 Thread Stas Bekman
On 1 Aug 2001 [EMAIL PROTECTED] wrote: > dougm 01/08/01 10:03:19 > > Modified:t/response/TestApache cgihandler.pm > Log: > workaround for modules/cgi #3 failure it seems to work :) Now, if I load CGI.pm via the newly crafted PerlModule I've a different problem with modules/cgi #

Makefile.PL problem

2001-08-01 Thread Tom Lancaster
Hi, I'm using cvs latest httpd-2.0, modperl-2.0 and although apache compiles and installs fine I've not been able to get through perl Makefile.PL in modperl-2.0. The root of the error appears to be Apache::Build->httpd_version, which is not returning a good value. If I hard code '2.0' into Makef

RE: Apache-Test dir moved

2001-08-01 Thread Doug MacEachern
On Wed, 1 Aug 2001, Geoffrey Young wrote: > > I've noticed that Apache-Test dir has been silently moved from > > modperl-2.0 and linked from somewhere else. > > I guess that Ryan moved it to the httpd-test project. the idea is to have > it live there and have a mod_perl 2.0 checkout get the fil

[patch] ithreads + refto bug (fwd)

2001-08-01 Thread Doug MacEachern
fyi, this was the cause of modules/cgi #3 test failure.. -- Forwarded message -- Date: Wed, 1 Aug 2001 09:47:28 -0700 (PDT) From: Doug MacEachern <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: [patch] ithreads + refto bug strange bug, happens in both 5.6.x and bleedperl, the

RE: Apache-Test dir moved

2001-08-01 Thread Geoffrey Young
> -Original Message- > From: Stas Bekman [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, August 01, 2001 3:06 AM > To: modperl-2.0 dev-list > Subject: Apache-Test dir moved > > > I've noticed that Apache-Test dir has been silently moved from > modperl-2.0 and linked from somewhere else.