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

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

Damien Diederen created ZOOKEEPER-3719:
------------------------------------------

             Summary: 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


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)