You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apr.apache.org by Sander Temme <sa...@temme.net> on 2007/01/26 21:42:15 UTC

Re: svn commit: r500321 - in /apr/apr/trunk: include/arch/unix/apr_arch_poll_private.h poll/unix/epoll.c

On Jan 26, 2007, at 12:04 PM, gregames@apache.org wrote:

> epoll/Linux only for now.  ./buildconf on FreeBSD (minotaur) spewed  
> tons of
> errors; hints appreciated

How do you run ./buildconf? Minotaur has autoconf from ports, and it  
has alternative names. Try:

AUTOCONF=autoconf259 AUTOHEADER=autoheader259 ./buildconf

S.

-- 
sander@temme.net              http://www.temme.net/sander/
PGP FP: 51B4 8727 466A 0BC3 69F4  B7B8 B2BE BC40 1529 24AF


Re: svn commit: r500321 - in /apr/apr/trunk: include/arch/unix/apr_arch_poll_private.h poll/unix/epoll.c

Posted by Greg Ames <gr...@remulak.net>.
Sander Temme wrote:
>
> On Jan 26, 2007, at 12:04 PM, gregames@apache.org wrote:
>
>> epoll/Linux only for now.  ./buildconf on FreeBSD (minotaur) spewed 
>> tons of
>> errors; hints appreciated
>
> How do you run ./buildconf? Minotaur has autoconf from ports, and it 
> has alternative names. Try:
>
> AUTOCONF=autoconf259 AUTOHEADER=autoheader259 ./buildconf
thanks Sander.  that works.  I had a new symlink to autoconf259 and an 
old symlink to autoheader253.

but my patch was bogus so we need another approach.  I see there's a 
*NOCOPY flag for apr_pollset_* that looks interesting.  maybe the right 
patch would be to use that in the Event MPM.

Greg