[Bug 225100] qt5: qconfig.h missing include headerQtCore/modules/qconfig-multimedia.h

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Jan 12 09:02:58 UTC 2018


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

            Bug ID: 225100
           Summary: qt5: qconfig.h missing include
                    headerQtCore/modules/qconfig-multimedia.h
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs at FreeBSD.org
          Reporter: rleigh at codelibre.net

QtCore/modules/qconfig-multimedia.h is missing after updating the qt5 ports to
5.9.3.  This is included from QtCore/qconfig.h.

03:33:42 In file included from
/usr/local/opt/hudson/workspace/OME-FILES-CPP-DEV-merge/BUILD_TYPE/Debug/node/perch/ome-qtwidgets/lib/ome/qtwidgets/GLContainer.cpp:39:
03:33:42 In file included from
/usr/local/opt/hudson/workspace/OME-FILES-CPP-DEV-merge/BUILD_TYPE/Debug/node/perch/ome-qtwidgets/lib/ome/qtwidgets/GLContainer.h:42:
03:33:42 In file included from /usr/local/include/qt5/QtGui/QWindow:1:
03:33:42 In file included from /usr/local/include/qt5/QtGui/qwindow.h:43:
03:33:42 In file included from /usr/local/include/qt5/QtGui/qtguiglobal.h:43:
03:33:42 In file included from /usr/local/include/qt5/QtCore/qglobal.h:64:
03:33:42 In file included from /usr/local/include/qt5/QtCore/qconfig.h:1:
03:33:42 /usr/local/include/qt5/QtCore/qconfig-modules.h:9:10: fatal error:
'QtCore/modules/qconfig-multimedia.h' file not found
03:33:42 #include <QtCore/modules/qconfig-multimedia.h>
03:33:42          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
03:33:47 1 error generated.

Looking at /usr/local/include/qt5/QtCore/qconfig-modules.h it looks like most
of its includes are missing entirely!$ ls -1
/usr/local/include/qt5/QtCore/modules
qconfig-concurrent.h
qconfig-core.h
qconfig-dbus.h
qconfig-gui.h
qconfig-network.h
qconfig-opengl.h
qconfig-printsupport.h
qconfig-quick.h
qconfig-widgets.h

$ grep -c include /usr/local/include/qt5/QtCore/qconfig-modules.h
130

121 headers are missing.

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


More information about the freebsd-ports-bugs mailing list