[Bug 220467] texproc/kibana5 does not start

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Jul 4 13:29:42 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220467

            Bug ID: 220467
           Summary: texproc/kibana5 does not start
           Product: Ports & Packages
           Version: Latest
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs at FreeBSD.org
          Reporter: mit at akamit.com

textproc/kibana5 does not start after installing from ports or packages due to
error in node js, which is actually node version 8. 

/usr/local/bin/node  /usr/local/www/kibana5/src/cli serve --config
/usr/local/etc/kibana.yml

/usr/local/bin/node[71623]: ../src/env-inl.h:131:void
node::Environment::AsyncHooks::push_ids(double, double): Assertion
`(trigger_id) >= (0)' failed.
 1: node::Abort(void) [/usr/local/bin/node]
 2: node::Assert(char const* const[4]*) [/usr/local/bin/node]
 3:
node::AsyncWrap::PushAsyncIds(v8::FunctionCallbackInfo<node::AsyncWrap::PushAsyncIds::Value>
const&) [/usr/local/bin/node]


But, when starting the same kibana4 with www/node6 port it works as expected.

The dependency on www/node version 8 should be changes to depend on www/node6.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list