Amudhan P
2018-Dec-27 10:56 UTC
[Gluster-users] Error in Installing Glusterfs-4.1.6 from tar
Hi, I am trying to compile & install Glusterfs-4.1.6 using tar file and I am getting this error message when running `make`. ``` CC afr-self-heal-name.lo CC afr.lo In file included from afr.c:18:0: afr-common.c: In function ?afr_lookup_entry_heal?: afr-common.c:2892:29: error: implicit declaration of function ?uuid_is_null? [-Werror=implicit-function-declaration] if (uuid_is_null (gfid)) { ^ cc1: some warnings being treated as errors Makefile:585: recipe for target 'afr.lo' failed make[5]: *** [afr.lo] Error 1 Makefile:467: recipe for target 'all-recursive' failed make[4]: *** [all-recursive] Error 1 Makefile:467: recipe for target 'all-recursive' failed make[3]: *** [all-recursive] Error 1 Makefile:473: recipe for target 'all-recursive' failed make[2]: *** [all-recursive] Error 1 Makefile:606: recipe for target 'all-recursive' failed make[1]: *** [all-recursive] Error 1 Makefile:497: recipe for target 'all' failed make: *** [all] Error 2 ``` OS : Ubuntu 16.04 file used : glusterfs-4.1.6.tar.gz How to fix this issue? regards Amudhan -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.gluster.org/pipermail/gluster-users/attachments/20181227/b28a0fc8/attachment.html>
Ravishankar N
2018-Dec-27 11:08 UTC
[Gluster-users] Error in Installing Glusterfs-4.1.6 from tar
On 12/27/2018 04:26 PM, Amudhan P wrote:> Hi, > > I am trying to compile?& install Glusterfs-4.1.6 using tar file and I > am getting this error message when running `make`. > ``` > CC? ? ? ?afr-self-heal-name.lo > CC? ? ? ?afr.lo > In file included from afr.c:18:0: > afr-common.c: In function ?afr_lookup_entry_heal?: > afr-common.c:2892:29: error: implicit declaration of function > ?uuid_is_null? [-Werror=implicit-function-declaration] > ? ? ? ? ? ? ? ? ? ? ? ? ?if (uuid_is_null (gfid)) { > ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?^ > cc1: some warnings being treated as errors > Makefile:585: recipe for target 'afr.lo' failed > make[5]: *** [afr.lo] Error 1 > Makefile:467: recipe for target 'all-recursive' failed > make[4]: *** [all-recursive] Error 1 > Makefile:467: recipe for target 'all-recursive' failed > make[3]: *** [all-recursive] Error 1 > Makefile:473: recipe for target 'all-recursive' failed > make[2]: *** [all-recursive] Error 1 > Makefile:606: recipe for target 'all-recursive' failed > make[1]: *** [all-recursive] Error 1 > Makefile:497: recipe for target 'all' failed > make: *** [all] Error 2 > ``` > OS :? Ubuntu 16.04 > file used :??glusterfs-4.1.6.tar.gz > > How to fix this issue?Try this fix: https://review.gluster.org/#/c/glusterfs/+/21571/ -Ravi> > regards > Amudhan > > > _______________________________________________ > Gluster-users mailing list > Gluster-users at gluster.org > https://lists.gluster.org/mailman/listinfo/gluster-users-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.gluster.org/pipermail/gluster-users/attachments/20181227/656de95f/attachment.html>