Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 740172

Summary: media-libs/qtav-1.12.0-r2[-opengl] without dev-qt/qtopengl:5: GLWidgetRenderer2.h:27:10: fatal error: 'QtOpenGL/QGLWidget' file not found #include <QtOpenGL/QGLWidget>
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Johannes Huber (RETIRED) <johu>
Status: RESOLVED FIXED    
Severity: normal CC: sam
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 753365    
Attachments: build.log
1-CMakeError.log
1-CMakeOutput.log

Description Agostino Sarubbo gentoo-dev 2020-09-03 06:43:53 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: media-libs/qtav-1.12.0-r2 fails to compile.
Discovered on: amd64 (internal ref: tinderbox)

NOTE:
This machine uses a clang/LLVM toolchain.
If you think that this issue is strictly related to clang/LLVM please block bug 408963. If you think that this issue is strictly related to the LLD linker, please block bug 731004.
This machine uses also GLIBC-2.32. If you think that this issue is strictly related to GLIBC please block bug 736174.
Comment 1 Agostino Sarubbo gentoo-dev 2020-09-03 06:43:56 UTC
Created attachment 658050 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2020-09-03 06:43:57 UTC
Created attachment 658052 [details]
1-CMakeError.log

1-CMakeError.log
Comment 3 Agostino Sarubbo gentoo-dev 2020-09-03 06:43:59 UTC
Created attachment 658054 [details]
1-CMakeOutput.log

1-CMakeOutput.log
Comment 4 Andreas Sturmlechner gentoo-dev 2020-11-06 18:43:51 UTC
Looking forward to meaningful summaries.
Comment 5 Andreas Sturmlechner gentoo-dev 2020-12-05 13:46:34 UTC
This depends on lots of `QT_NO_OPENGL` ifndefs in the code which would be derived from qconfig. It is unclear to me what condition in Qt5 would set this flag (or unset `QT_OPENGL`) so as long as QtAv build system is not fixed upstream I would drop IUSE=opengl option and make it unconditional.
Comment 6 Larry the Git Cow gentoo-dev 2020-12-05 23:12:40 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=222c703797ba2e2354bc34e6334f15475477e137

commit 222c703797ba2e2354bc34e6334f15475477e137
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2020-12-05 23:12:18 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2020-12-05 23:12:18 +0000

    media-libs/qtav: Drop IUSE=opengl
    
    Closes: https://bugs.gentoo.org/740172
    Package-Manager: Portage-3.0.11, Repoman-3.0.2
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

 media-libs/qtav/qtav-1.12.0-r2.ebuild | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)