Re: broken svn? tagging commits things to the trunk?

2005-05-04 Thread Philippe M. Chiasson
Stas Bekman wrote: > Stas Bekman wrote: > > [...] > I suppose we would like to change the tagging target in makefile from > the above to: > > svn copy http://svn.apache.org/viewcvs.cgi/perl/modperl/trunk > https://svn.apache.org/repos/asf/perl/modperl/tags/$(VERSION_SYM) > > so local changes don

Re: [PATCH] Dynamic linking on Cygwin

2005-05-04 Thread Stas Bekman
Nick *** wrote: >It changes apru_link_flags(). Now I don't know whether this won't create >problems on other platforms/compilers. So if you can make that CYGWIN >specific change, I'll gladly put it in. > >Thanks Nick. > Yes Stas, you are right. I did some research an it seems like this can

Re: CPAN issues

2005-05-04 Thread Stas Bekman
Markus Wichitill wrote: [...] I'm not one of those people, but I've noticed this: (Database was generated on Wed, 04 May 2005 03:57:52 GMT) cpan> m /Reload/ Module Apache2::Reload (G/GE/GEOFF/mod_perl-2.0.0-RC5.tar.gz) Module Apache::Reload (Contact Author Matt Sergeant [...]) [.

Re: problems with pause indexer: APML

2005-05-04 Thread Stas Bekman
Andreas J Koenig wrote: On Tue, 03 May 2005 23:13:27 -0700, Stas Bekman <[EMAIL PROTECTED]> said: > Hi Andreas, > Any idea why the below has happened? I was releasing before and everything > worked just fine. I've moved the perms to APML as you've told me to (and > asked everybody else t

Re: [ANNOUNCE] mod_perl 2.0.0-RC6

2005-05-04 Thread Joe Schaefer
Randy Kobes <[EMAIL PROTECTED]> writes: > On Wed, 4 May 2005, Steve Hay wrote: > >> Randy Kobes wrote: >> >> >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 >> > >> Really? Don't you get the

Re: [ANNOUNCE] mod_perl 2.0.0-RC6

2005-05-04 Thread Randy Kobes
On Wed, 4 May 2005, Steve Hay wrote: > Randy Kobes wrote: > > >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 > > > Really? Don't you get the test failures that myself and > Markus have got? Yes,

Re: [ANNOUNCE] mod_perl 2.0.0-RC6

2005-05-04 Thread Markus Wichitill
Geoffrey Young wrote: for the record, though, I don't see those failures, but I'm not running on win32 :) That's because on Linux, non-existing files apparently have a size of 4096 bytes, according to APR. No wonder we need new harddrives all the time. :) -

Re: [ANNOUNCE] mod_perl 2.0.0-RC6

2005-05-04 Thread Steve Hay
Geoffrey Young wrote: looks good, +1 >>>+1 >>> >>> >>> >>Really? Don't you get the test failures that myself and Markus have got? >> >> > >for the record, though, I don't see those failures, but I'm not running on >win32 :) > I meant Randy, actually, bu

Re: [ANNOUNCE] mod_perl 2.0.0-RC6

2005-05-04 Thread Geoffrey Young
>>>looks good, +1 >>> >>> >> >>+1 >> > > Really? Don't you get the test failures that myself and Markus have got? for my part, that was a +1 to the release of RC6 (though a bit after the fact). not every failure is a showstopper for a release candidate to make its way into the wild. that's

Re: [ANNOUNCE] mod_perl 2.0.0-RC6

2005-05-04 Thread Steve Hay
Randy Kobes wrote: >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 > Really? Don't you get the test failures that myself and Markus have got? --

Re: CPAN issues

2005-05-04 Thread Geoffrey Young
> cpan> m /Reload/ > Module Apache2::Reload (G/GE/GEOFF/mod_perl-2.0.0-RC5.tar.gz) that I still own this is probably due to pause permission problems. I've added stas (and apml and gozer) as co-maintainer to all the Apache2:: modules so stas should be able to visit pause and reindex RC6

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: CPAN issues

2005-05-04 Thread Markus Wichitill
Geoffrey Young wrote: so, can folks take the time to look things over and make sure that everything is the way it needs to be? a quick browse to http://search.cpan.org/dist/Apache-Reload/ shows the mp1 version, so I _think_ we're ok, but it would be nice to know for sure, especially from the peo

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-mai

CPAN issues

2005-05-04 Thread Geoffrey Young
hi all :) according to http://search.cpan.org/dist/mod_perl/ the only mod_perl packages on cpan are mp1 or mp2-post-rename, which hopefully means that whatever cpan issues we were trying to fix with the rename have trickled down the chain. so, can folks take the time to look things over and make

Re: [ANNOUNCE] Apache-Test 1.23

2005-05-04 Thread Geoffrey Young
> file: $CPAN/authors/id/S/ST/STAS/Apache-Test-1.23.tar.gz looks good, +1 :) --Geoff - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [ANNOUNCE] mod_perl 2.0.0-RC6

2005-05-04 Thread Geoffrey Young
> file: $CPAN/authors/id/S/ST/STAS/mod_perl-2.0.0-RC6.tar.gz looks good, +1 :) --Geoff - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [PATCH] Dynamic linking on Cygwin

2005-05-04 Thread Nick ***
>It changes apru_link_flags(). Now I don't know whether this won't create >problems on other platforms/compilers. So if you can make that CYGWIN >specific change, I'll gladly put it in. > >Thanks Nick. > Yes Stas, you are right. I did some research an it seems like this can break somethin

Re: time for RC6?

2005-05-04 Thread Stas Bekman
Philip M. Gollucci wrote: Stas Bekman wrote: I'm at the cansecwest conference, but I'll see if I will be able to release RC6 in the next few days. RC6 looks good from the FreeBSD end Stas. Good work all. thanks Philip. t/modules/proxy is still failing though. make test TEST_VERBOSE=1 TEST_FILES="

Re: broken svn? tagging commits things to the trunk?

2005-05-04 Thread Stas Bekman
Stas Bekman wrote: Something is broken here. Why making tag commits changes that weren't intended to be committed to the trunk? The tagging was done via make which does: svn copy . https://svn.apache.org/repos/asf/perl/modperl/tags/$(VERSION_SYM) :( Actually, I was wrong: it has committed