K 10 svn:author V 7 antoine K 8 svn:date V 27 2017-09-01T21:45:20.652534Z K 7 svn:log V 672 Mark BROKEN: fails to build cythoning kivy/graphics/opengl.pyx to kivy/graphics/opengl.c Error compiling Cython file: ------------------------------------------------------------ ... def glCheckFramebufferStatus(GLenum target): '''See: `glCheckFramebufferStatus() on Kronos website `_ ''' cdef GLenum result result = c_opengl.CheckFramebufferStatus(target) ^ ------------------------------------------------------------ kivy/graphics/opengl.pyx:544:21: cimported module has no attribute 'CheckFramebufferStatus' Reported by: pkg-fallout END