[Bug 237818] sysutils/bareos-client: Fails to build with PYTHON option enabled (when 2.7 isn't DEFAULT_VERSION)
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri May 10 05:14:27 UTC 2019
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=237818
beldin at beldin.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #204298|text/x-log |text/plain
mime type| |
--- Comment #5 from beldin at beldin.org ---
Created attachment 204298
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=204298&action=edit
Build log 4 of 4 - the one that worked
modifed sysutils/bareos-server/Makefile line 68:
PYTHON_USES=python:2.7
DEFAULT_VERSION=python=3.6
PYTHON enabled in port options.
Pulls in python2.7 for itself which cmake detects and uses, working.
(python3.6 is still in the system, but the detection prefers 2.7)
bareos-client needs 2.7, but will use 3.6 if it's there even if you turn off
python in the options menu.
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the freebsd-python
mailing list