You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@zookeeper.apache.org by "Christopher Tubbs (Jira)" <ji...@apache.org> on 2020/11/01 18:27:00 UTC

[jira] [Commented] (ZOOKEEPER-3293) ZooKeeper fails to compile on newer RHEL systems ie. Fedora

    [ https://issues.apache.org/jira/browse/ZOOKEEPER-3293?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17224308#comment-17224308 ] 

Christopher Tubbs commented on ZOOKEEPER-3293:
----------------------------------------------

Can this issue be closed? Fedora 29 is EOL, and so is ZK 3.4. ZK 3.7.0-SNAPSHOT seems to build fine on F32, I'm guessing 3.5 and 3.6 also build fine on F32, but I haven't tried.

> ZooKeeper fails to compile on newer RHEL systems ie. Fedora
> -----------------------------------------------------------
>
>                 Key: ZOOKEEPER-3293
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-3293
>             Project: ZooKeeper
>          Issue Type: Bug
>    Affects Versions: 3.4.8, 3.4.12, 3.4.13
>         Environment: Fedora 29 in docker
>            Reporter: Hari Sekhon
>            Priority: Blocker
>
> ZooKeeper fails to compile on Fedora 29 (compiles ok on CentOS 7 though). I cannot build the project to get the zkperl dependencies to run on Fedora as it is. This happens on various versions of ZooKeeper 3.4.x
> {code:java}
> cd zookeeper-3.4.8/src/c
> ./configure
> make
> make  all-am
> make[1]: Entering directory '/github/nagios-plugins/zookeeper-3.4.13/src/c'
> /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -I./include -I./tests -I./generated   -Wall -Werror  -g -O2 -D_GNU_SOURCE -MT zookeeper.lo -MD -MP -MF .deps/zookeeper.Tpo -c -o zookeeper.lo `test -f 'src/zookeeper.c' || echo './'`src/zookeeper.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./include -I./tests -I./generated -Wall -Werror -g -O2 -D_GNU_SOURCE -MT zookeeper.lo -MD -MP -MF .deps/zookeeper.Tpo -c src/zookeeper.c  -fPIC -DPIC -o .libs/zookeeper.o
> src/zookeeper.c: In function ‘format_endpoint_info’:
> src/zookeeper.c:3506:21: error: ‘%d’ directive writing between 1 and 5 bytes into a region of size between 0 and 127 [-Werror=format-overflow=]
>      sprintf(buf,"%s:%d",addrstr,ntohs(port));
>                      ^~
> src/zookeeper.c:3506:17: note: directive argument in the range [0, 65535]
>      sprintf(buf,"%s:%d",addrstr,ntohs(port));
>                  ^~~~~~~
> src/zookeeper.c:3506:5: note: ‘sprintf’ output between 3 and 134 bytes into a destination of size 128
>      sprintf(buf,"%s:%d",addrstr,ntohs(port));
>      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> cc1: all warnings being treated as errors
> make[1]: *** [Makefile:955: zookeeper.lo] Error 1
> make[1]: Leaving directory '/github/nagios-plugins/zookeeper-3.4.13/src/c'
> make: *** [Makefile:631: all] Error 2
> {code}



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