[Bug 237818] sysutils/bareos-client python option issues
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri May 10 04:08:26 UTC 2019
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=237818
Bug ID: 237818
Summary: sysutils/bareos-client python option issues
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: acm at FreeBSD.org
Reporter: beldin at beldin.org
Flags: maintainer-feedback?(acm at FreeBSD.org)
Assignee: acm at FreeBSD.org
When building sysutils/bareos-client in a clean enviroment (e.g. poudriere) the
PYTHON configuration option does not work quite as expected when the
DEFAULT_VERSION of python is 3.6.
When the option is ON it naturally pulls in the DEFAULT_VERSION which fails
since it seems bareos-client wants python2.7.
Modifying sysutils/bareos-server/Makeifle so that USES+=python:2.7 fixed this.
However then when the option is OFF the dependancy of ninja pulls in the
default python version which bareos-client's cmake detects anyway and attempts
to build with python support anyway, failing.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list