[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
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue May 29 22:18:39 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226634
--- Comment #8 from Serge <skh1002 at 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.
More information about the freebsd-python
mailing list