On 11/10/2010 07:22 AM, Gordon Sim wrote:
On 11/08/2010 08:47 AM, Robbie Gemmell wrote:
Hi all,

0.8 RC1 can be found for download at:
http://people.apache.org/~robbie/qpid/0.8/RC1/

Output from running RAT across the 'full release' archive can be found at:
http://people.apache.org/~robbie/qpid/0.8/0.8rc1_rat_output.txt

*Please* take the time to download and try out this release candidate and
report your results, such that any additional issues which require
addressing before the release can proceed are identified as early as
possible.

The qpid-cpp-0.8.tar.gz doesn't include clustering related test files. I suspect this is due to conditional inclusion of them in the distribution list if the relevant dependencies are not available.
Autotools build fails at the compilation stage with:

/bin/sh ../../libtool --tag=CXX --mode=link g++ -g -O2 -Itestagent_gen -g -O2 -L/usr/lib/openais -L/usr/lib64/openais -L/usr/lib/corosync -L/usr/lib64/corosync -o testagent testagent-testagent.o testagent_gen/qmf/org/apache/qpid/agent/example/testagent-Parent.o testagent_gen/qmf/org/apache/qpid/agent/example/testagent-Child.o testagent_gen/qmf/org/apache/qpid/agent/example/testagent-EventChildCreated.o testagent_gen/qmf/org/apache/qpid/agent/example/testagent-EventChildDestroyed.o testagent_gen/qmf/org/apache/qpid/agent/example/testagent-Package.o ../../src/libqmf.la libtool: link: g++ -g -O2 -Itestagent_gen -g -O2 -o .libs/testagent testagent-testagent.o testagent_gen/qmf/org/apache/qpid/agent/example/testagent-Parent.o testagent_gen/qmf/org/apache/qpid/agent/example/testagent-Child.o testagent_gen/qmf/org/apache/qpid/agent/example/testagent-EventChildCreated.o testagent_gen/qmf/org/apache/qpid/agent/example/testagent-EventChildDestroyed.o testagent_gen/qmf/org/apache/qpid/agent/example/testagent-Package.o -L/usr/lib/openais -L/usr/lib64/openais -L/usr/lib/corosync -L/usr/lib64/corosync ../../src/.libs/libqmf.so /home/gordon/qpid-0.8-rc1/cpp-build-autotools/src/.libs/libqmfengine.so /home/gordon/qpid-0.8-rc1/cpp-build-autotools/src/.libs/libqpidclient.so /home/gordon/qpid-0.8-rc1/cpp-build-autotools/src/.libs/libqpidcommon.so /home/gordon/qpid-0.8-rc1/cpp-build-autotools/src/.libs/libqpidtypes.so -lboost_program_options -lboost_filesystem -ldl -lrt -lsasl2 -luuid -Wl,-rpath -Wl,/usr/local/lib make[3]: *** No rule to make target `run_cluster_tests', needed by `all-am'. Stop. make[3]: Leaving directory `/home/gordon/qpid-0.8-rc1/cpp-build-autotools/src/tests'


Cmake build fails on running cmake with:

CMake Error in src/tests/CMakeLists.txt:
Cannot find source file "InitialStatusMap". Tried extensions .c .C .c++
  .cc .cpp .cxx .m .M .mm .h .hh .h++ .hm .hpp .hxx .in .txx


CMake Error in src/tests/CMakeLists.txt:
Cannot find source file "StoreStatus". Tried extensions .c .C .c++ .cc
  .cpp .cxx .m .M .mm .h .hh .h++ .hm .hpp .hxx .in .txx


Either we need to regenerate the distribution on a platform with those dependencies or we need to ensure the relavent files are included regardless of whether the deps were available at the time of running make dist. Thoughts?

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:[email protected]


build it on a platform with deps install. that seems less error prone.




---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:[email protected]

Reply via email to