Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
6.0.0, 6.2.1
-
None
-
-
f79742edb1fd7c2964f317dcffb754e03d0cb540 (qt/qt5/dev) 160ed4b8acd5131847717088922d606deef172d1 (qt/qt5/6.0)
Description
(Reported as PYSIDE-1461 ) See https://packages.ubuntu.com/bionic/libs/libopengl0 . This is probably caused by the WrapOpenGL magic, the library should not be required.
Qt 6 CMake-build:
ldd libQt6Gui.so | fgrep GL libEGL.so.1 => /lib/x86_64-linux-gnu/libEGL.so.1 (0x00007fd9b622b000) libGLX.so.0 => /lib/x86_64-linux-gnu/libGLX.so.0 (0x00007fd9b5c19000) libOpenGL.so.0 => /lib/x86_64-linux-gnu/libOpenGL.so.0 (0x00007fd9b5bed000) libGLdispatch.so.0 => /lib/x86_64-linux-gnu/libGLdispatch.so.0 (0x00007fd9b4cbf000)
Qt 6 qmake-build:
ldd libQt6Gui.so | fgrep GL libEGL.so.1 => /lib/x86_64-linux-gnu/libEGL.so.1 (0x00007faa284a8000) libGL.so.1 => /lib/x86_64-linux-gnu/libGL.so.1 (0x00007faa28420000) libGLdispatch.so.0 => /lib/x86_64-linux-gnu/libGLdispatch.so.0 (0x00007faa272d0000) libGLX.so.0 => /lib/x86_64-linux-gnu/libGLX.so.0 (0x00007faa2729c000)
Qt 5
ldd libQt5Gui.so | fgrep GL libGL.so.1 => /lib/x86_64-linux-gnu/libGL.so.1 (0x00007fafacb2a000) libGLdispatch.so.0 => /lib/x86_64-linux-gnu/libGLdispatch.so.0 (0x00007fafaa1ad000) libGLX.so.0 => /lib/x86_64-linux-gnu/libGLX.so.0 (0x00007fafaa179000)
Attachments
Issue Links
- is duplicated by
-
QTBUG-89857 linker warning on Ubuntu 20.04 LTS (libOpenGL.so.0 needed)
- Closed
-
QTCREATORBUG-26685 Qt Creator's bug solution
- Closed
-
PYSIDE-1547 OpenGL not installed on Ubuntu
- Closed
- is required for
-
QTCREATORBUG-26167 QtC 6.0.0 not launching on Ubuntu18.04
- Closed
- relates to
-
QTBUG-84749 QT applications fail to run if xcb_xinerama (or other xcb libraries) is not installed
- Closed
-
QTBUG-94040 QtSvg and QtQuickWidgets depend on libOpenGl instead of libGL
- Closed
-
QTBUG-108048 Cmake is not finding Quick and Widgets modules on Ubuntu
- Closed
- resulted from
-
PYSIDE-1461 Need to install libopengl0 on Ubuntu to be able to use pyside6 widgets
- Closed
- resulted in
-
QTCREATORBUG-26652 QtCreator 6 missing library
- Closed