Your message dated Sun, 12 Jan 2025 20:48:55 +0000
with message-id <e1tx4td-00aioy...@fasolo.debian.org>
and subject line Bug#1092434: fixed in xscavenger 1.4.5-9
has caused the Debian Bug report #1092434,
regarding xscavenger: FTBFS: make: *** [debian/rules:99: stamp-binary] Error 1
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 ow...@bugs.debian.org
immediately.)


-- 
1092434: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1092434
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: xscavenger
Version: 1.4.5-8
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20250106 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>/src'
> Makefile:1115: warning: overriding recipe for target 'xscavenger'
> Makefile:1064: warning: ignoring old recipe for target 'xscavenger'
> gcc -g -O2 -fno-strict-aliasing -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<<PKGBUILDDIR>>/src=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -lasound  -O2 -g -pipe -Wall 
> -Wno-pointer-sign        -Dlinux -D__amd64__ -D_POSIX_C_SOURCE=199309L        
>                      -D_POSIX_SOURCE -D_XOPEN_SOURCE                          
>        -D_BSD_SOURCE -D_SVID_SOURCE                                 
> -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64                                    
>                                -DFUNCPROTO=15 -DNARROWPROTO    
> -DLIBNAME=\"/usr/lib/games/xscavenger\"   -c -o anim.o anim.c
> In file included from 
> /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
>                  from /usr/include/stdio.h:28,
>                  from anim.c:5:
> /usr/include/features.h:197:3: warning: #warning "_BSD_SOURCE and 
> _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
>   197 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use 
> _DEFAULT_SOURCE"
>       |   ^~~~~~~
> anim.c: In function ‘lout’:
> anim.c:1106:9: warning: ignoring return value of ‘write’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>  1106 |         write(wfile,buff4,4);
>       |         ^~~~~~~~~~~~~~~~~~~~
> anim.c: In function ‘wout’:
> anim.c:1115:9: warning: ignoring return value of ‘write’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>  1115 |         write(wfile,buff2,2);
>       |         ^~~~~~~~~~~~~~~~~~~~
> anim.c: In function ‘bout’:
> anim.c:1121:9: warning: ignoring return value of ‘write’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>  1121 |         write(wfile,&val,1);
>       |         ^~~~~~~~~~~~~~~~~~~
> anim.c: In function ‘animprocess’:
> anim.c:669:20: warning: ‘bx’ may be used uninitialized [-Wmaybe-uninitialized]
>   669 |                 dbx=bx;
>       |                 ~~~^~~
> anim.c:613:5: note: ‘bx’ was declared here
>   613 | int bx,by;
>       |     ^~
> anim.c:670:20: warning: ‘by’ may be used uninitialized [-Wmaybe-uninitialized]
>   670 |                 dby=by;
>       |                 ~~~^~~
> anim.c:613:8: note: ‘by’ was declared here
>   613 | int bx,by;
>       |        ^~
> anim.c: In function ‘savegfx’:
> anim.c:1134:25: warning: ‘%s’ directive writing up to 255 bytes into a region 
> of size between 0 and 255 [-Wformat-overflow=]
>  1134 |         
> sprintf(ttt,"%s/%s/%s",localname,localdirname,gfxnames[workingon]);
>       |                         ^~               ~~~~~~~~~~~~
> In file included from /usr/include/stdio.h:970:
> In function ‘sprintf’,
>     inlined from ‘savegfx’ at anim.c:1134:2:
> /usr/include/x86_64-linux-gnu/bits/stdio2.h:30:10: note: 
> ‘__builtin___sprintf_chk’ output 3 or more bytes (assuming 513) into a 
> destination of size 256
>    30 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
>       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>    31 |                                   __glibc_objsize (__s), __fmt,
>       |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>    32 |                                   __va_arg_pack ());
>       |                                   ~~~~~~~~~~~~~~~~~
> gcc -g -O2 -fno-strict-aliasing -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<<PKGBUILDDIR>>/src=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -lasound  -O2 -g -pipe -Wall 
> -Wno-pointer-sign        -Dlinux -D__amd64__ -D_POSIX_C_SOURCE=199309L        
>                      -D_POSIX_SOURCE -D_XOPEN_SOURCE                          
>        -D_BSD_SOURCE -D_SVID_SOURCE                                 
> -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64                                    
>                                -DFUNCPROTO=15 -DNARROWPROTO    
> -DLIBNAME=\"/usr/lib/games/xscavenger\"   -c -o edit.o edit.c
> In file included from 
> /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
>                  from /usr/include/stdio.h:28,
>                  from edit.c:3:
> /usr/include/features.h:197:3: warning: #warning "_BSD_SOURCE and 
> _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
>   197 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use 
> _DEFAULT_SOURCE"
>       |   ^~~~~~~
> gcc -g -O2 -fno-strict-aliasing -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<<PKGBUILDDIR>>/src=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -lasound  -O2 -g -pipe -Wall 
> -Wno-pointer-sign        -Dlinux -D__amd64__ -D_POSIX_C_SOURCE=199309L        
>                      -D_POSIX_SOURCE -D_XOPEN_SOURCE                          
>        -D_BSD_SOURCE -D_SVID_SOURCE                                 
> -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64                                    
>                                -DFUNCPROTO=15 -DNARROWPROTO    
> -DLIBNAME=\"/usr/lib/games/xscavenger\"   -c -o scav.o scav.c
> In file included from 
> /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
>                  from /usr/include/stdlib.h:26,
>                  from scav.c:3:
> /usr/include/features.h:197:3: warning: #warning "_BSD_SOURCE and 
> _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
>   197 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use 
> _DEFAULT_SOURCE"
>       |   ^~~~~~~
> scav.c: In function ‘doiff’:
> scav.c:281:7: warning: variable ‘comp’ set but not used 
> [-Wunused-but-set-variable]
>   281 | uchar comp;
>       |       ^~~~
> scav.c: In function ‘main’:
> scav.c:1560:17: warning: ignoring return value of ‘read’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>  1560 |                 read(file,playername,16);
>       |                 ^~~~~~~~~~~~~~~~~~~~~~~~
> scav.c: In function ‘mode3’:
> scav.c:2683:25: warning: ignoring return value of ‘write’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>  2683 |                         write(file,playername,16);
>       |                         ^~~~~~~~~~~~~~~~~~~~~~~~~
> scav.c: In function ‘doiff’:
> scav.c:297:30: warning: ‘%s’ directive writing up to 255 bytes into a region 
> of size between 0 and 255 [-Wformat-overflow=]
>   297 |         sprintf(temparea,"%s/%s/%s",localname,localdirname,name);
>       |                              ^~               ~~~~~~~~~~~~
> In file included from /usr/include/stdio.h:970,
>                  from scav.c:4:
> In function ‘sprintf’,
>     inlined from ‘doiff’ at scav.c:297:2:
> /usr/include/x86_64-linux-gnu/bits/stdio2.h:30:10: note: 
> ‘__builtin___sprintf_chk’ output 3 or more bytes (assuming 513) into a 
> destination of size 256
>    30 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
>       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>    31 |                                   __glibc_objsize (__s), __fmt,
>       |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>    32 |                                   __va_arg_pack ());
>       |                                   ~~~~~~~~~~~~~~~~~
> scav.c: In function ‘doiff’:
> scav.c:301:40: warning: ‘__builtin___sprintf_chk’ may write a terminating nul 
> past the end of the destination [-Wformat-overflow=]
>   301 |                 sprintf(temparea,"%s/%s",libname,name);
>       |                                        ^
> In function ‘sprintf’,
>     inlined from ‘doiff’ at scav.c:301:3:
> /usr/include/x86_64-linux-gnu/bits/stdio2.h:30:10: note: 
> ‘__builtin___sprintf_chk’ output 2 or more bytes (assuming 257) into a 
> destination of size 256
>    30 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
>       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>    31 |                                   __glibc_objsize (__s), __fmt,
>       |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>    32 |                                   __va_arg_pack ());
>       |                                   ~~~~~~~~~~~~~~~~~
> scav.c: In function ‘putresource’:
> scav.c:450:26: warning: ‘%s’ directive writing up to 255 bytes into a region 
> of size 128 [-Wformat-overflow=]
>   450 |         sprintf(bakname,"%s.bak",resourcename);
>       |                          ^~      ~~~~~~~~~~~~
> In function ‘sprintf’,
>     inlined from ‘putresource’ at scav.c:450:2:
> /usr/include/x86_64-linux-gnu/bits/stdio2.h:30:10: note: 
> ‘__builtin___sprintf_chk’ output between 5 and 260 bytes into a destination 
> of size 128
>    30 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
>       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>    31 |                                   __glibc_objsize (__s), __fmt,
>       |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>    32 |                                   __va_arg_pack ());
>       |                                   ~~~~~~~~~~~~~~~~~
> scav.c: In function ‘maketext’:
> scav.c:881:86: warning: ‘__builtin___sprintf_chk’ may write a terminating nul 
> past the end of the destination [-Wformat-overflow=]
>   881 |         sprintf(topwant,"LEVEL %04d       BEST %05ld  %-18sBONUS 
> %03d00   SCORE %05ld",clevel,bestscore,bestname,time1,score);
>       |                                                                       
>                ^
> In function ‘sprintf’,
>     inlined from ‘maketext’ at scav.c:881:2:
> /usr/include/x86_64-linux-gnu/bits/stdio2.h:30:10: note: 
> ‘__builtin___sprintf_chk’ output between 73 and 119 bytes into a destination 
> of size 73
>    30 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
>       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>    31 |                                   __glibc_objsize (__s), __fmt,
>       |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>    32 |                                   __va_arg_pack ());
>       |                                   ~~~~~~~~~~~~~~~~~
> scav.c: In function ‘getconfig’:
> scav.c:1319:27: warning: ‘%s’ directive writing up to 255 bytes into a region 
> of size between 0 and 255 [-Wformat-overflow=]
>  1319 |         sprintf(name2,"%s/%s/%s",localname,localdirname,rcname);
>       |                           ^~               ~~~~~~~~~~~~
> In function ‘sprintf’,
>     inlined from ‘getconfig’ at scav.c:1319:2:
> /usr/include/x86_64-linux-gnu/bits/stdio2.h:30:10: note: 
> ‘__builtin___sprintf_chk’ output between 3 and 768 bytes into a destination 
> of size 256
>    30 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
>       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>    31 |                                   __glibc_objsize (__s), __fmt,
>       |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>    32 |                                   __va_arg_pack ());
>       |                                   ~~~~~~~~~~~~~~~~~
> scav.c: In function ‘initdemo’:
> scav.c:881:86: warning: ‘__builtin___sprintf_chk’ may write a terminating nul 
> past the end of the destination [-Wformat-overflow=]
>   881 |         sprintf(topwant,"LEVEL %04d       BEST %05ld  %-18sBONUS 
> %03d00   SCORE %05ld",clevel,bestscore,bestname,time1,score);
>       |                                                                       
>                ^
> In function ‘sprintf’,
>     inlined from ‘maketext’ at scav.c:881:2,
>     inlined from ‘initdemo’ at scav.c:906:2:
> /usr/include/x86_64-linux-gnu/bits/stdio2.h:30:10: note: 
> ‘__builtin___sprintf_chk’ output between 73 and 119 bytes into a destination 
> of size 73
>    30 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
>       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>    31 |                                   __glibc_objsize (__s), __fmt,
>       |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>    32 |                                   __va_arg_pack ());
>       |                                   ~~~~~~~~~~~~~~~~~
> scav.c: In function ‘startgame’:
> scav.c:881:86: warning: ‘__builtin___sprintf_chk’ may write a terminating nul 
> past the end of the destination [-Wformat-overflow=]
>   881 |         sprintf(topwant,"LEVEL %04d       BEST %05ld  %-18sBONUS 
> %03d00   SCORE %05ld",clevel,bestscore,bestname,time1,score);
>       |                                                                       
>                ^
> In function ‘sprintf’,
>     inlined from ‘maketext’ at scav.c:881:2,
>     inlined from ‘startgame’ at scav.c:926:2:
> /usr/include/x86_64-linux-gnu/bits/stdio2.h:30:10: note: 
> ‘__builtin___sprintf_chk’ output between 73 and 119 bytes into a destination 
> of size 73
>    30 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
>       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>    31 |                                   __glibc_objsize (__s), __fmt,
>       |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>    32 |                                   __va_arg_pack ());
>       |                                   ~~~~~~~~~~~~~~~~~
> scav.c: In function ‘nextlevel’:
> scav.c:881:86: warning: ‘__builtin___sprintf_chk’ may write a terminating nul 
> past the end of the destination [-Wformat-overflow=]
>   881 |         sprintf(topwant,"LEVEL %04d       BEST %05ld  %-18sBONUS 
> %03d00   SCORE %05ld",clevel,bestscore,bestname,time1,score);
>       |                                                                       
>                ^
> In function ‘sprintf’,
>     inlined from ‘maketext’ at scav.c:881:2,
>     inlined from ‘nextlevel’ at scav.c:1058:2:
> /usr/include/x86_64-linux-gnu/bits/stdio2.h:30:10: note: 
> ‘__builtin___sprintf_chk’ output between 73 and 119 bytes into a destination 
> of size 73
>    30 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
>       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>    31 |                                   __glibc_objsize (__s), __fmt,
>       |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>    32 |                                   __va_arg_pack ());
>       |                                   ~~~~~~~~~~~~~~~~~
> scav.c: In function ‘capturescreen’:
> scav.c:2805:38: warning: ‘.lbm’ directive writing 4 bytes into a region of 
> size between 3 and 10 [-Wformat-overflow=]
>  2805 |                 sprintf(name,"CAP%03d.lbm",i++);
>       |                                      ^~~~
> In function ‘sprintf’,
>     inlined from ‘capturescreen’ at scav.c:2805:3:
> /usr/include/x86_64-linux-gnu/bits/stdio2.h:30:10: note: 
> ‘__builtin___sprintf_chk’ output between 11 and 18 bytes into a destination 
> of size 16
>    30 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
>       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>    31 |                                   __glibc_objsize (__s), __fmt,
>       |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>    32 |                                   __va_arg_pack ());
>       |                                   ~~~~~~~~~~~~~~~~~
> scav.c: In function ‘iterate’:
> scav.c:881:86: warning: ‘__builtin___sprintf_chk’ may write a terminating nul 
> past the end of the destination [-Wformat-overflow=]
>   881 |         sprintf(topwant,"LEVEL %04d       BEST %05ld  %-18sBONUS 
> %03d00   SCORE %05ld",clevel,bestscore,bestname,time1,score);
>       |                                                                       
>                ^
> In function ‘sprintf’,
>     inlined from ‘maketext’ at scav.c:881:2,
>     inlined from ‘iterate’ at scav.c:1240:24:
> /usr/include/x86_64-linux-gnu/bits/stdio2.h:30:10: note: 
> ‘__builtin___sprintf_chk’ output between 73 and 119 bytes into a destination 
> of size 73
>    30 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
>       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>    31 |                                   __glibc_objsize (__s), __fmt,
>       |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>    32 |                                   __va_arg_pack ());
>       |                                   ~~~~~~~~~~~~~~~~~
> gcc -g -O2 -fno-strict-aliasing -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<<PKGBUILDDIR>>/src=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -lasound  -O2 -g -pipe -Wall 
> -Wno-pointer-sign        -Dlinux -D__amd64__ -D_POSIX_C_SOURCE=199309L        
>                      -D_POSIX_SOURCE -D_XOPEN_SOURCE                          
>        -D_BSD_SOURCE -D_SVID_SOURCE                                 
> -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64                                    
>                                -DFUNCPROTO=15 -DNARROWPROTO    
> -DLIBNAME=\"/usr/lib/games/xscavenger\"   -c -o x.o x.c
> In file included from 
> /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
>                  from /usr/include/stdio.h:28,
>                  from x.c:3:
> /usr/include/features.h:197:3: warning: #warning "_BSD_SOURCE and 
> _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
>   197 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use 
> _DEFAULT_SOURCE"
>       |   ^~~~~~~
> x.c: In function ‘palette’:
> x.c:545:5: warning: variable ‘res’ set but not used 
> [-Wunused-but-set-variable]
>   545 | int res;
>       |     ^~~
> gcc -g -O2 -fno-strict-aliasing -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<<PKGBUILDDIR>>/src=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -lasound  -O2 -g -pipe -Wall 
> -Wno-pointer-sign        -Dlinux -D__amd64__ -D_POSIX_C_SOURCE=199309L        
>                      -D_POSIX_SOURCE -D_XOPEN_SOURCE                          
>        -D_BSD_SOURCE -D_SVID_SOURCE                                 
> -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64                                    
>                                -DFUNCPROTO=15 -DNARROWPROTO    
> -DLIBNAME=\"/usr/lib/games/xscavenger\"   -c -o sound.o sound.c
> In file included from 
> /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
>                  from /usr/include/stdio.h:28,
>                  from sound.c:3:
> /usr/include/features.h:197:3: warning: #warning "_BSD_SOURCE and 
> _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
>   197 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use 
> _DEFAULT_SOURCE"
>       |   ^~~~~~~
> sound.c: In function ‘soundinit’:
> sound.c:133:13: warning: variable ‘value’ set but not used 
> [-Wunused-but-set-variable]
>   133 |         int value;
>       |             ^~~~~
> sound.c:132:14: warning: unused variable ‘devname’ [-Wunused-variable]
>   132 |         char devname[256];
>       |              ^~~~~~~
> sound.c: In function ‘doall’:
> sound.c:291:21: warning: variable ‘res’ set but not used 
> [-Wunused-but-set-variable]
>   291 |                 int res;
>       |                     ^~~
> sound.c:210:6: warning: unused variable ‘ip’ [-Wunused-variable]
>   210 | int *ip;
>       |      ^~
> sound.c: In function ‘readsound’:
> sound.c:202:1: warning: control reaches end of non-void function 
> [-Wreturn-type]
>   202 | }
>       | ^
> sound.c: In function ‘soundinit’:
> sound.c:136:32: warning: ‘%s’ directive writing up to 255 bytes into a region 
> of size between 0 and 510 [-Wformat-overflow=]
>   136 |         sprintf(dirlist,"%s/%s,%s",localname,localdirname,libname);
>       |                                ^~                         ~~~~~~~
> In file included from /usr/include/stdio.h:970:
> In function ‘sprintf’,
>     inlined from ‘soundinit’ at sound.c:136:2:
> /usr/include/x86_64-linux-gnu/bits/stdio2.h:30:10: note: 
> ‘__builtin___sprintf_chk’ output between 3 and 768 bytes into a destination 
> of size 512
>    30 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
>       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>    31 |                                   __glibc_objsize (__s), __fmt,
>       |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>    32 |                                   __va_arg_pack ());
>       |                                   ~~~~~~~~~~~~~~~~~
> rm -f xscavenger
> gcc -o xscavenger -g -O2 -fno-strict-aliasing -g -O2 
> -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<<PKGBUILDDIR>>/src=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -lasound  -O2 -g -pipe -Wall 
> -Wno-pointer-sign      anim.o edit.o scav.o x.o sound.o      -lXext -lX11 
> -lasound
> make[1]: Leaving directory '/<<PKGBUILDDIR>>/src'
> touch stamp-build
> need root priviledges
> make: *** [debian/rules:99: stamp-binary] Error 1


