Help Compiling Zcash on Gentoo

hi there, i’m struggling here in trying to successfully compile zcash on gentoo

actually, after solving a couple of minor issues (libfmt.a not present in native lib, linking from native lib64, and having Berkeley DB installed), i’m stucked here, please help !

+ '[' all = depends ']'
+ ./zcutil/clean.sh
+ ./autogen.sh
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
libtoolize: copying file 'build-aux/ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'build-aux/m4'.
libtoolize: copying file 'build-aux/m4/libtool.m4'
libtoolize: copying file 'build-aux/m4/ltoptions.m4'
libtoolize: copying file 'build-aux/m4/ltsugar.m4'
libtoolize: copying file 'build-aux/m4/ltversion.m4'
libtoolize: copying file 'build-aux/m4/lt~obsolete.m4'
configure.ac:35: installing 'build-aux/compile'
configure.ac:24: installing 'build-aux/config.guess'
configure.ac:24: installing 'build-aux/config.sub'
configure.ac:30: installing 'build-aux/install-sh'
configure.ac:30: installing 'build-aux/missing'
Makefile.am: installing 'build-aux/depcomp'
parallel-tests: installing 'build-aux/test-driver'
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
libtoolize: copying file 'build-aux/ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'build-aux/m4'.
libtoolize: copying file 'build-aux/m4/libtool.m4'
libtoolize: copying file 'build-aux/m4/ltoptions.m4'
libtoolize: copying file 'build-aux/m4/ltsugar.m4'
libtoolize: copying file 'build-aux/m4/ltversion.m4'
libtoolize: copying file 'build-aux/m4/lt~obsolete.m4'
configure.ac:45: installing 'build-aux/compile'
configure.ac:45: installing 'build-aux/config.guess'
configure.ac:45: installing 'build-aux/config.sub'
configure.ac:28: installing 'build-aux/install-sh'
configure.ac:28: installing 'build-aux/missing'
Makefile.am: installing 'build-aux/depcomp'
parallel-tests: installing 'build-aux/test-driver'
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
libtoolize: copying file 'build-aux/ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'build-aux/m4'.
libtoolize: copying file 'build-aux/m4/libtool.m4'
libtoolize: copying file 'build-aux/m4/ltoptions.m4'
libtoolize: copying file 'build-aux/m4/ltsugar.m4'
libtoolize: copying file 'build-aux/m4/ltversion.m4'
libtoolize: copying file 'build-aux/m4/lt~obsolete.m4'
configure.ac:675: warning: $as_echo is obsolete; use AS_ECHO(["message"]) instead
lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from...
lib/m4sugar/m4sh.m4:699: AS_IF is expanded from...
./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...
build-aux/m4/ax_pthread.m4:88: AX_PTHREAD is expanded from...
configure.ac:675: the top level
configure.ac:70: installing 'build-aux/compile'
configure.ac:27: installing 'build-aux/config.guess'
configure.ac:27: installing 'build-aux/config.sub'
configure.ac:37: installing 'build-aux/install-sh'
configure.ac:37: installing 'build-aux/missing'
src/Makefile.am: installing 'build-aux/depcomp'
parallel-tests: installing 'build-aux/test-driver'
+ CONFIG_SITE=/run/media/USER/DISK1/zcash/depends/x86_64-pc-linux-gnu/share/config.site
+ ./configure --with-utils
configure: loading site script /run/media/USER/DISK1/zcash/depends/x86_64-pc-linux-gnu/share/config.site
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for x86_64-pc-linux-gnu-strip... x86_64-pc-linux-gnu-strip
checking for a race-free mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking how to create a pax tar archive... gnutar
checking whether to enable maintainer-specific portions of Makefiles... yes
checking whether make supports nested variables... (cached) yes
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 /run/media/USER/DISK1/zcash/depends/x86_64-pc-linux-gnu/native/bin/clang++ -target x86_64-pc-linux-gnu -B/run/media/USER/DISK1/zcash/depends/x86_64-pc-linux-gnu/native/bin -stdlib=libc++ -m64 accepts -g... yes
checking for /run/media/USER/DISK1/zcash/depends/x86_64-pc-linux-gnu/native/bin/clang++ -target x86_64-pc-linux-gnu -B/run/media/USER/DISK1/zcash/depends/x86_64-pc-linux-gnu/native/bin -stdlib=libc++ -m64 option to enable C++11 features... none needed
checking whether make supports the include directive... yes (GNU style)
checking dependency style of /run/media/USER/DISK1/zcash/depends/x86_64-pc-linux-gnu/native/bin/clang++ -target x86_64-pc-linux-gnu -B/run/media/USER/DISK1/zcash/depends/x86_64-pc-linux-gnu/native/bin -stdlib=libc++ -m64... gcc3
checking for x86_64-pc-linux-gnu-g++... /run/media/USER/DISK1/zcash/depends/x86_64-pc-linux-gnu/native/bin/clang++ -target x86_64-pc-linux-gnu -B/run/media/USER/DISK1/zcash/depends/x86_64-pc-linux-gnu/native/bin -stdlib=libc++ -m64
checking whether the compiler supports GNU Objective C++... yes
checking whether /run/media/USER/DISK1/zcash/depends/x86_64-pc-linux-gnu/native/bin/clang++ -target x86_64-pc-linux-gnu -B/run/media/USER/DISK1/zcash/depends/x86_64-pc-linux-gnu/native/bin -stdlib=libc++ -m64 accepts -g... yes
checking dependency style of /run/media/USER/DISK1/zcash/depends/x86_64-pc-linux-gnu/native/bin/clang++ -target x86_64-pc-linux-gnu -B/run/media/USER/DISK1/zcash/depends/x86_64-pc-linux-gnu/native/bin -stdlib=libc++ -m64... gcc3
checking whether /run/media/USER/DISK1/zcash/depends/x86_64-pc-linux-gnu/native/bin/clang++ -target x86_64-pc-linux-gnu -B/run/media/USER/DISK1/zcash/depends/x86_64-pc-linux-gnu/native/bin -stdlib=libc++ -m64 supports C++17 features with -std=c++17... yes
checking whether std::atomic can be used without link library... yes
checking how to print strings... printf
checking for x86_64-pc-linux-gnu-gcc... /run/media/USER/DISK1/zcash/depends/x86_64-pc-linux-gnu/native/bin/clang -target x86_64-pc-linux-gnu -B/run/media/USER/DISK1/zcash/depends/x86_64-pc-linux-gnu/native/bin -m64
checking whether the compiler supports GNU C... yes
checking whether /run/media/USER/DISK1/zcash/depends/x86_64-pc-linux-gnu/native/bin/clang -target x86_64-pc-linux-gnu -B/run/media/USER/DISK1/zcash/depends/x86_64-pc-linux-gnu/native/bin -m64 accepts -g... yes
checking for /run/media/USER/DISK1/zcash/depends/x86_64-pc-linux-gnu/native/bin/clang -target x86_64-pc-linux-gnu -B/run/media/USER/DISK1/zcash/depends/x86_64-pc-linux-gnu/native/bin -m64 option to enable C11 features... none needed
checking whether /run/media/USER/DISK1/zcash/depends/x86_64-pc-linux-gnu/native/bin/clang -target x86_64-pc-linux-gnu -B/run/media/USER/DISK1/zcash/depends/x86_64-pc-linux-gnu/native/bin -m64 understands -c and -o together... yes
checking dependency style of /run/media/USER/DISK1/zcash/depends/x86_64-pc-linux-gnu/native/bin/clang -target x86_64-pc-linux-gnu -B/run/media/USER/DISK1/zcash/depends/x86_64-pc-linux-gnu/native/bin -m64... gcc3
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 /run/media/USER/DISK1/zcash/depends/x86_64-pc-linux-gnu/native/bin/clang -target x86_64-pc-linux-gnu -B/run/media/USER/DISK1/zcash/depends/x86_64-pc-linux-gnu/native/bin -m64... /usr/bin/x86_64-pc-linux-gnu-ld
checking if the linker (/usr/bin/x86_64-pc-linux-gnu-ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /run/media/USER/DISK1/zcash/depends/x86_64-pc-linux-gnu/native/bin/llvm-nm
checking the name lister (/run/media/USER/DISK1/zcash/depends/x86_64-pc-linux-gnu/native/bin/llvm-nm) 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/x86_64-pc-linux-gnu-ld option to reload object files... -r
checking for x86_64-pc-linux-gnu-file... no
checking for file... file
checking for x86_64-pc-linux-gnu-objdump... x86_64-pc-linux-gnu-objdump
checking how to recognize dependent libraries... pass_all
checking for x86_64-pc-linux-gnu-dlltool... x86_64-pc-linux-gnu-dlltool
checking how to associate runtime and link libraries... printf %s\n
checking for x86_64-pc-linux-gnu-ar... /run/media/USER/DISK1/zcash/depends/x86_64-pc-linux-gnu/native/bin/llvm-ar
checking for archiver @FILE support... @
checking for x86_64-pc-linux-gnu-strip... (cached) x86_64-pc-linux-gnu-strip
checking for x86_64-pc-linux-gnu-ranlib... /run/media/USER/DISK1/zcash/depends/x86_64-pc-linux-gnu/native/bin/llvm-ranlib
checking command to parse /run/media/USER/DISK1/zcash/depends/x86_64-pc-linux-gnu/native/bin/llvm-nm output from /run/media/USER/DISK1/zcash/depends/x86_64-pc-linux-gnu/native/bin/clang -target x86_64-pc-linux-gnu -B/run/media/USER/DISK1/zcash/depends/x86_64-pc-linux-gnu/native/bin -m64 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 x86_64-pc-linux-gnu-mt... no
checking for mt... no
checking if : 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 /run/media/USER/DISK1/zcash/depends/x86_64-pc-linux-gnu/native/bin/clang -target x86_64-pc-linux-gnu -B/run/media/USER/DISK1/zcash/depends/x86_64-pc-linux-gnu/native/bin -m64 supports -fno-rtti -fno-exceptions... yes
checking for /run/media/USER/DISK1/zcash/depends/x86_64-pc-linux-gnu/native/bin/clang -target x86_64-pc-linux-gnu -B/run/media/USER/DISK1/zcash/depends/x86_64-pc-linux-gnu/native/bin -m64 option to produce PIC... -fPIC -DPIC
checking if /run/media/USER/DISK1/zcash/depends/x86_64-pc-linux-gnu/native/bin/clang -target x86_64-pc-linux-gnu -B/run/media/USER/DISK1/zcash/depends/x86_64-pc-linux-gnu/native/bin -m64 PIC flag -fPIC -DPIC works... yes
checking if /run/media/USER/DISK1/zcash/depends/x86_64-pc-linux-gnu/native/bin/clang -target x86_64-pc-linux-gnu -B/run/media/USER/DISK1/zcash/depends/x86_64-pc-linux-gnu/native/bin -m64 static flag -static works... yes
checking if /run/media/USER/DISK1/zcash/depends/x86_64-pc-linux-gnu/native/bin/clang -target x86_64-pc-linux-gnu -B/run/media/USER/DISK1/zcash/depends/x86_64-pc-linux-gnu/native/bin -m64 supports -c -o file.o... yes
checking if /run/media/USER/DISK1/zcash/depends/x86_64-pc-linux-gnu/native/bin/clang -target x86_64-pc-linux-gnu -B/run/media/USER/DISK1/zcash/depends/x86_64-pc-linux-gnu/native/bin -m64 supports -c -o file.o... (cached) yes
checking whether the /run/media/USER/DISK1/zcash/depends/x86_64-pc-linux-gnu/native/bin/clang -target x86_64-pc-linux-gnu -B/run/media/USER/DISK1/zcash/depends/x86_64-pc-linux-gnu/native/bin -m64 linker (/usr/bin/x86_64-pc-linux-gnu-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 how to run the C++ preprocessor... /run/media/USER/DISK1/zcash/depends/x86_64-pc-linux-gnu/native/bin/clang++ -target x86_64-pc-linux-gnu -B/run/media/USER/DISK1/zcash/depends/x86_64-pc-linux-gnu/native/bin -stdlib=libc++ -m64 -std=c++17 -E
checking for ld used by /run/media/USER/DISK1/zcash/depends/x86_64-pc-linux-gnu/native/bin/clang++ -target x86_64-pc-linux-gnu -B/run/media/USER/DISK1/zcash/depends/x86_64-pc-linux-gnu/native/bin -stdlib=libc++ -m64 -std=c++17... /usr/bin/x86_64-pc-linux-gnu-ld -m elf_x86_64
checking if the linker (/usr/bin/x86_64-pc-linux-gnu-ld -m elf_x86_64) is GNU ld... yes
checking whether the /run/media/USER/DISK1/zcash/depends/x86_64-pc-linux-gnu/native/bin/clang++ -target x86_64-pc-linux-gnu -B/run/media/USER/DISK1/zcash/depends/x86_64-pc-linux-gnu/native/bin -stdlib=libc++ -m64 -std=c++17 linker (/usr/bin/x86_64-pc-linux-gnu-ld -m elf_x86_64) supports shared libraries... yes
checking for /run/media/USER/DISK1/zcash/depends/x86_64-pc-linux-gnu/native/bin/clang++ -target x86_64-pc-linux-gnu -B/run/media/USER/DISK1/zcash/depends/x86_64-pc-linux-gnu/native/bin -stdlib=libc++ -m64 -std=c++17 option to produce PIC... -fPIC -DPIC
checking if /run/media/USER/DISK1/zcash/depends/x86_64-pc-linux-gnu/native/bin/clang++ -target x86_64-pc-linux-gnu -B/run/media/USER/DISK1/zcash/depends/x86_64-pc-linux-gnu/native/bin -stdlib=libc++ -m64 -std=c++17 PIC flag -fPIC -DPIC works... yes
checking if /run/media/USER/DISK1/zcash/depends/x86_64-pc-linux-gnu/native/bin/clang++ -target x86_64-pc-linux-gnu -B/run/media/USER/DISK1/zcash/depends/x86_64-pc-linux-gnu/native/bin -stdlib=libc++ -m64 -std=c++17 static flag -static works... yes
checking if /run/media/USER/DISK1/zcash/depends/x86_64-pc-linux-gnu/native/bin/clang++ -target x86_64-pc-linux-gnu -B/run/media/USER/DISK1/zcash/depends/x86_64-pc-linux-gnu/native/bin -stdlib=libc++ -m64 -std=c++17 supports -c -o file.o... yes
checking if /run/media/USER/DISK1/zcash/depends/x86_64-pc-linux-gnu/native/bin/clang++ -target x86_64-pc-linux-gnu -B/run/media/USER/DISK1/zcash/depends/x86_64-pc-linux-gnu/native/bin -stdlib=libc++ -m64 -std=c++17 supports -c -o file.o... (cached) yes
checking whether the /run/media/USER/DISK1/zcash/depends/x86_64-pc-linux-gnu/native/bin/clang++ -target x86_64-pc-linux-gnu -B/run/media/USER/DISK1/zcash/depends/x86_64-pc-linux-gnu/native/bin -stdlib=libc++ -m64 -std=c++17 linker (/usr/bin/x86_64-pc-linux-gnu-ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for x86_64-pc-linux-gnu-ar... /run/media/USER/DISK1/zcash/depends/x86_64-pc-linux-gnu/native/bin/llvm-ar
checking for x86_64-pc-linux-gnu-ranlib... /run/media/USER/DISK1/zcash/depends/x86_64-pc-linux-gnu/native/bin/llvm-ranlib
checking for x86_64-pc-linux-gnu-strip... /usr/bin/x86_64-pc-linux-gnu-strip
checking for git... /usr/bin/git
checking for rustc... /run/media/USER/DISK1/zcash/depends/x86_64-pc-linux-gnu/share/../native/bin/rustc
checking for cargo... /run/media/USER/DISK1/zcash/depends/x86_64-pc-linux-gnu/share/../native/bin/cargo
checking for cxxbridge... /run/media/USER/DISK1/zcash/depends/x86_64-pc-linux-gnu/share/../native/bin/cxxbridge
checking for ccache... /run/media/USER/DISK1/zcash/depends/x86_64-pc-linux-gnu/share/../native/bin/ccache
checking for xgettext... /usr/bin/xgettext
checking for hexdump... /usr/bin/hexdump
checking for readelf... /usr/bin/readelf
checking for x86_64-pc-linux-gnu-c++filt... /usr/bin/x86_64-pc-linux-gnu-c++filt
checking whether C++ compiler accepts -Werror... yes
checking whether C++ compiler accepts -g... yes
checking whether C++ compiler accepts -fwrapv... yes
checking whether C++ compiler accepts -msse4.2... yes
checking whether C++ compiler accepts -msse4.1... yes
checking whether C++ compiler accepts -mavx -mavx2... yes
checking whether C++ compiler accepts -msse4 -msha... yes
checking for SSE4.2 intrinsics... yes
checking for SSE4.1 intrinsics... yes
checking for AVX2 intrinsics... yes
checking for SHA-NI intrinsics... yes
checking whether C++ compiler accepts -march=armv8-a+crc+crypto... no
checking for ARM CRC32 intrinsics... no
checking for x86_64-pc-linux-gnu-pkg-config... /usr/bin/pkg-config --static
checking pkg-config is at least version 0.9.0... yes
checking whether byte ordering is bigendian... no
checking how to run the C preprocessor... /run/media/USER/DISK1/zcash/depends/x86_64-pc-linux-gnu/native/bin/clang -target x86_64-pc-linux-gnu -B/run/media/USER/DISK1/zcash/depends/x86_64-pc-linux-gnu/native/bin -m64 -E
checking whether /run/media/USER/DISK1/zcash/depends/x86_64-pc-linux-gnu/native/bin/clang -target x86_64-pc-linux-gnu -B/run/media/USER/DISK1/zcash/depends/x86_64-pc-linux-gnu/native/bin -m64 is Clang... yes
checking whether Clang needs flag to prevent "argument unused" warning when linking with -pthread... -Qunused-arguments
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking whether more special flags are required for pthreads... no
checking for PTHREAD_PRIO_INHERIT... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for /run/media/USER/DISK1/zcash/depends/x86_64-pc-linux-gnu/native/bin/clang++ -target x86_64-pc-linux-gnu -B/run/media/USER/DISK1/zcash/depends/x86_64-pc-linux-gnu/native/bin -stdlib=libc++ -m64 -std=c++17 options needed to detect all undeclared functions... none needed
checking whether strerror_r is declared... yes
checking whether strerror_r returns char *... yes
checking for __attribute__((visibility))... yes
checking for __attribute__((dllexport))... no
checking for __attribute__((dllimport))... no
checking for library containing clock_gettime... none required
checking whether C++ compiler accepts -fPIC... yes
checking whether C++ compiler accepts -Wformat... yes
checking whether C++ compiler accepts -Wformat-security... yes
checking whether C++ compiler accepts -Wstack-protector... yes
checking whether C++ compiler accepts -fstack-protector-all... yes
checking whether C++ compiler accepts -Wthread-safety-analysis... yes
checking whether C++ preprocessor accepts -D_FORTIFY_SOURCE=2... yes
checking whether C++ preprocessor accepts -U_FORTIFY_SOURCE... yes
checking whether the linker accepts -Wl,-z,relro... yes
checking whether the linker accepts -Wl,-z,now... yes
checking whether C++ compiler accepts -fPIE... yes
checking whether the linker accepts -pie... yes
checking for endian.h... yes
checking for sys/endian.h... no
checking for byteswap.h... yes
checking for stdio.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for strings.h... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for sys/select.h... yes
checking for sys/prctl.h... yes
checking for library containing getaddrinfo_a... none required
checking for library containing inet_pton... none required
checking whether strnlen is declared... yes
checking whether le16toh is declared... yes
checking whether le32toh is declared... yes
checking whether le64toh is declared... yes
checking whether htole16 is declared... yes
checking whether htole32 is declared... yes
checking whether htole64 is declared... yes
checking whether be16toh is declared... yes
checking whether be32toh is declared... yes
checking whether be64toh is declared... yes
checking whether htobe16 is declared... yes
checking whether htobe32 is declared... yes
checking whether htobe64 is declared... yes
checking whether bswap_16 is declared... yes
checking whether bswap_32 is declared... yes
checking whether bswap_64 is declared... yes
checking whether __builtin_clz is declared... no
checking whether __builtin_clzl is declared... no
checking whether __builtin_clzll is declared... no
checking for MSG_NOSIGNAL... yes
checking for gmtime_r... yes
checking for visibility attribute... yes
checking for thread_local support... yes
checking for fdatasync... yes
checking for F_FULLFSYNC... no
checking for O_CLOEXEC... yes
checking for __builtin_prefetch... yes
checking for _mm_prefetch... yes
checking for strong getauxval support in the system headers... no
checking for weak getauxval support in the compiler... yes
checking for Berkeley DB C++ headers... default
checking for main in -ldb_cxx-6.2... yes
checking for boostlib >= 1.77 (107700) includes in "/run/media/USER/DISK1/zcash/depends/x86_64-pc-linux-gnu/share/../include"... yes
checking for boostlib >= 1.77 (107700) lib path in "/run/media/USER/DISK1/zcash/depends/x86_64-pc-linux-gnu/share/../lib/x86_64-linux-gnu"... no
checking for boostlib >= 1.77 (107700) lib path in "/run/media/USER/DISK1/zcash/depends/x86_64-pc-linux-gnu/share/../lib64"... yes
checking for boostlib >= 1.77 (107700)... yes
checking whether the Boost::System library is available... yes
configure: error: Could not find a version of the Boost::System library!

I have had issues using distros like Lubuntu or others when trying to compile Zcashd. The only officially supported Linux distro is Ubuntu.

You have boost installed?

i did succeed in 2017, can’t accept a lower result now :stuck_out_tongue:

i tried with
emerge -avND world
but there was nothing to recompile and then
emerge -avnD boost
and i’m recompiling this right now.
do i need to reboot after that?

I strongly recommend not trying to use ./autogen.sh && ./configure && make directly; this is not a supported method for building zcashd (as it can trivially result in consensus divergence). Instead build with ./zcutil/build.sh, which will use the vendored dependencies (managed under ./depends/).

2 Likes