mp1 -> svn

2005-04-11 Thread Philippe M. Chiasson
Hello all. I think it's about time to move mp1 over to the subversion repository. I want to spend a few days in the near future going thru the reported mp1 problems and possibly release a new mp1 from it's new svn home if I can get a few patches in easily. So, I am looking for feedback on where t

Re: [RELEASE CANDIDATE] mod_perl 2.0-RC5

2005-04-11 Thread Philippe M. Chiasson
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. [...] Looks like things are borked on OS X ;-( Darwin (OS X): Static: bus error on startup (will investigate) Dynamic: worker & prefork:

Re: [RELEASE CANDIDATE] mod_perl 2.0-RC5

2005-04-11 Thread Philip M. Gollucci
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. FBSD 6-current bleed perl w/out ithreads http2/prefork apr is not threaded modules/proxy.t fails for me error log and test output attached. Everyt

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

2005-04-11 Thread Stas Bekman
Randy Kobes wrote: 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 C:\\apache2\\source\\mod_perl-2.0\\t\

Re: todo/bugs_build

2005-04-11 Thread Stas Bekman
Philip M. Gollucci wrote: >FreeBSD ?? DSO Works with non-threaded perl (4.8-RELEASE and >5.1-RELEASE) >http://marc.theaimsgroup.com/?l=apache-modperl&m=106399870822612&w=2 >It doesn't work with threaded perl/worker mpm, >seemingly because of the

Re: [RELEASE CANDIDATE] mod_perl 2.0-RC5

2005-04-11 Thread Stas Bekman
Stas Bekman wrote: Adam Prime x443 wrote: Assuming i was upgrading a machine running RC4 to RC5, what is the easiest way to remove RC4 so RC5 will install? make uninstall in the old build directory says it's depreciated (looking at the makefile), but offers no automated alternative? Will it do the

Re: [RELEASE CANDIDATE] mod_perl 2.0-RC5

2005-04-11 Thread Stas Bekman
Adam Prime x443 wrote: Assuming i was upgrading a machine running RC4 to RC5, what is the easiest way to remove RC4 so RC5 will install? make uninstall in the old build directory says it's depreciated (looking at the makefile), but offers no automated alternative? Will it do the job or do I really

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 CPA

Re: potential release candidate

2005-04-11 Thread Stas Bekman
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 indices map modules to distributio

Re: svn commit: r160872 - in perl/modperl/trunk: INSTALL META.yml RELEASE bin/mp2bug lib/ModPerl/TestReport.pm

2005-04-11 Thread Stas Bekman
Modified: perl/modperl/trunk/lib/ModPerl/TestReport.pm URL: http://svn.apache.org/viewcvs/perl/modperl/trunk/lib/ModPerl/TestReport.pm?view=diff&r1=160871&r2=160872 == --- perl/modperl/trunk/lib/ModPerl/TestReport.pm (ori

Re: potential release candidate

2005-04-11 Thread Geoffrey Young
> 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 indices map modules to > distributions, and s

[RELEASE CANDIDATE] Apache-Test

2005-04-11 Thread Geoffrey Young
we are pleased to announce a new release candidate for the Apache-Test distribution. http://people.apache.org/~geoff/Apache-Test-1.22-dev.tar.gz the important change to note for this release is that mod_perl support is incompatible with mod_perl versions 1.999_21 and earlier. in other words if

[RELEASE CANDIDATE] mod_perl 2.0-RC5

2005-04-11 Thread Geoffrey Young
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. this release, mod_perl 1.999_22, is a _very_ significant release as it contains major API changes and is completely incompatible with any prior release of mod_perl 1.9

Re: lib/ModPerl/TestReport.pm

2005-04-11 Thread Philip M. Gollucci
Geoffrey Young wrote: -mod_perl +mod_perl2 thanks. I actually kept mod_perl and added mod_perl2 and Apache2 figuring those might help us debug some of the inevitable rename issues. I also applied some form of your other patches. thanks for taking the time to submit them. I'm going to

Re: lib/ModPerl/TestReport.pm

2005-04-11 Thread Geoffrey Young
> -mod_perl > +mod_perl2 thanks. I actually kept mod_perl and added mod_perl2 and Apache2 figuring those might help us debug some of the inevitable rename issues. I also applied some form of your other patches. thanks for taking the time to submit them. I'm going to roll a release can

lib/ModPerl/TestReport.pm

2005-04-11 Thread Philip M. Gollucci
Fixes missing version of mp2 at bottom of report: Index: TestReport.pm === --- TestReport.pm (revision 160843) +++ TestReport.pm (working copy) @@ -22,7 +22,7 @@ my @interesting_packages = qw( CGI Apache2::Reques

[PATCH] bin/mp2bug

2005-04-11 Thread Philip M. Gollucci
Follow rename through: Index: mp2bug === --- mp2bug (revision 160722) +++ mp2bug (working copy) @@ -19,7 +19,7 @@ use FindBin; -use constant IS_MOD_PERL_BUILD => -e "$FindBin::Bin/../lib/mod_perl.pm"; +use constant IS_MOD_PE

todo/bugs_build

2005-04-11 Thread Philip M. Gollucci
>FreeBSD ?? DSO Works with non-threaded perl (4.8-RELEASE and >5.1-RELEASE) >http://marc.theaimsgroup.com/?l=apache-modperl&m=106399870822612&w=2 >It doesn't work with threaded perl/worker mpm, >seemingly because of the problems with threads on >