On Thu, Mar 11, 2010 at 09:54:29AM +0100, Ján Sáreník wrote: > 2. The error on cluster tests - I did not investigate much, but > what I know is that the environment I am compiling in is able > to cleanly compile, check and install current trunk (including > the cluster module).
And if I compile without CPG, I am getting a 'make check' error which is fixed in trunk, see https://issues.apache.org/jira/browse/QPID-2441 Jasan
+ cd /home/jsarenik/qpid-0.6rc7 + cd cpp + CXXFLAGS=' -DNDEBUG -O3' + ./configure --disable-static --without-cpg --without-help2man ...SNIP... + make -j 5 ...SNIP... + make check ...SNIP... make[2]: Entering directory `/home/jsarenik/qpid-0.6rc7/cpp/examples' make check-local make[3]: Entering directory `/home/jsarenik/qpid-0.6rc7/cpp/examples' ./verify_all /home/jsarenik/qpid-0.6rc7/cpp/.. /home/jsarenik/qpid-0.6rc7/cpp "--no-module-dir --data-dir \"\" --auth no --load-module ../src/.libs/xml.so" == /home/jsarenik/qpid-0.6rc7/cpp/../cpp/examples/pub-sub/verify_python_cpp *** verify_python_cpp.out Thu Mar 11 10:19:56 2010 --- /home/jsarenik/qpid-0.6rc7/cpp/examples/pub-sub/verify_python_cpp.in Thu Mar 11 10:01:22 2010 *************** *** 5,14 **** Declaring queue: usa Declaring queue: weather Listening for messages ... - Message: That's all, folks! from europe - Message: That's all, folks! from news - Message: That's all, folks! from usa - Message: That's all, folks! from weather Message: europe.news 0 from europe Message: europe.news 0 from news Message: europe.news 1 from europe --- 5,10 ---- *************** *** 29,34 **** --- 25,34 ---- Message: europe.weather 3 from weather Message: europe.weather 4 from europe Message: europe.weather 4 from weather + Message: That's all, folks! from europe + Message: That's all, folks! from news + Message: That's all, folks! from usa + Message: That's all, folks! from weather Message: usa.news 0 from news Message: usa.news 0 from usa Message: usa.news 1 from news FAIL ...SNIP... == /home/jsarenik/qpid-0.6rc7/cpp/../python/examples/pubsub/verify *** verify.out Thu Mar 11 10:20:28 2010 --- /home/jsarenik/qpid-0.6rc7/python/examples/pubsub/verify.in Thu Mar 11 10:01:22 2010 *************** *** 1,18 **** ==== topic_publisher.py.out ==== topic_subscriber.py.out | remove_uuid | sort - Messages on 'europe' queue: - Messages on 'news' queue: - Messages on 'usa' queue: - Messages on 'weather' queue: - Queues created - please start the topic producer - Subscribing local queue 'local_europe' to europe-' - Subscribing local queue 'local_news' to news-' - Subscribing local queue 'local_usa' to usa-' - Subscribing local queue 'local_weather' to weather-' - That's all, folks! - That's all, folks! - That's all, folks! - That's all, folks! europe.news 0 europe.news 0 europe.news 1 --- 1,5 ---- *************** *** 33,38 **** --- 20,38 ---- europe.weather 3 europe.weather 4 europe.weather 4 + Messages on 'europe' queue: + Messages on 'news' queue: + Messages on 'usa' queue: + Messages on 'weather' queue: + Queues created - please start the topic producer + Subscribing local queue 'local_europe' to europe-' + Subscribing local queue 'local_news' to news-' + Subscribing local queue 'local_usa' to usa-' + Subscribing local queue 'local_weather' to weather-' + That's all, folks! + That's all, folks! + That's all, folks! + That's all, folks! usa.news 0 usa.news 0 usa.news 1 FAIL ...SNIP... make[3]: *** [check-local] Error 1 make[3]: Leaving directory `/home/jsarenik/qpid-0.6rc7/cpp/examples' make[2]: *** [check-am] Error 2 make[2]: Leaving directory `/home/jsarenik/qpid-0.6rc7/cpp/examples' make[1]: *** [check-recursive] Error 1 make[1]: Leaving directory `/home/jsarenik/qpid-0.6rc7/cpp/examples' make: *** [check-recursive] Error 1 + exit 1
--------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:[email protected]
