[jira] [Created] (PROTON-509) Proton build fails on OS X 10.9

2014-02-05 Thread Hiram Chirino (JIRA)
Hiram Chirino created PROTON-509: Summary: Proton build fails on OS X 10.9 Key: PROTON-509 URL: https://issues.apache.org/jira/browse/PROTON-509 Project: Qpid Proton Issue Type: Bug

Re: error when building proton

2014-02-05 Thread Roberto Pagliari
Hi Alan, I have uuid-dev installed but it still cannot find it. Is there a flag on the CMakeLists file? I can't see it when running ccmake. Thank you, Roberto On Wed, Feb 5, 2014 at 11:07 AM, Alan Conway acon...@redhat.com wrote: On Tue, 2014-02-04 at 17:50 -0500, Roberto Pagliari wrote:

Re: error when building proton

2014-02-05 Thread Justin Ross
Watch out. On Fedora at least, there are two uuid packages, uuid[-devel] and and libuuid[-devel]. Perhaps the same confusing situation exists on Ubuntu. Justin On Wed, Feb 5, 2014 at 12:02 PM, Roberto Pagliari robe...@canary.is wrote: Hi Alan, I have uuid-dev installed but it still cannot

Re: error when building proton

2014-02-05 Thread Ken Giusti
Actually, I seem to remember ubunutu providing uuid in the e2fsprogs package. Struck me as odd at the time... - Original Message - From: Justin Ross justin.r...@gmail.com To: proton@qpid.apache.org Sent: Wednesday, February 5, 2014 12:08:48 PM Subject: Re: error when building proton

[jira] [Created] (PROTON-510) hostname field in the Open command is not set

2014-02-05 Thread Ted Ross (JIRA)
Ted Ross created PROTON-510: --- Summary: hostname field in the Open command is not set Key: PROTON-510 URL: https://issues.apache.org/jira/browse/PROTON-510 Project: Qpid Proton Issue Type: Bug

Re: error when building proton

2014-02-05 Thread Ted Ross
There's one other thing to be careful of... Once CMake determines that it's not there, it will not reconsider after you've installed the dependency. Make sure you delete your whole build directory and re-configure. -Ted On 02/05/2014 12:02 PM, Roberto Pagliari wrote: Hi Alan, I have

Re: error when building proton

2014-02-05 Thread Fraser Adams
Starting from scratch is definitely the safest bet, but I *thought* that you could just delete the CMakeCache.txt Frase On 05/02/14 18:53, Ted Ross wrote: There's one other thing to be careful of... Once CMake determines that it's not there, it will not reconsider after you've installed the

[jira] [Updated] (PROTON-508) Use of Sasl auth results in a large performance hit.

2014-02-05 Thread Timothy Bish (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-508?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Timothy Bish updated PROTON-508: Attachment: (was: PROTON-508.txt) Use of Sasl auth results in a large performance hit.

[jira] [Updated] (PROTON-508) Use of Sasl auth results in a large performance hit.

2014-02-05 Thread Timothy Bish (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-508?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Timothy Bish updated PROTON-508: Attachment: PROTON-508.txt New patch that resolves the issue and keeps tests passing. Problem