Source: virtualjaguar
Version: 2.1.3-1
Severity: normal

https://buildd.debian.org/status/package.php?p=virtualjaguar&suite=sid

...
src/gui/glwidget.cpp: In member function 'virtual void 
GLWidget::initializeGL()':
src/gui/glwidget.cpp:49:12: error: 'GL_ALPHA_TEST' was not declared in this 
scope
  glDisable(GL_ALPHA_TEST);
            ^~~~~~~~~~~~~
src/gui/glwidget.cpp:49:12: note: suggested alternative: 'GL_ALPHA8_OES'
  glDisable(GL_ALPHA_TEST);
            ^~~~~~~~~~~~~
            GL_ALPHA8_OES
src/gui/glwidget.cpp:52:12: error: 'GL_POLYGON_SMOOTH' was not declared in this 
scope
  glDisable(GL_POLYGON_SMOOTH);
            ^~~~~~~~~~~~~~~~~
src/gui/glwidget.cpp:52:12: note: suggested alternative: 'GL_POLYGON_MODE_NV'
  glDisable(GL_POLYGON_SMOOTH);
            ^~~~~~~~~~~~~~~~~
            GL_POLYGON_MODE_NV



This package does FTBFS on architectures where Qt is using OpenGL ES
(in Debian armel and armhf, in Ubuntu also arm64).

Ideally it should be made working to build when Qt is using
OpenGL ES, bug if that is not possible it would be better to
avoid the FTBFS by changing the build dependency from
libqt5opengl5-dev to libqt5opengl5-desktop-dev.

Reply via email to