nibiru icon indicating copy to clipboard operation
nibiru copied to clipboard

rocksdb warning in make install

Open Unique-Divine opened this issue 1 year ago • 1 comments

User Journey

make install

The nibid binary still installs successfully from running this command (commit 688ac5df29f20213275f298a9a4ed6eb3fc5ca01). It just shows some concerning warnings.

github.com/NibiruChain/nibiru/cmd/nibid

/usr/bin/ld: /home/realu/warpath/NibiruChain/nibiru/temp/lib/librocksdb.a(env_posix.o): in function rocksdb::(anonymous namespace)::PosixEnv::LoadLibrary(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<rocksdb::DynamicLibrary>*)': /rocksdb/env/env_posix.cc:253: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking /usr/bin/ld: /home/realu/warpath/NibiruChain/nibiru/temp/lib/libwasmvm_muslc.a(std-0f4efcc87b706e99.std.259bca860be0c74-cgu.0.rcgu.o): in function std::sys::unix::os::home_dir::fallback': /rustc/cc66ad468955717ab92600c770da8c1601a4ff33/library/std/src/sys/unix/os.rs:683: warning: Using 'getpwuid_r' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking /usr/bin/ld: /home/realu/warpath/NibiruChain/nibiru/temp/lib/libwasmvm_muslc.a(std-0f4efcc87b706e99.std.259bca860be0c74-cgu.0.rcgu.o): in function `<std::sys_common::net::LookupHost as core::convert::TryFrom<(&str,u16)>>::try_from::{{closure}}': /rustc/cc66ad468955717ab92600c770da8c1601a4ff33/library/std/src/sys_common/net.rs:206: warning: Using 'getaddrinfo' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking

Unique-Divine avatar Feb 20 '24 22:02 Unique-Divine

Getting the same

cgilbe27 avatar Feb 21 '24 15:02 cgilbe27