Source: supertuxkart Version: 0.9.3-1 Severity: serious Tags: ftbfs https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/supertuxkart.html
... In file included from /build/1st/supertuxkart-0.9.3/src/graphics/gl_headers.hpp:58, from /build/1st/supertuxkart-0.9.3/src/graphics/abstract_renderer.hpp:21, from /build/1st/supertuxkart-0.9.3/src/graphics/irr_driver.hpp:36, from /build/1st/supertuxkart-0.9.3/src/addons/zip.cpp:22: /usr/include/GL/glext.h:12066:105: error: conflicting declaration 'typedef void (* PFNGLFRAGMENTLIGHTFVSGIXPROC)(GLenum, GLenum, const GLfloat*)' typedef void (APIENTRYP PFNGLFRAGMENTLIGHTFVSGIXPROC) (GLenum light, GLenum pname, const GLfloat *params); ^ In file included from /build/1st/supertuxkart-0.9.3/src/graphics/gl_headers.hpp:27, from /build/1st/supertuxkart-0.9.3/src/graphics/abstract_renderer.hpp:21, from /build/1st/supertuxkart-0.9.3/src/graphics/irr_driver.hpp:36, from /build/1st/supertuxkart-0.9.3/src/addons/zip.cpp:22: /build/1st/supertuxkart-0.9.3/lib/glew/include/GL/glew.h:15125:28: note: previous declaration as 'typedef void (* PFNGLFRAGMENTLIGHTFVSGIXPROC)(GLenum, GLenum, GLfloat*)' typedef void (GLAPIENTRY * PFNGLFRAGMENTLIGHTFVSGIXPROC) (GLenum light, GLenum pname, GLfloat* params); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~