Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 562866 - www-apps/kibana-bin remove elasticsearch dependency
Summary: www-apps/kibana-bin remove elasticsearch dependency
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Tomáš Mózes
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-12 01:35 UTC by ruckc
Modified: 2015-10-15 18:50 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 ruckc 2015-10-12 01:35:59 UTC
The elasticsearch dependency should be removed, as Kibana can run against a remote (non-local) elasticsearch instance.

Reproducible: Always

Steps to Reproduce:
1. emerge -av kibana-bin
2. emerge --erase elasticsearch
3. emerge -av --depclean 
Actual Results:  
 * Dependencies could not be completely resolved due to
 * the following required packages not being installed:
 * 
 *   >=app-misc/elasticsearch-1.4.4 pulled in by:
 *     www-apps/kibana-bin-4.1.1
 * 
 * Have you forgotten to do a complete update prior to depclean? The
 * most comprehensive command for this purpose is as follows:
Comment 1 Tomáš Mózes 2015-10-15 18:50:07 UTC
Fixed in version 4.1.2:
https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb4768babf42ff60b3b21a6cda98356c65bc0043

Thanks for the report.