[Bugs] [Bug 1731041] New: GlusterFS fails on RHEL-8 during build.
bugzilla at redhat.com
bugzilla at redhat.com
Thu Jul 18 08:01:12 UTC 2019
https://bugzilla.redhat.com/show_bug.cgi?id=1731041
Bug ID: 1731041
Summary: GlusterFS fails on RHEL-8 during build.
Product: GlusterFS
Version: 6
Hardware: x86_64
OS: Linux
Status: NEW
Component: build
Severity: high
Assignee: bugs at gluster.org
Reporter: siddesh226 at gmail.com
CC: bugs at gluster.org
Target Milestone: ---
Classification: Community
Description of problem:
GlusterFS fails on RHEL-8 during build.
Version-Release number of selected component (if applicable):
6.3
How reproducible:
installed dependencies:
yum install -y autoconf automake bison bzip2 flex fuse3-devel gcc git
glib2-devel libacl-devel libaio-devel libibverbs librdmacm libtool
libxml2-devel libuuid-devel lvm2 make openssl-devel pkgconfig python2
readline-devel wget zlib-devel nfs-utils libtirpc-devel
Steps to Reproduce:
1.git clone -b v6.1 https://github.com/gluster/glusterfs
2. cd glusterfs
3. ./autogen.sh
4. ./configure --enable-gnfs
Actual results:
dict.c: In function 'dict_set_bin':
dict.c:2617:12: error: implicit declaration of function 'dict_set_bin_common';
did you mean 'dict_lookup_common'? [-Werror=implicit-function-declaration]
return dict_set_bin_common(this, key, ptr, size, _gf_false,
^~~~~~~~~~~~~~~~~~~
dict_lookup_common
cc1: some warnings being treated as errors
make[4]: *** [Makefile:997: libglusterfs_la-dict.lo] Error 1
make[3]: *** [Makefile:818: all] Error 2
make[2]: *** [Makefile:456: all-recursive] Error 1
make[1]: *** [Makefile:586: all-recursive] Error 1
make: *** [Makefile:481: all] Error 2
Expected results:
Build completes successfully
Additional info:
--
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
More information about the Bugs
mailing list