maintainer-feedback requested: [Bug 224137] devel/qt5-qmake: Doesn't use the right compiler in case USE_GCC is selected

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Dec 6 01:20:14 UTC 2017


Yuri Victorovich <yuri at freebsd.org> has reassigned Bugzilla Automation
<bugzilla at FreeBSD.org>'s request for maintainer-feedback to kde at FreeBSD.org:
Bug 224137: devel/qt5-qmake: Doesn't use the right compiler in case USE_GCC is
selected
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=224137



--- Description ---
The port multimedia/webcamoid fails to build if USE_GCC=6.0+ is added to the
Makefile. Despite QMAKE_CXX set to g++6, it still uses g++ to run tests, and
fills g++ into Makefiles.

My guess is that qmake leaks the "g++" compiler from some config files that are
installed with it, and it disrespects QMAKE_CXX.

You can see configure failures in libAvKys/config.log in that port.


More information about the kde-freebsd mailing list