Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 06 Feb 2017 16:53:55 +0000
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
Message-ID:  <bug-216848-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
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.<anonymous> (/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.<anonymous> (/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.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-216848-13>