Re: svn commit: r1834513 - in /apr/apr/branches/1.6.x: STATUS file_io/win32/buffer.c

2018-06-29 Thread jean-frederic clere
On 27/06/18 19:08, William A Rowe Jr wrote: > Any reason this is absent from development branch 1.7.x? I think all such > 1.x-only issues should be started there. (Similarly with apr-util.) Oops my bad :-( Thanks! and I need to check if the trunk code can be use there: file->flags &

Re: svn commit: r1833786 - /apr/apr/branches/1.6.x/STATUS

2018-06-27 Thread jean-frederic clere
On 21/06/18 10:36, Rainer Jung wrote: > Am 21.06.2018 um 10:24 schrieb jean-frederic clere: >> On 21/06/18 10:04, Yann Ylavic wrote: >>> On Thu, Jun 21, 2018 at 8:00 AM, jean-frederic clere >>> wrote: >>>> >>>> OK if everyone agrees I wi

Re: svn commit: r1833786 - /apr/apr/branches/1.6.x/STATUS

2018-06-21 Thread jean-frederic clere
On 21/06/18 10:04, Yann Ylavic wrote: > On Thu, Jun 21, 2018 at 8:00 AM, jean-frederic clere > wrote: >> >> OK if everyone agrees I will just commit my small fix and don't backport >> the 2 other revisions. > > Are we looking at the same 1.6.x code? > F

Re: svn commit: r1833786 - /apr/apr/branches/1.6.x/STATUS

2018-06-21 Thread jean-frederic clere
On 21/06/18 01:08, Evgeny Kotkov wrote: > William A Rowe Jr writes: > >> Confusing... which patch is missing? >> >> http://svn.apache.org/viewvc?view=revision=1808457 >> http://svn.apache.org/viewvc?view=revision=1829962 >> >> It should not be possible at this point to need 1.x specific code >>

Re: svn commit: r1833786 - /apr/apr/branches/1.6.x/STATUS

2018-06-20 Thread jean-frederic clere
On 19/06/18 11:02, Yann Ylavic wrote: > Hi Jean-Frédéric, > > On Tue, Jun 19, 2018 at 10:01 AM, wrote: >> Author: jfclere >> Date: Tue Jun 19 08:01:45 2018 >> New Revision: 1833786 >> >> URL: http://svn.apache.org/viewvc?rev=1833786=rev >> Log: >> proposal for review. > > Usually APR backports

Re: APR Util: Migrating Win64 build from 1.5.x to 1.6.x; testcrypto fails, looking for NSS

2017-10-19 Thread jean-frederic clere
On 10/18/2017 10:39 PM, Michal Karm wrote: Hi guys, I've switched my Windows CI from APR Util 1.5.x to the 1.6.x branch. Little did I know it would demand NSS even though I built with OpenSSL. This is the pertinent excerpt from the log [1], the full build log (large text) can be found here [2]

apr_sockaddr_info_get() with %n behave different on Solaris and Linux.

2013-05-17 Thread jean-frederic clere
Hi, I have different behaviours on solaris and linux: solaris doesn't seem to support the %2: code (2001:db8:0:f101::1 or 2620:52:0:105f:0:0::51): +++ rv = apr_sockaddr_info_get(sa, 2001:db8:0:f101::1%2, APR_UNSPEC, 80, 0, p); printf(2001:db8:0:f101::1%%2 %d\n, rv); rv =

Re: svn commit: r921306 - /apr/apr/branches/1.5.x/file_io/win32/open.c

2010-03-12 Thread jean-frederic clere
On 03/12/2010 11:48 AM, Bert Huijben wrote: Why do we even have this block? CreateHardLinkA is only implemented in Windows 2000 and later, which implies unicode support. (Why support an ansi version of an API that is only implemented on unicode capable systems?) Bert See

Re: Community question; always load expat for any apr application?

2010-01-20 Thread jean-frederic clere
On 01/20/2010 08:28 AM, William A. Rowe Jr. wrote: We have really trimmed down the footprint of apr as a loadable library, so the very last not-dynamic component is expat. It's small and lightweight, and I just wanted to confirm that the devs are all comfortable that xml is pervasive enough

web pages and current versions

2009-11-23 Thread jean-frederic clere
Hi, The download page offers apr:: 1.3.8, apu:1.3.9 and api:1.2.1 the announce page says apr: 1.3.9. I know that 1.3.9 causes regression in Solaris could that explains the 1.3.8 in the download page? What about the 1.3.10? Should I fix the download page? Cheers Jean-Frederic

AC_LIBTOOL_WIN32_DLL in apr-util-1.3.x/xml/expat/configure.in

2009-07-10 Thread jean-frederic clere
Hi, When using libtool 2.2.6 I have noted that AC_LIBTOOL_WIN32_DLL isn't defined this version. How should we fix that? Why do we need AC_LIBTOOL_WIN32_DLL BTW? Cheers Jean-Frederic

build broken

2008-07-17 Thread jean-frederic clere
Hi, It seems there is something somewhere: +++ /usr/bin/posix/sh /home/jfclere/TMP/dev25/APR/build-1/libtool --silent --mode=compile cc -g -Ae +Z -mt -DHAVE_CONFIG_H -DHPUX11 -D_REENTRANT -D_HPUX_SOURCE -D_LARGEFILE64_SOURCE -I/home/jfclere/TMP/dev25/apr-util-trunk/include

Re: build broken

2008-07-17 Thread jean-frederic clere
Bojan Smojver wrote: Quoting jean-frederic clere [EMAIL PROTECTED]: I will have a look later, any hints in the meantime? That was fixed in r677523. Ok thanks ;-) Cheers Jean-Frederic

