Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 05 Dec 2017 18:24:04 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 224120] devel/py-setuptools : fails to install where py27-setuptools and py36-setuptools is needed
Message-ID:  <bug-224120-13-SdZ2OkpZZo@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-224120-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-224120-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=3D224120

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

My poudriere jail make.conf has:
#Python
DEFAULT_VERSIONS+=3D python=3D3.6 python2=3D2.7 python3=3D3.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 t=
he
SUB_LIST message when installing py27-easy_install

Also, would the below be better for the Makefile:

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


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

--=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-224120-13-SdZ2OkpZZo>