Re: [PATCH] lib/mod_perl2.pm

2005-04-20 Thread Philip M. Gollucci
Philip M. Gollucci wrote: Fix the @INC which I caught via the Apache2::Status loaded modules screen: Index: mod_perl2.pm === --- mod_perl2.pm(revision 164006) +++ mod_perl2.pm(working copy) @@ -41,7 +41,7 @@ } $mod_pe

[PATCH] lib/mod_perl2.pm

2005-04-20 Thread Philip M. Gollucci
Fix the @INC which I caught via the Apache2::Status loaded modules screen: Index: mod_perl2.pm === --- mod_perl2.pm(revision 164006) +++ mod_perl2.pm(working copy) @@ -41,7 +41,7 @@ } $mod_perl::VERSION = $mod_perl2::

Re: [mp2] new ithreads branch?

2005-04-20 Thread Stas Bekman
Joe Schaefer wrote: Geoffrey Young <[EMAIL PROTECTED]> writes: Stas Bekman wrote: [...] Me too :) should we call it 'ithreads'? svn.apache.org/viewcvs.cgi/perl/modperl/branches/ithreads? sounds good. maybe the unstable- prefix like apreq and the rename did is also a good When making the branch

Re: [mp2] new ithreads branch?

2005-04-20 Thread Geoffrey Young
> In any case, once I have the ithreads-unstable branch of mp2, how do I > proceed? Do I need to make a separate branch of A-T and then somehow > tell the ithreads-unstable to use that as externals? yes exactly - a new A-T branch then [mod_perl-2.0] $ svn propedit svn:externals . to make the

Re: [mp2 patch] please test this on win32 (CLONE_SKIP)

2005-04-20 Thread Stas Bekman
Steve Hay wrote: Stas Bekman wrote: Randy, Steve, please build blead-perl @24247 or higher, then apply this patch and see if the crashes in the tests with threads go away. No - ithreads.t still crashed Apache.exe :( Setup: apache 2.0.54, bleadperl (@24257), svn mp2 (@162019) + your patch. Thanks

Re: [mp2] new ithreads branch?

2005-04-20 Thread Joe Schaefer
Geoffrey Young <[EMAIL PROTECTED]> writes: > Stas Bekman wrote: [...] >> Me too :) should we call it 'ithreads'? >> >> svn.apache.org/viewcvs.cgi/perl/modperl/branches/ithreads? > > sounds good. maybe the unstable- prefix like apreq and the rename did > is also a good When making the branches

Re: make DESTDIR=... install

2005-04-20 Thread Stas Bekman
Stas Bekman wrote: Torsten Foertsch wrote: Hi, installing into a separate directory via "make DESTDIR=... install" does not work with RC5. The attached patch cures that. Thanks Torsten. Hopefully this was the last thing lost in the merging of the rename branch, which was promised to just work.

Re: [mp2] new ithreads branch?

2005-04-20 Thread Stas Bekman
Geoffrey Young wrote: Stas Bekman wrote: Geoffrey Young wrote: Stas Bekman wrote: I'm working out the details of using the new CLONE_SKIP feature. I was thinking that it'd be useful to make a new branch for tha purpose. The main problem is that at the moment we can't run the new tests conditional

Re: [mp2] new ithreads branch?

2005-04-20 Thread Geoffrey Young
Stas Bekman wrote: > Geoffrey Young wrote: > >> >> Stas Bekman wrote: >> >>> I'm working out the details of using the new CLONE_SKIP feature. I was >>> thinking that it'd be useful to make a new branch for tha purpose. The >>> main problem is that at the moment we can't run the new tests >>> con

Re: [mp2] new ithreads branch?

2005-04-20 Thread Stas Bekman
Geoffrey Young wrote: Stas Bekman wrote: I'm working out the details of using the new CLONE_SKIP feature. I was thinking that it'd be useful to make a new branch for tha purpose. The main problem is that at the moment we can't run the new tests conditionally, since there is nothing to condition the

Re: [mp2 patch] please test this on win32 (CLONE_SKIP)

2005-04-20 Thread Steve Hay
Stas Bekman wrote: >Randy, Steve, please build blead-perl @24247 or higher, then apply this >patch and see if the crashes in the tests with threads go away. > No - ithreads.t still crashed Apache.exe :( Setup: apache 2.0.54, bleadperl (@24257), svn mp2 (@162019) + your patch.

Re: [mp2] new ithreads branch?

2005-04-20 Thread Geoffrey Young
Stas Bekman wrote: > I'm working out the details of using the new CLONE_SKIP feature. I was > thinking that it'd be useful to make a new branch for tha purpose. The > main problem is that at the moment we can't run the new tests > conditionally, since there is nothing to condition the support for

Re: make DESTDIR=... install

2005-04-20 Thread Geoffrey Young
>> yeah, well, I'm sorry about that. I did the best I could. > > > We know that Geoff. I wasn't talking about you, but the promise that svn > will just do the right thing. Apparently it quite sucks at automatic > merging and is too error-prone. :) --Geoff

[mp2] new ithreads branch?

2005-04-20 Thread Stas Bekman
I'm working out the details of using the new CLONE_SKIP feature. I was thinking that it'd be useful to make a new branch for tha purpose. The main problem is that at the moment we can't run the new tests conditionally, since there is nothing to condition the support for CLONE_SKIP :( Another i

Re: make DESTDIR=... install

2005-04-20 Thread Stas Bekman
Geoffrey Young wrote: Stas Bekman wrote: Torsten Foertsch wrote: Hi, installing into a separate directory via "make DESTDIR=... install" does not work with RC5. The attached patch cures that. Thanks Torsten. Hopefully this was the last thing lost in the merging of the rename branch, which was pro

Re: make DESTDIR=... install

2005-04-20 Thread Geoffrey Young
Stas Bekman wrote: > Torsten Foertsch wrote: > >> Hi, >> >> installing into a separate directory via "make DESTDIR=... install" >> does not work with RC5. >> >> The attached patch cures that. > > > Thanks Torsten. Hopefully this was the last thing lost in the merging of > the rename branch, wh

Re: [PATCH] updating CGI.pm for new mod_perl 2.0 API

2005-04-20 Thread Lincoln Stein
Done. Lincoln On Thursday 14 April 2005 09:49 am, Geoffrey Young wrote: > Lincoln Stein wrote: > > No, I'm ready to release the new version whenever it's convenient for > > you. > > ok, I just released RC5 to CPAN, so whenever you have time to release > 3.08 would be great. > > thanks for your he

Re: make DESTDIR=... install

2005-04-20 Thread Stas Bekman
Torsten Foertsch wrote: Hi, installing into a separate directory via "make DESTDIR=... install" does not work with RC5. The attached patch cures that. Thanks Torsten. Hopefully this was the last thing lost in the merging of the rename branch, which was promised to just work. At the moment svn i

make DESTDIR=... install

2005-04-20 Thread Torsten Foertsch
Hi, installing into a separate directory via "make DESTDIR=... install" does not work with RC5. The attached patch cures that. Another installation target "install_vendor" does not work at all. Distributors like Suse/Novell used to use this target for making RPM packages of Perl modules. Is i