Re: svn commit: r663499 - /apr/apr-util/trunk/build/dso.m4

2008-06-05 Thread jean-frederic clere
[EMAIL PROTECTED] wrote: Author: jfclere Date: Thu Jun 5 01:37:38 2008 New Revision: 663499 URL: http://svn.apache.org/viewvc?rev=663499view=rev Log: Otherwise install-modules-yes in Makefile and the shell will complains on syntax error because APU_MODULES is only a space (on Solaris for

Re: svn commit: r601938 - in /apr/apr-util/trunk: CHANGES include/apr_ldap.h.in include/apr_ldap_rebind.h ldap/NWGNUmakefile ldap/apr_ldap_rebind.c

2007-12-07 Thread jean-frederic clere
Hi, That breaks my builds: +++ /bin/bash /home/jfclere/TMP/dev12.qa.atl2.redhat.com/APR/build-1/libtool --silent --mode=compile gcc -g -O2 -pthreads -DHAVE_CONFIG_H -DSOLARIS2=9 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_LARGEFILE64_SOURCE

Re: svn commit: r601938 - in /apr/apr-util/trunk: CHANGES include/apr_ldap.h.in include/apr_ldap_rebind.h ldap/NWGNUmakefile ldap/apr_ldap_rebind.c

2007-12-07 Thread jean-frederic clere
Graham Leggett wrote: jean-frederic clere wrote: /qa/home/jfclere/TMP/dev12.qa.atl2.redhat.com/apr-util-trunk/include/apr_ldap_rebind.h:62: error: parse error before LDAP Looks like this header file doesn't take into account when the LDAP stuff is turned off - it's been fixed, can you

Re: svn commit: r589846 - /apr/apr/trunk/file_io/unix/fullrw.c

2007-10-30 Thread jean-frederic clere
[EMAIL PROTECTED] wrote: Author: trawick Date: Mon Oct 29 13:36:08 2007 New Revision: 589846 URL: http://svn.apache.org/viewvc?rev=589846view=rev Log: AIX C compiler won't add to void * in picky mode It seems I also had problems on HP-UX: +++ if (amt) { .mine /* rv =

Re: svn commit: r589846 - /apr/apr/trunk/file_io/unix/fullrw.c

2007-10-30 Thread jean-frederic clere
Jeff Trawick wrote: On 10/30/07, jean-frederic clere [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] wrote: Author: trawick Date: Mon Oct 29 13:36:08 2007 New Revision: 589846 URL: http://svn.apache.org/viewvc?rev=589846view=rev Log: AIX C compiler won't add to void * in picky mode It seems I

Re: svn commit: r589846 - /apr/apr/trunk/file_io/unix/fullrw.c

2007-10-30 Thread jean-frederic clere
Lucian Adrian Grijincu wrote: On 10/30/07, jean-frederic clere [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] wrote: Author: trawick Date: Mon Oct 29 13:36:08 2007 New Revision: 589846 URL: http://svn.apache.org/viewvc?rev=589846view=rev Log: AIX C compiler won't add to void * in picky mode

Re: svn commit: r588062 - /apr/apr-util/trunk/buckets/apr_brigade.c

2007-10-25 Thread jean-frederic clere
[EMAIL PROTECTED] wrote: Author: wrowe Date: Wed Oct 24 15:29:11 2007 New Revision: 588062 URL: http://svn.apache.org/viewvc?rev=588062view=rev Log: Adopt 1.3.0 trunk's new constant. Modified: apr/apr-util/trunk/buckets/apr_brigade.c Modified:

Re: svn commit: r588062 - /apr/apr-util/trunk/buckets/apr_brigade.c

2007-10-25 Thread jean-frederic clere
Oops sorry... Forget my previous comment... My apr.h wasn't updated. Cheers Jean-Frederic

Re: svn commit: r577654 - /apr/apr-util/trunk/build/dbd.m4

2007-09-21 Thread jean-frederic clere
Bojan Smojver wrote: On Thu, 2007-09-20 at 09:39 +, [EMAIL PROTECTED] wrote: Author: jfclere Date: Thu Sep 20 02:39:27 2007 New Revision: 577654 URL: http://svn.apache.org/viewvc?rev=577654view=rev Log: Use the mysql libtool library when available. (Otherwise it breaks on one of the

Re: [VOTE] Release apr 0.9.16 / 1.2.11 --- apr-util 0.9.15 / 1.2.10

2007-09-04 Thread jean-frederic clere
William A. Rowe, Jr. wrote: Please review and vote on those you have time to - reply once or four times, just review those you can as you can; http://apr.apache.org/dev/dist/ [If you want to speed up the effort by comparing the packages, you can still obtain the withdrawn packages at

