Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 704804 - net-analyzer/netdata-1.19.0-r1 should depend on dev-libs/protobuf:=
Summary: net-analyzer/netdata-1.19.0-r1 should depend on dev-libs/protobuf:=
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Craig Andrews
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-01-05 03:28 UTC by Daniel M. Weeks
Modified: 2020-01-05 21:23 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel M. Weeks 2020-01-05 03:28:08 UTC
>>> package: dev-libs/protobuf-3.11.2
 *  - /usr/lib64/libprotobuf.so.20
 *  - /usr/lib64/libprotobuf.so.20.0.2
 *      used by /usr/sbin/netdata (net-analyzer/netdata-1.19.0-r1)

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
Comment 1 Craig Andrews gentoo-dev 2020-01-05 20:29:30 UTC
Thank you for reporting this issue!
Comment 2 Craig Andrews gentoo-dev 2020-01-05 21:07:46 UTC
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
Comment 3 Larry the Git Cow gentoo-dev 2020-01-05 21:23:38 UTC
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(-)