Re: [mp2] compilation errors with mod_perl-2.0.4 on OpenBSD

2008-05-08 Thread Philip M. Gollucci
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Simon Bertrang wrote: |> +typedef void * apr_thread_rwlock_t; and +if ($path =~ m/(Thread|Global)(Mutex|RWLock)/) { ~From gozer Committed and verified as working. http://svn.apache.org/viewvc?rev=654655&view=rev WOOT! - -- - -

Re: [mp2] compilation errors with mod_perl-2.0.4 on OpenBSD

2008-05-03 Thread Fred Moyer
Philip M. Gollucci wrote: Simon Bertrang wrote: src/modules/perl/modperl_apache_compat.h typedef unsigned long apr_os_thread_t; typedef void * apr_thread_mutex_t; +typedef void * apr_thread_rwlock_t; #endif Would not it better to just include the appropriate thread file headers from APR? Al

Re: [mp2] compilation errors with mod_perl-2.0.4 on OpenBSD

2008-05-03 Thread Philip M. Gollucci
Simon Bertrang wrote: src/modules/perl/modperl_apache_compat.h typedef unsigned long apr_os_thread_t; typedef void * apr_thread_mutex_t; +typedef void * apr_thread_rwlock_t; #endif Would not it better to just include the appropriate thread file headers from APR? Also, as you can that typedef

Re: [mp2] compilation errors with mod_perl-2.0.4 on OpenBSD

2008-05-02 Thread Simon Bertrang
On Fri, May 02, 2008 at 06:38:09PM +0400, Sergey Skvortsov wrote: > Simon Bertrang wrote: Has someone of you an idea where i need to look to get it solved? >>> Pgollucci found a similar issue with FreeBSD, Gozer posted a patch that >>> may fix it. Suggest trying out the patch: >>> >>> h

Re: [mp2] compilation errors with mod_perl-2.0.4 on OpenBSD

2008-05-01 Thread Philip M. Gollucci
Simon Bertrang wrote: On Thu, May 01, 2008 at 09:42:52AM -0700, Fred Moyer wrote: Simon Bertrang wrote: Hi, i'm trying to update mp2 but it fails to finish compilation. Specifically, it fails at Base64: ... cp Base64.pm ../../../blib/lib/APR/Base64.pm /usr/bin/perl /usr/libdata/perl5/ExtUtils/x

Re: [mp2] compilation errors with mod_perl-2.0.4 on OpenBSD

2008-05-01 Thread Simon Bertrang
On Thu, May 01, 2008 at 09:42:52AM -0700, Fred Moyer wrote: > Simon Bertrang wrote: >> Hi, >> i'm trying to update mp2 but it fails to finish compilation. >> Specifically, it fails at Base64: >> ... >> cp Base64.pm ../../../blib/lib/APR/Base64.pm >> /usr/bin/perl /usr/libdata/perl5/ExtUtils/xsubpp

Re: [mp2] compilation errors with mod_perl-2.0.4 on OpenBSD

2008-05-01 Thread Fred Moyer
Simon Bertrang wrote: Hi, i'm trying to update mp2 but it fails to finish compilation. Specifically, it fails at Base64: ... cp Base64.pm ../../../blib/lib/APR/Base64.pm /usr/bin/perl /usr/libdata/perl5/ExtUtils/xsubpp -typemap /usr/libdata/perl5/ExtUtils/typemap -typemap /usr/ports/www/ap2-mo

[mp2] compilation errors with mod_perl-2.0.4 on OpenBSD

2008-05-01 Thread Simon Bertrang
Hi, i'm trying to update mp2 but it fails to finish compilation. Specifically, it fails at Base64: ... cp Base64.pm ../../../blib/lib/APR/Base64.pm /usr/bin/perl /usr/libdata/perl5/ExtUtils/xsubpp -typemap /usr/libdata/perl5/ExtUtils/typemap -typemap /usr/ports/www/ap2-mod_perl/w-ap2-mod_perl-2.