Re: [VOTE] Release apr 0.9.16 / 1.2.11 --- apr-util 0.9.15 / 1.2.10

2007-09-04 Thread jean-frederic clere
Ruediger Pluem wrote: On 09/04/2007 03:38 PM, jean-frederic clere wrote: William A. Rowe, Jr. wrote: Please review and vote on those you have time to - reply once or four times, just review those you can as you can; http://apr.apache.org/dev/dist/ [If you want to speed up the effort

Re: [VOTE] Release apr 0.9.16 / 1.2.11 --- apr-util 0.9.15 / 1.2.10

2007-09-04 Thread jean-frederic clere
William A. Rowe, Jr. wrote: jean-frederic clere wrote: William A. Rowe, Jr. wrote: Please review and vote on those you have time to - reply once or four times, just review those you can as you can; http://apr.apache.org/dev/dist/ I have: testsockets : FAILED 1 of 6 on a Solaris9

Re: [VOTE] Release apr 0.9.16 / 1.2.11 --- apr-util 0.9.15 / 1.2.10

2007-09-04 Thread jean-frederic clere
William A. Rowe, Jr. wrote: jean-frederic clere wrote: Ruediger Pluem wrote: Which test failed? I stumbled across an issue on Solaris that the bind test fails because APR_HAVE_IPV6 was set, but ::1 was not bound on the loopback interface (only 127.0.0.1) on my box. A truss can help

Re: Roll 0.9.15 this week?

2007-08-16 Thread jean-frederic clere
William A. Rowe, Jr. wrote: jean-frederic clere wrote: Ruediger Pluem wrote: On 08/13/2007 09:34 PM, William A. Rowe, Jr. wrote: It's a nice idea in 1.3, but since it's causing issues, simply revert. Done in r565517. Wasn't the (*new)-remote_addr_unknown = 0; causing the problem? Are you

Re: Roll 0.9.15 this week?

2007-08-15 Thread jean-frederic clere
Ruediger Pluem wrote: On 08/13/2007 09:34 PM, William A. Rowe, Jr. wrote: Jim Jagielski wrote: On Aug 13, 2007, at 3:06 PM, Ruediger Pluem wrote: On 08/13/2007 07:38 AM, William A. Rowe, Jr. wrote: Jim's spearheaded an effort to release httpd-2.0.60 and we've discovered a set of socket

atomics on PPC Linux.

2007-07-11 Thread jean-frederic clere
Hi, I have tried to compile on PPC Linux and I have the following error: +++ /bin/sh /home/jclere/apr-trunk/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -I./include -I/home/jclere/apr-trunk/include/arch/unix

print pid from apr_proc_t

2006-10-27 Thread Jean-frederic Clere
Hi, It seems there is not anyway to print the pid from an apr_proc_t, isn't it? Does such a thing make sense to add to apr? (There is a %pT for apr_os_thread_t). Cheers Jean-Frederic

./configure prefix option doesn't work.

2006-07-09 Thread Jean-frederic Clere
Hi, When I do: ./configure --prefix=$HOME/APR prefix is still set to /usr/local/apr by config.layout, is it a feature? Cheers Jean-Frederic

Re: decision on anonymous shared memory allocation method failed

2006-06-12 Thread Jean-frederic Clere
Schmoll, Brett x66244 wrote: Hi all, Trying to see if I can get svn to build on our HP NonStop platform and am having some difficulties getting APR portion to build. Checking for Shared Memory Support... checking for library containing shm_open... no checking sys/mman.h usability... no

apr-iconv (error: invalid lvalue in increment)

2006-03-30 Thread Jean-frederic Clere
Hi, I am trying to compile trunk and I have a problem in apr-iconv the corrections are like the patch below. The memcpy is a bit paranoid, any comments? Cheers Jean-frederic +++ [EMAIL PROTECTED]:~/apr-iconv$ svn diff . Index: ces/ucs2-internal.c

Re: svn commit: r387938 - /apr/apr-util/branches/0.9.x/buildconf

2006-03-23 Thread Jean-frederic Clere
William A. Rowe, Jr. wrote: Joe Orton wrote: On Wed, Mar 22, 2006 at 08:50:48PM -, William Rowe wrote: - -# Remove autoconf cache -rm -rf autom4te*.cache That line was suppoesd to be there - the tarball you rolled now includes an unnecessary autom4te.cache directory. Outch you

Re: apr error.

2006-03-21 Thread Jean-frederic Clere
Garrett Rooney wrote: On 3/21/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Error: checking for APR... no configure: error: APR could not be located. Please use the --with-apr option. project name:Apache tomcat upgrade URL

Re: build.conf and gen-build.py

2005-07-01 Thread jean-frederic clere
Joe Orton wrote: On Thu, Jun 30, 2005 at 10:44:39AM +0200, jean-frederic clere wrote: Hi, In apr-util I have problems with gen-build.py because build.conf does not contain the excepted data. Where is build.conf created? It's under version control. What error do you see? After svn

build.conf and gen-build.py

2005-06-30 Thread jean-frederic clere
Hi, In apr-util I have problems with gen-build.py because build.conf does not contain the excepted data. Where is build.conf created? Cheers Jean-Frederic

