[Bug 209649] archivers/py-borgbackup: py34-borgbackup-1.0.2 installs py27 dependencies

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Mar 26 21:10:29 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209649

freebsd at coombscloud.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |freebsd at coombscloud.com

--- Comment #8 from freebsd at coombscloud.com ---
I struggled with this as of py35-borgbackup-1.0.10. Spinning up a fresh jail
and requesting a build of devel/py-borgbackup results in a proper installation
using only python3.5 components.

However, on a server that's been used for while, a request to build
devel/py-borgbackup results in a mix of python2.7 and python3.5 packages being
installed (note that no python-related packages are installed at the time that
the build is requested). Borg then fails at runtime because py27-msgpack-python
is installed, not py35-msgpack-python. However, adding the following to
/etc/make.conf prior to the build causes it to build properly.

PYTHON_VERSION=         3.5
PYTHON_DEFAULT_VERSION= 3.5

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list