Re: Any concerns with a TR of apr 1.5.2 on Saturday a.m.?

2015-04-23 Thread Jeff Trawick

On 04/23/2015 11:54 AM, Yann Ylavic wrote:

On Thu, Apr 23, 2015 at 3:55 PM, Jeff Trawick traw...@gmail.com wrote:

warnings in test suite with Sun compiler on Solaris 10, some of which is
from relatively new code (not researched, maybe the API is defined in a way
that this compiler will never be happy):

testatomic.c, line 208: warning: initializer does not fit or is out of
range: -1
testatomic.c, line 221: warning: initializer does not fit or is out of
range: -1
testatomic.c, line 222: warning: initializer does not fit or is out of
range: -1

  Is it fixed by r1675662?

fixed :)

testskiplist.c, line 75: warning: argument #2 is incompatible with
prototype:
 prototype: pointer to function(pointer to void, pointer to void)
returning int : ../include/apr_skiplist.h, line 111
 argument : pointer to void
testskiplist.c, line 75: warning: argument #3 is incompatible with
prototype:
 prototype: pointer to function(pointer to void, pointer to void)
returning int : ../include/apr_skiplist.h, line 111
 argument : pointer to void
testskiplist.c, line 235: warning: argument #2 is incompatible with
prototype:
 prototype: pointer to function(pointer to void, pointer to void)
returning int : ../include/apr_skiplist.h, line 111
 argument : pointer to void
testskiplist.c, line 235: warning: argument #3 is incompatible with
prototype:
 prototype: pointer to function(pointer to void, pointer to void)
returning int : ../include/apr_skiplist.h, line 111
 argument : pointer to void

And this ones by r1675651?

fixed :)



Re: Any concerns with a TR of apr 1.5.2 on Saturday a.m.?

2015-04-23 Thread Yann Ylavic
On Thu, Apr 23, 2015 at 3:55 PM, Jeff Trawick traw...@gmail.com wrote:
 On 04/23/2015 09:33 AM, Yann Ylavic wrote:

 Should we add https://bz.apache.org/bugzilla/attachment.cgi?id=32643
 from PR 55418?


 looks reasonable to me (not tested)

I had tested it with:
+  case $host in
+ *solaris2.10*|*linux*)
and it worked as expected :P

Commited in r1675670 (for 1.5.x).


Re: Any concerns with a TR of apr 1.5.2 on Saturday a.m.?

2015-04-23 Thread Yann Ylavic
On Thu, Apr 23, 2015 at 3:55 PM, Jeff Trawick traw...@gmail.com wrote:

 warnings in test suite with Sun compiler on Solaris 10, some of which is
 from relatively new code (not researched, maybe the API is defined in a way
 that this compiler will never be happy):

 testatomic.c, line 208: warning: initializer does not fit or is out of
 range: -1
 testatomic.c, line 221: warning: initializer does not fit or is out of
 range: -1
 testatomic.c, line 222: warning: initializer does not fit or is out of
 range: -1

 Is it fixed by r1675662?

 testskiplist.c, line 75: warning: argument #2 is incompatible with
 prototype:
 prototype: pointer to function(pointer to void, pointer to void)
 returning int : ../include/apr_skiplist.h, line 111
 argument : pointer to void
 testskiplist.c, line 75: warning: argument #3 is incompatible with
 prototype:
 prototype: pointer to function(pointer to void, pointer to void)
 returning int : ../include/apr_skiplist.h, line 111
 argument : pointer to void
 testskiplist.c, line 235: warning: argument #2 is incompatible with
 prototype:
 prototype: pointer to function(pointer to void, pointer to void)
 returning int : ../include/apr_skiplist.h, line 111
 argument : pointer to void
 testskiplist.c, line 235: warning: argument #3 is incompatible with
 prototype:
 prototype: pointer to function(pointer to void, pointer to void)
 returning int : ../include/apr_skiplist.h, line 111
 argument : pointer to void

And this ones by r1675651?


Re: Any concerns with a TR of apr 1.5.2 on Saturday a.m.?

2015-04-23 Thread Jeff Trawick

On 04/23/2015 12:09 PM, Yann Ylavic wrote:

On Thu, Apr 23, 2015 at 3:55 PM, Jeff Trawick traw...@gmail.com wrote:

On 04/23/2015 09:33 AM, Yann Ylavic wrote:

Should we add https://bz.apache.org/bugzilla/attachment.cgi?id=32643
from PR 55418?


looks reasonable to me (not tested)

I had tested it with:
+  case $host in
+ *solaris2.10*|*linux*)
and it worked as expected :P

Commited in r1675670 (for 1.5.x).
works fine on S10 circa 2008; I removed my --enable-non-portable-atomics 
flag (which would bypass the test) and verified that it still uses them


needs CHANGES ;)


Re: Any concerns with a TR of apr 1.5.2 on Saturday a.m.?

2015-04-23 Thread Yann Ylavic
On Thu, Apr 23, 2015 at 6:36 PM, Jeff Trawick traw...@gmail.com wrote:
 On 04/23/2015 12:09 PM, Yann Ylavic wrote:

 Commited in r1675670 (for 1.5.x).

 works fine on S10 circa 2008; I removed my --enable-non-portable-atomics
 flag (which would bypass the test) and verified that it still uses them

 needs CHANGES ;)

Done in r1675694.
Thanks for testing!


