You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@zookeeper.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2020/02/07 17:45:00 UTC

[jira] [Updated] (ZOOKEEPER-3719) C Client compilation issues in 3.5.7-rc

     [ https://issues.apache.org/jira/browse/ZOOKEEPER-3719?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

ASF GitHub Bot updated ZOOKEEPER-3719:
--------------------------------------
    Labels: pull-request-available  (was: )

> C Client compilation issues in 3.5.7-rc
> ---------------------------------------
>
>                 Key: ZOOKEEPER-3719
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-3719
>             Project: ZooKeeper
>          Issue Type: Bug
>          Components: c client
>            Reporter: Damien Diederen
>            Assignee: Damien Diederen
>            Priority: Major
>              Labels: pull-request-available
>
> The C client included in {{release-3.5.7-rc0}} and {{release-3.5.7-rc1}} suffers from a few issues:
> # It configures, but "forgets" to build the C code in the {{full-build}} profile;
> # Compilation actually fails with GCC 8.3, as the the {{Makefile}} uses {{-Werror}} and the compiler detects a couple possible buffer overruns;
> # The {{WIN32}} branch of the code does not compile because of a change in socket representation.
> This should probably be set to "blocker," but I don't know if the C client is supposed to block a release.  Oh, and the first issue, at least, also existed in 3.5.6—and it seems nobody complained :)
> A "pull request" is in the works.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)