You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apr.apache.org by William A Rowe Jr <wr...@rowe-clan.net> on 2017/05/01 18:46:14 UTC

Re: 1.6.0 release candidates

On Sat, Apr 29, 2017 at 12:50 PM, William A Rowe Jr <wr...@rowe-clan.net> wrote:
>
> Not certain yet but the newly failing dso tests might be the application of
> LIBPATH in place of LD_LIBRARY_PATH. The new socket test failures are likely
> sctp discord. The new procmutex failures and failure messages about locking
> returning immediately worries me.

Found it, older libtool flavor knew aix5 not aix6, shlibpath_var
unknown. So that's
the 80/20 of failures and will report back what remains troublesome.

Reminds us tp future-proof, stupid to look for os{n} and not os{n..x} where
n is the current version and x is some distant version which should be
expected to work the same way, until it's discovered that it does not. The
earlier test forced the OS host evalutation to aix5.