Re: apr-util buildconf copying rules.mk from ../apr

2003-02-04 Thread Cliff Woolley
On Tue, 4 Feb 2003, Jeff Trawick wrote: > get over it already :) try your hand at some deep breakage that won't > be noticed for a while /me takes a deep bow. :-) ;)

Re: apr-util buildconf copying rules.mk from ../apr

2003-02-04 Thread Thom May
* Branko ??ibej ([EMAIL PROTECTED]) wrote : > Justin Erenkrantz wrote: > > > --On Tuesday, February 4, 2003 2:09 PM + Thom May > > <[EMAIL PROTECTED]> wrote: > > > >> builds/rules.mk is installed so that's not a problem. > > > > > > Um, no. It's not. > > > > httpd happens to install *its* rul

Re: apr-util buildconf copying rules.mk from ../apr

2003-02-04 Thread Branko Äibej
Justin Erenkrantz wrote: > --On Tuesday, February 4, 2003 2:09 PM + Thom May > <[EMAIL PROTECTED]> wrote: > >> builds/rules.mk is installed so that's not a problem. > > > Um, no. It's not. > > httpd happens to install *its* rules.mk. But, APR doesn't. -- justin Which means this change is

Re: gethostbyaddr_r

2003-02-04 Thread Jeff Trawick
Christophe Germain wrote: I try to search a apr fonction egal to gethostbyaddr_r I don't found What is the same fonction in apr (except apr_gethostname)? apr_getnameinfo()

Re: apr-util buildconf copying rules.mk from ../apr

2003-02-04 Thread Justin Erenkrantz
--On Tuesday, February 4, 2003 2:09 PM + Thom May <[EMAIL PROTECTED]> wrote: builds/rules.mk is installed so that's not a problem. Um, no. It's not. httpd happens to install *its* rules.mk. But, APR doesn't. -- justin

gethostbyaddr_r

2003-02-04 Thread Christophe Germain
I try to search a apr fonction egal to gethostbyaddr_r I don't found What is the same fonction in apr (except apr_gethostname)? Thanks you Christophe G

Re: apr-util buildconf copying rules.mk from ../apr

2003-02-04 Thread Jeff Trawick
Garrett Rooney wrote: sorry for the breakage guys. i completely missed that rules.mk was generated. get over it already :) try your hand at some deep breakage that won't be noticed for a while

Re: apr-util buildconf copying rules.mk from ../apr

2003-02-04 Thread Jeff Trawick
Thom May wrote: Index: buildconf === Index: configure.in === +1 here... works like a charm

Re: apr-util buildconf copying rules.mk from ../apr

2003-02-04 Thread Thom May
* Garrett Rooney ([EMAIL PROTECTED]) wrote : > Thom May wrote: > > >+dnl copy apr's rules.mk into our build directory. > >+cp $APR_BUILD_DIR/build/rules.mk $abs_srcdir/build/rules.mk > >+ > >dnl > >dnl BSD/OS (BSDi) needs to use a different include syntax in the Makefiles > >dnl > > > > > > so t

Re: apr-util buildconf copying rules.mk from ../apr

2003-02-04 Thread Garrett Rooney
Thom May wrote: +dnl copy apr's rules.mk into our build directory. +cp $APR_BUILD_DIR/build/rules.mk $abs_srcdir/build/rules.mk + dnl dnl BSD/OS (BSDi) needs to use a different include syntax in the Makefiles dnl so this means we're going to need the apr source tree around when we run configure

RE: apr-util buildconf copying rules.mk from ../apr

2003-02-04 Thread Sander Striker
> From: Thom May [mailto:[EMAIL PROTECTED] > Sent: Tuesday, February 04, 2003 2:59 PM > * Jeff Trawick ([EMAIL PROTECTED]) wrote : >> Does anybody see a reason why copying rules.mk at the end of configure >> instead of in buildconf would be a problem? > I can't think of one; we already have to k

Re: apr-util buildconf copying rules.mk from ../apr

2003-02-04 Thread Thom May
* Jeff Trawick ([EMAIL PROTECTED]) wrote : > The copy of rules.mk isn't needed until after apr-util configure (i.e., > the first chance for user to run "make"), so it can be copied at the end > of configure when makefiles are being generated. That way apr-util's > buildconf can be run even if a

Re: apr-util buildconf copying rules.mk from ../apr

2003-02-04 Thread Jeff Trawick
Garrett Rooney wrote: perhaps we should copy over rules.mk.in, then have apr-util's configure turn it in to rules.mk (just speculating, i haven't looked at what would need to be done to make this work). I think just deferring the copy until the point in apr-util's configure where makefiles are ge

