Source: uqm
Version: 0.6.2.dfsg-9.4
Severity: serious

Hi,

uqm recently started to FTBFS in sid and buster:

gcc -c  -o "obj/release/src/sc2code/comm/arilou/arilouc.c.o" -g -O2 
-fdebug-prefix-map=/build/uqm-0.6.2.dfsg=. 
-specs=/usr/share/dpkg/no-pie-compile.specs -fstack-protector-strong -Wformat 
-Werror=format-security 
-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/SDL 
-D_GNU_SOURCE=1 -D_REENTRANT -O3 -DGFXMODULE_SDL -DHAVE_OPENGL  
-DSOUNDMODULE_SDL   -DNETPLAY=NETPLAY_FULL -DHAVE_JOYSTICK -DHAVE_ZIP=1  
-DUSE_PLA
TFORM_ACCEL -I "." -g -Wdate-time -D_FORTIFY_SOURCE=2 -I src -I src/sc2code -I 
src/sc2code/libs "src/sc2code/comm/arilou/arilouc.c"
In file included from src/sc2code/comm/commall.h:22:0,
                 from src/sc2code/comm/arilou/arilouc.c:19:
src/sc2code/comm/arilou/arilouc.c: In function 'ExitConversation':
src/sc2code/comm/arilou/arilouc.c:231:22: error: 'bye_angry_space' undeclared 
(first use in this function)
  if (PLAYER_SAID (R, bye_angry_space))
                      ^
src/sc2code/commglue.h:31:33: note: in definition of macro 'PLAYER_SAID'
 #define PLAYER_SAID(r,i) ((r)==(i))
                                 ^
src/sc2code/comm/arilou/arilouc.c:231:22: note: each undeclared identifier is 
reported only once for each function it appears in
  if (PLAYER_SAID (R, bye_angry_space))
                      ^
src/sc2code/commglue.h:31:33: note: in definition of macro 'PLAYER_SAID'
 #define PLAYER_SAID(r,i) ((r)==(i))
                                 ^
src/sc2code/comm/arilou/arilouc.c:232:14: error: 'GOODBYE_ANGRY_SPACE' 
undeclared (first use in this function)
   NPCPhrase (GOODBYE_ANGRY_SPACE);
              ^
src/sc2code/commglue.h:64:41: note: in definition of macro 'NPCPhrase'
 #define NPCPhrase(index) NPCPhrase_cb ((index), NULL)
                                         ^~~~~
src/sc2code/comm/arilou/arilouc.c:233:27: error: 'bye_friendly_space' 
undeclared (first use in this function); did you mean 'bye_angry_space'?
  else if (PLAYER_SAID (R, bye_friendly_space))
                           ^
src/sc2code/commglue.h:31:33: note: in definition of macro 'PLAYER_SAID'
 #define PLAYER_SAID(r,i) ((r)==(i))
                                 ^
src/sc2code/comm/arilou/arilouc.c:234:14: error: 'GOODBYE_FRIENDLY_SPACE' 
undeclared (first use in this function); did you mean 'GOODBYE_ANGRY_SPACE'?
   NPCPhrase (GOODBYE_FRIENDLY_SPACE);
              ^
[...]


Andreas

Attachment: uqm_0.6.2.dfsg-9.4.log.gz
Description: application/gzip

Reply via email to