Re: Fwd: svn commit: r190009 - /httpd/httpd/branches/fips-dev/srclib/apr/buildconf

2005-06-14 Thread jean-frederic clere
William A. Rowe, Jr. wrote: At 09:24 AM 6/13/2005, jean-frederic clere wrote: William A. Rowe, Jr. wrote: + ltfindcmd=`sed -n \/=[^\\\`]/p;/libtool_m4=/{s/.*=/echo /p;q;}\ \ +$libtoolize` + ltfile=${LIBTOOL_M4-`eval $ltfindcmd`} + # Expecting the code above

Re: Fwd: svn commit: r190009 - /httpd/httpd/branches/fips-dev/srclib/apr/buildconf

2005-06-13 Thread jean-frederic clere
William A. Rowe, Jr. wrote: Please, take a quick look and consider this patch. It fixes BSD in particular, where we pick up bin/libtoolize15 but grab (or entirely fail to grab) share/aclocal/libtool.m4, as it's installed as share/aclocal/libtool15.m4. I missed the other side of this patch,

Re: oo-dev Inquiry - Interest?

2005-01-14 Thread jean-frederic clere
William A. Rowe, Jr. wrote: I'm posting to determine who in the apr project would be interested in a defining a common oo approach to apr and hosting those efforts in this sphere within apr? E.g.; * an [EMAIL PROTECTED] list, discussing and coming to a common approach for exposing apr as

Re: svn commit: r124075 - /apr/apr/trunk/threadproc/unix/signals.c

2005-01-11 Thread jean-frederic clere
Bill Stoddard wrote: This is well outside my current knowledge, so take this comment for what's its worth (probably not much)... Would it make more sense to properly set SIGPROCMASK_SETS_THREAD_MASK depending on whether APR_HAS_THREADS or not? yes, but where to add: +++ #if APR_HAS_THREADS

Re: cvs commit: apr-util/include apu.h.in

2004-10-08 Thread jean-frederic clere
[EMAIL PROTECTED] wrote: jfclere 2004/10/07 01:16:45 Modified:.Makefile.in buildconf configure.in buildapu-iconv.m4 include apu.h.in Log: Allow to use apr-iconv. I tried to get apr-iconv configured from httpd but that wasn't a good idea. The

Re: cvs commit: apr/build jlibtool.c

2004-09-27 Thread jean-frederic clere
[EMAIL PROTECTED] wrote: jfclere 2004/09/27 09:21:16 Modified:buildjlibtool.c Log: Use -L path -llib_name instead of path/liblib_name.ext. That is still not ok because httpd would need something like: -Brpath=pathname or -Wl,-Brpath-pathname but we only have this information

Re: Patch to support OSD_EBCDIC_DF04_1 in expat

2004-07-09 Thread jean-frederic clere
Jeff Trawick wrote: jean-frederic clere wrote: Hi, Find enclosed a patch that allows to parse xml documents encoded in EBCDIC (OSD_EBCDIC_DF04_1). Some days ago I already committed the need include files: xml/expat/lib/map_osd_ebcdic_df04_1.h and xml/expat/lib/osd_ebcdic_df04_1.h Any comments

Re: cvs commit: apr-util/xml apr_xml.c

2004-07-06 Thread jean-frederic clere
Joe Orton wrote: On Wed, Jun 23, 2004 at 04:10:58PM +0200, jean-frederic clere wrote: Why take a convset if this can only convert to EBCDIC? You know that the tree is in UTF-8 so there is no other variable for the caller to control. The convset I have used is ap_hdrs_from_ascii

Re: cvs commit: apr-util/xml apr_xml.c

2004-06-23 Thread jean-frederic clere
Joe Orton wrote: [resend in case it gets through quicker] On Tue, Jun 22, 2004 at 10:42:23AM -, [EMAIL PROTECTED] wrote: --- apr_xml.c 14 Jun 2004 15:13:14 - 1.30 +++ apr_xml.c 22 Jun 2004 10:42:23 - 1.31 @@ -30,17 +30,23 @@ #include expat.h #endif +#include ascii.h +

Re: Patch to support OSD_EBCDIC_DF04_1 in expat

2004-06-22 Thread jean-frederic clere
Jeff Trawick wrote: jean-frederic clere wrote: Hi, Find enclosed a patch that allows to parse xml documents encoded in EBCDIC (OSD_EBCDIC_DF04_1). Some days ago I already committed the need include files: xml/expat/lib/map_osd_ebcdic_df04_1.h and xml/expat/lib/osd_ebcdic_df04_1.h Any comments

Re: cvs commit: apr-util/xml/expat/lib map_osd_ebcdic_df04_1.h

2004-06-21 Thread jean-frederic clere
Joe Orton wrote: On Thu, May 27, 2004 at 08:19:00AM -, [EMAIL PROTECTED] wrote: jfclere 2004/05/27 01:19:00 Added: xml/expat/lib map_osd_ebcdic_df04_1.h Log: Table for the OSD_EBCDIC_DF04_1 encoding. See http://www.iana.org/assignments/charset-reg/OSD-EBCDIC-DF04-1 for more

Patch to support OSD_EBCDIC_DF04_1 in expat

