[Bug 213192] net/netatalk3 uses "python" executable but does not depend on anything that provides it
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Oct 4 15:40:40 UTC 2016
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213192
Bug ID: 213192
Summary: net/netatalk3 uses "python" executable but does not
depend on anything that provides it
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Many People
Priority: ---
Component: Individual Port(s)
Assignee: marcus at FreeBSD.org
Reporter: vivek at khera.org
Assignee: marcus at FreeBSD.org
Flags: maintainer-feedback?(marcus at FreeBSD.org)
netatalk provides a program afpstats, which uses python. The script starts with
the line
#!/usr/bin/env python
however, there is no python executable in my system. The netatalk3 port depends
on python2, but not the python meta-port.
It should either run python2 (or python27) directly, or depend on the python
port to get the python executable.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list