Re: [mp2] NetBSD-2.0_RC1 httpd-2.0.52 modperl-1.99_17-dev configure error

2004-10-04 Thread MGorbunov
Stas Bekman <[EMAIL PROTECTED]> wrote on 01.10.2004 18:20:50: > [EMAIL PROTECTED] wrote: > > Stas Bekman <[EMAIL PROTECTED]> wrote on 01.10.2004 06:08:34: > > > >>I can't reproduce that. Could you please try to debug that code? It's > > > > just > > > >>perl in Makefile.PL. > > > > > > tri

Re: [mp2] NetBSD-2.0_RC1 httpd-2.0.52 modperl-1.99_17-dev configure error

2004-10-01 Thread MGorbunov
Stas Bekman <[EMAIL PROTECTED]> wrote on 01.10.2004 06:08:34: > I can't reproduce that. Could you please try to debug that code? It's just > perl in Makefile.PL. tried that with perl -d Makefile.PL MP_AP_PREFIX=$HOME/mp-test/httpd-2.0 looks like it stops here: 171:unless ($val) { DB

[mp2] NetBSD-2.0_RC1 httpd-2.0.52 modperl-1.99_17-dev configure error

2004-09-29 Thread MGorbunov
NetBSD-2.0_RC1 + perl-5.8.5 + httpd-2.0.52 : all the above builds and runs OK, but when trying to configure source of modperl-1.99_17-dev I get the following: $ perl Makefile.PL MP_AP_PREFIX=$HOME/mp-test/httpd-2.0 Reading Makefile.PL args from @ARGV MP_AP_PREFIX = /home/mgorb/mp-test/httpd-

Re: [mp2] NetBSD-1.6.2 modperl 1.99_16 httpd 2.0.51-dev make test errors

2004-09-29 Thread MGorbunov
Stas Bekman <[EMAIL PROTECTED]> wrote on 29.09.2004 16:27:50: > > Thanks, but these particular 4 tests, were they passed or skipped? I > suppose passed, since the rule is to skip only for < 2.0.52. > k714% make test TEST_VERBOSE=1 \ > TEST_FILES="t/filter/both_str_con_add.t t/protocol/echo_bloc

Re: [mp2] NetBSD-1.6.2 modperl 1.99_16 httpd 2.0.51-dev make test errors

2004-09-29 Thread MGorbunov
Stas Bekman <[EMAIL PROTECTED]> wrote on 29.09.2004 02:51:13: > OK, Apache 2.0.52 is out, could you please report that these tests pass > with that version (unpatched!) and the current modperl-2.0 cvs? > > t/filter/both_str_con_add.t t/protocol/echo_block.t > t/protocol/echo_filter.t t/protocol

Re: [mp2] NetBSD-1.6.2 modperl 1.99_16 httpd 2.0.51-dev make test errors

2004-09-15 Thread MGorbunov
Stas Bekman <[EMAIL PROTECTED]> wrote on 15.09.2004 18:03:35: > > > > Warning: You do not have permissions to install into > > /usr/pkg/lib/perl5/site_perl/5.8.4/i386-netbsd at > > /usr/pkg/lib/perl5/5.8.4/ExtUtils/Install.pm line 114. > > mkdir /usr/pkg/lib/perl5/site_perl/5.8.4/i386-netbsd/A

Re: [mp2] NetBSD-1.6.2 modperl 1.99_16 httpd 2.0.51-dev make test errors

2004-09-15 Thread MGorbunov
> Stas Bekman <[EMAIL PROTECTED]> wrote on 14.09.2004 04:36:59: > > > Mea culpa, not sure why it did work for me. I guess my emulation of apr > > not having threads didn't work completely. Please try this patch: > > > > Index: lib/ModPerl/BuildMM.pm > > =

Re: [mp2] NetBSD-1.6.2 modperl 1.99_16 httpd 2.0.51-dev make test errors

2004-09-15 Thread MGorbunov
Stas Bekman <[EMAIL PROTECTED]> wrote on 14.09.2004 04:36:59: > Mea culpa, not sure why it did work for me. I guess my emulation of apr > not having threads didn't work completely. Please try this patch: > > Index: lib/ModPerl/BuildMM.pm >

Re: [mp2] NetBSD-1.6.2 modperl 1.99_16 httpd 2.0.51-dev make test errors

2004-09-13 Thread MGorbunov
[EMAIL PROTECTED] wrote on 13.09.2004 11:14:21: > Stas Bekman <[EMAIL PROTECTED]> wrote on 11.09.2004 04:46:43: > > > Sorry, it was a different problem. This should fix it. Will commit that > > shortly. > > > > Index: t/apr-ext/threadmutex.t > >

Re: [mp2] NetBSD-1.6.2 modperl 1.99_16 httpd 2.0.51-dev make test errors

2004-09-13 Thread MGorbunov
Stas Bekman <[EMAIL PROTECTED]> wrote on 11.09.2004 04:46:43: > Sorry, it was a different problem. This should fix it. Will commit that > shortly. > > Index: t/apr-ext/threadmutex.t > === > RCS file: /home/cvs/modperl-2.0/t/apr-ext/

Re: [mp2] NetBSD-1.6.2 modperl 1.99_16 httpd 2.0.51-dev make test errors

2004-09-10 Thread MGorbunov
> > k714% cd /home/mgorb/mp-test/mod_perl-1.99_16/ > > find . | grep ThreadMutex > > k714% find . | grep ThreadMutex > > ./xs/APR/ThreadMutex > > ./xs/APR/ThreadMutex/APR__ThreadMutex.h > > ./docs/api/APR/ThreadMutex.pod > > ./WrapXS/APR/ThreadMutex > > ./WrapXS/APR/ThreadMutex/Makefile.PL > > ./Wr

Re: [mp2] NetBSD-1.6.2 modperl 1.99_16 httpd 2.0.51-dev make test errors

2004-09-09 Thread MGorbunov
> > > > k714% ./nonblock > > found port: 52984 > > O_NONBLOCK is not set in the child. > > This is rather confusing, since it means that apparently the test is > working OK, and O_NONBLOCK is *not* inherited across accept() on NetBSD, > which contradicts the behaviour you are seeing. > same on n

Re: [mp2] NetBSD-1.6.2 modperl 1.99_16 httpd 2.0.51-dev make test errors

2004-09-09 Thread MGorbunov
> I wasn't surprised this fails on OpenBSD but I am surprised it fails on > NetBSD. Can you compile and run: > > http://www.apache.org/~jorton/nonblock.c > > and post the output. (it would be useful if you could do this on > OpenBSD too, Ken, for verification) > sorry for the dealy -- was away

Re: [mp2] NetBSD-1.6.2 modperl 1.99_16 httpd 2.0.51-dev make test errors

2004-09-09 Thread MGorbunov
> > > Failed Test Stat Wstat Total Fail Failed List of Failed > > > --- > > t/apr-ext/threadmutex.t2 512 36 200.00% 1-3 > > > Can't locate APR/ThreadMutex.pm in @INC (@INC contains: > > /us

Re: [mp2] Known problem with mod_perl 1.99_16 on FreeBSD 5 ?

2004-09-07 Thread MGorbunov
> This *BSD issue is now documented at: > > http://perl.apache.org/docs/2.0/user/troubleshooting/troubleshooting.html#make__don_t_know_how_to_make_dynamic__Stop > -- -my @skip = qw(dynamic test); +my @skip = qw(test); push @skip, q{static} unless (Apache::Build::BUILD_APREXT); shouldn't

Re: [mp2] NetBSD-1.6.2 modperl 1.99_16 httpd 2.0.51-dev make test errors

2004-09-07 Thread MGorbunov
> I'd put my $5.00 on APR being the cause of this problem. Mikhail, you > will probably need to patch APR when you build Apache. Try this patch, > which I am guessing will work on NetBSD: > > Index: build/apr_hints.m4 > === > RCS fil

Re: [mp2] Known problem with mod_perl 1.99_16 on FreeBSD 5 ?

2004-09-06 Thread MGorbunov
gmake 3.80 has no problem with this on NetBSD-1.6.2 also. Mikhail Gorbunov -- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html

[mp2] NetBSD-1.6.2 modperl 1.99_16 httpd 2.0.51-dev make test errors

2004-09-06 Thread MGorbunov
Tried to build mod_perl-1.99_16 on NetBSD-1.6.2 with perl 5.8.4, httpd-2.0.51-dev (latest snapshot). mod_perl make test fails. here are the details: Failed Test Stat Wstat Total Fail Failed List of Failed

Re: [mp2] NetBSD-1.6.2 modperl snapshot build error

2004-08-08 Thread MGorbunov
> > [Fri Aug 06 15:41:40 2004] [error] APR::Socket::recv: (35) Resource > > temporarily unavailable at > > /usr/home/mgorb/mp-test/modperl-2.0/t/protocol/TestProtocol/echo_block.pm > > line 34 > > Out of memory! > > Callback called exit. > > Callback called exit. > > Hmm, out of memory? Do you

Re: [mp2] NetBSD-1.6.2 modperl snapshot build error

2004-08-06 Thread MGorbunov
> So Mikhail, please use > cvs as explained here: > http://perl.apache.org/download/source. > html#Development_mod_perl_2_0_Source_Distribution > Stas, sorry about some mess with cvs. Here are the results of today's snapshots builds. cvs commands used: % cvs -d :pserver:[EMAIL PROTECTED]:/hom

Re: [mp2] NetBSD-1.6.2 modperl snapshot build error

2004-07-29 Thread MGorbunov
> > The xs/APR/aprext/ stuff is only needed on certain platforms > (Win32, perhaps AIX) for which the way the APR::* modules > are built by default doesn't work (this is related to having > APR::* usable outside a mod_perl environment). I'm not sure > why it's trying to build something here - on l

Re: [mp2] NetBSD-1.6.2 modperl snapshot build error

2004-07-29 Thread MGorbunov
> Yes, thank you, we know that. Those test are fixed in the current cvs. > Could please you try that? > http://perl.apache.org/download/source. > html#Development_mod_perl_2_0_Source_Distribution > 1. Tried modperl-2.0_20040729042917.tar.gz. the build stops again : make: don't know how to make d

Re: [mp2] NetBSD-1.6.2 modperl snapshot build error

2004-07-28 Thread MGorbunov
Stas Bekman <[EMAIL PROTECTED]> wrote on 07/27/2004 08:08:42 PM: > Are you familiar with NetBSD's compiler/linker, Mikhail? Unfortunately not :( The only thing I can add is that I've tried to build mod_perl-1.99-14 in the same circumstances, i.e. not using NetBSD pkgsrc system and with httpd

[mp2] NetBSD-1.6.2 modperl snapshot build error

2004-07-27 Thread MGorbunov
Hi, NetBSD 1.6.2 gcc version 2.95.3 20010315 (release) (NetBSD nb3) perl-5.8.4 trying to build snapshots: apr-iconv_20040726101238.tar.gz apr-util_20040726101244.tar.gz apr_20040726101233.tar.gz httpd-2.0_20040726101830.tar.gz modperl-2.0_20040727043018.tar.gz Apache builds and runs OK, but

[mp2] netbsd 1.6.2, perl 5.8.4, apache 2.0.50, mod_perl 1.99_14 make test fails

2004-07-22 Thread MGorbunov
Hi everybody, NetBSD-1.6.2, Apache-2.0.50, perl-5.8.4, mod_perl-1.99_14, standard istall from pkgsrc: Failed Test Stat Wstat Total Fail Failed List of Failed --- t/filter/both_str_con_add.t