gluster / gluster-block

A framework for gluster block storage
GNU General Public License v2.0
74 stars 32 forks source link

rpc/rpc.h file missing #290

Open rudraitkelwar opened 2 years ago

rudraitkelwar commented 2 years ago

rpc_error

While making the code in Gluster-Block faced this issue using Ubuntu 22.04 all other dependencies are installed.

rpc/rpc.h file is missing

aravindavk commented 2 years ago

Working for me in Ubuntu 20.04 after installing libtirpc-dev

rudraitkelwar commented 2 years ago

Yeah but service is not loading getting the below error

sys

rudraitkelwar commented 2 years ago

The output i got while installation root@sv06:/home/user/gluster-block# ./autogen.sh && ./configure && make -j install autogen.sh: start libtoolize to get ltmain.sh libtoolize: putting auxiliary files in '.'. libtoolize: copying file './ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. libtoolize: copying file 'm4/libtool.m4' libtoolize: copying file 'm4/ltoptions.m4' libtoolize: copying file 'm4/ltsugar.m4' libtoolize: copying file 'm4/ltversion.m4' libtoolize: copying file 'm4/lt~obsolete.m4' autogen.sh: reconfigure with autoreconf autoreconf: export WARNINGS= autoreconf: Entering directory '.' autoreconf: configure.ac: not using Gettext autoreconf: running: aclocal -I m4 --force -I m4 autoreconf: configure.ac: tracing autoreconf: running: libtoolize --copy --force libtoolize: putting auxiliary files in '.'. libtoolize: copying file './ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. libtoolize: copying file 'm4/libtool.m4' libtoolize: copying file 'm4/ltoptions.m4' libtoolize: copying file 'm4/ltsugar.m4' libtoolize: copying file 'm4/ltversion.m4' libtoolize: copying file 'm4/lt~obsolete.m4' autoreconf: configure.ac: not using Intltool autoreconf: configure.ac: not using Gtkdoc autoreconf: running: aclocal -I m4 --force -I m4 autoreconf: running: /usr/bin/autoconf --include=m4 --force configure.ac:25: warning: The macroAC_HELP_STRING' is obsolete. configure.ac:25: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.ac:25: the top level configure.ac:36: warning: The macro AC_HELP_STRING' is obsolete. configure.ac:36: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.ac:36: the top level configure.ac:43: warning: The macroAC_HELP_STRING' is obsolete. configure.ac:43: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.ac:43: the top level configure.ac:50: warning: The macro `AC_HELP_STRING' is obsolete. configure.ac:50: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.ac:50: the top level autoreconf: running: /usr/bin/autoheader --include=m4 --force autoreconf: running: automake --add-missing --copy --force-missing configure.ac:71: installing './compile' configure.ac:53: installing './missing' cli/Makefile.am: installing './depcomp' autoreconf: Leaving directory '.' autogen.sh: for the next step, run ./configure checking whether make supports nested variables... yes checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a race-free mkdir -p... /usr/bin/mkdir -p checking for gawk... no checking for mawk... mawk checking whether make sets $(MAKE)... yes checking whether make supports the include directive... yes (GNU style) checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether the compiler supports GNU C... yes checking whether gcc accepts -g... yes checking for gcc option to enable C11 features... none needed checking whether gcc understands -c and -o together... yes checking dependency style of gcc... gcc3 checking for ar... ar checking the archiver (ar) interface... ar checking whether to enable maintainer-specific portions of Makefiles... no checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking how to print strings... printf checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc object... ok checking for sysroot... no checking for a working dd... /usr/bin/dd checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1 checking for mt... mt checking if mt is a manifest tool... no checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for gcc... (cached) gcc checking whether the compiler supports GNU C... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to enable C11 features... (cached) none needed checking whether gcc understands -c and -o together... (cached) yes checking dependency style of gcc... (cached) gcc3 checking for rpcgen... yes checking for stdio.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for stdbool.h... yes checking for stddef.h... yes checking for unistd.h... (cached) yes checking for errno.h... yes checking for memory.h... yes checking for time.h... yes checking for netdb.h... yes checking for netinet/in.h... yes checking for sys/socket.h... yes checking for pthread.h... yes checking for uuid/uuid.h... yes checking for glusterfs/api/glfs.h... yes checking for rpc/pmap_clnt.h... no checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for glusterfs-api >= 7.6... yes checking for json-c... yes checking for rpc/rpc.h... no checking for libtirpc >= 0.2.4... yes checking for uuid_generate in -luuid... yes checking for pthread_mutex_init in -lpthread... yes checking for _Bool... yes checking for stdbool.h that conforms to C99... (cached) yes checking for size_t... yes checking for ssize_t... yes checking for working strtod... yes checking for gethostbyname... yes checking for memset... yes checking for socket... yes checking for strchr... yes checking for strdup... yes checking for strerror... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating gluster-block.spec config.status: creating Makefile config.status: creating rpc/Makefile config.status: creating rpc/rpcl/Makefile config.status: creating cli/Makefile config.status: creating daemon/Makefile config.status: creating utils/Makefile config.status: creating systemd/Makefile config.status: creating systemd/gluster-blockd.service config.status: creating systemd/gluster-block-target.service config.status: creating systemd/gluster-blockd.initd config.status: creating docs/Makefile config.status: creating extras/Makefile config.status: creating tests/Makefile config.status: creating config.h config.status: config.h is unchanged config.status: executing depfiles commands config.status: executing libtool commands

