Package: src:visp
Version: 3.2.0-1
Severity: serious
Tags: sid bullseye

visp ftbfs on armel/armhf where it built before

/<<PKGBUILDDIR>>/modules/ar/src/coin-simulator/vpViewer.cpp:93:9: error: ‘glDrawPixels’ was not declared in this scope; did you mean ‘glReadPixels’? 93 | glDrawPixels((GLsizei)simu->getInternalWidth(), (GLsizei)simu->getInternalHeight(), (GLenum)GL_LUMINANCE,
      |         ^~~~~~~~~~~~
      |         glReadPixels
/<<PKGBUILDDIR>>/modules/ar/src/coin-simulator/vpViewer.cpp:96:9: error: ‘glDrawPixels’ was not declared in this scope; did you mean ‘glReadPixels’? 96 | glDrawPixels((GLsizei)simu->getInternalWidth(), (GLsizei)simu->getInternalHeight(), (GLenum)GL_RGB,
      |         ^~~~~~~~~~~~
      |         glReadPixels
/<<PKGBUILDDIR>>/modules/ar/src/coin-simulator/vpViewer.cpp:101:7: error: ‘glClearDepth’ was not declared in this scope; did you mean ‘glClearDepthf’?
  101 |       glClearDepth(100.0);          // Profondeur du Z-Buf
      |       ^~~~~~~~~~~~
      |       glClearDepthf

Reply via email to