[Bug 224120] devel/py-setuptools : fails to install where py27-setuptools and py36-setuptools is needed

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Dec 5 18:24:05 UTC 2017


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

--- Comment #2 from Henrik Hudson <ports at thelanman.net> ---
FreeBSD 11.1 with a portsnap from this morning.

My poudriere jail make.conf has:
#Python
DEFAULT_VERSIONS+= python=3.6 python2=2.7 python3=3.6

It's seems that my builds rebuilt py36-setuptools, but didn't rebuild
py27-setuptools. Manually clearing the package, and then manually building
py27-setuptools and making the below Makefile change seems to now pick up the
SUB_LIST message when installing py27-easy_install

Also, would the below be better for the Makefile:

.if ${PYTHON_VERSION} != ${PYTHON_DEFAULT_VERSION}
SUB_FILES+=     pkg-message
SUB_LIST+=      PYTHON_VER=${PYTHON_VER}
.else
MAKE_ENV+=      SETUPTOOLS_DISABLE_VERSIONED_EASY_INSTALL_SCRIPT=1
.endif


??? and comment out the MAKE_ENV earlier in the file?

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


More information about the freebsd-ports-bugs mailing list