Hi Justin, I have hit a problem testing RC4 on my debian-6 i686 VM:
I pulled down qpid-0.20.tar, did "./bootstrap && ./configure && make && make test" - all fine, but when I tried to 'make install' as root: libtool: relink: g++ -shared -nostdlib /usr/lib/gcc/i486-linux-gnu/4.4.5/../../../../lib/crti.o /usr/lib/gcc/i486-linux-gnu/4.4.5/crtbeginS.o qpid/ha/.libs/Backup.o qpid/ha/.libs/BrokerInfo.o qpid/ha/.libs/BrokerReplicator.o qpid/ha/.libs/ConnectionObserver.o qpid/ha/.libs/HaBroker.o qpid/ha/.libs/HaPlugin.o qpid/ha/.libs/Membership.o qpid/ha/.libs/Primary.o qpid/ha/.libs/QueueGuard.o qpid/ha/.libs/QueueReplicator.o qpid/ha/.libs/ReplicatingSubscription.o qpid/ha/.libs/ReplicationTest.o qpid/ha/.libs/StatusCheck.o qpid/ha/.libs/RemoteBackup.o qpid/ha/.libs/types.o -L/usr/local/lib -lqpidbroker -lqpidmessaging -L/usr/lib/gcc/i486-linux-gnu/4.4.5 -L/usr/lib/gcc/i486-linux-gnu/4.4.5/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/i486-linux-gnu/4.4.5/../../.. -L/usr/lib/i486-linux-gnu -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/i486-linux-gnu/4.4.5/crtendS.o /usr/lib/gcc/i486-linux-gnu/4.4.5/../../../../lib/crtn.o -Wl,-soname -Wl,ha.so -o .libs/ha.so /usr/bin/ld: cannot find -lqpidbroker collect2: ld returned 1 exit status libtool: install: error: relink `ha.la' with the above command before installing it make[3]: *** [install-dmoduleexecLTLIBRARIES] Error 1 This appears to be related to the automake configuration: I then tried to rebuild using cmake, I was able to 'make install' from the cmake build tree without a problem. -K ----- Original Message ----- > Hi, everyone. The proposed final 0.20 release candidate, RC4, is > available here: > > http://people.apache.org/~jross/qpid-0.20-rc4/ > > My testing showed everything in good shape, including the proton > integration. > > RC4 has the following changes versus RC3: > > r1430909 | kwall | (Wed, 09 Jan 2013) | 5 lines > QPID-4503: Producer transaction timeout detection feature may > produce > suprious open/idle alerts and close client connections/sessions > without good cause > > r1430904 | kwall | (Wed, 09 Jan 2013) | 5 lines > QPID-4503: Producer transaction timeout detection feature may > produce > suprious open/idle alerts and close client connections/sessions > without good cause > > r1430554 | astitcher | (Tue, 08 Jan 2013) | 5 lines > QPID-4095: Move the directory iteration into FileSysDir > > r1430452 | jross | (Tue, 08 Jan 2013) | 1 line > QPID-4368: Add missing dist file > > r1430321 | robbie | (Tue, 08 Jan 2013) | 4 lines > QPID-4521: ensure that the routing key is properly passed to the > alternate Topic exchange by the adapter. Add unit tests for the > adapter methods. > > r1430320 | robbie | (Tue, 08 Jan 2013) | 4 lines > QPID-4519: return true for VirtualHost MBean isStatusEnabled, dont > update stats when doing so, and stop using a synchronized method as > a > result > > r1430319 | robbie | (Tue, 08 Jan 2013) | 4 lines > QPID-4512: stop the delete visitor indicating completion upon the > first matching queue entry, or any for that matter: it needs to > check > them all. > > r1424598 | kgiusti | (Thu, 20 Dec 2012) | 1 line > NO-JIRA: merge compile fix from trunk > > r1423964 | robbie | (Wed, 19 Dec 2012) | 6 lines > QPID-4511: move the broker-plugins lib dir under build/scratch to > prevent it being included in the binary produced by 'ant release'. > > The artifacts are signed, and if approved by vote, these bits > precisely would ship as 0.20 GA. I'll follow this with a separate > [VOTE] mail. > > Thanks Alex, Keith, Robbie, and Ken for posting your test outcomes on > the list. It is very much appreciated. Please try RC4 and prepare > to > vote! > > Thanks, > Justin > > --- > 0.20 release page: https://cwiki.apache.org/qpid/020-release.html > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
