apr trunk make test results on LFS

2018-02-26 Thread Alain Toussaint
Hello, I have a test log of trunk apr build with these configure settings: ./configure --prefix=/usr --disable-static --enable-nonportable-atomics --enable-threads --enable- posix-shm --enable-allocator-uses-mmap --enable-allocator-guard-pages --with-gdbm=/usr --with- openssl=/usr

Re: Fedora solved, Ubuntu still a problem?

2018-02-26 Thread Alain Toussaint
> We entertain all test reports! No two build scenarios are identical, > so even on a given architecture, we need multiple attempts to build to > discover what we might have busted since the last release. Thanks for > the offer :) > Glad to help :) > This is based on the current svn rev

Re: Fedora solved, Ubuntu still a problem?

2018-02-26 Thread William A Rowe Jr
On Mon, Feb 26, 2018 at 3:44 PM, Alain Toussaint wrote: > I've been registered to this mailing list for some time but this is my first > posting. > > Le lundi 26 février 2018 à 15:39 -0600, William A Rowe Jr a écrit : >> Somewhere along the way, this was fixed on Fedora; >> I

Re: Fedora solved, Ubuntu still a problem?

2018-02-26 Thread Alain Toussaint
I've been registered to this mailing list for some time but this is my first posting. Le lundi 26 février 2018 à 15:39 -0600, William A Rowe Jr a écrit : > Somewhere along the way, this was fixed on Fedora; > I don't know whether it was a fix to system packages > or a patch we applied to

Re: svn commit: r1825219 - /httpd/site/trunk/tools/release.sh

2018-02-26 Thread William A Rowe Jr
My approach has been to skim the http://www.apache.org/dist/apr/ tree for the version-sorted latest number. Your solution also seems sound. But we should mention to dev@apr that we are counting on these behaviors :) On Sat, Feb 24, 2018 at 5:43 AM, Daniel Ruggeri wrote: >

Fedora solved, Ubuntu still a problem?

2018-02-26 Thread William A Rowe Jr
Somewhere along the way, this was fixed on Fedora; I don't know whether it was a fix to system packages or a patch we applied to apr/httpd; x86_64-linux-gnu-ar: `u' modifier ignored since `D' is the default (see `U') This error message is from Ubuntu 16.04-LTS, it appears we still have the same

One more make pain point

2018-02-26 Thread William A Rowe Jr
Any objections to --- build/mkdir.sh (revision 1825390) +++ build/mkdir.sh (working copy) @@ -38,7 +38,6 @@ continue ;; esac if test ! -d "$pathcomp"; then -echo "mkdir $pathcomp" 1>&2 mkdir "$pathcomp" || errstatus=$? fi

Re: [Bug 42610] mod_rewrite and mod_proxy handle ';' incorrectly

2018-02-26 Thread Rainer Jung
Am 26.02.2018 um 15:17 schrieb Ruediger Pluem: On 02/26/2018 02:43 PM, Luca Toscano wrote: Hi Rainer, 2018-02-25 21:01 GMT+01:00 >: https://bz.apache.org/bugzilla/show_bug.cgi?id=42610

Re: [Bug 42610] mod_rewrite and mod_proxy handle ';' incorrectly

2018-02-26 Thread Ruediger Pluem
On 02/26/2018 02:43 PM, Luca Toscano wrote: > Hi Rainer, > > 2018-02-25 21:01 GMT+01:00 >: > > https://bz.apache.org/bugzilla/show_bug.cgi?id=42610 > > > Rainer Jung

Re: httpd docs: -Xbootclasspath/p is no longer a supported option.

2018-02-26 Thread Eric Covener
On Mon, Feb 26, 2018 at 9:01 AM, Graham Leggett wrote: > Hi all, > > I am getting the following when I build the httpd docs: > > Little-Net:build minfrin$ ./build.sh > -Xbootclasspath/p is no longer a supported option. > Error: Could not create the Java Virtual Machine. > Error:

httpd docs: -Xbootclasspath/p is no longer a supported option.

2018-02-26 Thread Graham Leggett
Hi all, I am getting the following when I build the httpd docs: Little-Net:build minfrin$ ./build.sh -Xbootclasspath/p is no longer a supported option. Error: Could not create the Java Virtual Machine. Error: A fatal exception has occurred. Program will exit. I believe -Xbootclasspath/p has

Re: [Bug 42610] mod_rewrite and mod_proxy handle ';' incorrectly

2018-02-26 Thread Luca Toscano
Hi Rainer, 2018-02-25 21:01 GMT+01:00 : > https://bz.apache.org/bugzilla/show_bug.cgi?id=42610 > > Rainer Jung changed: > > --- Comment #3 from Rainer Jung --- > Undo spam change > > Thanks a lot for cleaning up all the

Re: Lua detection autoconf mess (was: [VOTE] Release httpd-2.4.30)

2018-02-26 Thread Joe Orton
On Fri, Feb 23, 2018 at 09:23:50PM +0100, Yann Ylavic wrote: > Though this is the "else" (legacy) branch. > > $ pkg-config --list-all |grep ^lua ... > lua51 Lua - Lua language engine > lua52 Lua - Lua language engine > lua5.2