netdata links against libsnappy but app-arch/snappy is missing from DEPEND ldd /usr/sbin/netdata linux-vdso.so.1 (0x00007ffd339e4000) libc.so.6 => /lib64/libc.so.6 (0x00007fe99f37a000) libz.so.1 => /lib64/libz.so.1 (0x00007fe99f163000) libcrypto.so.1.1 => /usr/lib64/libcrypto.so.1.1 (0x00007fe99eeab000) libssl.so.1.1 => /usr/lib64/libssl.so.1.1 (0x00007fe99ee1a000) libuuid.so.1 => /lib64/libuuid.so.1 (0x00007fe99ee11000) libprotobuf.so.20 => /usr/lib64/libprotobuf.so.20 (0x00007fe99eb14000) libsnappy.so.1 => /usr/lib64/libsnappy.so.1 (0x00007fe99e90a000) libstdc++.so.6 => /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/libstdc++.so.6 (0x00007fe99e695000) libm.so.6 => /lib64/libm.so.6 (0x00007fe99e54b000) libgcc_s.so.1 => /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/libgcc_s.so.1 (0x00007fe99e531000) libpthread.so.0 => /lib64/libpthread.so.0 (0x00007fe99e50e000) /lib64/ld-linux-x86-64.so.2 (0x00007fe99f6c2000) libdl.so.2 => /lib64/libdl.so.2 (0x00007fe99e508000) Reproducible: Always
Thank you for reporting this issue!
configure.ac is still building support for promothesus even when --disable-backend-prometheus-remote-write is passed which results in autodetection of the snappy and protobuf libraries, linking them if they exist. I've reported this issue upstream at https://github.com/netdata/netdata/issues/7673
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eea21674902a3fe01f0097db84784507d6d73bfe commit eea21674902a3fe01f0097db84784507d6d73bfe Author: Craig Andrews <candrews@gentoo.org> AuthorDate: 2020-01-05 20:28:48 +0000 Commit: Craig Andrews <candrews@gentoo.org> CommitDate: 2020-01-05 21:23:31 +0000 net-analyzer/netdata: Add mongodb, prometheus, kinesis, and jsonc USE flags Closes: https://bugs.gentoo.org/704804 Closes: https://bugs.gentoo.org/704806 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Craig Andrews <candrews@gentoo.org> .../files/netdata-1.19.0-prometheus-spelling.patch | 20 +++ net-analyzer/netdata/metadata.xml | 4 + net-analyzer/netdata/netdata-1.19.0-r2.ebuild | 145 +++++++++++++++++++++ net-analyzer/netdata/netdata-9999.ebuild | 14 +- 4 files changed, 181 insertions(+), 2 deletions(-)