Re: gdbm licence issue

2004-02-23 Thread Sander Striker
On Mon, 2004-02-23 at 22:25, Jim Jagielski wrote: > Joe Orton wrote: > > > > Bringing this up in the appropriate forum. IANAL, but... > > > > gdbm is licensed under the GNU GPL. apr_dbm_gdbm.c uses the GDBM > > interface, hence is a work based on GDBM, hence all of apr-util must be > > redistri

Re: gdbm licence issue

2004-02-23 Thread Jim Jagielski
Joe Orton wrote: > > Bringing this up in the appropriate forum. IANAL, but... > > gdbm is licensed under the GNU GPL. apr_dbm_gdbm.c uses the GDBM > interface, hence is a work based on GDBM, hence all of apr-util must be > redistributed only under the terms of the GPL. > We just use the gdbm

Re: gdbm licence issue

2004-02-23 Thread Klaus Keppler
Tricky issue... I'd prefer to let the user decide whether to include GDBM or not. Because when you're writing an OpenSource application under GPL you'd have no trouble with including GDBM. Hence the configure output could give an informational message like "!!! You're now also working under GPL !!!

gdbm licence issue

2004-02-23 Thread Joe Orton
Bringing this up in the appropriate forum. IANAL, but... gdbm is licensed under the GNU GPL. apr_dbm_gdbm.c uses the GDBM interface, hence is a work based on GDBM, hence all of apr-util must be redistributed only under the terms of the GPL. So I propose to remove apr_dbm_gdbm.c (and associated

Bug: 1.0 Build Permissions error for installed apr libs

2004-02-23 Thread Jim Correia
I am building from the source tarball on Mac OS X 10.3.2. The first time I try to run the built svn I get an error because the apr stuff was installed with the wrong permissions. dyld: svn can't open library: /usr/local/apr/lib/libapr-0.0.dylib (Permission denied, errno = 13) Trace/BPT trap [ma

Re: apr/apr-util python dependence

2004-02-23 Thread Ben Laurie
Justin Erenkrantz wrote: --On Friday, February 20, 2004 5:42 PM + Ben Laurie <[EMAIL PROTECTED]> wrote: Or even platforms you have heard of: within hours of this change I had complaints from people who couldn't build snapshots in order to try out mod_log_forensic... It'd be trivial to have m

Re: Compile-time vs. run-time checks

2004-02-23 Thread Greg Stein
On Mon, Feb 23, 2004 at 01:33:31PM -0600, Scott Lamb wrote: > I'm putting together a patch to use SO_(RCV|SND)TIMEO for > apr_socket_timeout where available; I expect I'll find it has better > performance on some platforms, as it would no longer require using > non-blocking IO and preceding ever

Compile-time vs. run-time checks

2004-02-23 Thread Scott Lamb
I'm putting together a patch to use SO_(RCV|SND)TIMEO for apr_socket_timeout where available; I expect I'll find it has better performance on some platforms, as it would no longer require using non-blocking IO and preceding every read() and write() with a select(). (I intend to try benchmarking

Re: [PATCH] improve berkeley detection on FreeBSD

2004-02-23 Thread David Reid
> On Fri, Feb 20, 2004 at 12:15:59AM -, David Reid wrote: > > This improves the detection of the BerkeleyDB on FreeBSD. It basically > > correct what's looks like some copy/paste oversights (looking for db4 when > > in a db4.2 block for instance) and adds the ability of the apu_hints.m4 to > >

Re: updated port of gen-build.py

2004-02-23 Thread Jeff Trawick
Sascha Schumann wrote: Here is a new adaption of gen-build.py, including the config files. This works fine for me on Solaris. On z/OS (a.k.a. OS/390), I hit various make warnings about circular dependencies with includes. After deleting all the rules for .h file dependencies (and discov

Re: updated port of gen-build.py

2004-02-23 Thread Jeff Trawick
Sascha Schumann wrote: Should I assume that this is broken on the same platforms where gen-build.py is broken (where a mix of unix and system-specific code is used)? The shell script uses similar logic, so I am afraid it might have similar issues as well. I suppose you refer to this r

Re: apr-util compiler warnings

2004-02-23 Thread Joe Orton
On Sun, Feb 22, 2004 at 06:37:15PM +0100, André Malo wrote: > compiler is: > $ gcc --version > gcc (GCC) 3.3.2 20031218 (Gentoo Linux 3.3.2-r5, propolice-3.3-7) > > I don't know what these messages want to say :-) Any idea? > > dbm/apr_dbm_gdbm.c: In function `vt_gdbm_fetch': > dbm/apr_dbm_gdbm.c

[PATCH] thread_cond_wait* bug/problem on WIN32

2004-02-23 Thread Klaus Keppler
Hello folks, having spent several hours on one problem only occuring on WIN32 platform I found following bug(?) with locks/win32/thread_cond.c. In my application I use the function apr_thread_cond_wait in a very similar context like httpd2's worker-mpm (fdqueue.c -> ap_queue_pop). Heavy load tests

Re: cvs commit: apr-util/build apu-hints.m4

2004-02-23 Thread Jeff Trawick
Joe Orton wrote: On Mon, Dec 22, 2003 at 10:43:49PM -, Jeff Trawick wrote: Fix xlate.c compile failure on AIX 5.2. .. --- apu-hints.m4 28 May 2003 04:45:46 - 1.3 +++ apu-hints.m4 22 Dec 2003 22:43:49 - 1.3.2.1 @@ -24,7 +24,7 @@ ... -*-ibm-aix*) +*-ibm