2004-06-21 Thread jean-frederic clere
Hi, Find enclosed a patch that allows to parse xml documents encoded in EBCDIC (OSD_EBCDIC_DF04_1). Some days ago I already committed the need include files: xml/expat/lib/map_osd_ebcdic_df04_1.h and xml/expat/lib/osd_ebcdic_df04_1.h Any comments? Cheers Jean-Frederic Index:

Re: cvs commit: apr-util/xml apr_xml.c

2004-05-28 Thread jean-frederic clere
Joe Orton wrote: On Fri, May 21, 2004 at 02:48:21PM +0200, jean-frederic clere wrote: Joe Orton wrote: On Fri, May 21, 2004 at 07:13:44AM -, [EMAIL PROTECTED] wrote: jfclere 2004/05/21 00:13:44 Modified:xml apr_xml.c Log: Print No parser. in errbuf when parser is NULL. Why

Re: cvs commit: apr/locks/unix proc_mutex.c

2002-11-21 Thread jean-frederic clere
Hi Ryan, apr_proc_mutex_destroy is still in locks/unix/global_mutex.c. Do I miss something? Cheers Jean-frederic [EMAIL PROTECTED] wrote: rbb 2002/11/20 13:11:43 Modified:include apr_proc_mutex.h include/arch/unix proc_mutex.h locks/unix proc_mutex.c

Re: [STATUS] (apr-util) Wed Oct 2 23:45:41 EDT 2002

2002-10-03 Thread jean-frederic clere
Rodent of Unusual Size wrote: APRUTIL LIBRARY STATUS: -*-text-*- Last modified at [$Date: 2002/09/13 23:15:22 $] Release: 0.9.2 : in progress 0.9.1 : Released as alpha on September 11, 2002 0.9.0 : Not released 2.0a9 : released

Re: Built APR tarball?

2002-10-01 Thread jean-frederic clere
Luis Manuel Solla wrote: Hello, I've been looking for a *built* tarball of the APR module, but I can't find an exact URL. I prefer built tarballs rather than source tarballs. Could anybody indicate an URL? Just in case, I have installed Apache 1.3.26 and Tomcat 4.0.4 That is a Tomcat

pcre in aprutil

2002-09-18 Thread jean-frederic clere
Hi, We would like to use the pcre of httpd-2.0/srclib/pcre in mod_jk2 (Jakarta-Tomcat). I think there are no reason to have pcre in httpd-2.0 so I would like to move pcre to apr-util. Any comments? Cheers Jean-frederic

Re: Sun forte compiler warnings

2002-09-13 Thread jean-frederic clere
Justin Erenkrantz wrote: I tried compiling apr/apr-util with Sun's forte and two files in the repository are a bit troublesome and may need some thought as to how to fix them so that we don't emit warnings. - apr/shmem/unix/shm.c - lots of code fragments result in unreachable code because we use

Re: apr-config

2002-09-04 Thread jean-frederic clere
and ReliantUnix and hope it will works everywhere. Pier On Tuesday, Sep 3, 2002, at 09:49 Europe/London, jean-frederic clere wrote: Hi, I have some problems with apr-config in mod_webapp: I am using apr-config --apr-la-file but it returns a result only if the .la file exist. I am configuring

apr-config

2002-09-03 Thread jean-frederic clere
Hi, I have some problems with apr-config in mod_webapp: I am using apr-config --apr-la-file but it returns a result only if the .la file exist. I am configuring mod_webapp and I need to know the name of the .la file. mod_webapp uses the sources of APR or an installed version of APR. I would like

Re: apr-config

2002-09-03 Thread jean-frederic clere
Justin Erenkrantz wrote: On Tue, Sep 03, 2002 at 10:49:02AM +0200, jean-frederic clere wrote: Hi, I have some problems with apr-config in mod_webapp: I am using apr-config --apr-la-file but it returns a result only if the .la file exist. I am configuring mod_webapp and I need to know the name

Re: atomics on solaris producing non-portable binaries

2002-04-26 Thread jean-frederic clere
Jeff Trawick wrote: Aaron Bannert [EMAIL PROTECTED] writes: For example, I have a build of APR from an Ultra5 running Solaris 5.6 that produces sparcv8plus binaries. These binaries do not work on an older SparcStation5 machine that is running Solaris 5.7. I'm glad somebody else noticed this :)

Re: Volunteering to be RM, WAS: RE: Release 2.0.36 (fwd)

2002-04-24 Thread jean-frederic clere
Jim Jagielski wrote: Forwarded message: Justin Erenkrantz wrote: The reason I suggested a hold to Sander on account of the atomics is that we have a bunch of PRs relating to building atomics on Solaris that haven't been (yet) resolved. Hold on a tic... I think I see it... On the systems that fail,

Re: gcc3 and Solaris atomic: (Was: Re: Volunteering to be RM, WAS: RE: Release 2.0.36)

2002-04-24 Thread jean-frederic clere
Jim Jagielski wrote: Could you edit your Makefile (in atomic/solaris_sparc) to add the '-traditional-cpp' option to 'gcc -E' and see what happens? (If you could 'mv apr_atomic_sparc.S apr_atomic_sparc.S.bak' first so we can compare that would be cool). So: $ gcc -v -traditional-cpp

