From owner-freebsd-ports-bugs@freebsd.org Mon Feb 6 16:53:55 2017 Return-Path: Delivered-To: freebsd-ports-bugs@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 80CDECD3AF3 for ; Mon, 6 Feb 2017 16:53:55 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 55EF97F9 for ; Mon, 6 Feb 2017 16:53:55 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id v16GrsA1053098 for ; Mon, 6 Feb 2017 16:53:55 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 216848] textproc/kibana50-x-pack installs into /usr/local/www/kibana50/plugins/x-pack/x-pack Date: Mon, 06 Feb 2017 16:53:55 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: florian.bruckner@3kraft.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: tj@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Feb 2017 16:53:55 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D216848 Bug ID: 216848 Summary: textproc/kibana50-x-pack installs into /usr/local/www/kibana50/plugins/x-pack/x-pack Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: tj@FreeBSD.org Reporter: florian.bruckner@3kraft.com Assignee: tj@FreeBSD.org Flags: maintainer-feedback?(tj@FreeBSD.org) Kibana expects the plugin to be in /usr/local/www/kibana50/plugins/x-pack instead (package.json is required in this directory). Can be verified by running # /usr/local/bin/node /usr/local/www/kibana50/src/cli_plugin list which returns=20 x-pack@5.0.2 when installed correctly, but=20 /usr/local/www/kibana50/src/cli_plugin/list/list.js:26 throw new Error('Unable to read package.json file for plugin ' + filename); ^ Error: Unable to read package.json file for plugin x-pack at /usr/local/www/kibana50/src/cli_plugin/list/list.js:26:15 at Array.forEach (native) at list (/usr/local/www/kibana50/src/cli_plugin/list/list.js:13:44) at Command.processCommand (/usr/local/www/kibana50/src/cli_plugin/list/index.js:38:25) at Command. (/usr/local/www/kibana50/src/cli/command.js:90:1= 8) at Command.listener (/usr/local/www/kibana50/node_modules/commander/index.js:301:8) at emitTwo (events.js:87:13) at Command.emit (events.js:172:7) at Command.parseArgs (/usr/local/www/kibana50/node_modules/commander/index.js:610:12) at Command.parse (/usr/local/www/kibana50/node_modules/commander/index.js:458:21) at Object. (/usr/local/www/kibana50/src/cli_plugin/cli.js:54= :9) at Module._compile (module.js:409:26) at Module._extensions..js (module.js:416:10) at Object.require.extensions.(anonymous function) [as .js] (/usr/local/www/kibana50/node_modules/babel-core/lib/api/register/node.js:2= 14:7) at Module.load (module.js:343:32) at Function.Module._load (module.js:300:12) otherwise --=20 You are receiving this mail because: You are the assignee for the bug.=