Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 740172 - 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>
Summary: media-libs/qtav-1.12.0-r2[-opengl] without dev-qt/qtopengl:5: GLWidgetRendere...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Johannes Huber (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 753365
  Show dependency tree
 
Reported: 2020-09-03 06:43 UTC by Agostino Sarubbo
Modified: 2020-12-05 23:12 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,251.54 KB, text/plain)
2020-09-03 06:43 UTC, Agostino Sarubbo
Details
1-CMakeError.log (1-CMakeError.log,2.82 KB, text/plain)
2020-09-03 06:43 UTC, Agostino Sarubbo
Details
1-CMakeOutput.log (1-CMakeOutput.log,32.37 KB, text/plain)
2020-09-03 06:43 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
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(-)