Bug ID 1129614
Summary openSUSE:Leap:15.1/allegro failed
Classification openSUSE
Product openSUSE Distribution
Version Leap 15.1
Hardware Other
URL https://build.opensuse.org/package/live_build_log/openSUSE:Leap:15.1/allegro/standard/x86_64
OS Other
Status NEW
Severity Normal
Priority P5 - None
Component X.Org
Assignee xorg-maintainer-bugs@forge.provo.novell.com
Reporter lnussel@suse.com
QA Contact xorg-maintainer-bugs@forge.provo.novell.com
Found By ---
Blocker ---

openSUSE:Leap:15.1/allegro failed to build. Please see build log:
https://build.opensuse.org/package/live_build_log/openSUSE:Leap:15.1/allegro/standard/x86_64


[  128s]
/home/abuild/rpmbuild/BUILD/allegro-4.4.2/addons/allegrogl/src/videovtb.c: In
function 'allegro_gl_make_video_bitmap_helper1':
[  128s]
/home/abuild/rpmbuild/BUILD/allegro-4.4.2/addons/allegrogl/src/videovtb.c:121:3:
warning: implicit declaration of function 'glGenFramebuffersEXT'; did you mean
'glXGetFrameUsageMESA'? [-Wimplicit-function-declaration]
[  128s]    glGenFramebuffersEXT(1, &((*pvid)->fbo));
[  128s]    ^~~~~~~~~~~~~~~~~~~~
[  128s]    glXGetFrameUsageMESA
[  128s]
/home/abuild/rpmbuild/BUILD/allegro-4.4.2/addons/allegrogl/src/videovtb.c:127:3:
warning: implicit declaration of function 'glBindFramebufferEXT'
[-Wimplicit-function-declaration]
[  128s]    glBindFramebufferEXT(GL_FRAMEBUFFER_EXT, (*pvid)->fbo);
[  128s]    ^~~~~~~~~~~~~~~~~~~~
[  128s]
/home/abuild/rpmbuild/BUILD/allegro-4.4.2/addons/allegrogl/src/videovtb.c:128:3:
warning: implicit declaration of function 'glFramebufferTexture2DEXT'
[-Wimplicit-function-declaration]
[  128s]    glFramebufferTexture2DEXT(GL_FRAMEBUFFER_EXT,
GL_COLOR_ATTACHMENT0_EXT, (*pvid)->target, (*pvid)->tex, 0);
[  128s]    ^~~~~~~~~~~~~~~~~~~~~~~~~
[  128s]
/home/abuild/rpmbuild/BUILD/allegro-4.4.2/addons/allegrogl/src/videovtb.c:129:7:
warning: implicit declaration of function 'glCheckFramebufferStatusEXT'
[-Wimplicit-function-declaration]
[  128s]    if (glCheckFramebufferStatusEXT(GL_FRAMEBUFFER_EXT) !=
GL_FRAMEBUFFER_COMPLETE_EXT) {
[  128s]        ^~~~~~~~~~~~~~~~~~~~~~~~~~~
[  128s]
/home/abuild/rpmbuild/BUILD/allegro-4.4.2/addons/allegrogl/src/videovtb.c:132:4:
warning: implicit declaration of function 'glDeleteFramebuffersEXT'
[-Wimplicit-function-declaration]
[  128s]     glDeleteFramebuffersEXT(1, &((*pvid)->fbo));
[  128s]     ^~~~~~~~~~~~~~~~~~~~~~~
[  129s] [ 53%] Building C object
addons/allegrogl/CMakeFiles/allegrogl.dir/src/x.c.o
[  129s] cd /home/abuild/rpmbuild/BUILD/allegro-4.4.2/build/addons/allegrogl &&
/usr/bin/cc -Dallegrogl_EXPORTS
-I/home/abuild/rpmbuild/BUILD/allegro-4.4.2/include
-I/home/abuild/rpmbuild/BUILD/allegro-4.4.2/build/include -isystem
/usr/include/alsa
-I/home/abuild/rpmbuild/BUILD/allegro-4.4.2/addons/allegrogl/include
-I/home/abuild/rpmbuild/BUILD/allegro-4.4.2/build/addons/allegrogl/include 
-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2
-fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables
-fstack-clash-protection -g -W -Wall -Wno-unused-parameter
-Wdeclaration-after-statement -O3 -DNDEBUG -fPIC   -DALLEGRO_GL_SRC_BUILD -o
CMakeFiles/allegrogl.dir/src/x.c.o   -c
/home/abuild/rpmbuild/BUILD/allegro-4.4.2/addons/allegrogl/src/x.c
[  129s] /home/abuild/rpmbuild/BUILD/allegro-4.4.2/addons/allegrogl/src/x.c: In
function 'decode_fbconfig':
[  129s]
/home/abuild/rpmbuild/BUILD/allegro-4.4.2/addons/allegrogl/src/x.c:653:55:
error: 'GLX_RGBA_FLOAT_BIT' undeclared (first use in this function); did you
mean 'GLX_RGBA_FLOAT_BIT_ARB'?
[  129s]   if (!(render_type & GLX_RGBA_BIT) && !(render_type &
GLX_RGBA_FLOAT_BIT)) {
[  129s]                                                       
^~~~~~~~~~~~~~~~~~
[  129s]                                                       
GLX_RGBA_FLOAT_BIT_ARB
[  129s]
/home/abuild/rpmbuild/BUILD/allegro-4.4.2/addons/allegrogl/src/x.c:653:55:
note: each undeclared identifier is reported only once for each function it
appears in
[  129s] /home/abuild/rpmbuild/BUILD/allegro-4.4.2/addons/allegrogl/src/x.c: In
function 'allegro_gl_x_vsync':
[  129s]
/home/abuild/rpmbuild/BUILD/allegro-4.4.2/addons/allegrogl/src/x.c:1607:3:
warning: implicit declaration of function 'glXGetVideoSyncSGI'
[-Wimplicit-function-declaration]
[  129s]    glXGetVideoSyncSGI(&count);
[  129s]    ^~~~~~~~~~~~~~~~~~
[  129s]
/home/abuild/rpmbuild/BUILD/allegro-4.4.2/addons/allegrogl/src/x.c:1608:3:
warning: implicit declaration of function 'glXWaitVideoSyncSGI'
[-Wimplicit-function-declaration]
[  129s]    glXWaitVideoSyncSGI(2, (count+1) & 1, &count);


Did we update some library in incompatible ways?


You are receiving this mail because: