Re: Mod_brotli, C89 & NetWare - finale

2016-11-28 Thread NormW
G?M There is a downside to fibbing! :-) CC D:\Projects\srcs\brotli-master/enc/static_dict.c ### mwccnlm Compiler: # In: D:\Projects\srcs\brotli-master\include\brotli\types.h #From: D:\Projects\srcs\brotli-master\enc\static_dict.c #

Re: Mod_brotli, C89 & NetWare - finale

2016-11-28 Thread NormW
G/M (mid-morning here) Thanks Evgeny! HIH Norm On 29/11/2016 5:42 AM, Evgeny Kotkov wrote: NormW writes: The only C89 issue (AFAICT) is the following patch, which should allow any other C89 (with a more up to date OS ;-( ) to compile it, which NetWare's CW can do for the

Re: httpd test suite breakage

2016-11-28 Thread William A Rowe Jr
My bad.. this is not against HEAD, this is Fedora 25. /sbin/httpd -v Server version: Apache/2.4.23 (Fedora) Server built: Jul 18 2016 15:38:14 Not so urgent for me now, but worth addressing I'd guess. On Mon, Nov 28, 2016 at 5:16 PM, William A Rowe Jr wrote: > Against

Re: Mod_brotli, C89 & NetWare - finale

2016-11-28 Thread NormW
;-( So much time spent on making a 'workable' log2... Thanks Gregg for the heads up. When I tried a 'fudge' to get past the previously mentioned compiler errors, the linker reported a number of files that required log2, but never looked further into it, assuming it was a requirement. Being a

httpd test suite breakage

2016-11-28 Thread William A Rowe Jr
Against 2.4 HEAD... In file included from mod_test_session.c:61:0: mod_test_session.c: In function ‘test_session_register_hooks’: /home/wrowe/dev/test/test24-apr16-ossl102/c-modules/apache_httpd_test.h:128:36: warning: the comparison will always evaluate as ‘true’ for the address of

Re: Quieting warnings?

2016-11-28 Thread William A Rowe Jr
*) Fix warnings with new compilers, warnings treated as error in maintainer-mode, standard c-89 is enforced trunk patch: http://svn.apache.org/r1702948 http://svn.apache.org/r1759415 2.4.x patch:

Quieting warnings?

2016-11-28 Thread William A Rowe Jr
Typical of a long batch of error noise on 2.4 HEAD (with the http strict merge patch applied) in --enable-maintainer-mode... In file included from /home/wrowe/dev/httpd-2.4/modules/mappers/mod_vhost_alias.c:45:0: /home/wrowe/dev/httpd-2.4/include/http_config.h:427:24: warning:

Re: Mod_brotli, C89 & NetWare - finale

2016-11-28 Thread Evgeny Kotkov
NormW writes: > The only C89 issue (AFAICT) is the following patch, which should allow any > other C89 (with a more up to date OS ;-( ) to compile it, which NetWare's CW > can do for the likes of Apache2, Lua, Zlib, NGHTTP2, OSSL and a bunch of > others. Thanks, I committed the

Re: Mod_brotli, C89 & NetWare - finale

2016-11-28 Thread Gregg Smith
Hi Norm, Actually, log2 is not needed. It's cmake that forces it on us. Look at fast_log.h line 131 #if (defined(_MSC_VER) && _MSC_VER <= 1700) || \ (defined(__ANDROID_API__) && __ANDROID_API__ < 18) /* Visual Studio 2012 and Android API levels < 18 do not have the log2() * function

Re: AW: Problem trying to log in a directive

2016-11-28 Thread jean-frederic clere
On 11/28/2016 02:46 PM, Plüm, Rüdiger, Vodafone Group wrote: > > >> -Ursprüngliche Nachricht- >> Von: jean-frederic clere [mailto:jfcl...@gmail.com] >> Gesendet: Montag, 28. November 2016 14:41 >> An: dev@httpd.apache.org >> Betreff: Problem trying to log in a directive >> >> Hi, >> >> I

AW: Problem trying to log in a directive

2016-11-28 Thread Plüm , Rüdiger , Vodafone Group
> -Ursprüngliche Nachricht- > Von: jean-frederic clere [mailto:jfcl...@gmail.com] > Gesendet: Montag, 28. November 2016 14:41 > An: dev@httpd.apache.org > Betreff: Problem trying to log in a directive > > Hi, > > I have noted it isn't possible to have a directive failing and something

Problem trying to log in a directive

2016-11-28 Thread jean-frederic clere
Hi, I have noted it isn't possible to have a directive failing and something in the log once you fail in the second pass of the directive. See attached sources (to build & install bin/apxs -i -a -c mod_test.c ) I can see the debug and warning in the first pass (output to the console) but nothing