Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 693374 - www-apps/kibana-bin should RDEPEND on dev-libs/nss
Summary: www-apps/kibana-bin should RDEPEND on dev-libs/nss
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Tomáš Mózes
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2019-09-02 22:49 UTC by Vjaceslavs Klimovs
Modified: 2019-09-21 14:49 UTC (History)
1 user (show)

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 Vjaceslavs Klimovs 2019-09-02 22:49:16 UTC
Starting in 6.7 Kibana is launching a version of Chromium on startup to issue a warning whether there are dependencies missing that could potentially cause Reporting jobs to fail.

Without dev-libs/nss, kibana produces following warnings on startup, and presumably something does not work in the app as well:

{"type":"log","@timestamp":"2019-09-02T22:46:19Z","tags":["reporting","warning"],"pid":28118,"message":"The Reporting plugin encountered issues launching Chromium in a self-test. You may have trouble generating reports: [Error: Failed to launch chrome!\n/var/lib/kibana/headless_shell-linux/headless_shell: error whileloading shared libraries: libnss3.so: cannot open shared object file: No such file or directory\n\n\nTROUBLESHOOTING: https://github.com/GoogleChrome/puppeteer/blob/master/docs/troubleshooting.md\n]"}
{"type":"log","@timestamp":"2019-09-02T22:46:19Z","tags":["reporting","warning"],"pid":28118,"message":"See Chromium's log output at \"/var/lib/kibana/headless_shell-linux/chrome_debug.log\""}
{"type":"log","@timestamp":"2019-09-02T22:46:19Z","tags":["reporting","warning"],"pid":28118,"message":"Reporting plugin self-check failed. Please check the Kibana Reporting settings. Error: Could not close browser client handle!"}

Installing dev-libs/nss makes those warnings go away.
Comment 1 Tomáš Mózes 2019-09-03 07:51:59 UTC
I assume you have x-pack enabled for kibana?
Comment 2 Vjaceslavs Klimovs 2019-09-03 07:52:43 UTC
Yes, that's correct.
Comment 3 Larry the Git Cow gentoo-dev 2019-09-21 14:49:23 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a52fb0572f13258fa5b075e1b8e5dd90d327b1c2

commit a52fb0572f13258fa5b075e1b8e5dd90d327b1c2
Author:     Tomas Mozes <hydrapolic@gmail.com>
AuthorDate: 2019-09-21 05:51:05 +0000
Commit:     Joonas Niilola <juippis@gentoo.org>
CommitDate: 2019-09-21 14:49:10 +0000

    www-apps/kibana-bin: bump to 6.8.3
    
    Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com>
    Closes: https://bugs.gentoo.org/693374
    Signed-off-by: Joonas Niilola <juippis@gentoo.org>

 www-apps/kibana-bin/Manifest                |  2 +
 www-apps/kibana-bin/files/kibana.initd      |  2 +-
 www-apps/kibana-bin/kibana-bin-6.8.3.ebuild | 88 +++++++++++++++++++++++++++++
 3 files changed, 91 insertions(+), 1 deletion(-)