--- 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 ---