Re: Timetable for APR 1.5 release?

2013-11-13 Thread Arfrever Frehtes Taifersar Arahesis
2013-11-12 18:02 Jeff Trawick napisał(a): > Are there any known issues? Please fix remaining part of bug #55690 and backport full fix (r1535027, r1535157, rXXX) to 1.5.x branch. https://issues.apache.org/bugzilla/show_bug.cgi?id=55690 -- Arfrever Frehtes Taifersar Arahesis signature.

Re: [VOTE] Release apr-util 1.5.0

2012-08-09 Thread Arfrever Frehtes Taifersar Arahesis
Please include fix for bug #53684 in APR-Util 1.5.1. -- Arfrever Frehtes Taifersar Arahesis signature.asc Description: This is a digitally signed message part.

[PATCH] Support Berkeley DB 5.2

2011-07-17 Thread Arfrever Frehtes Taifersar Arahesis
I'm attaching the patch, which adds support for Berkeley DB 5.2. -- Arfrever Frehtes Taifersar Arahesis Index: build/dbm.m4 === --- build/dbm.m4 (revision 1147720) +++ build/dbm.m4 (working copy) @@ -579,6 +5

Re: [vote] reset to apr-util 1.5.0-dev?

2011-04-20 Thread Arfrever Frehtes Taifersar Arahesis
.4.0. > > Your opinions, please? > > [X] Stay at apr-util 1.4.0 for the next pre-2.0 release > [ ] Bump to apr-util 1.4.1 for the next pre-2.0 release > [ ] Bump to apr-util 1.5.0 for the next pre-2.0 release (Non-binding) -- Arfrever Frehtes Taifersar Arahesis signature.a

Re: python3.1

2010-05-25 Thread Arfrever Frehtes Taifersar Arahesis
ys(): > + for dep in list(deps.keys()): > deps.update(header_deps.get(dep, {})) >if len(deps) != start: > altered = 1 > @@ -237,8 +240,9 @@ > > def get_files(patterns): >files = [ ] > - for pat in string.split(patterns): > -files.extend(map(clean_path, glob.glob(pat))) > +# for pat in string.split(patterns): > + for pat in patterns.split(): > +files.extend(list(map(clean_path, glob.glob(pat list.extend() accepts any iterable, so the second change (map -> list(map)) is not needed. >files.sort() >return files > -- Arfrever Frehtes Taifersar Arahesis signature.asc Description: This is a digitally signed message part.

[PATCH] Fix detection of Berkeley DB 5.0

2010-05-25 Thread Arfrever Frehtes Taifersar Arahesis
I'm attaching the patch, which fixes detection of Berkeley DB 5.0. -- Arfrever Frehtes Taifersar Arahesis Index: build/dbm.m4 === --- build/dbm.m4 (revision 948003) +++ build/dbm.m4 (working copy) @@ -112,7 +

Re: Future tag plans

2009-11-12 Thread Arfrever Frehtes Taifersar Arahesis
isallow supporting both APR 1 and APR 2. -- Arfrever Frehtes Taifersar Arahesis signature.asc Description: This is a digitally signed message part.

Re: APR 1.4 status (and backport)

2009-10-02 Thread Arfrever Frehtes Taifersar Arahesis
Wait until apachecon to _talk_ about > it, we would be lucky to ship this year. > > I'd like to at an absolute minimum have SCons working as the default > build on win32, and a viable choice on *nix AFAIK SCons still doesn't work with the newest versions of Python. -- Arfrever Frehtes Taifersar Arahesis signature.asc Description: This is a digitally signed message part.

Re: [PATCH] Add support for Berkeley DB 4.8

2009-09-19 Thread Arfrever Frehtes Taifersar Arahesis
2009-09-19 01:52:35 Neil Conway napisał(a): > On Fri, Sep 18, 2009 at 4:13 PM, Arfrever Frehtes Taifersar Arahesis > wrote: > > I'm attaching the patch which adds support for Berkeley DB 4.8. The patch > > should be applied to APR trunk (2.0) and 1.4.x and 1.3.x branches o

[PATCH] Add support for Berkeley DB 4.8

2009-09-18 Thread Arfrever Frehtes Taifersar Arahesis
I'm attaching the patch which adds support for Berkeley DB 4.8. The patch should be applied to APR trunk (2.0) and 1.4.x and 1.3.x branches of APR-Util. -- Arfrever Frehtes Taifersar Arahesis Index: build/dbm.m4 === --- build/d

Re: apr-1.3.6 on linux kernel 2.6.26

2009-07-20 Thread Arfrever Frehtes Taifersar Arahesis
are cheap. > Looking over all this, I would like to suggest we do a quick 1.3.7 for > APR, > mostly so we can have httpd 2.2.12 ship with it. Comments? +1. -- Arfrever Frehtes Taifersar Arahesis signature.asc Description: This is a digitally signed message part.

