Bug#997636: koules: FTBFS: ar: libdeps specified more than once

Lucas Nussbaum lucas at debian.org
Sat Oct 23 22:18:37 BST 2021


Source: koules
Version: 1.4-27
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lucas at debian.org
Usertags: ftbfs-20211023 ftbfs-bookworm

Hi,

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


Relevant part (hopefully):
> make[3]: Entering directory '/<<PKGBUILDDIR>>'
> make[3]: warning: -j4 forced in submake: resetting jobserver mode.
> gcc -g -O2 -fno-strict-aliasing    -Ixlib     -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   -DONLYANSI -DSOUND -DJOYSTICK -DNETSUPPORT -DMITSHM -DHAVEUSLEEP -Wall -fomit-frame-pointer -O6  -ffast-math  -I.	 -DASSEMBLY	-DSOUNDSERVER=\"/usr/games/koules.sndsrv.linux\" 	-DSOUNDDIR=\"/usr/lib/games/koules\" 	-DSOUNDDEV=\"/dev/dsp\"  -Wdate-time -D_FORTIFY_SOURCE=2  -c -o init.o init.c
> gcc  -Wdate-time -D_FORTIFY_SOURCE=2  -c -o mem.o mem.S
> gcc -g -O2 -fno-strict-aliasing    -Ixlib     -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   -DONLYANSI -DSOUND -DJOYSTICK -DNETSUPPORT -DMITSHM -DHAVEUSLEEP -Wall -fomit-frame-pointer -O6  -ffast-math  -I.	 -DASSEMBLY	-DSOUNDSERVER=\"/usr/games/koules.sndsrv.linux\" 	-DSOUNDDIR=\"/usr/lib/games/koules\" 	-DSOUNDDEV=\"/dev/dsp\"  -Wdate-time -D_FORTIFY_SOURCE=2  -c -o interface.o interface.c
> gcc -g -O2 -fno-strict-aliasing    -Ixlib     -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   -DONLYANSI -DSOUND -DJOYSTICK -DNETSUPPORT -DMITSHM -DHAVEUSLEEP -Wall -fomit-frame-pointer -O6  -ffast-math  -I.	 -DASSEMBLY	-DSOUNDSERVER=\"/usr/games/koules.sndsrv.linux\" 	-DSOUNDDIR=\"/usr/lib/games/koules\" 	-DSOUNDDEV=\"/dev/dsp\"  -Wdate-time -D_FORTIFY_SOURCE=2  -c -o shmbitmap.o shmbitmap.c
> In file included from /usr/include/x86_64-linux-gnu/sys/types.h:25,
>                  from /usr/include/X11/Xlib.h:38,
>                  from init.c:18:
> /usr/include/features.h:187:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
>   187 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
>       |   ^~~~~~~
> In file included from /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
>                  from /usr/include/stdint.h:26,
>                  from /usr/lib/gcc/x86_64-linux-gnu/11/include/stdint.h:9,
>                  from interface.c:17:
> /usr/include/features.h:187:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
>   187 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
>       |   ^~~~~~~
> In file included from /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
>                  from /usr/include/stdlib.h:25,
>                  from shmbitmap.c:24:
> /usr/include/features.h:187:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
>   187 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
>       |   ^~~~~~~
> gcc -g -O2 -fno-strict-aliasing    -Ixlib     -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   -DONLYANSI -DSOUND -DJOYSTICK -DNETSUPPORT -DMITSHM -DHAVEUSLEEP -Wall -fomit-frame-pointer -O6  -ffast-math  -I.	 -DASSEMBLY	-DSOUNDSERVER=\"/usr/games/koules.sndsrv.linux\" 	-DSOUNDDIR=\"/usr/lib/games/koules\" 	-DSOUNDDEV=\"/dev/dsp\"  -Wdate-time -D_FORTIFY_SOURCE=2  -c -o text.o text.c
> In file included from /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
>                  from /usr/include/stdlib.h:25,
>                  from text.c:6:
> /usr/include/features.h:187:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
>   187 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
>       |   ^~~~~~~
> shmbitmap.c: In function ‘putmaskcompiledclip’:
> shmbitmap.c:150:21: warning: suggest explicit braces to avoid ambiguous ‘else’ [-Wdangling-else]
>   150 |             else if (x + count > __clipx1)
>       |                     ^
> shmbitmap.c:141:14: warning: suggest explicit braces to avoid ambiguous ‘else’ [-Wdangling-else]
>   141 |           if (y >= ny)
>       |              ^
> gcc -g -O2 -fno-strict-aliasing    -Ixlib     -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   -DONLYANSI -DSOUND -DJOYSTICK -DNETSUPPORT -DMITSHM -DHAVEUSLEEP -Wall -fomit-frame-pointer -O6  -ffast-math  -I.	 -DASSEMBLY	-DSOUNDSERVER=\"/usr/games/koules.sndsrv.linux\" 	-DSOUNDDIR=\"/usr/lib/games/koules\" 	-DSOUNDDEV=\"/dev/dsp\"  -Wdate-time -D_FORTIFY_SOURCE=2  -c -o font8x8.o font8x8.c
> rm -f libxlib.a
> ar clq libxlib.a  init.o mem.o       interface.o shmbitmap.o text.o font8x8.o
> ar: libdeps specified more than once
> make[3]: *** [Makefile:1087: libxlib.a] Error 1


The full build log is available from:
http://qa-logs.debian.net/2021/10/23/koules_1.4-27_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!

If you reassign this bug to another package, please marking 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.



More information about the Pkg-games-devel mailing list