Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Jan 2018 09:02:58 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 225100] qt5: qconfig.h missing include headerQtCore/modules/qconfig-multimedia.h
Message-ID:  <bug-225100-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D225100

            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@FreeBSD.org
          Reporter: rleigh@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/no=
de/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/no=
de/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:4=
3:
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 mo=
st
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.

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-225100-13>