Bug#952066: jag: FTBFS: SDL_mixer.h:25:10: fatal error: SDL_stdinc.h: No such file or directory

2020-03-04 Thread Carlos Donizete Froes
Hi,

A new version of jag/0.3.6-1 was released where the following fixes were
made[1]:

* Fixed  ->  in the source files.
* Added "pkg-config --cflags sdl2" and "pkg-config --libs sdl2 SDL2_mixer" in
the game.pro file.

[1] https://mentors.debian.net/package/jag

Bye!

-- 
⢀⣴⠾⠻⢶⣦⠀ Carlos Donizete Froes [a.k.a coringao]
⣾⠁⢠⠒⠀⣿⡁ Debian Wiki: https://wiki.debian.org/coringao
⢿⡄⠘⠷⠚⠋⠀ GPG: 4096R/B638B780
⠈⠳⣄⠀⠀⠀  2157 630B D441 A775 BEFF  D35F FA63 ADA6 B638 B780


signature.asc
Description: This is a digitally signed message part


Bug#952066: jag: FTBFS: SDL_mixer.h:25:10: fatal error: SDL_stdinc.h: No such file or directory

2020-02-23 Thread Lucas Nussbaum
Source: jag
Version: 0.3.5-5
Severity: serious
Justification: FTBFS on amd64
Tags: buster sid
Usertags: ftbfs-20200222 ftbfs-buster

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

Relevant part (hopefully):
> g++ -c -pipe -g -O2 -fdebug-prefix-map=/<>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2 -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_OPENGL_LIB 
> -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB 
> -I. -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem 
> /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -isystem 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem 
> /usr/include/x86_64-linux-gnu/qt5/QtX11Extras -isystem 
> /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem 
> /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem 
> /usr/include/x86_64-linux-gnu/qt5/QtCore -Isrc -Isrc 
> -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o src/gametools.o 
> src/gametools.cpp
> In file included from src/gamesound.h:33,
>  from src/gametools.cpp:33:
> /usr/include/SDL2/SDL_mixer.h:25:10: fatal error: SDL_stdinc.h: No such file 
> or directory
>25 | #include "SDL_stdinc.h"
>   |  ^~
> compilation terminated.
> make[1]: *** [Makefile:795: src/gametools.o] Error 1

The full build log is available from:
   http://qa-logs.debian.net/2020/02/22/jag_0.3.5-5_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.