Search Criteria
Package Details: libzookeeper 3.4.11-1
Git Clone URL: | https://aur.archlinux.org/libzookeeper.git (read-only, click to copy) |
---|---|
Package Base: | libzookeeper |
Description: | libzookeeper |
Upstream URL: | https://github.com/apache/zookeeper |
Licenses: | Apache |
Provides: | libzookeper |
Submitter: | AeroNotix |
Maintainer: | pyr |
Last Packager: | pyr |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2015-11-23 12:20 (UTC) |
Last Updated: | 2018-01-04 17:33 (UTC) |
Dependencies (4)
- apache-ant (ant-git, ant) (make)
- autoconf (autoconf-git) (make)
- automake (automake-1.7, automake-git, automake-1.11, automake-1.15, automake-1.14) (make)
- cppunit (make)
Latest Comments
jmabey commented on 2018-08-02 17:20 (UTC)
There is an error when building with gcc 8: src/zookeeper.c:3506:21: error: ‘%d’ directive writing between 1 and 5 bytes into a region of size between 0 and 127 [-Werror=format-overflow=]
This patch seems to fix it: https://salsa.debian.org/java-team/zookeeper/blob/8f12c964bbc1fc1c025d5fc5e7011a5a67d75181/debian/patches/14-ftbfs-with-gcc-8.patch
pyr commented on 2017-12-18 15:34 (UTC)
Hey!
To follow-up on @bertrand's comment, I've added a gist with the full patch to bring libzookeeper to 3.4.11 (the latest stable version). It does the following:
https://gist.github.com/d7a2cb02d4311a9aec7d9459fb34f105
bertrand commented on 2017-12-18 13:25 (UTC) (edited on 2017-12-18 13:26 (UTC) by bertrand)
Package do not build due to usage of AM_PATH_CPPUNIT automake macro which is not available.
I create a patch which replace AM_PATCH_CPPUNIT macro with PKG_CHECK_MODULES PKGBUILD file is also updated. Both can be found here: https://gist.github.com/bcachet/4849ca02512db190bfac465e21d7867e
Do not find a way to push this modification on the repo of the package which is ReadOnly
mk.cr commented on 2017-11-10 11:05 (UTC) (edited on 2017-11-10 11:06 (UTC) by mk.cr)
AeroNotix commented on 2017-01-11 22:03 (UTC)
ethereal commented on 2017-01-11 20:40 (UTC)
AeroNotix commented on 2016-02-04 09:15 (UTC)
yhager commented on 2016-02-04 01:33 (UTC)