From owner-freebsd-ports-bugs@freebsd.org Fri Jan 12 09:02:58 2018 Return-Path: Delivered-To: freebsd-ports-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CF876E7C233 for ; Fri, 12 Jan 2018 09:02:58 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B5C167EE03 for ; Fri, 12 Jan 2018 09:02:58 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id 90B4112E6D for ; Fri, 12 Jan 2018 09:02:58 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id w0C92wmC013034 for ; Fri, 12 Jan 2018 09:02:58 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id w0C92w1Q013030 for freebsd-ports-bugs@FreeBSD.org; Fri, 12 Jan 2018 09:02:58 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 225100] qt5: qconfig.h missing include headerQtCore/modules/qconfig-multimedia.h Date: Fri, 12 Jan 2018 09:02:58 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: rleigh@codelibre.net X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Jan 2018 09:02:58 -0000 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 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.=