Re: cvs commit: apr Makefile.in

2002-03-13 Thread jean-frederic clere
Aaron Bannert wrote: On Tue, Mar 12, 2002 at 05:30:27PM -, [EMAIL PROTECTED] wrote: jfclere 02/03/12 09:30:27 Modified:.Makefile.in Log: make test fails because there is no subdirectory test in test. Revision ChangesPath 1.71 +0 -1

Re: solaris 2.8 fails to compile two test programs

2002-03-12 Thread jean-frederic clere
Dale Ghent wrote: On 9 Mar 2002, Max Okumoto wrote: | % cc -V | cc: WorkShop Compilers 4.2 30 Oct 1996 C 4.2 Sun WorkShop is not supported on Solaris 8. You'll need to upgrade to the Sun Forte suite (sun compilers 6.0) That will not help: +++ /bin/sh

Re: solaris 2.8 fails to compile two test programs

2002-03-12 Thread jean-frederic clere
Dale Ghent wrote: On Tue, 12 Mar 2002, Justin Erenkrantz wrote: | I've also heard of Solaris patches to add /dev/random. Those would | work too, I guess. -- justin You know, I keep hearing this, too, and yet I scour sunsolve for them, and I dont see a single one. People might have

Re: solaris 2.8 fails to compile two test programs

2002-03-12 Thread jean-frederic clere
Clere, Jean-Frederic wrote: Dale Ghent wrote: On Tue, 12 Mar 2002, Justin Erenkrantz wrote: | I've also heard of Solaris patches to add /dev/random. Those would | work too, I guess. -- justin You know, I keep hearing this, too, and yet I scour sunsolve for them, and I dont

Re: Latest CVS on Solaris 8 - configure's cache-file problems

2002-03-07 Thread jean-frederic clere
Jeff Trawick wrote: Jim Jagielski [EMAIL PROTECTED] writes: Yep... Looks like it's no problem with 2.52. Anyone have hearburn if I adjust buildcheck.sh to make 2.52 the new requirement? at least a little, but I'm not exactly sure how much :) In the 2.0.30 timeframe a colleage was

Re: possible oversight

2002-03-07 Thread jean-frederic clere
MIS wrote: I may have found an oversight in the latest mod_webapp source distribution. The file .../webapp/apache-13/Makefile.in is looking for APR files, but according to http://apr.apache.org/ APR is only supported on Apache 2.x. No, It is Apache Portable Runtime, if you read the page

Re: Building APR

2002-03-06 Thread jean-frederic clere
B. W. Fitzpatrick wrote: On Tuesday, March 5, 2002, at 12:46 AM, Jason Filby wrote: Hey all Looks like you must have MSVC++ to build APR on Windows... isn't there some way to build it with MingW (GCC ported to win32) or some other Open Source compiler? I'm pretty sure that you

inttypes.h why?

2002-03-06 Thread jean-frederic clere
Hi, I have noted (because I have a machine that does not have the file) that mktemp.c includes inttypes.h but I do not see why. I think the #include inttypes.h is useless or even bad. I will remove it if nobody complains (Otherwise I will add APR_HAVE_INTTYPES_H). Any comments? Cheers

Re: cvs commit: apr/test testatomic.c

2002-02-21 Thread jean-frederic clere
Dale Ghent wrote: On Wed, 20 Feb 2002, Ian Holsman wrote: | jean-frederic clere wrote: | It works only with the native as but not with gas. | | is this a problem on solaris? | doesn't every box come with 'as' out of the box? It doesnt install with the basic installation scheme

Re: cvs commit: apr/test testatomic.c

2002-02-21 Thread jean-frederic clere
as accepts the *.S files. Any comments? Cheers Jean-frederic Clere, Jean-Frederic wrote: Dale Ghent wrote: On Wed, 20 Feb 2002, Ian Holsman wrote: | jean-frederic clere wrote: | It works only with the native as but not with gas. | | is this a problem on solaris? | doesn't every box

Using APR in mod_webapp

2002-02-12 Thread jean-frederic clere
Hi, I have a question: mod_webapp from Tomcat uses APR: Where should APR be downloaded from? - It must be a tarball because that is for the ones that want to build mod_webapp on their own - Until now I was adding apr to a subdirectory of mod_webapp and releasing the corresponding tarball.

Re: Using APR in mod_webapp

2002-02-12 Thread jean-frederic clere
Sander Striker wrote: From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of jean-frederic clere Hi, I have a question: mod_webapp from Tomcat uses APR: Where should APR be downloaded from? - It must be a tarball because that is for the ones that want to build

Re: [PROPOSAL] apr_spipe_t - stream pipe IPC mechanism

