-1 (binding) I haven't been able to run "ant clean test-core-cppunit" to build the native code and run tests. It fails in the "create-cppunit-configure" target with the error shown below.
My first theory was that something had gone wrong in my own build environment, but I've confirmed that I can run "ant clean test-core-cppunit" for the 3.4.8 release tarball and also for a git checkout of branch-3.4. That leads me to conclude that something is wrong in the 3.4.9 release tarball and not my environment. I'd appreciate if someone else could try it and report their results. create-cppunit-configure: [mkdir] Created dir: /home/cnauroth/zookeeper-3.4.9/build/test/test-cppunit [exec] checking for doxygen... no [exec] checking for perl... /usr/bin/perl [exec] checking for dot... no [exec] configure: error: cannot find install-sh, install.sh, or shtool in "/home/cnauroth/zookeeper-3.4.9/src/c" "/home/cnauroth/zookeeper-3.4.9/src/c/.." "/home/cnauroth/zookeeper-3.4.9/src/c/../.." --Chris Nauroth On 8/18/16, 9:24 AM, "Rakesh Radhakrishnan" <rake...@apache.org> wrote: This is a bugfix release candidate for 3.4.9. It fixes 21 issues, including issues that affect ACL cache in DataTree never removes entries, prevent multiple init of login object in each ZKSaslClient instance, ZK service becomes unavailable when leader fails to write transaction log, upgrade netty version due to security vulnerability (CVE-2014-3488) and others. The full release notes are available at: https://issues.apache.org/jira/secure/ReleaseNote.jspa? projectId=12310801&version=12334700 *** Please download, test and vote by August 26th 2016, 23:59 UTC+0. *** Source files: http://people.apache.org/~rakeshr/zookeeper-3.4.9-candidate-0 Maven staging repo: https://repository.apache.org/content/groups/staging/org/ apache/zookeeper/zookeeper/3.4.9 The tag to be voted upon: https://svn.apache.org/repos/asf/zookeeper/tags/release-3.4.9-rc0 ZooKeeper's KEYS file containing PGP keys we use to sign the release: http://www.apache.org/dist/zookeeper/KEYS Should we release this candidate? Rakesh