Your message dated Mon, 27 Apr 2020 11:07:44 +0100
with message-id <[email protected]>
and subject line Re: Bug#948512: libsdl2: FTBFS on armhf
has caused the Debian Bug report #948512,
regarding libsdl2: FTBFS on armhf
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
948512: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=948512
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: libsdl2
Severity: normal
Hi,
libsdl2 fails to build on armhf:
CC build/SDL_video.lo
In file included from include/SDL_opengles.h:33,
from
/home/tjaalton/libsdl2-2.0.10+dfsg1/src/video/SDL_video.c:41:
/usr/include/GLES/gl.h:63:25: error: conflicting types for 'GLsizeiptr'
63 | typedef khronos_ssize_t GLsizeiptr;
| ^~~~~~~~~~
In file included from include/SDL_opengl.h:2105,
from
/home/tjaalton/libsdl2-2.0.10+dfsg1/src/video/SDL_video.c:37:
include/SDL_opengl_glext.h:472:19: note: previous declaration of 'GLsizeiptr'
was here
472 | typedef ptrdiff_t GLsizeiptr;
| ^~~~~~~~~~
In file included from include/SDL_opengles.h:33,
from
/home/tjaalton/libsdl2-2.0.10+dfsg1/src/video/SDL_video.c:41:
/usr/include/GLES/gl.h:64:26: error: conflicting types for 'GLintptr'
64 | typedef khronos_intptr_t GLintptr;
| ^~~~~~~~
In file included from include/SDL_opengl.h:2105,
from
/home/tjaalton/libsdl2-2.0.10+dfsg1/src/video/SDL_video.c:37:
include/SDL_opengl_glext.h:473:19: note: previous declaration of 'GLintptr' was
here
473 | typedef ptrdiff_t GLintptr;
this is because the mesa/libglvnd header files got updated and libsdl needs to
sync it's own copy.
--- End Message ---
--- Begin Message ---
Version: 2.0.10+dfsg1-2
On Thu, 09 Jan 2020 at 21:30:09 +0200, Timo Aaltonen wrote:
> GLES1 headers are shipped now, and [SDL] tries to
> build with GLES1 support enabled and then [FTBFS] happens. So add
> --disable-video-opengles1 to configure flags to get it built again.
This change appears to have been applied in 2.0.10+dfsg1-2, and versions
2.0.10+dfsg1-2 and 2.0.10+dfsg1-3 built successfully on the armhf buildds.
smcv
--- End Message ---