2002-01-14 Thread jean-frederic clere
Aaron Bannert wrote: A stream pipe is a full-duplex pipe that can be used to communicate data, file descriptors and socket descriptors. When one of the pairs is used in a parent process and another in a child process it allows a form of interprocess communication. [straight from my

Re: [PATCH] Add support for Unix domain sockets

2002-01-11 Thread jean-frederic clere
From: jean-frederic clere [EMAIL PROTECTED] Sent: Friday, January 11, 2002 3:44 AM I would like to see this patch committed. I am using AF_UNIX sockets in mod_jk and it would be nice to do it thru APR instead my own code. About win32 support I am afraid I cannot help. But I

Re: [PATCH] Add support for Unix domain sockets

2002-01-11 Thread jean-frederic clere
Sander Striker wrote: From: David Reid [mailto:[EMAIL PROTECTED] Sent: 11 January 2002 13:21 To: APR Dev List Subject: Re: [PATCH] Add support for Unix domain sockets David Reid wrote: I've been up all night so this may be off base... AFAICR sockets using AF_UNIX are

Re: [PATCH] Add support for Unix domain sockets

2002-01-10 Thread jean-frederic clere
Justin Erenkrantz wrote: On Fri, Jan 04, 2002 at 08:49:59PM -0500, Jeff Trawick wrote: I'm pretty sure that native Win32 does not have AF_UNIX, but then what would they need it for. You could argue that APR could have a common API which on Unix might use AF_UNIX sockets and on Win32

[Fwd: Noted a problem with configure on mod_webapp]

2001-10-03 Thread jean-frederic clere
Hi, I have noted a APR question in TC user list, if what is said is true then we have to arrange build/apr_common.m4 Any hints? Cheers Jean-frederic---BeginMessage--- Hi all. This is more for developers, but here goes. OS is Tru64 UNIX 4.0F (a.k.a. Digital UNIX (a.k.a. DEC OSF/1)). I'm using

Re: Problems Compiling mod_webapp and APR on Solaris

2001-07-25 Thread jean-frederic clere
Clere Jean-Frederic FSC EP LP COM 5 wrote: Klaus Sonnenleiter wrote: Has anybody successfully compiled mod_webapp and/or the APR library on Solaris? I was able to compile everything without any trouble on a RedHat 7.1 system. But when I tried the same version of the sources (tonight's

Re: libapr and --disable-shared?

2001-07-06 Thread jean-frederic clere
Pier P. Fumagalli wrote: jean-frederic clere at [EMAIL PROTECTED] wrote: DOH! So why do you keep saying that you're against using sources... Since all those problems are simply fixed by using them No, I am not against using the APR sources, I was just thinking

Re: libapr and --disable-shared?

2001-07-05 Thread jean-frederic clere
Pier P. Fumagalli wrote: (me dumb when no reply-to header) Justin Erenkrantz at [EMAIL PROTECTED] wrote: [ Moving to [EMAIL PROTECTED] ] From where ? :) On Wed, Jul 04, 2001 at 05:48:42PM -0700, [EMAIL PROTECTED] wrote: APR doesn't install the library correctly yet. Until we

Re: libapr and --disable-shared?

2001-07-05 Thread jean-frederic clere
Pier P. Fumagalli wrote: Copying the Tomcat list (barf barf, too much crossposting :) :) Pier jean-frederic clere at [EMAIL PROTECTED] wrote: I'm going to do it... And if he remembers his -1, he'll roll back :) Well, I said that the problems we had in mod_webapp due

Re: cvs commit: apr-iconv/lib iconv.c iconv.h iconv_ccs.c iconv_ces_euc.c iconv_ces_iso2022.c iconv_int.c iconv_module.c iconv_uc.c

2001-06-29 Thread jean-frederic clere
Thanks for fixing all theses, specialy this one: +++ 1.5 +1 -1 apr-iconv/lib/iconv_ccs.c Index: iconv_ccs.c === RCS file: /home/cvs/apr-iconv/lib/iconv_ccs.c,v retrieving revision 1.4 retrieving revision

Re: problem with mod_webapp

2001-06-29 Thread jean-frederic clere
Aaron Bannert wrote: On Thu, Jun 28, 2001 at 06:35:29PM -0700, Justin Erenkrantz wrote: What if (random thoughts coming out now), instead of requiring people to build APR (since that seems the biggest source of problems), we don't simply ask them where the tarball is, and then in

Re: problem launching apache 1.3.19 with apr lib

2001-06-27 Thread jean-frederic clere
Henri Delebecque wrote: hello, I have an Alpha server under Digital Unix 4.0d , running (or trying to): Apache 1.3.19 apr_20010627114532 Tomcat 4.0 b5 like Markus Mailinglists [EMAIL PROTECTED], I have an error : Cannot load /usr.../mod_webapp.so into server: Unresolved symbol in

Re: inetd-type architecture?

2001-06-22 Thread jean-frederic clere
Michael Tokarev wrote: Luke Kenneth Casson Leighton wrote: [] srvsvcd's job is also to handle the dependencies for service startup. we could look at the linux kernel 'Calculating module dependencies' code to get an algorithm to work out the startup order. Why, why, why this is

Re: apr unicode-16 lib.

2001-06-13 Thread jean-frederic clere
William A. Rowe, Jr. wrote: From: jean-frederic clere [EMAIL PROTECTED] Sent: Wednesday, June 13, 2001 11:48 AM Luke Kenneth Casson Leighton wrote: On Wed, Jun 13, 2001 at 09:57:41AM -0500, William A. Rowe, Jr. wrote: Then let's not start adding things willy nilly. We have

Re: apr unicode-16 lib.

