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

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue May 24 21:16:01 UTC 2016


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

--- Comment #5 from jjuanino at gmail.com ---
Hi,

I think that portmaster is doing something wrong. I have reproduced the issue,
getting the following:


# portmaster archivers/py-borgbackup

===>>> Port directory: /usr/ports/archivers/py-borgbackup

===>>> Gathering distinfo list for installed ports

===>>> Launching 'make checksum' for archivers/py-borgbackup in background
===>>> Gathering dependency list for archivers/py-borgbackup from ports
===>>> Starting dependency check
===>>> Checking dependency: devel/py-setuptools_scm
===>>> Launching child to install devel/py-setuptools_scm

===>>> archivers/py-borgbackup >> devel/py-setuptools_scm (1/1)

===>>> Port directory: /usr/ports/devel/py-setuptools_scm

===>>> Launching 'make checksum' for devel/py-setuptools_scm in background
===>>> Gathering dependency list for devel/py-setuptools_scm from ports
===>>> Starting dependency check
===>>> Checking dependency: devel/py-setuptools27  <--- WRONG!


borgbackup requires devel/py-setuptools_scm, but I think that portmaster is
unable to detect the right python version. Instead, it assumes that the default
ports infraestructure python version is the right one, but in this corner case
is not.

Workaround: install py-borbackup by mean of "make install clean" and let me
know if works. Thanks for tell about this issue, I will ask in ports@ mailing
list.

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


More information about the freebsd-ports-bugs mailing list