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

--- Comment #8 from Serge <[email protected]> ---
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.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "[email protected]"

Reply via email to