Re: Any concerns with a TR of apr 1.5.2 on Saturday a.m.?

2015-04-23 Thread Yann Ylavic
On Thu, Apr 23, 2015 at 12:19 AM, Jeff Trawick traw...@gmail.com wrote:
 (subject says it all)

+1


Re: Any concerns with a TR of apr 1.5.2 on Saturday a.m.?

2015-04-23 Thread Gregg Smith

On 4/23/2015 5:36 AM, Jeff Trawick wrote:

On 04/22/2015 06:28 PM, Gregg Smith wrote:

On 4/22/2015 3:19 PM, Jeff Trawick wrote:

(subject says it all)

Did we ever decide the best way to handle apr_atomic.c on VC 2013+?
PR 57191.

As often as APR is released, it would be nice to get something done 
this time around, even if it's not the perfect solution.  It has to 
better than leaving as-is and I'm not sure there really is a perfect 
solution.



+1 for your patch in the bug report


Ok, I'll commit this evening.




Re: Any concerns with a TR of apr 1.5.2 on Saturday a.m.?

2015-04-23 Thread Jeff Trawick

On 04/23/2015 09:33 AM, Yann Ylavic wrote:

On Thu, Apr 23, 2015 at 12:19 AM, Jeff Trawick traw...@gmail.com wrote:

(subject says it all)

Should we add https://bz.apache.org/bugzilla/attachment.cgi?id=32643
from PR 55418?


looks reasonable to me (not tested)



Also https://bz.apache.org/bugzilla/show_bug.cgi?id=55418#c4 suggests
test suite may be broken for solaris (or is it a known issue?).


no failures here with apr-1.5.x HEAD on Solaris 10 U5 (2008 :) ) with 
Sun compiler from that era...


--/--

warnings in test suite with Sun compiler on Solaris 10, some of which is 
from relatively new code (not researched, maybe the API is defined in a 
way that this compiler will never be happy):


testatomic.c, line 208: warning: initializer does not fit or is out of 
range: -1
testatomic.c, line 221: warning: initializer does not fit or is out of 
range: -1
testatomic.c, line 222: warning: initializer does not fit or is out of 
range: -1
testskiplist.c, line 75: warning: argument #2 is incompatible with 
prototype:
prototype: pointer to function(pointer to void, pointer to void) 
returning int : ../include/apr_skiplist.h, line 111

argument : pointer to void
testskiplist.c, line 75: warning: argument #3 is incompatible with 
prototype:
prototype: pointer to function(pointer to void, pointer to void) 
returning int : ../include/apr_skiplist.h, line 111

argument : pointer to void
testskiplist.c, line 235: warning: argument #2 is incompatible with 
prototype:
prototype: pointer to function(pointer to void, pointer to void) 
returning int : ../include/apr_skiplist.h, line 111

argument : pointer to void
testskiplist.c, line 235: warning: argument #3 is incompatible with 
prototype:
prototype: pointer to function(pointer to void, pointer to void) 
returning int : ../include/apr_skiplist.h, line 111

argument : pointer to void


Re: Any concerns with a TR of apr 1.5.2 on Saturday a.m.?

2015-04-23 Thread Jeff Trawick

On 04/22/2015 06:28 PM, Gregg Smith wrote:

On 4/22/2015 3:19 PM, Jeff Trawick wrote:

(subject says it all)

Did we ever decide the best way to handle apr_atomic.c on VC 2013+?
PR 57191.

As often as APR is released, it would be nice to get something done 
this time around, even if it's not the perfect solution.  It has to 
better than leaving as-is and I'm not sure there really is a perfect 
solution.





+1 for your patch in the bug report



Re: Any concerns with a TR of apr 1.5.2 on Saturday a.m.?

2015-04-23 Thread Yann Ylavic
On Thu, Apr 23, 2015 at 12:19 AM, Jeff Trawick traw...@gmail.com wrote:
 (subject says it all)

Should we add https://bz.apache.org/bugzilla/attachment.cgi?id=32643
from PR 55418?

Also https://bz.apache.org/bugzilla/show_bug.cgi?id=55418#c4 suggests
test suite may be broken for solaris (or is it a known issue?).


buildbot failure in ASF Buildbot on apr-trunk-fedora

2015-04-23 Thread buildbot
The Buildbot has detected a new failure on builder apr-trunk-fedora while 
building ASF Buildbot. Full details are available at:
http://ci.apache.org/builders/apr-trunk-fedora/builds/108

Buildbot URL: http://ci.apache.org/

Buildslave for this Build: bb-fedora

Build Reason: The AnyBranchScheduler scheduler named 'on-apr-commit' triggered 
this build
Build Source Stamp: [branch apr/apr/trunk] 1675571
Blamelist: trawick

BUILD FAILED: failed compile_2

Sincerely,
 -The Buildbot





buildbot success in ASF Buildbot on apr-trunk-fedora

2015-04-23 Thread buildbot
The Buildbot has detected a restored build on builder apr-trunk-fedora while 
building ASF Buildbot. Full details are available at:
http://ci.apache.org/builders/apr-trunk-fedora/builds/111

Buildbot URL: http://ci.apache.org/

Buildslave for this Build: bb-fedora

Build Reason: The AnyBranchScheduler scheduler named 'on-apr-commit' triggered 
this build
Build Source Stamp: [branch apr/apr/trunk] 1675751
Blamelist: gsmith

Build succeeded!

Sincerely,
 -The Buildbot