Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Oct 2017 18:36:55 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 223308] net-mgmt/netdata: Add missing runtime dependencies
Message-ID:  <bug-223308-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D223308

            Bug ID: 223308
           Summary: net-mgmt/netdata: Add missing runtime dependencies
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: mmokhi@freebsd.org
          Reporter: freebsd@funzi.org
          Assignee: mmokhi@freebsd.org
             Flags: maintainer-feedback?(mmokhi@freebsd.org)

Created attachment 187566
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D187566&action=
=3Dedit
patch to add missing runtime dependencies

The attached patch adds runtime dependencies for bash, curl and python.

The python.d plugins execute bash to determine which python executable to u=
se.
This evaluation requires the executables called "python", "python2" or
"python3" to exist. If python the python meta-package is not installed, this
will not be the case and the plugins fail.

The current dependencies install python, but the executable is called pytho=
n2.7
and therefore not found by the plugins. Adding the meta-package as runtime
dependency adds the missing symlink.

It doesn't matter if the default python version is set to 2 or 3 since both=
 are
supported.

curl is used by some of the other plugins.

I've also used the USES=3D line up to satisfy portlint while I was editing =
the
Makefile.

--=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-223308-13>