[Bug 245895] devel/pyside2: "Configuring incomplete, errors occurred"

2020-04-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245895 --- Comment #19 from John Hein --- (In reply to John Hein from comment #18) I guess the other perspective is that qt5-gui is too big and could be broken up. I suspect that's not the case here, and certainly understand how that can make mai

[Bug 245895] devel/pyside2: "Configuring incomplete, errors occurred"

2020-04-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245895 --- Comment #18 from John Hein --- (In reply to Tobias C. Berner from comment #17) I can't claim enough familiarity with qmake/qt ports to answer that well. If it solves a problem from your point of view, it's worth consideration. There's

[Bug 245895] devel/pyside2: "Configuring incomplete, errors occurred"

2020-04-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245895 --- Comment #17 from Tobias C. Berner --- (In reply to John Hein from comment #16) There is also a different question we can ask: is there a reason we split imageformats out from gui? As the maintainer I would be happy to reduce the number

[Bug 245895] devel/pyside2: "Configuring incomplete, errors occurred"

2020-04-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245895 John Hein changed: What|Removed |Added Resolution|FIXED |Not Enough Information --- Comment #16

[Bug 245895] devel/pyside2: "Configuring incomplete, errors occurred"

2020-04-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245895 --- Comment #15 from Tobias C. Berner --- (In reply to Christoph Moench-Tegeder from comment #11) Yes, I was mostly concerned with the "mixed Qt" left behind by some tools, which my patch at least would partially improve [tm]. Maybe we s

[Bug 245895] devel/pyside2: "Configuring incomplete, errors occurred"

2020-04-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245895 John Hein changed: What|Removed |Added Status|In Progress |Closed Resolution|---

[Bug 245895] devel/pyside2: "Configuring incomplete, errors occurred"

2020-04-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245895 --- Comment #13 from Christoph Moench-Tegeder --- (In reply to John Hein from comment #8) > portmaster is not the problem here - don't blame it. This can happen without > portmaster. The core ports infrastructure (make && make install) s

[Bug 245895] devel/pyside2: "Configuring incomplete, errors occurred"

2020-04-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245895 --- Comment #12 from Christoph Moench-Tegeder --- (In reply to John Hein from comment #9) py-qt5-* is the other Python-Qt-framework - depending on that wouldn't be right, either. The core of the problem still is qt5-gui picking up files fro

[Bug 245895] devel/pyside2: "Configuring incomplete, errors occurred"

2020-04-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245895 --- Comment #11 from Christoph Moench-Tegeder --- (In reply to Tobias C. Berner from comment #7) You're doing way too much here: all we need is for qt5-gui to depend on qt5-iamgeformats, That would ensure that qt5-imageformats is always ins

[Bug 245895] devel/pyside2: "Configuring incomplete, errors occurred"

2020-04-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245895 --- Comment #10 from John Hein --- (In reply to Tobias C. Berner from comment #6) qt5-gui was updated, but qt5-imageformats was not. Since the latter is not a dependency in any way (directly or indirectly) of pyside2, I don't think this pa

[Bug 245895] devel/pyside2: "Configuring incomplete, errors occurred"

2020-04-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245895 --- Comment #9 from John Hein --- (In reply to John Hein from comment #8) > qt5-gui can't (shouldn't) record a dependency on qt5-imageformats because > qt5-imageformats is (currently) dependent on qt5-gui. That'd be a circular > dependen

[Bug 245895] devel/pyside2: "Configuring incomplete, errors occurred"

2020-04-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245895 --- Comment #8 from John Hein --- (In reply to Christoph Moench-Tegeder from comment #5) portmaster is not the problem here - don't blame it. This can happen without portmaster. The core ports infrastructure (make && make install) still n

[Bug 245895] devel/pyside2: "Configuring incomplete, errors occurred"

2020-04-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245895 --- Comment #7 from Tobias C. Berner --- Created attachment 213790 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=213790&action=edit v1 The attached patch will do that... -- You are receiving this mail because: You are on the

[Bug 245895] devel/pyside2: "Configuring incomplete, errors occurred"

2020-04-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245895 --- Comment #6 from Tobias C. Berner --- (In reply to Christoph Moench-Tegeder from comment #5) Ideally qt.mk would also enforce a ">=${_QT_VERSION}" dependency. At the moment it most of the times creates a LIB_DEPENDS for the components.

[Bug 245895] devel/pyside2: "Configuring incomplete, errors occurred"

2020-04-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245895 --- Comment #5 from Christoph Moench-Tegeder --- (In reply to Tobias C. Berner from comment #4) Yes, of course, "funny results". But still qt5-gui pulls in whatever files it finds, including plugins installed by qt5-imageformats while it h

[Bug 245895] devel/pyside2: "Configuring incomplete, errors occurred"

2020-04-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245895 --- Comment #4 from Tobias C. Berner --- (In reply to Christoph Moench-Tegeder from comment #3) Moin moin Mixing Qt-versions is not supported. mfg Tobias -- You are receiving this mail because: You are on the CC list for the bug.

[Bug 245895] devel/pyside2: "Configuring incomplete, errors occurred"

2020-04-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245895 Christoph Moench-Tegeder changed: What|Removed |Added Status|New |In Progress