> pkg-static: py36-qt5-core-5.7.1 conflicts with py27-qt5-core-5.7.1 (installs files into the same place). Problematic file: /usr/local/bin/pyuic5
As far as I can see, this doubles bug #219641
Should fixed with https://svnweb.freebsd.org/ports?view=revision&revision=461841 (?).
For me it's not yet fixed, using latest packages: For QT5, having py36-qt5 still installed. pkg install py27-qt5-xml: Checking integrity... done (2 conflicting) - py27-qt5-xml-5.9.2_4 conflicts with py36-qt5-xml-5.9.2_4 on /usr/local/bin/pylupdate5 - py27-qt5-core-5.9.2_4 conflicts with py36-qt5-core-5.9.2_4 on /usr/local/bin/pyuic5 For QT4, having py27-qt4 still installed. pkg install py36-qt4-xml: Checking integrity... done (2 conflicting) - py36-qt4-xml-4.12.1_1,1 conflicts with py27-qt4-xml-4.12.1_1,1 on /usr/local/bin/pylupdate4 - py36-qt4-core-4.12.1_5,1 conflicts with py27-qt4-core-4.12.1_5,1 on /usr/local/bin/pyuic4
Yup, I think, Loïc is right. It does not work, if py27 and py3* should be installed at the same time. And, problably this must be solved for py-qt5-core and py-qt4-core. IMO, something like in #219641, comment #33 is needed to solve this?
(In reply to Rainer Hurling from comment #4) Sorry, the link is broken. Should be bug #219641, comment #33
ping!
It's on the to-do list.
See: https://reviews.freebsd.org/D8714 *** This bug has been marked as a duplicate of bug 219641 ***