Re: svn commit: r794485 - /apr/apr/trunk/configure.in

2009-07-19 Thread Arfrever Frehtes Taifersar Arahesis
ne else's > bugs. +1. AFAIK Gentoo has a good concept of build system where packages are built directly on users' systems. -- Arfrever Frehtes Taifersar Arahesis signature.asc Description: This is a digitally signed message part.

Re: apr-1.3.6 on linux kernel 2.6.26

2009-07-09 Thread Arfrever Frehtes Taifersar Arahesis
ch if someone can confirm that > > this is indeed the problem. > > Looks like glibc is playing tricks on us. Anyone knows of the rationale > of having a non-implemented function in glibc? Maybe glibc has been built with headers of newer version of kernel than currently used kernel

Re: configure options gone?

2009-07-02 Thread Arfrever Frehtes Taifersar Arahesis
2009/7/2 Anthony J. Biacco : > My previous configure line for apr-util 1.3.4 (w/apr 1.3.3) had been: >        ./configure --prefix=/opt/apps/apr --with-apr=/opt/apps/apr > --enable-threads --enable-nonportable-atomics > With 1.3.7 though this throws: >        config.status: executing default comman

Re: Missing backports to APR-Util 1.4.x branch

2009-06-10 Thread Arfrever Frehtes Taifersar Arahesis
2009-06-06 18:43:43 Arfrever Frehtes Taifersar Arahesis napisał(a): > The following revisions were backported to APR-Util 1.3.x branch, but not > 1.4.x: > r780411 > r781403 > > Please backport them to APR-Util 1.4.x branch. Ping. -- Arfrever Frehtes Taifersar Arahes

Re: [MAINTAINER] devel/apr-gdbm-db42: apr-util 1.3.7 breaks dbd support

2009-06-10 Thread Arfrever Frehtes Taifersar Arahesis
y-db option of Subversion's configure script is logical and appropriate :) . -- Arfrever Frehtes Taifersar Arahesis signature.asc Description: This is a digitally signed message part.

Re: [PATCH] Fix handling of --without-ldap option

2009-06-06 Thread Arfrever Frehtes Taifersar Arahesis
2009-06-02 02:13:26 Bojan Smojver napisał(a): > On Mon, 2009-06-01 at 17:14 +0200, Arfrever Frehtes Taifersar Arahesis > wrote: > > ./configure --without-ldap > > Technically, you have a point. In practice, just don't pass anything to > configure regarding ldap and it wo

Missing backports to APR-Util 1.4.x branch

2009-06-06 Thread Arfrever Frehtes Taifersar Arahesis
The following revisions were backported to APR-Util 1.3.x branch, but not 1.4.x: r780411 r781403 Please backport them to APR-Util 1.4.x branch. -- Arfrever Frehtes Taifersar Arahesis signature.asc Description: This is a digitally signed message part.

[PATCH] Fix handling of --without-ldap option

2009-06-01 Thread Arfrever Frehtes Taifersar Arahesis
./configure --without-ldap ... checking for ldap support... checking for ldap_init in -lno... no checking for ldap_init in -lno... no checking for ldap_init in -lno... no checking for ldap_init in -lno... no configure: error: could not find an LDAP library -- Arfrever Frehtes Taifersar Arahesis

Re: Building APR weirdness

2009-02-09 Thread Arfrever Frehtes Taifersar Arahesis
require'd but not > m4_defun'd > configure:9753: error: possibly undefined macro: m4_ifval >If this token and others are legitimate, please use > m4_pattern_allow. >See the Autoconf documentation. > configure:12351: error: possibly undefined macro

Re: [PATCH] APR-Util fails to detect NSS

2009-01-01 Thread Arfrever Frehtes Taifersar Arahesis
2008-10-13 00:59:40 Graham Leggett napisał(a): > Arfrever Frehtes Taifersar Arahesis wrote: > > > APR-Util fails to detect NSS on Gentoo GNU/Linux: > > > > ... > > checking nspr/nspr.h usability... yes > > checking nspr/nspr.h presence... yes > > checki

[PATCH] APR-Util fails to detect NSS

2008-10-12 Thread Arfrever Frehtes Taifersar Arahesis
... no ... I'm attaching the patch which fixes this problem. $ nspr-config --includedir /usr/include/nspr $ nss-config --includedir /usr/include/nss $ nspr-config --libdir /usr/lib/nspr $ nss-config --libdir /usr/lib/nss $ -- Arfrever Frehtes Taifersar Arahesis Index: build/cryp

[PATCH] Support Berkeley DB 4.7

