Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 913691 - dev-qt/qtbase-6.5.2-r1 fails to compile: ERROR: The OpenGL functionality tests failed! You might need to modify the OpenGL package search path by setting the OpenGL_DIR CMake variable to the OpenGL librarys installation directory
Summary: dev-qt/qtbase-6.5.2-r1 fails to compile: ERROR: The OpenGL functionality test...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Qt Bug Alias
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-09-05 13:10 UTC by Agostino Sarubbo
Modified: 2023-09-05 14:31 UTC (History)
0 users

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


Attachments
build.log (build.log,57.24 KB, text/plain)
2023-09-05 13:10 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 2023-09-05 13:10:54 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-qt/qtbase-6.5.2-r1 fails to compile.
Discovered on: amd64 (internal ref: ci)
Comment 1 Agostino Sarubbo gentoo-dev 2023-09-05 13:10:56 UTC
Created attachment 869862 [details]
build.log

build log and emerge --info
Comment 2 Larry the Git Cow gentoo-dev 2023-09-05 14:31:01 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=979b05425c3e6a922e87f9613f264709017970e8

commit 979b05425c3e6a922e87f9613f264709017970e8
Author:     Ionen Wolkens <ionen@gentoo.org>
AuthorDate: 2023-09-05 14:24:17 +0000
Commit:     Ionen Wolkens <ionen@gentoo.org>
CommitDate: 2023-09-05 14:28:55 +0000

    dev-qt/qtbase: avoid triggering opengl support check
    
    -DINPUT_opengl does not do anything but flip qt_feature on/off that
    I can see, and we are already controlling these. But the check for
    support is not happy if it does not find it set to "no".
    
    Newly happening given this no longer has a hard dependency on libglvnd.
    
    Closes: https://bugs.gentoo.org/913691
    Signed-off-by: Ionen Wolkens <ionen@gentoo.org>

 dev-qt/qtbase/qtbase-6.5.2-r1.ebuild | 1 +
 dev-qt/qtbase/qtbase-6.5.9999.ebuild | 1 +
 dev-qt/qtbase/qtbase-6.9999.ebuild   | 1 +
 3 files changed, 3 insertions(+)