[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


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

            Bug ID: 224137
           Summary: devel/qt5-qmake: Doesn't use the right compiler in
                    case USE_GCC is selected
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: kde at FreeBSD.org
          Reporter: yuri at freebsd.org
             Flags: maintainer-feedback?(kde at FreeBSD.org)
          Assignee: kde at FreeBSD.org

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.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the kde-freebsd mailing list