[
https://issues.apache.org/jira/browse/ZOOKEEPER-3879?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17153723#comment-17153723
]
David Vujic commented on ZOOKEEPER-3879:
----------------------------------------
Thanks! I think I got one step further. But now there is a new error (or is the
cause perhaps the same as when running the autoreconf command manually, as
described in this issue?)
Output:
[INFO] Reactor Summary for Apache ZooKeeper 3.6.1:
[INFO]
[INFO] Apache ZooKeeper ................................... SUCCESS [ 3.970 s]
[INFO] Apache ZooKeeper - Documentation ................... SUCCESS [ 2.678 s]
[INFO] Apache ZooKeeper - Jute ............................ SUCCESS [ 8.981 s]
[INFO] Apache ZooKeeper - Server .......................... SUCCESS [ 19.015 s]
[INFO] Apache ZooKeeper - Metrics Providers ............... SUCCESS [ 0.632 s]
[INFO] Apache ZooKeeper - Prometheus.io Metrics Provider .. SUCCESS [ 2.111 s]
[INFO] Apache ZooKeeper - Client .......................... SUCCESS [ 0.644 s]
[INFO] Apache ZooKeeper - Client - C ...................... FAILURE [ 2.275 s]
[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: 40.739 s
[INFO] Finished at: 2020-07-08T16:09:56Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.6.0:exec
(autoreconf) on project zookeeper-client-c: Command execution failed.: Process
exited with an error: 1 (Exit value: 1) -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal
org.codehaus.mojo:exec-maven-plugin:1.6.0:exec (autoreconf) on project
zookeeper-client-c: Command execution failed.
> 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)