From owner-freebsd-ports@freebsd.org Wed Jul 19 00:44:04 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A232DDA3D8C for ; Wed, 19 Jul 2017 00:44:04 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 8CD8A64D0E for ; Wed, 19 Jul 2017 00:44:04 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: by mailman.ysv.freebsd.org (Postfix) id 88E9BDA3D8B; Wed, 19 Jul 2017 00:44:04 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 86C5ADA3D89 for ; Wed, 19 Jul 2017 00:44:04 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from elsa.codelab.cz (elsa.codelab.cz [94.124.105.4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4175764D0D; Wed, 19 Jul 2017 00:44:03 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from elsa.codelab.cz (localhost [127.0.0.1]) by elsa.codelab.cz (Postfix) with ESMTP id 0839B2847F; Wed, 19 Jul 2017 02:43:59 +0200 (CEST) Received: from illbsd.quip.test (ip-86-49-16-209.net.upcbroadband.cz [86.49.16.209]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by elsa.codelab.cz (Postfix) with ESMTPSA id D1E7F28473; Wed, 19 Jul 2017 02:43:57 +0200 (CEST) Subject: Re: www/node 8.1.4 core dumped with Kibana5 To: Matthias Petermann , bhughes@FreeBSD.org Cc: FreeBSD Ports References: <596E9B73.4010608@quip.cz> <1500424691.4455.1.camel@petermann-it.de> From: Miroslav Lachman <000.fbsd@quip.cz> Message-ID: <596EAB4D.2000309@quip.cz> Date: Wed, 19 Jul 2017 02:43:57 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:42.0) Gecko/20100101 Firefox/42.0 SeaMonkey/2.39 MIME-Version: 1.0 In-Reply-To: <1500424691.4455.1.camel@petermann-it.de> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Jul 2017 00:44:04 -0000 Matthias Petermann wrote on 2017/07/19 02:38: > Hello Miroslav, > > I have run into the same issue recently. There is a ticket for this > problem: > > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220467 > > The reporter of the ticket proposes to adjust the kibana dependencies > to point to node6 which doesn't have the bug. > > Would maybe a good idea to stick to the stable 6 versions, as long as > kibana doesn't neccessarily need a need a newer one. At least from the > source code side, version 6 seems to be fine: > > https://github.com/elastic/kibana/blob/master/.node-version But then there will be another issue - the most of the ports are using www/node as dependency. If Kibana will have dependency on www/node6 then it cannot coexists with other ports on one machine. This was the reason why it was updated from www/node4 to www/node see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218250 > Am Mittwoch, den 19.07.2017, 01:36 +0200 schrieb Miroslav Lachman: >> I upgraded ports on our test server, it includes upgrade of node >> from >> 7.10.0 to 8.1.4 but Kibana failed to start with the following stack >> trace >> >> (node:13668) [DEP0022] DeprecationWarning: os.tmpDir() is >> deprecated. >> Use os.tmpdir() instead. >> /usr/local/bin/node[13668]: ../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> p::PushAsyncIds::Value> >> const&) [/usr/local/bin/node] >> 4: >> v8::internal::FunctionCallbackArguments::Call(void(*)(v8::FunctionCal >> lbackInfo >> const&)) [/usr/local/bin/node] >> 5: v8::internal::Isolate* >> v8::internal::Builtins::InvokeApiFunction(v8::internal::Isolate*, >> bool, >> v8::internal::Handle(int, >> v8::internal::Object*, v8::internal::HeapObject) >> [/usr/local/bin/node] >> 6: v8::internal::Builtin_HandleApiCall(int, >> v8::internal::Object**, >> v8::internal::Isolate*) [/usr/local/bin/node] >> Abort (core dumped) >> >> I found similar issue on GitHub https://github.com/nodejs/node/issues >> /14198 >> >> Is it possible to add the fox from nightly version to port www/node? >> Otherwise Kibana cannot run. >> >> Kind regards >> Miroslav Lachman >> _______________________________________________ >> freebsd-ports@freebsd.org mailing list >> https://lists.freebsd.org/mailman/listinfo/freebsd-ports >> To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.o >> rg" >