On Tue, 2013-04-23 at 07:57 -0400, Justin Ross wrote:
> Hi, everyone.  RC2 from revision 1470549 is now available:
> 
>   http://people.apache.org/~jross/qpid-0.22-rc2/
>   http://people.apache.org/~jross/qpid-0.22-rc2-testing.txt
> 
> My testing (Fedora 16 x86-64, still autotools based) showed no failures.
> 
> Since the last update, we decided to add some time between RC1 and
> RC2.  I expect RC3 to land in one to two weeks, and I feel there's a
> pretty good chance that RC will represent the GA bits.
> 
> So we're getting close.  Please test the RC and report your findings.
> I'll be sending out candidate release notes this week.

I've tested the cpp package against clang 3.1 on FreeBSD 9.1 using cmake
and it doesn't quite work:

1) I encountered the same issue Gordon did with
cmake_uninstall.cmake.in. It sounds like we have a fix for this issue
now.

Once I'd created a blank cmake_uninstall.cmake.in to allow it to
continue it then failed in the new Selector code. I've fixed this on
trunk with a 2 line patch (QPID-4793, trunk r1477822).

[Treat this as a 0.22 inclusion request for this patch].

With this change it produces runnable executables, but the ssl modules
and swigged wrappers don't build.

The cmake invocation I used is:
"CC=clang CXX=clang++ cmake -DCMAKE_REQUIRED_INCLUDES=/usr/local/include
-DBUILD_PROBES=off"

The tests won't run because they hard code "#!/bin/bash" whereas on FreeBSD
bash lives in /usr/local/bin/bash.

Andrew



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org

Reply via email to