I believe we don't support it, see this issue: https://issues.apache.org/jira/browse/ZOOKEEPER-1604 <https://issues.apache.org/jira/browse/ZOOKEEPER-1604>
From the issue, it sounds like we didn't fix it in the 3.4 branch, perhaps we should have. -Flavio > On 30 Mar 2017, at 16:28, yakirgb <[email protected]> wrote: > > First, thanks to all contributors! > > I'v downloaded zookeeper-3.4.10.tar.gz, > try building rpm from source with: ant rpm > > The build process fails with this error: > > rpm: > [copy] Copying 1 file to /tmp/zkpython_build_root/SOURCES > [rpm] Building the RPM based on the zkpython.spec file > [rpm] Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.T4RM9A > [rpm] + umask 022 > [rpm] Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.IWREfI > [rpm] + cd /tmp/zkpython_build_root/BUILD > [rpm] Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.vbLbmP > [rpm] + tar fxz > /tmp/zkpython_build_root/SOURCES/ZooKeeper-0.4.linux-x86_64.tar.gz -C > /tmp/zkpython_build_root/BUILD > [rpm] + exit 0 > [rpm] + umask 022 > [rpm] + cd /tmp/zkpython_build_root/BUILD > [rpm] + exit 0 > [rpm] + umask 022 > [rpm] + cd /tmp/zkpython_build_root/BUILD > [rpm] + '[' /tmp/zkpython_build_root/BUILD '!=' / ']' > [rpm] + rm -rf /tmp/zkpython_build_root/BUILD > [rpm] ++ dirname /tmp/zkpython_build_root/BUILD > [rpm] + mkdir -p /tmp/zkpython_build_root > [rpm] + mkdir /tmp/zkpython_build_root/BUILD > [rpm] + /usr/lib/rpm/check-buildroot > [rpm] shell-init: error retrieving current directory: getcwd: cannot > access parent directories: No such file or directory > [rpm] + /usr/lib/rpm/redhat/brp-compress > [rpm] shell-init: error retrieving current directory: getcwd: cannot > access parent directories: No such file or directory > [rpm] chdir: error retrieving current directory: getcwd: cannot access > parent directories: No such file or directory > [rpm] + /usr/lib/rpm/redhat/brp-strip /usr/bin/strip > [rpm] shell-init: error retrieving current directory: getcwd: cannot > access parent directories: No such file or directory > [rpm] + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip > [rpm] shell-init: error retrieving current directory: getcwd: cannot > access parent directories: No such file or directory > [rpm] + /usr/lib/rpm/redhat/brp-strip-comment-note /usr/bin/strip > /usr/bin/objdump > [rpm] shell-init: error retrieving current directory: getcwd: cannot > access parent directories: No such file or directory > [rpm] + /usr/lib/rpm/brp-python-bytecompile > [rpm] shell-init: error retrieving current directory: getcwd: cannot > access parent directories: No such file or directory > [rpm] Processing files: zkpython-3.4.10-1.x86_64 > [rpm] > [rpm] > [rpm] RPM build errors: > [rpm] error: File not found: /tmp/zkpython_build_root/BUILD/usr > [rpm] File not found: /tmp/zkpython_build_root/BUILD/usr > > Could anyone help me to resolve this? > > > > -- > View this message in context: > http://zookeeper-user.578899.n2.nabble.com/ANNOUNCE-Apache-ZooKeeper-3-4-10-tp7583027p7583028.html > Sent from the zookeeper-user mailing list archive at Nabble.com.
