Source: colmap Version: 3.6+dev2+git20191105-1 Severity: important Tags: ftbfs
colmap FTBFS on armel and armhf: https://buildd.debian.org/status/package.php?p=colmap&suite=sid ... In file included from /<<PKGBUILDDIR>>/src/ui/main_window.h:50, from /<<PKGBUILDDIR>>/src/ui/automatic_reconstruction_widget.cc:34: /<<PKGBUILDDIR>>/src/ui/model_viewer_widget.h:55:63: error: expected class-name before ‘{’ token 55 | protected QOpenGLFunctions_3_2_Core { | ^ ... Ideally colmap should also build on architectures where Qt is built with OpenGL ES, but changing the build dependency from libqt5opengl5-dev to libqt5opengl5-desktop-dev would at least avoid pointless builds with expected failures.