Package: qt3d-opensource-src / 5.15.2+dfsg-2

Metadata

Package Version Patches format
qt3d-opensource-src 5.15.2+dfsg-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
tst_qtext2dentity_gles_disable.diff | (download)

tests/auto/extras/qtext2dentity/tst_qtext2dentity.cpp | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 disable qtext2dentity test on all opengl es 2 environments
 It fails on Debian armel/armhf too, because of this error:
 QEGLPlatformContext: eglMakeCurrent failed: 3009
riscv64_atomic.diff | (download)

src/plugins/renderers/opengl/opengl.pri | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 link the openglrenderer plugin with -latomic on riscv64
 Otherwise it fails to build with the following error:
 /usr/bin/ld: .obj/renderview.o: in function `QHash<int, Qt3DRender::Render::OpenGL::RenderView::StandardUniform>::findNode(int const&, unsigned int) const':
 /usr/include/riscv64-linux-gnu/qt5/QtCore/qhash.h:931: undefined reference to `__atomic_exchange_1'