2001-06-12 Thread jean-frederic clere
William A. Rowe, Jr. wrote: From: Luke Kenneth Casson Leighton [EMAIL PROTECTED] Sent: Tuesday, June 12, 2001 10:22 AM for various reasons i am prompted to ask, how would the idea of having an apr_ucs16 set of routines, apr_wstrcat, apr_wstrcpy, apr_wtolower, apr_wtoupper etc., be

Re: avoiding find (was: Re: [PATCH] First pass at moving util_uri to apr-util...)

2001-05-23 Thread jean-frederic clere
Greg Stein wrote: On Mon, May 21, 2001 at 06:45:05PM -0700, Roy T. Fielding wrote: On Sun, May 20, 2001 at 06:52:18PM -0700, Greg Stein wrote: Since gen_uri_delims.lo is not destined for a library (.la), then it can/should simply use the .o suffix. That will also prevent the object

Re: tomcat4 / apache 1.3.x integration problem

2001-05-23 Thread jean-frederic clere
Markus Mailinglists wrote: Hello! Like some others I have a problem with connecting the tomcat 4 (beta 4 or 5) with the apache 1.3.19. The computer is a solaris 8 (sparc) system with jdk1.3 and a gcc compiler I could successfully compile a mod_webapp.so file. Although after copying it to

Re: cvs commit: apr-iconv/lib iconv_module.c

2001-05-22 Thread jean-frederic clere
to APR. and arrange apr_iconv The patch for apr/include/apr_errno.h could be the one proposed in attachement. Please check it. Bill - Original Message - From: jean-frederic clere [EMAIL PROTECTED] To: William A. Rowe, Jr. [EMAIL PROTECTED] Cc: dev@apr.apache.org Sent: Tuesday

Re: Problems with APR under Linux...

2001-05-21 Thread jean-frederic clere
Greg Stein wrote: On Sat, May 19, 2001 at 01:05:17AM +0100, Pier P. Fumagalli wrote: Pier P. Fumagalli at [EMAIL PROTECTED] wrote: jean-frederic clere at [EMAIL PROTECTED] wrote: Pier P. Fumagalli wrote: I'm a dork, I sent it only to Bill without including the mailing list

Re: apr_memory_system.c;apr_memory_system.h

2001-05-08 Thread jean-frederic clere
Hi, I am little confused... But these nice things have nothing to do with shared memory, don't they? So the locking issue is for threads. Cheers Jean-frederic Sander Striker wrote: Ok, included are the latest memory system sources. Take a look at apr_tracking_memory_system.[ch] for an

Re: apr_memory_system.c;apr_memory_system.h

2001-05-08 Thread jean-frederic clere
Luke Kenneth Casson Leighton wrote: On Tue, May 08, 2001 at 12:32:04PM +0200, jean-frederic clere wrote: Hi, I am little confused... But these nice things have nothing to do with shared memory, don't they? So the locking issue is for threads. not quite just for threads. take

Re: cvs commit: apr/build apr_common.m4 apr_hints.m4 apr_network.m4 rules.mk.in

2001-04-06 Thread jean-frederic clere
[EMAIL PROTECTED] wrote: [cut] 1.4 +4 -3 apr/build/rules.mk.in Index: rules.mk.in === RCS file: /home/cvs/apr/build/rules.mk.in,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4

libtool in apr/shmem/unix/mm

2001-03-21 Thread jean-frederic clere
Hi, I have detected that the libtool files are in the cvs of apr/shmem/unix/mm... config.guess, config.sub, libtool ... That an old version of libtool (1.3.4). I think that apr/shmem/unix/mm should work like the rest of apr: buildconf should create the needed tools. Cheers Jean-frederic

Re: builconf APR and httpd2.0

2001-03-16 Thread jean-frederic clere
, it's on my short list. Ryan On Thu, 15 Mar 2001, jean-frederic clere wrote: Hi Ryan, I have fixed it - It works on my Linux Box - Find enclosed the patch for httpd-2.0 Cheers Jean-frederic [EMAIL PROTECTED] wrote: This is most definately a bug. APR should have

Re: builconf APR and httpd2.0

2001-03-15 Thread jean-frederic clere
for httpd-2.0 to create links anyplace, it should just use APR's version. Ryan On Wed, 14 Mar 2001, jean-frederic clere wrote: Hi, I have noted that buildconf of httpd2.0 creates links for the libtool needed elements and the APR one copies them in the build subdirectory

builconf APR and httpd2.0

2001-03-14 Thread jean-frederic clere
Hi, I have noted that buildconf of httpd2.0 creates links for the libtool needed elements and the APR one copies them in the build subdirectory: +++ $ ls -lt srclib/apr/build/ltconfig -rwxr-xr-x 1 VTX3 Spain 97913 Mar 14 16:26

Problem with apr-util/xml/expat

2001-03-09 Thread jean-frederic clere
Hi, I have some problems with the Makefile on apr-util/xml/expat. The option -Wp,-MD,.deps/$(*F).pp is no understand neither on Solaris nor on ReliantUnix. On Solaris the fix is to use: +++ $(LTCOMPILE) -xM $ .deps/$(*F).pp; \ $(LTCOMPILE) -c $

  1   2   >