[ https://issues.apache.org/jira/browse/ZOOKEEPER-1117?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13081274#comment-13081274 ]
Patrick Hunt commented on ZOOKEEPER-1117: ----------------------------------------- Hi James, thanks for this! Could you re-attach your patches with "ASF Granted License" checked? If you look at "manage attachments" in jira https://issues.apache.org/jira/secure/ManageAttachments.jspa?atl_token=A5KQ-2QAV-T4JA-FDED|7da8d16caa4119bb0c4c4d3190971590529a6b25|lin&id=12512864 your patches are listed as "no", which means we can't incorporate. (alternately you could just add a comment to the effect that you grant, but re-attaching the patches with the "grant" checkbox checked would be better). more details here: https://cwiki.apache.org/confluence/display/ZOOKEEPER/HowToContribute Also, once your patch is ready click on "submit patch" to start it moving through the process (ie the test bot will run (down at the moment) and committer can review) Regards. > zookeeper 3.3.3 fails to build with gcc >= 4.6.1 on Debian/Ubuntu > ----------------------------------------------------------------- > > Key: ZOOKEEPER-1117 > URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1117 > Project: ZooKeeper > Issue Type: Bug > Components: c client > Affects Versions: 3.3.3, 3.4.0 > Environment: Ubuntu Developement Release (11.10/Oneiric Ocelot), > Debian Unstable (sid) > Reporter: James Page > Assignee: James Page > Priority: Minor > Fix For: 3.3.4, 3.4.0 > > Attachments: disable-cc-errors, gcc-4.6-ftbfs.patch, > gcc-4.6-ftbfs.patch, gcc-4.6-ftbfs.patch, gcc-4.6-trunk-fix.patch > > > zookeeper 3.3.3 (and 3.3.1) fails to build on Debian and Ubuntu systems with > gcc >= 4.6.1: > /bin/bash ./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 'getaddrs': > src/zookeeper.c:455:13: error: variable 'port' set but not used > [-Werror=unused-but-set-variable] > cc1: all warnings being treated as errors > See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=625441 for more > information. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira