Re: initial release candidate

2012-10-25 Thread Ken Giusti
The following patch fixes the problem with older versions of the SSL library. It also works on the latest Fedora 17, so I think it's low risk. Shall I commit it? 8 diff --git a/proton-c/src/ssl/openssl.c b/proton-c/src/ssl/openssl.c index 6ea951f..dd775cd 100644 ---

Re: RC3

2012-10-25 Thread Ken Giusti
Centos5 x64 build failure - funny didn't I see this before? [ 69%] Building C object CMakeFiles/qpid-proton.dir/src/driver.c.o /home/kgiusti/proton/qpid-proton-c-0.1/src/driver.c:75:1: error: NAME_MAX redefined In file included from /usr/include/bits/local_lim.h:36, from

Re: RC3

2012-10-25 Thread William Henry
Thanks. It was ambiguous. Looked like it was optional and had a default (which it did) Now hopefully people can just deduce more info about the examples from the examples/README.txt and PROTON-100 can be ignored ;-) Sent from my iPhone On Oct 25, 2012, at 4:14 AM, Rafael Schloming

Re: RC4

2012-10-25 Thread Rafael Schloming
Ok, I'm -1ing this one because ken's ssl fix didn't make it in. Sorry for the churn. RC5 will be up shortly with ken's ssl fix in it. --Rafael On Thu, Oct 25, 2012 at 1:42 PM, Rafael Schloming r...@alum.mit.edu wrote: I've posted an RC4 here:

RC5

2012-10-25 Thread Rafael Schloming
Please have a look. This one includes ken's ssl fix in addition to everything that was in RC4: http://people.apache.org/~rhs/qpid-proton-0.1rc5/

[jira] [Created] (PROTON-106) OS X: MSG_NOSIGNAL does not exist

2012-10-25 Thread Hiram Chirino (JIRA)
Hiram Chirino created PROTON-106: Summary: OS X: MSG_NOSIGNAL does not exist Key: PROTON-106 URL: https://issues.apache.org/jira/browse/PROTON-106 Project: Qpid Proton Issue Type: Bug

[jira] [Created] (PROTON-107) OS X: _POSIX_C_SOURCE is redefined in proton-c/src/ssl/ssl-internal.h

2012-10-25 Thread Hiram Chirino (JIRA)
Hiram Chirino created PROTON-107: Summary: OS X: _POSIX_C_SOURCE is redefined in proton-c/src/ssl/ssl-internal.h Key: PROTON-107 URL: https://issues.apache.org/jira/browse/PROTON-107 Project: Qpid

[jira] [Created] (PROTON-108) OS X: PHP libs not linked

2012-10-25 Thread Hiram Chirino (JIRA)
Hiram Chirino created PROTON-108: Summary: OS X: PHP libs not linked Key: PROTON-108 URL: https://issues.apache.org/jira/browse/PROTON-108 Project: Qpid Proton Issue Type: Bug

[jira] [Updated] (PROTON-107) OS X: _POSIX_C_SOURCE is redefined in proton-c/src/ssl/ssl-internal.h

2012-10-25 Thread Hiram Chirino (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-107?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hiram Chirino updated PROTON-107: - Component/s: proton-c OS X: _POSIX_C_SOURCE is redefined in proton-c/src/ssl/ssl-internal.h

[jira] [Updated] (PROTON-104) OS X: Don't link uuid

2012-10-25 Thread Hiram Chirino (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hiram Chirino updated PROTON-104: - Component/s: proton-c OS X: Don't link uuid - Key:

Re: RC5

2012-10-25 Thread Ken Giusti
mea culpa - apologies. However, RC5 looks pretty good on these platforms: Fedora 17 (64bit) Debian 6 (32bit, vm) Ubuntu 12.04 (32bit, vm) Centos 6 (64bit, vm) I simply did a make install, then ran the proton test suite. A few warnings during build, but all tests pass. The only problem

Re: RC5

2012-10-25 Thread Rob Godfrey
OK - proton-c built OK for me on Ubuntu 12.04 (32-bit) and Centos 6.3 (32 bit)... Tests all worked fine on the Ubuntu machine. On CentOS I got the following error: proton_tests.messenger.MessengerTest.testSendBogus

Re: RC5

2012-10-25 Thread Rafael Schloming
That particular test does a DNS lookup on an invalid address, and if that happens to take a while it can fail the way you're seeing. It will also fail if you happen to be on one of those networks that are configured to resolve all invalid hostnames to some kind of search engine. --Rafael On Thu,

Re: RC5

2012-10-25 Thread Rafael Schloming
This was my bad, I'll post an RC6 with the shim fixed. --Rafael On Thu, Oct 25, 2012 at 5:35 PM, Rajith Attapattu rajit...@gmail.comwrote: We have a build failure on the java side. It appears the SSL tests added in Kens fix is failing. proton_tests.ssl.SslTest.test_client_authentication

[jira] [Resolved] (PROTON-107) OS X: _POSIX_C_SOURCE is redefined in proton-c/src/ssl/ssl-internal.h

2012-10-25 Thread Rafael H. Schloming (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-107?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rafael H. Schloming resolved PROTON-107. Resolution: Fixed OS X: _POSIX_C_SOURCE is redefined in

RC6

2012-10-25 Thread Rafael Schloming
I put up an RC6 here[1] with the java shim fixed so the SSL tests skip properly. That's the only change from RC5. [1] http://people.apache.org/~rhs/qpid-proton-0.1rc6/ --Rafael