Source: gunroar
Version: 0.15.dfsg1-10
Severity: serious
Tags: ftbfs
https://buildd.debian.org/status/fetch.php?pkg=gunroar&arch=amd64&ver=0.15.dfsg1-10%2Bb4&stamp=1785848897&raw=0
...
make -j6 INSTALL="install --strip-program=true"
make[1]: Entering directory '/build/reproducible-path/gunroar-0.15.dfsg1'
gdc -o gunroar -Iimport -Isrc -Wdeprecated -frelease -g -O2
-Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/gunroar-0.15.dfsg1=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2
-Wl,-z,relro -Wl,-z,now import/SDL.d import/SDL_active.d import/SDL_audio.d
import/SDL_byteorder.d import/SDL_cdrom.d import/SDL_copying.d
import/SDL_endian.d import/SDL_error.d import/SDL_events.d import/SDL_getenv.d
import/SDL_joystick.d import/SDL_keyboard.d import/SDL_keysym_.d
import/SDL_mixer.d import/SDL_mouse.d import/SDL_mutex.d import/SDL_quit.d
import/SDL_rwops.d import/SDL_syswm.d import/SDL_thread.d import/SDL_timer.d
import/SDL_types.d import/SDL_version_.d import/SDL_video.d import/opengl.d
import/openglu.d src/abagames/gr/boot.d src/abagames/gr/bullet.d
src/abagames/gr/crystal.d src/abagames/gr/enemy.d src/abagames/gr/field.d
src/abagames/gr/gamemanager.d src/abagames/gr/letter.d src/abagames/gr/mouse.d
src/abagames/gr/mouseandpad.d src/abagames/gr/particle.d
src/abagames/gr/prefmanager.d src/abagames/gr/reel.d src/abagames/gr/replay.d
src/abagames/gr/screen.d src/abagames/gr/shape.d src/abagames/gr/ship.d
src/abagames/gr/shot.d src/abagames/gr/soundmanager.d
src/abagames/gr/stagemanager.d src/abagames/gr/title.d src/abagames/gr/turret.d
src/abagames/util/actor.d src/abagames/util/iterator.d
src/abagames/util/logger.d src/abagames/util/math.d
src/abagames/util/prefmanager.d src/abagames/util/rand.d
src/abagames/util/sdl/displaylist.d src/abagames/util/sdl/gamemanager.d
src/abagames/util/sdl/input.d src/abagames/util/sdl/luminous.d
src/abagames/util/sdl/mainloop.d src/abagames/util/sdl/mouse.d
src/abagames/util/sdl/pad.d src/abagames/util/sdl/recordableinput.d
src/abagames/util/sdl/screen.d src/abagames/util/sdl/screen3d.d
src/abagames/util/sdl/sdlexception.d src/abagames/util/sdl/shape.d
src/abagames/util/sdl/sound.d src/abagames/util/sdl/texture.d
src/abagames/util/sdl/twinstick.d src/abagames/util/tokenizer.d
src/abagames/util/vector.d -lSDL -lGL -lGLU -lSDL_mixer
d21: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is
not valid for D
d21: warning: command-line option ‘-Wformat=1’ is valid for C/C++/ObjC/ObjC++
but not for D
d21: warning: ‘-Werror=’ argument ‘-Werror=format-security’ is not valid for D
d21: warning: command-line option ‘-Wdate-time’ is valid for
C/C++/Fortran/ObjC/ObjC++ but not for D
src/abagames/gr/ship.d:529:9: error: else is dangling, add { } after condition
at src/abagames/gr/ship.d:526:7
529 | else {
| ^
make[1]: *** [Makefile:8: gunroar] Error 1