- Package:
- src:zookeeper
- Source:
- zookeeper
- Submitter:
- John David Anglin
- Date:
- 2013-11-13 06:39:04 UTC
- Severity:
- important
Zookeeper depends on default-jdk (>= 1:1.6). This in turn requires openjdk which is not supported on hppa. Built sheepdog by disabling zookeeper support.
Can zookeeper build out libzookeeper-{mt,st}-dev only? So that we can
use zookeeper client on the platform without jdk 6?
I don't really know but I didn't see any way to do that in the documentation that I looked at. Dave -- John David Anglin dave.anglin@bell.net
With the attached patch, zookeeper can build libzk* and python-zk,
without java stuff, such as the zookeeper service.
It may help use use the platform without jdk >=6 act as a zookeeper client.
To make all the platforms have the same behavior, I use the gcj for platform
even have openjdk-{6,7}.
Maybe you are willing to change this. I think it will also be ok.
It can be built successfully with gcj 4.8.2-2 while failed with gcj
4.6 from Ubuntu precise.
There are some warning when build with gcj 4.8.2-2.
You can get them from the attached buildlog.