Source: fvwm1
Version: 1.24r-57
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@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[2]: Entering directory '/<<PKGBUILDDIR>>/libs'
> gcc -g -O2 -fno-strict-aliasing         -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       -c -o CatString3.o CatString3.c
> In file included from 
> /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
>                  from /usr/include/stdio.h:27,
>                  from CatString3.c:1:
> /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         -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       -c -o SendInfo.o SendInfo.c
> In file included from 
> /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
>                  from /usr/include/stdio.h:27,
>                  from SendInfo.c:1:
> /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"
>       |   ^~~~~~~
> SendInfo.c: In function ‘SendInfo’:
> SendInfo.c:17:7: warning: implicit declaration of function ‘write’; did you 
> mean ‘fwrite’? [-Wimplicit-function-declaration]
>    17 |       write(fd[0],&window, sizeof(unsigned long));
>       |       ^~~~~
>       |       fwrite
> gcc -g -O2 -fno-strict-aliasing         -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       -c -o SendText.o SendText.c
> In file included from 
> /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
>                  from /usr/include/stdio.h:27,
>                  from SendText.c:1:
> /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"
>       |   ^~~~~~~
> SendText.c: In function ‘SendText’:
> SendText.c:15:7: warning: implicit declaration of function ‘write’; did you 
> mean ‘fwrite’? [-Wimplicit-function-declaration]
>    15 |       write(fd[0],&window, sizeof(unsigned long));
>       |       ^~~~~
>       |       fwrite
> gcc -g -O2 -fno-strict-aliasing         -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       -c -o wild.o wild.c
> In file included from 
> /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
>                  from /usr/include/stdio.h:27,
>                  from wild.c:1:
> /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"
>       |   ^~~~~~~
> wild.c: In function ‘matchWildcards’:
> wild.c:23:15: warning: implicit declaration of function ‘strcmp’ 
> [-Wimplicit-function-declaration]
>    23 |       else if(strcmp(pattern,"*")==0)
>       |               ^~~~~~
> wild.c:2:1: note: include ‘<string.h>’ or provide a declaration of ‘strcmp’
>     1 | #include <stdio.h>
>   +++ |+#include <string.h>
>     2 | 
> gcc -g -O2 -fno-strict-aliasing         -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       -c -o safemalloc.o safemalloc.c
> In file included from 
> /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
>                  from /usr/include/stdlib.h:25,
>                  from safemalloc.c:1:
> /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         -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       -c -o findIconFile.o findIconFile.c
> In file included from 
> /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
>                  from /usr/include/stdio.h:27,
>                  from findIconFile.c:1:
> /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         -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       -c -o mystrcasecmp.o mystrcasecmp.c
> In file included from 
> /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
>                  from /usr/include/stdio.h:27,
>                  from mystrcasecmp.c:1:
> /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         -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       -c -o strncmp.o strncmp.c
> In file included from 
> /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
>                  from /usr/include/stdio.h:27,
>                  from strncmp.c:1:
> /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         -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       -c -o hostname.o hostname.c
> In file included from 
> /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
>                  from /usr/include/string.h:26,
>                  from hostname.c:2:
> /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         -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       -c -o ReadPacket.o ReadPacket.c
> In file included from 
> /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
>                  from /usr/include/stdio.h:27,
>                  from ReadPacket.c:1:
> /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"
>       |   ^~~~~~~
> ReadPacket.c: In function ‘ReadFvwmPacket’:
> ReadPacket.c:28:15: warning: implicit declaration of function ‘read’; did you 
> mean ‘fread’? [-Wimplicit-function-declaration]
>    28 |   if((count = read(fd,header,3*sizeof(unsigned long))) >0)
>       |               ^~~~
>       |               fread
> gcc -g -O2 -fno-strict-aliasing         -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       -c -o sleep.o sleep.c
> In file included from /usr/include/x86_64-linux-gnu/sys/time.h:21,
>                  from sleep.c:1:
> /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         -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       -c -o CopyString.o CopyString.c
> In file included from /usr/include/ctype.h:25,
>                  from CopyString.c:1:
> /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         -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       -c -o mygetostype.o mygetostype.c
> In file included from 
> /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
>                  from /usr/include/string.h:26,
>                  from mygetostype.c:1:
> /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         -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       -c -o GetFdWidth.o GetFdWidth.c
> In file included from 
> /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
>                  from /usr/include/stdio.h:27,
>                  from GetFdWidth.c:1:
> /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"
>       |   ^~~~~~~
> rm -f libfvwmlib.a
> ar clq libfvwmlib.a  CatString3.o SendInfo.o SendText.o wild.o safemalloc.o 
> findIconFile.o        mystrcasecmp.o strncmp.o hostname.o  ReadPacket.o       
>  sleep.o CopyString.o mygetostype.o GetFdWidth.o
> ar: libdeps specified more than once
> make[2]: *** [Makefile:1051: libfvwmlib.a] Error 1


The full build log is available from:
http://qa-logs.debian.net/2021/10/23/fvwm1_1.24r-57_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.

Reply via email to