2008-06-24 Thread Arfrever Frehtes Taifersar Arahesis
I'm attaching the patch which adds support for Berkeley DB 4.7. apr-util-support-db-4.7.patch Description: Binary data

Re: svn commit: r669927 - in /apr/apr/trunk: build/buildcheck.sh configure.in

2008-06-20 Thread Arfrever Frehtes Taifersar Arahesis
AC_AIX > AC_MINIX],[ > AC_USE_SYSTEM_EXTENSIONS > ]) 'ifdef' would be better: ifdef([AC_USE_SYSTEM_EXTENSIONS], [AC_USE_SYSTEM_EXTENSIONS], [ AC_AIX AC_MINIX ]) -- Arfrever Frehtes Taifersar Arahesis signature.asc Description: This is a digitally signed message part.

Re: Newbie question : compiling helloworld.c on ubuntu7.10

2008-05-12 Thread Arfrever Frehtes Taifersar Arahesis
2008-05-12 14:45 dharmarth <[EMAIL PROTECTED]> napisał(a): > gcc hello_world_apr.c -I"/usr/local/apr/include/apr-1" > -L"/usr/local/apr/lib" -lapr-1 > > But, it doesnt compile and gives following error trace. > > In file included from hello_world_apr.c:2: > /usr/local/apr/include/apr-1/apr.h:2

[APR] Strange output of './buildconf' with libtool-2.2

2008-03-23 Thread Arfrever Frehtes Taifersar Arahesis
ttern_allow. See the Autoconf documentation. configure:11760: error: possibly undefined macro: _LT_SET_OPTIONS configure:11760: error: possibly undefined macro: LT_INIT Generating 'make' outputs ... rebuilding rpm spec file Could anybody update buildconf to work correctly with libtool-2.2? -- Arfrever Frehtes Taifersar Arahesis signature.asc Description: This is a digitally signed message part.

[PATCH] Gentoo layout

2007-10-31 Thread Arfrever Frehtes Taifersar Arahesis
Please add Gentoo layout. This patch is based on: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/apr/files/config.layout.patch?rev=1.1&view=markup -- Arfrever Frehtes Taifersar Arahesis Index: config.la

Re: Compile-time flags/defines

2007-09-16 Thread Arfrever Frehtes Taifersar Arahesis
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 2007-09-16 16:33:17 Lucian Adrian Grijincu napisał(a): > Is there a list of this kind of defines that must be used on each > platform where APR runs? Maybe `apr-1-config --cppflags` or `apr-config --cppflags`. - -- Arfrever Frehtes Tai

Re: [PATCH] APR-Util and Berkeley DB 4.6

2007-09-01 Thread Arfrever Frehtes Taifersar Arahesis
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 2007-09-01 22:04:26 Roy T. Fielding napisał(a): > Testing now -- will try to get this backported before the tag. Too late, but thanks anyway :) . - -- Arfrever Frehtes Taifersar Arahesis -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.6 (

Re: [PATCH] APR-Util and Berkeley DB 4.6

2007-08-28 Thread Arfrever Frehtes Taifersar Arahesis
2007-08-26 16:49:45 Arfrever Frehtes Taifersar Arahesis napisał(a): > 2007-08-24 17:11:30 Arfrever Frehtes Taifersar Arahesis napisał(a): > > APR-Util currently can't be built with Berkeley DB 4.6. > > I'm attaching a patch which fixes this bug. > > Without this pa

Re: [PATCH] APR-Util and Berkeley DB 4.6

2007-08-26 Thread Arfrever Frehtes Taifersar Arahesis
2007-08-24 17:11:30 Arfrever Frehtes Taifersar Arahesis napisał(a): > APR-Util currently can't be built with Berkeley DB 4.6. > I'm attaching a patch which fixes this bug. Why nobody has committed this patch yet? Without this patch configure script fails with Berkeley DB 4.

Re: [PATCH] APR-Util and Berkeley DB 4.6

2007-08-25 Thread Arfrever Frehtes Taifersar Arahesis
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 2007-08-24 17:11:30 Arfrever Frehtes Taifersar Arahesis napisał(a): > APR-Util currently can't be built with Berkeley DB 4.6. > I'm attaching a patch which fixes this bug. Could anybody commit that patch? - -- Arfrever Frehtes Ta

[PATCH] APR-Util and Berkeley DB 4.6

2007-08-24 Thread Arfrever Frehtes Taifersar Arahesis
APR-Util currently can't be built with Berkeley DB 4.6. I'm attaching a patch which fixes this bug. -- Arfrever Frehtes Taifersar Arahesis Index: build/dbm.m4 === --- build/dbm.m4 (wersja 569411) +++ build/dbm.m4 (kop