Re: apr-util buildconf copying rules.mk from ../apr

2003-02-04 Thread Jeff Trawick
Sander Striker wrote: >From: Jeff Trawick [mailto:[EMAIL PROTECTED] >Sent: Tuesday, February 04, 2003 2:02 PM >It is helpful to be able to run buildconf prior to building APR. That >won't work anymore (ain't no ../apr/build/rules.mk prior to building APR). > >This breaks Apache, which has buildcon

Re: apr-util buildconf copying rules.mk from ../apr

2003-02-04 Thread Garrett Rooney
On Tuesday, February 4, 2003, at 08:05 AM, Sander Striker wrote: From: Jeff Trawick [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 04, 2003 2:02 PM It is helpful to be able to run buildconf prior to building APR. That won't work anymore (ain't no ../apr/build/rules.mk prior to building APR).

RE: apr-util buildconf copying rules.mk from ../apr

2003-02-04 Thread Sander Striker
> From: Jeff Trawick [mailto:[EMAIL PROTECTED] > Sent: Tuesday, February 04, 2003 2:02 PM > It is helpful to be able to run buildconf prior to building APR. That > won't work anymore (ain't no ../apr/build/rules.mk prior to building APR). > > This breaks Apache, which has buildconf that first ru

apr-util buildconf copying rules.mk from ../apr

2003-02-04 Thread Jeff Trawick
It is helpful to be able to run buildconf prior to building APR. That won't work anymore (ain't no ../apr/build/rules.mk prior to building APR). This breaks Apache, which has buildconf that first runs apr buildconf then apr-util buildconf. I thought the point of grabbing apr's rules.mk was to b

Re: [PATCH] build apr-util with installed apr (was Re: Release 0.9.2 of apr/apr-util?)

2003-02-04 Thread Thom May
* Garrett Rooney ([EMAIL PROTECTED]) wrote : > Uh, just resending this in case it dropped through the cracks. It'd be > nice if we could build apr-util with the installed version of apr, > rather than dipping our fingers into it's source tree for rules.mk. > Committed, thanks! -Thom

Re: Apache, UDP and lingering_close

2003-02-04 Thread Philippe M. Chiasson
On Tue, 2003-02-04 at 09:05, Cliff Woolley wrote: > On 4 Feb 2003, Philippe M. Chiasson wrote: > > > Ideally, I would initially package datagram-buckets with mod_udp itself. > > Just gotta figure out how to create my own bucket type. > > It's no different than creating a bucket type in apr-util,

[PATCH] build apr-util with installed apr (was Re: Release 0.9.2 of apr/apr-util?)

2003-02-04 Thread Garrett Rooney
Uh, just resending this in case it dropped through the cracks. It'd be nice if we could build apr-util with the installed version of apr, rather than dipping our fingers into it's source tree for rules.mk. -garrett * buildconf: copy rules.mk from apr source tree. * configure.in: use rules.mk in

Re: Apache, UDP and lingering_close

2003-02-04 Thread Philippe M. Chiasson
On Mon, 2003-02-03 at 23:20, Cliff Woolley wrote: > On Mon, 3 Feb 2003, Philippe M. Chiasson wrote: > > > I've been working on mod_udp for the last week or so and got everything > > working in a modular way. It basically works fine. > > Just one quick comment regarding the udp patches before I fo

Re: Apache, UDP and lingering_close

2003-02-04 Thread Cliff Woolley
On 4 Feb 2003, Philippe M. Chiasson wrote: > Ideally, I would initially package datagram-buckets with mod_udp itself. > Just gotta figure out how to create my own bucket type. It's no different than creating a bucket type in apr-util, really. Take a look at the ERROR buckets that Apache defines