------------------ Summary ------------------ gluster-block version 0.5.1 Prefix.........: /usr/local C Compiler.....: gcc -g -O2 Linker.........: /usr/bin/ld -m elf_x86_64 Using Tirpc....: yes

Check the above options and compile with: make

Making install in rpc Making install in rpcl make --no-print-directory install-am make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. Making install in utils make[2]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p /var/lib/gluster-block; \ /usr/bin/install -c -m 644 gluster-block-caps.info \ /var/lib/gluster-block/gluster-block-caps.info; Making install in cli make[2]: Nothing to be done for 'install-data-am'. /usr/bin/mkdir -p '/usr/local/sbin' /bin/bash ../libtool --mode=install /usr/bin/install -c gluster-block '/usr/local/sbin' libtool: install: /usr/bin/install -c gluster-block /usr/local/sbin/gluster-block Making install in daemon make[2]: Nothing to be done for 'install-data-am'. /usr/bin/mkdir -p '/usr/local/sbin' /bin/bash ../libtool --mode=install /usr/bin/install -c gluster-blockd '/usr/local/sbin' libtool: install: /usr/bin/install -c gluster-blockd /usr/local/sbin/gluster-blockd Making install in systemd make[2]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p /etc/sysconfig; \ /usr/bin/install -c -m 644 gluster-blockd.sysconfig \ /etc/sysconfig/gluster-blockd; /usr/bin/mkdir -p '/usr/local/lib/systemd/system' /usr/bin/install -c -m 644 gluster-blockd.service gluster-block-target.service '/usr/local/lib/systemd/system' Making install in docs make[2]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/usr/local/share/man/man8' /usr/bin/install -c -m 644 gluster-block.8 gluster-blockd.8 '/usr/local/share/man/man8' Making install in extras make[2]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p /usr/libexec/gluster-block; \ /usr/bin/install -c -m 644 -m 755 ../extras/wait-for-bricks.sh \ /usr/libexec/gluster-block/wait-for-bricks.sh; \ /usr/bin/install -c -m 644 -m 755 ../extras/upgrade_activities.sh \ /usr/libexec/gluster-block/upgrade_activities.sh; \ /usr/bin/mkdir -p /etc/logrotate.d; \ /usr/bin/install -c -m 644 gluster-block.logrotate \ /etc/logrotate.d/gluster-block; Making install in tests make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Nothing to be done for 'install-exec-am'. mkdir -p //var/log/gluster-block`