distributePro / ovsrpro

A collection of 3rd party libraries.
MIT License
0 stars 4 forks source link

zookeeper_Release project is missing jute files #19

Closed brobeson closed 7 years ago

brobeson commented 7 years ago

When building ovsrpro 17.05.2 on Kubuntu 17.04, i would get the following error when building zookeeper_Release:

[ 88%] Performing configure step for 'zookeeper_Release'
checking for doxygen... /usr/bin/doxygen
checking for perl... /usr/bin/perl
checking for dot... /usr/bin/dot
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for generated/zookeeper.jute.c... no
configure: error: jute files are missing! Please run "ant compile_jute" while in the zookeeper top level directory.
CMakeFiles/zookeeper_Release.dir/build.make:106: recipe for target 'xpbase/Stamp/zookeeper_Release/zookeeper_Release-configure' failed
make[3]: *** [xpbase/Stamp/zookeeper_Release/zookeeper_Release-configure] Error 1
CMakeFiles/Makefile2:1512: recipe for target 'CMakeFiles/zookeeper_Release.dir/all' failed
make[2]: *** [CMakeFiles/zookeeper_Release.dir/all] Error 2
CMakeFiles/Makefile2:1524: recipe for target 'CMakeFiles/zookeeper_Release.dir/rule' failed
make[1]: *** [CMakeFiles/zookeeper_Release.dir/rule] Error 2
Makefile:691: recipe for target 'zookeeper_Release' failed
make: *** [zookeeper_Release] Error 2