-1 - I'm afraid the source artifact is broken and unbuildable:

I untarred the source artifact and:

mvn clean install -DskipTests -Pfull-build

[ERROR] Failed to execute goal
org.codehaus.mojo:exec-maven-plugin:1.6.0:exec (configure) on project
zookeeper-client-c: Command execution failed.: Cannot run program
"/Users/phunt/Downloads/z/apache-zookeeper-3.5.6/zookeeper-client/zookeeper-client-c/configure"
(in directory
"/Users/phunt/Downloads/z/apache-zookeeper-3.5.6/zookeeper-client/zookeeper-client-c/target/c"):
error=13, Permission denied -> [Help 1]

⌂262% [phunt:~/Downloads/z/apache-zookeeper-3.5.6] $ ls -la
zookeeper-client/zookeeper-client-c/configure
-rw-r--r--  1 phunt  staff  655375 Sep 16 13:18
zookeeper-client/zookeeper-client-c/configure

this fixed it in the sense I could build successfully:
chmod a+x zookeeper-client/zookeeper-client-c/configure

Patrick


On Mon, Sep 16, 2019 at 2:36 PM Enrico Olivelli <[email protected]> wrote:

> This is a bugfix release candidate for 3.5.6.
>
> It fixes 26 issues, including upgrade of third party libraries,
> TTL Node APIs for C API, support for PCKS12 Keystores, and better procedure
> for the upgrade of servers from 3.4 to 3.5.
>
> The full release notes is available at:
>
>
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310801&version=12345243
>
> *** Please download, test and vote by September 19th 2019, 23:59 UTC+0. ***
>
> Source files:
> http://people.apache.org/~eolivelli/zookeeper-3.5.6-candidate-0/
>
> Maven staging repo:
> https://repository.apache.org/content/repositories/orgapachezookeeper-1040/
>
> The release candidate tag in git to be voted upon: release-3.5.6-rc0
> https://github.com/apache/zookeeper/tree/release-3.5.6-rc0
>
> ZooKeeper's KEYS file containing PGP keys we use to sign the release:
> http://www.apache.org/dist/zookeeper/KEYS
>
> Should we release this candidate?
>
> Enrico Olivelli
>

Reply via email to