Date: Tue, 29 May 2018 22:18:37 +0000 From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 226634] devel/py-setuptools: pkg-static: py27-setuptools-38.5.2 conflicts with py36-setuptools-38.5.2 (installs files into the same place). Problematic file: /usr/local/bin/easy_install Message-ID: <bug-226634-21822-Q2XXo6lPwv@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-226634-21822@https.bugs.freebsd.org/bugzilla/> References: <bug-226634-21822@https.bugs.freebsd.org/bugzilla/>
index | next in thread | previous in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226634 --- Comment #8 from Serge <skh1002@hotmail.com> --- Hi Antoine, I have been trying to understand what is going on, and it looks like I was able to clear things up. I am putting it here in case someone else runs into this problem. It turns out, that you were actually right about changing DEFAULT_VERSIONS. What happened is py27-setuptools were built on my system with DEFAULT_VERSIONS=python=2.7 and then I set it to DEFAULT_VERSIONS+= python=3.6. So the problem was in the way py27-setuptools was built. When I manually removed it and rebuilt with DEFAULT_VERSIONS+= python=3.6, it became possible to have both py27 and py36 flavours at the same time. So, you have set me on the right track and I think the flavour system works as intended. Thank you. -- You are receiving this mail because: You are the assignee for the bug.help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-226634-21822-Q2XXo6lPwv>
