[
https://issues.apache.org/jira/browse/ZOOKEEPER-3879?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17153433#comment-17153433
]
David Vujic commented on ZOOKEEPER-3879:
----------------------------------------
Ran the command *mvn clean install -P full-build* in the docker container
(built with the *dev/docker/run.sh* script) and got this result:
[ERROR] Tests run: 2981, Failures: 5, Errors: 3, Skipped: 3
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Apache ZooKeeper 3.6.1:
[INFO]
[INFO] Apache ZooKeeper ................................... SUCCESS [ 23.742 s]
[INFO] Apache ZooKeeper - Documentation ................... SUCCESS [ 4.084 s]
[INFO] Apache ZooKeeper - Jute ............................ SUCCESS [ 11.001 s]
[INFO] Apache ZooKeeper - Server .......................... FAILURE [15:05 min]
[INFO] Apache ZooKeeper - Metrics Providers ............... SKIPPED
[INFO] Apache ZooKeeper - Prometheus.io Metrics Provider .. SKIPPED
[INFO] Apache ZooKeeper - Client .......................... SKIPPED
[INFO] Apache ZooKeeper - Client - C ...................... SKIPPED
[INFO] Apache ZooKeeper - Recipes ......................... SKIPPED
[INFO] Apache ZooKeeper - Recipes - Election .............. SKIPPED
[INFO] Apache ZooKeeper - Recipes - Lock .................. SKIPPED
[INFO] Apache ZooKeeper - Recipes - Queue ................. SKIPPED
[INFO] Apache ZooKeeper - Assembly ........................ SKIPPED
[INFO] Apache ZooKeeper - Tests ........................... SKIPPED
[INFO] Apache ZooKeeper - Contrib ......................... SKIPPED
[INFO] Apache ZooKeeper - Contrib - Fatjar ................ SKIPPED
[INFO] Apache ZooKeeper - Contrib - Loggraph .............. SKIPPED
[INFO] Apache ZooKeeper - Contrib - Rest .................. SKIPPED
[INFO] Apache ZooKeeper - Contrib - ZooInspector .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 15:44 min
[INFO] Finished at: 2020-07-08T09:27:08Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-surefire-plugin:2.22.1:test (default-test) on
project zookeeper: There are test failures.
[ERROR]
[ERROR] Please refer to
/home/david/Downloads/apache-zookeeper-3.6.1/zookeeper-server/target/surefire-reports
for the individual test results.
[ERROR] Please refer to dump files (if any exist) [date].dump,
[date]-jvmRun[N].dump and [date].dumpstream.
What I cannot figure out is how to build the C Client?
> C Client: how to build?
> -----------------------
>
> Key: ZOOKEEPER-3879
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-3879
> Project: ZooKeeper
> Issue Type: Bug
> Components: c client
> Affects Versions: 3.6.1
> Reporter: David Vujic
> Priority: Major
>
> I have tried to follow the [installation
> guide|https://github.com/apache/zookeeper/tree/master/zookeeper-client/zookeeper-client-c],
> but cannot understand how to make the *autoreconf* step to work. It is
> failing at the AM_PATH_CPPUNIT missing. Have tried the suggestions in the
> guide, but without success.
> The OS I have used are Mac OS X and Elementary OS. Also, went trying using
> CentOS in a docker container, but cannot figure out how to add all
> requirements (autoconf missing etc).
> Previous builds of the Zookeeper C Client (3.5.x) have worked fine though, I
> guess something has changed?
> For the development of node-zookeeper, this is a blocker.
> Do you have any suggestions how to solve this?
--
This message was sent by Atlassian Jira
(v8.3.4#803005)