Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Mar 2017 21:18:29 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 209649] archivers/py-borgbackup: py34-borgbackup-1.0.2 installs py27 dependencies
Message-ID:  <bug-209649-13-N1eLPjrb2Q@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-209649-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-209649-13@https.bugs.freebsd.org/bugzilla/>

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

--- Comment #9 from freebsd@coombscloud.com ---
I have experienced this on one of my systems as of py35-borgbackup-1.0.10--=
with
a mix of py27 anbd py35 packages being installed when building the
py-borgbackup port (and the "borg" command then failing at runtime because
py27-msgpack-python was installed rather than py35-msgpack-python). However,
adding:

PYTHON_VERSION=3D         3.5
PYTHON_DEFAULT_VERSION=3D 3.5

to /etc/make.conf causes the correct packages to be installed.

Furthermore, building on a fresh jail results in a proper install, with only
py35 packages being installed.

--=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-209649-13-N1eLPjrb2Q>