GitHub user ronin13 opened a pull request:
https://github.com/apache/zookeeper/pull/110
ZOOKEEPER-2633: contrib/zkfuse build fix with gcc 6.2.
The build fails in two places:
https://gist.github.com/ronin13/3e08569dd6c69bf2ad92fa39fa85f7ee
One is boost related, and other is due to false being passed where NULL is
required.
JIRA: https://issues.apache.org/jira/browse/ZOOKEEPER-2633
Author: Raghavendra Prabhu <[email protected]>
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ronin13/zookeeper c++-build-fix
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/zookeeper/pull/110.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #110
----
commit 726a8eda08e4022fcbcb0581ec2650e07e39910b
Author: Raghavendra Prabhu <[email protected]>
Date: 2016-11-16T01:06:00Z
ZOOKEEPER-2633: contrib/zkfuse build fix with gcc 6.2.
The build fails in two places:
https://gist.github.com/ronin13/3e08569dd6c69bf2ad92fa39fa85f7ee
One is boost related, and other is due to false being passed where NULL is
required.
JIRA: https://issues.apache.org/jira/browse/ZOOKEEPER-2633
Author: Raghavendra Prabhu <[email protected]>
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---