Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 564606 - www-apps/kibana-bin-4.3.0 version bump
Summary: www-apps/kibana-bin-4.3.0 version bump
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: 564604
Blocks:
  Show dependency tree
 
Reported: 2015-11-01 07:36 UTC by Tomáš Mózes
Modified: 2015-12-22 15:21 UTC (History)
2 users (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 Tomáš Mózes 2015-11-01 07:36:45 UTC
Support for ES 2.0:
https://www.elastic.co/blog/kibana-4-2-0
Comment 1 Thomas Stein 2015-12-21 09:58:05 UTC
Hi Tomáš.

The dependency seems to bo solved. Is there anything else which blocks a new kibana-bin?

thanks and cheers
t.
Comment 2 Tomáš Mózes 2015-12-21 11:27:12 UTC
Hello Thomas, no, nothing blocks this. I need to test it and I'll work on putting this into portage. Meanwhile you can test in your local overlay and maybe provide some information of how it went :)
Comment 3 Thomas Stein 2015-12-21 11:42:25 UTC
Hi Tomáš.

Do you have a download link for me? I test the thing right away.

thanks and cheers
t.
Comment 4 Tomáš Mózes 2015-12-22 09:01:47 UTC
You can try to copy the ebuilds from portage to your local overlay and try building it yourself, many time it "just works".

The updated ebuilds are in a PR:
https://github.com/gentoo/gentoo/pull/505
Comment 5 Thomas Stein 2015-12-22 09:28:49 UTC
Hi.

Copying the ebuild works. Only error i got is:

fs.js:565
fs.write = function(fd, buffer, offset, length, position, callback) {
                                                 ^
Error: EACCES, permission denied '/opt/kibana/optimize/.babelcache.json'
    at Error (native)
    at Object.fs.openSync (fs.js:500:18)
    at Object.fs.writeFileSync (fs.js:1099:15)
    at save (/opt/kibana/node_modules/babel-core/lib/api/register/cache.js:35:19)
    at process._tickDomainCallback (node.js:381:11)
    at Function.Module.runMain (module.js:503:11)
    at startup (node.js:129:16)
    at node.js:814:3

Changing ownership solved this.

cheers
t.
Comment 6 Tomáš Mózes 2015-12-22 10:04:58 UTC
For version 4.3 there is a new init script that handles this file ;)
Comment 7 Tomáš Mózes 2015-12-22 10:06:03 UTC
Yes, this was the case when "just-copy-the-ebuild-and-see-what-you-get" does not work and some modifications needed to be made. It's usual for major version bumps.
Comment 8 Tomáš Mózes 2015-12-22 15:21:58 UTC
In tree, you can check and open a bug report it you find any issues.

Thanks!