The full build log is available from:
http://qa-logs.debian.net/2025/01/06/xscavenger_1.4.5-8_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20250106;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20250106&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results

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!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.

--- End Message ---
--- Begin Message ---
Source: xscavenger
Source-Version: 1.4.5-9
Done: Alexandre Detiste <tc...@debian.org>

We believe that the bug you reported is fixed in the latest version of
xscavenger, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1092...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Alexandre Detiste <tc...@debian.org> (supplier of updated xscavenger package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sun, 12 Jan 2025 20:33:39 +0100
Source: xscavenger
Architecture: source
Version: 1.4.5-9
Distribution: unstable
Urgency: medium
Maintainer: Debian Games Team <pkg-games-de...@lists.alioth.debian.org>
Changed-By: Alexandre Detiste <tc...@debian.org>
Closes: 785658 1092434
Changes:
 xscavenger (1.4.5-9) unstable; urgency=medium
 .
   * Team Upload
 .
   [ Patrice Duroux ]
   * Modernize packaging (Closes: #1092434)
 .
   [ Alexandre Detiste ]
   * Update Vcs- urls
   * Adopt game inside Games Team (Closes: #785658)
Checksums-Sha1:
 989add47ebfdccc42d044d2b2e7130e8c1e6a226 1970 xscavenger_1.4.5-9.dsc
 5eec9bb29ba9657ac19d18921d00c99f7d4e9958 7600 xscavenger_1.4.5-9.debian.tar.xz
 8b5535208736d6775ab490e5a26f5fcea097a331 6993 
xscavenger_1.4.5-9_source.buildinfo
Checksums-Sha256:
 395ad866b1c43d3605c437c1a53ae295a77b48b2cf434ee0ce47bc80d40925ab 1970 
xscavenger_1.4.5-9.dsc
 cfee26bafa62d99dea806087706d4ae113a46d97407f494244b062707e059acb 7600 
xscavenger_1.4.5-9.debian.tar.xz
 eee644bef751a6a63fe97c63308d8517f7c81ff489bd204b6b224eb4dd13180b 6993 
xscavenger_1.4.5-9_source.buildinfo
Files:
 91cc6c2e9279a6e24c1b289fd0538545 1970 games optional xscavenger_1.4.5-9.dsc
 e939534928e8d627b3072549ed40269f 7600 games optional 
xscavenger_1.4.5-9.debian.tar.xz
 240e67205dbb3fef6b4d8096d4cccb5a 6993 games optional 
xscavenger_1.4.5-9_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJFBAEBCgAvFiEEj23hBDd/OxHnQXSHMfMURUShdBoFAmeEH4oRHHRjaGV0QGRl
Ymlhbi5vcmcACgkQMfMURUShdBoTsg//fRv2uk8YsPzYJ3D8+dCXr35xFoc7Lr9T
2C1YC1upl8T5P6anKgrX8QGSycHleb5/muDbAuwTw278yJ8lZ1oyJmw9WhBs0HRu
P8/2QEKqEWers3CY1BJ0TDwlnOsActM5JN9Dq7PjcGOvbvfXVCL+0FLLtj8MtkSL
mh9MvyBxVymbYiE3reKbfORyBGfFdCg59rHSSZQx2MzIIlnjGxLoC/68ApVR2OAe
YN6aVK8M0HOok7zw44+wqQHV4Bw5Je0Fj7Hchm2SHfjnNUqooFtancEcJqHyfx7p
uQ+G9WYAPjpOeT1MZVZKG+wrwxeWeW0jf4Sch/hJA24cMAWob6rGn0chpYEXg53G
kz3scGUUbvJtmIBVu67LVyRJus3lC/Ovlfqp6xnotRMBEizNgnT4qpkHq2WuSJJ7
aylpBoA94AOnkvpH58q/v2KVlhuC+YUXfMowbP3miyqIUFP4IH1B0qfpzCvOrpYM
ycWCRDHwUiOR8n9MEdGPpM19dinyWrRZ5lozTDtPeUZSpH+ysCsMh5PMvouIdmfm
SQnkSYWkctBfEqyJSl+cxXrAFjwmO7F2D1Q2chzFX27WV8btfsnjteD7Z3i7sW+P
go2DiYl+2+UIqN+MXnmSOVjmLzuXGSpulMHQYV7r8byAwD7pP19vuOktuXvv0BeC
jAwkIWy1pyc=
=dBjE
-----END PGP SIGNATURE-----

Attachment: pgpPfUnD3RJ0n.pgp
Description: PGP signature


--- End Message ---

Reply via email to