Re: [VOTE] Release APR-UTIL 1.6.0

2017-06-10 Thread Branko Čibej
On 09.06.2017 15:07, William A Rowe Jr wrote:
> As I mention in parent post, this is a distinct thread for any
> final votes and to tally vote count of apr-util 1.6.0 release.
> Usual http://apr.apache.org/dev/dist/ path for candidates.
>
>   +/- votes please
>   [  ] Release apr-util 1.6.0


+1

OS X 10.11.6 El Capitan

Tested with the APR 1.6.2 release candidate and Subversion trunk.
Tested with Sqlite3 and Berkeley DB.

With one warning:

../apr-util-1.6.0/dbd/apr_dbd_odbc.c:1379:17: warning: comparison of unsigned 
enum expression < 0 is always false
  [-Wtautological-compare]
if (dbdtype < 0 || dbdtype >= NUM_APR_DBD_TYPES) {
~~~ ^ ~


Note: testdbd and testdbm requires 'make install' in order to find the
drivers.


-- Brane


Re: [VOTE] Release APR 1.6.2

2017-06-10 Thread Branko Čibej
On 09.06.2017 15:09, William A Rowe Jr wrote:
> With good fortune, all architecture-specific issues are fixed,
> and we are ready to bless a 1.6 initial release. Usual
> http://apr.apache.org/dev/dist/ path contains the candidate.
>
>   +/- votes please
>   [  ] Release apr 1.6.2


+1

OS X 10.11.6 El Capitan

Tested with the APR-Util 1.6.0 release candidate and Subversion trunk.

With one warning:

../apr-1.6.2/atomic/unix/builtins.c:71:53: warning: passing 'const void *' to 
parameter of type 'volatile void *' discards
  qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
return (void*) __sync_val_compare_and_swap(mem, cmp, with);
^~~


-- Brane


Re: [VOTE] Release APR 1.6.2

2017-06-10 Thread Gregg Smith

On 6/9/2017 6:09 AM, William A Rowe Jr wrote:

With good fortune, all architecture-specific issues are fixed,
and we are ready to bless a 1.6 initial release. Usual
http://apr.apache.org/dev/dist/ path contains the candidate.

   +/- votes please
   [  ] Release apr 1.6.2


[+1] Release apr 1.6.2


Re: [VOTE] Release APR 1.6.2

2017-06-10 Thread Jan Ehrhardt
William A Rowe Jr in gmane.comp.apache.apr.devel (Fri, 9 Jun 2017
08:09:00 -0500):
>  [+1] Release apr 1.6.2

FWIW: +1 Windows VC14 (CMake)
-- 
Jan



Re: [VOTE] Release APR-UTIL 1.6.0

2017-06-10 Thread Jan Ehrhardt
William A Rowe Jr in gmane.comp.apache.apr.devel (Fri, 9 Jun 2017
08:07:17 -0500):
>  [x] Release apr-util 1.6.0

FWIW: +1 Windows V14 (CMake)
-- 
Jan



Re: [VOTE] Release APR 1.6.2

2017-06-10 Thread Eric Covener
+1 AIX/xlc/ppc64

longstanding failure in apr_sockaddr_is_wildcard() only

On Sat, Jun 10, 2017 at 8:50 AM, Jim Jagielski  wrote:
> +1
>> On Jun 9, 2017, at 9:09 AM, William A Rowe Jr  wrote:
>>
>> With good fortune, all architecture-specific issues are fixed,
>> and we are ready to bless a 1.6 initial release. Usual
>> http://apr.apache.org/dev/dist/ path contains the candidate.
>>
>>  +/- votes please
>>  [  ] Release apr 1.6.2
>



-- 
Eric Covener
cove...@gmail.com



Re: [VOTE] Release APR-UTIL 1.6.0

2017-06-10 Thread Eric Covener
+1 AIX/xlc/ppc64

Longstanding mystery testxlate crash, no regression.

On Sat, Jun 10, 2017 at 8:40 AM, Jim Jagielski  wrote:
> +1.
>> On Jun 9, 2017, at 9:07 AM, William A Rowe Jr  wrote:
>>
>> As I mention in parent post, this is a distinct thread for any
>> final votes and to tally vote count of apr-util 1.6.0 release.
>> Usual http://apr.apache.org/dev/dist/ path for candidates.
>>
>>  +/- votes please
>>  [  ] Release apr-util 1.6.0
>



-- 
Eric Covener
cove...@gmail.com


Re: [VOTE] Release APR-1.6.1 and APR-UTIL 1.6.0

2017-06-10 Thread Branko Čibej
On 08.06.2017 19:22, Dennis Clarke wrote:
> How can I help?

The average developer will have access to 32- or 64-bit
Intel-architecture Linux variants. A few will bother to test on one of
the *BSD flavours. Some of us have laptops running macOS. Windows
development environments are widely available.

Those are the platforms that are easiest to support. Most volunteer
developers have no access to AIX, Solaris/SunOS, HP-UX or other
proprietary platforms -- and, quite frankly, don't much care about them.
Last time I saw an AIX box was back in 2000 ... and yes, this is a
problem for APR and similar projects.

There are two ways to help:

  * Build and test on these platforms, if you have access, and help
resolve any problems by reporting them and discussing on the various
dev@ lists;
  * Provide access for developers so that they (that is, we) can test
our own code.

I assume the latter is harder than the former.

-- Brane


Re: [VOTE] Release APR 1.6.2

2017-06-10 Thread Jim Jagielski
+1
> On Jun 9, 2017, at 9:09 AM, William A Rowe Jr  wrote:
> 
> With good fortune, all architecture-specific issues are fixed,
> and we are ready to bless a 1.6 initial release. Usual
> http://apr.apache.org/dev/dist/ path contains the candidate.
> 
>  +/- votes please
>  [  ] Release apr 1.6.2



Re: [VOTE] Release APR-UTIL 1.6.0

2017-06-10 Thread Jim Jagielski
+1.
> On Jun 9, 2017, at 9:07 AM, William A Rowe Jr  wrote:
> 
> As I mention in parent post, this is a distinct thread for any
> final votes and to tally vote count of apr-util 1.6.0 release.
> Usual http://apr.apache.org/dev/dist/ path for candidates.
> 
>  +/- votes please
>  [  ] Release apr-util 1.6.0



Re: [VOTE] Release APR 1.6.2

2017-06-10 Thread Noel Butler
On 09/06/2017 23:09, William A Rowe Jr wrote:

> With good fortune, all architecture-specific issues are fixed,
> and we are ready to bless a 1.6 initial release. Usual
> http://apr.apache.org/dev/dist/ path contains the candidate.
> 
> +/- votes please
> [  ] Release apr 1.6.2

+1 Slackware

-- 
Kind Regards, 

Noel Butler 

This Email, including any attachments, may contain legally 
privileged
information, therefore remains confidential and subject to copyright
protected under international law. You may not disseminate, discuss, or
reveal, any part, to anyone, without the authors express written
authority to do so. If you are not the intended recipient, please notify
the sender then delete all copies of this message including attachments,
immediately. Confidentiality, copyright, and legal privilege are not
waived or lost by reason of the mistaken delivery of this message. Only
PDF [1] and ODF [2] documents accepted, please do not send proprietary
formatted documents 

 

Links:
--
[1] http://www.adobe.com/
[2] http://en.wikipedia.org/wiki/OpenDocument

signature.asc
Description: OpenPGP digital signature


Re: [VOTE] Release APR-UTIL 1.6.0

2017-06-10 Thread Noel Butler
On 10/06/2017 08:50, Nick Kew wrote:

> On Fri, 9 Jun 2017 08:07:17 -0500
> William A Rowe Jr  wrote:
> 
>> As I mention in parent post, this is a distinct thread for any
>> final votes and to tally vote count of apr-util 1.6.0 release.
>> Usual http://apr.apache.org/dev/dist/ path for candidates.
> 
> Thanks!
> 
> Folks, can we please vote on this even if we encounter more
> problems with APR-1.6.2?  This is kind-of more urgent than
> APR, in that it delivers to our users a bunch of necessary
> updates in supporting our dependencies
> (expat, openssl, mysql, etc).
> 
>> +/- votes please
>> [  ] Release apr-util 1.6.0
> 
> +1

+1 Slackware 

-- 
Kind Regards, 

Noel Butler 

This Email, including any attachments, may contain legally 
privileged
information, therefore remains confidential and subject to copyright
protected under international law. You may not disseminate, discuss, or
reveal, any part, to anyone, without the authors express written
authority to do so. If you are not the intended recipient, please notify
the sender then delete all copies of this message including attachments,
immediately. Confidentiality, copyright, and legal privilege are not
waived or lost by reason of the mistaken delivery of this message. Only
PDF [1] and ODF [2] documents accepted, please do not send proprietary
formatted documents 

 

Links:
--
[1] http://www.adobe.com/
[2] http://en.wikipedia.org/wiki/OpenDocument

signature.asc
Description: OpenPGP digital signature