Your message dated Sun, 21 Nov 2021 19:29:17 +0100
with message-id 
<camszvf8zzfdob4qgfd5vz9ywenjwnpmcnbzec_16_t2bnka...@mail.gmail.com>
and subject line 
has caused the Debian Bug report #997104,
regarding ascd: FTBFS: ar: libdeps specified more than once
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.)


-- 
997104: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=997104
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: ascd
Version: 0.13.2-6
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs

Hi,

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


Relevant part (hopefully):
> make[2]: Entering directory '/<<PKGBUILDDIR>>/libworkman'
> gcc -g -O2 -fno-strict-aliasing -g        -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     -Wdate-time -D_FORTIFY_SOURCE=2  -c -o cddb.o cddb.c
> In file included from 
> /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
>                  from /usr/include/stdio.h:27,
>                  from cddb.c:34:
> /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"
>       |   ^~~~~~~
> cddb.c: In function ‘string_split’:
> cddb.c:129:14: warning: implicit declaration of function ‘strchr’ 
> [-Wimplicit-function-declaration]
>   129 |         p1 = strchr(line, (int)delim);
>       |              ^~~~~~
> cddb.c:51:1: note: include ‘<string.h>’ or provide a declaration of ‘strchr’
>    50 | #include "include/wm_helpers.h"
>   +++ |+#include <string.h>
>    51 | 
> cddb.c:129:14: warning: incompatible implicit declaration of built-in 
> function ‘strchr’ [-Wbuiltin-declaration-mismatch]
>   129 |         p1 = strchr(line, (int)delim);
>       |              ^~~~~~
> cddb.c:129:14: note: include ‘<string.h>’ or provide a declaration of ‘strchr’
> cddb.c: In function ‘string_makehello’:
> cddb.c:146:9: warning: implicit declaration of function ‘strcpy’ 
> [-Wimplicit-function-declaration]
>   146 |         strcpy(mail,cddb.mail_adress);
>       |         ^~~~~~
> cddb.c:146:9: note: include ‘<string.h>’ or provide a declaration of ‘strcpy’
> cddb.c:146:9: warning: incompatible implicit declaration of built-in function 
> ‘strcpy’ [-Wbuiltin-declaration-mismatch]
> cddb.c:146:9: note: include ‘<string.h>’ or provide a declaration of ‘strcpy’
> cddb.c:151:17: warning: implicit declaration of function ‘strncpy’ 
> [-Wimplicit-function-declaration]
>   151 |                 strncpy(mail, getlogin(), 83);
>       |                 ^~~~~~~
> cddb.c:151:17: note: include ‘<string.h>’ or provide a declaration of 
> ‘strncpy’
> cddb.c:151:17: warning: incompatible implicit declaration of built-in 
> function ‘strncpy’ [-Wbuiltin-declaration-mismatch]
> cddb.c:151:17: note: include ‘<string.h>’ or provide a declaration of 
> ‘strncpy’
> cddb.c:154:19: warning: implicit declaration of function ‘strlen’ 
> [-Wimplicit-function-declaration]
>   154 |             len = strlen(mail);
>       |                   ^~~~~~
> cddb.c:154:19: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
> cddb.c:154:19: warning: incompatible implicit declaration of built-in 
> function ‘strlen’ [-Wbuiltin-declaration-mismatch]
> cddb.c:154:19: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
> cddb.c: In function ‘connect_open’:
> cddb.c:185:13: warning: incompatible implicit declaration of built-in 
> function ‘strcpy’ [-Wbuiltin-declaration-mismatch]
>   185 |             strcpy(host, cddb.proxy_server);
>       |             ^~~~~~
> cddb.c:185:13: note: include ‘<string.h>’ or provide a declaration of ‘strcpy’
> cddb.c:187:13: warning: incompatible implicit declaration of built-in 
> function ‘strcpy’ [-Wbuiltin-declaration-mismatch]
>   187 |             strcpy(host, cddb.cddb_server);
>       |             ^~~~~~
> cddb.c:187:13: note: include ‘<string.h>’ or provide a declaration of ‘strcpy’
> cddb.c:223:17: warning: incompatible implicit declaration of built-in 
> function ‘strcpy’ [-Wbuiltin-declaration-mismatch]
>   223 |                 strcpy(namebuf, host);
>       |                 ^~~~~~
> cddb.c:223:17: note: include ‘<string.h>’ or provide a declaration of ‘strcpy’
> cddb.c: In function ‘connect_read_entry’:
> cddb.c:294:15: warning: implicit declaration of function ‘strcmp’ 
> [-Wimplicit-function-declaration]
>   294 |         while(strcmp(tempbuf,"."))
>       |               ^~~~~~
> cddb.c:294:15: note: include ‘<string.h>’ or provide a declaration of ‘strcmp’
> cddb.c:303:28: warning: implicit declaration of function ‘strncmp’ 
> [-Wimplicit-function-declaration]
>   303 |                         if(strncmp("TITLE",tempbuf+1,5))
>       |                            ^~~~~~~
> cddb.c:303:28: note: include ‘<string.h>’ or provide a declaration of 
> ‘strncmp’
> cddb.c:303:54: warning: ‘strncmp’ argument 3 type is ‘int’ where ‘long 
> unsigned int’ is expected in a call to built-in function declared without 
> prototype [-Wbuiltin-declaration-mismatch]
>   303 |                         if(strncmp("TITLE",tempbuf+1,5))
>       |                                                      ^
> <built-in>: note: built-in ‘strncmp’ declared here
> cddb.c:317:33: warning: incompatible implicit declaration of built-in 
> function ‘strcpy’ [-Wbuiltin-declaration-mismatch]
>   317 |                                 strcpy(cd->cdname,t2);
>       |                                 ^~~~~~
> cddb.c:317:33: note: include ‘<string.h>’ or provide a declaration of ‘strcpy’
> cddb.c: In function ‘cddbp_send’:
> cddb.c:341:29: warning: incompatible implicit declaration of built-in 
> function ‘strlen’ [-Wbuiltin-declaration-mismatch]
>   341 |         write(Socket, line, strlen(line));
>       |                             ^~~~~~
> cddb.c:341:29: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
> cddb.c: In function ‘http_send’:
> cddb.c:369:49: warning: incompatible implicit declaration of built-in 
> function ‘strlen’ [-Wbuiltin-declaration-mismatch]
>   369 |                 write(Socket, cddb.cddb_server, 
> strlen(cddb.cddb_server));
>       |                                                 ^~~~~~
> cddb.c:369:49: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
> cddb.c:372:41: warning: incompatible implicit declaration of built-in 
> function ‘strlen’ [-Wbuiltin-declaration-mismatch]
>   372 |         write(Socket, cddb.path_to_cgi, strlen(cddb.path_to_cgi));
>       |                                         ^~~~~~
> cddb.c:372:41: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
> cddb.c: In function ‘cddb_request’:
> cddb.c:435:39: warning: incompatible implicit declaration of built-in 
> function ‘strlen’ [-Wbuiltin-declaration-mismatch]
>   435 |                     sprintf(tempbuf + strlen(tempbuf), " %d",
>       |                                       ^~~~~~
> cddb.c:435:39: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
> cddb.c:437:35: warning: incompatible implicit declaration of built-in 
> function ‘strlen’ [-Wbuiltin-declaration-mismatch]
>   437 |                 sprintf(tempbuf + strlen(tempbuf), " %d\n", 
> thiscd.length);
>       |                                   ^~~~~~
> cddb.c:437:35: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
> cddb.c: In function ‘cddbp_send’:
> cddb.c:341:9: warning: ignoring return value of ‘write’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   341 |         write(Socket, line, strlen(line));
>       |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> cddb.c:342:9: warning: ignoring return value of ‘write’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   342 |         write(Socket, "\n", 1);
>       |         ^~~~~~~~~~~~~~~~~~~~~~
> cddb.c: In function ‘http_send’:
> cddb.c:364:9: warning: ignoring return value of ‘write’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   364 |         write(Socket, "GET ", 4);
>       |         ^~~~~~~~~~~~~~~~~~~~~~~~
> cddb.c:368:17: warning: ignoring return value of ‘write’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   368 |                 write(Socket, "http://";, 7);
>       |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
> cddb.c:369:17: warning: ignoring return value of ‘write’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   369 |                 write(Socket, cddb.cddb_server, 
> strlen(cddb.cddb_server));
>       |                 
> ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> cddb.c:372:9: warning: ignoring return value of ‘write’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   372 |         write(Socket, cddb.path_to_cgi, strlen(cddb.path_to_cgi));
>       |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> cddb.c:373:9: warning: ignoring return value of ‘write’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   373 |         write(Socket, "?cmd=" ,5);
>       |         ^~~~~~~~~~~~~~~~~~~~~~~~~
> cddb.c:374:9: warning: ignoring return value of ‘write’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   374 |         write(Socket, line, strlen(line));
>       |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> cddb.c:377:9: warning: ignoring return value of ‘write’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   377 |         write(Socket, tempbuf, strlen(tempbuf));
>       |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> cddb.c:379:9: warning: ignoring return value of ‘write’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   379 |         write(Socket, "&proto=1 HTTP/1.0\n\n", 19);
>       |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> gcc -g -O2 -fno-strict-aliasing -g        -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     -Wdate-time -D_FORTIFY_SOURCE=2  -c -o cdrom.o cdrom.c
> In file included from /usr/include/errno.h:25,
>                  from cdrom.c:32:
> /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 -g        -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     -Wdate-time -D_FORTIFY_SOURCE=2  -c -o cdinfo.o cdinfo.c
> In file included from /usr/include/errno.h:25,
>                  from cdinfo.c:30:
> /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 -g        -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     -Wdate-time -D_FORTIFY_SOURCE=2  -c -o plat_freebsd.o 
> plat_freebsd.c
> gcc -g -O2 -fno-strict-aliasing -g        -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     -Wdate-time -D_FORTIFY_SOURCE=2  -c -o plat_sun.o plat_sun.c
> gcc -g -O2 -fno-strict-aliasing -g        -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     -Wdate-time -D_FORTIFY_SOURCE=2  -c -o plat_hpux.o 
> plat_hpux.c
> gcc -g -O2 -fno-strict-aliasing -g        -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     -Wdate-time -D_FORTIFY_SOURCE=2  -c -o plat_ultrix.o 
> plat_ultrix.c
> gcc -g -O2 -fno-strict-aliasing -g        -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     -Wdate-time -D_FORTIFY_SOURCE=2  -c -o plat_news.o 
> plat_news.c
> gcc -g -O2 -fno-strict-aliasing -g        -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     -Wdate-time -D_FORTIFY_SOURCE=2  -c -o plat_bsd386.o 
> plat_bsd386.c
> gcc -g -O2 -fno-strict-aliasing -g        -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     -Wdate-time -D_FORTIFY_SOURCE=2  -c -o plat_osf1.o 
> plat_osf1.c
> gcc -g -O2 -fno-strict-aliasing -g        -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     -Wdate-time -D_FORTIFY_SOURCE=2  -c -o plat_linux.o 
> plat_linux.c
> In file included from /usr/include/errno.h:25,
>                  from plat_linux.c:32:
> /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"
>       |   ^~~~~~~
> plat_linux.c: In function ‘cdda_kill’:
> plat_linux.c:203:17: warning: ignoring return value of ‘write’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   203 |                 write(cdda_slave, "Q", 1);
>       |                 ^~~~~~~~~~~~~~~~~~~~~~~~~
> gcc -g -O2 -fno-strict-aliasing -g        -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     -Wdate-time -D_FORTIFY_SOURCE=2  -c -o plat_aix.o plat_aix.c
> gcc -g -O2 -fno-strict-aliasing -g        -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     -Wdate-time -D_FORTIFY_SOURCE=2  -c -o plat_openbsd.o 
> plat_openbsd.c
> gcc -g -O2 -fno-strict-aliasing -g        -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     -Wdate-time -D_FORTIFY_SOURCE=2  -c -o plat_irix.o 
> plat_irix.c
> gcc -g -O2 -fno-strict-aliasing -g        -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     -Wdate-time -D_FORTIFY_SOURCE=2  -c -o plat_svr4.o 
> plat_svr4.c
> gcc -g -O2 -fno-strict-aliasing -g        -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     -Wdate-time -D_FORTIFY_SOURCE=2  -c -o drv_sony.o drv_sony.c
> In file included from 
> /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
>                  from /usr/include/stdio.h:27,
>                  from drv_sony.c:30:
> /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 -g        -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     -Wdate-time -D_FORTIFY_SOURCE=2  -c -o drv_toshiba.o 
> drv_toshiba.c
> In file included from 
> /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
>                  from /usr/include/stdio.h:27,
>                  from drv_toshiba.c:30:
> /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 -g        -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     -Wdate-time -D_FORTIFY_SOURCE=2  -c -o scsi.o scsi.c
> In file included from 
> /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
>                  from /usr/include/stdio.h:27,
>                  from scsi.c:32:
> /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 -g        -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     -Wdate-time -D_FORTIFY_SOURCE=2  -c -o database.o database.c
> In file included from /usr/include/errno.h:25,
>                  from database.c:38:
> /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"
>       |   ^~~~~~~
> database.c: In function ‘search_db’:
> database.c:984:33: warning: implicit declaration of function ‘set_abtimer’; 
> did you mean ‘setitimer’? [-Wimplicit-function-declaration]
>   984 |                                 set_abtimer(0, mark_val);
>       |                                 ^~~~~~~~~~~
>       |                                 setitimer
> database.c:515:25: warning: ignoring return value of ‘fscanf’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   515 |                         fscanf(fp, "%s", &keyword[1]);
>       |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> database.c:567:25: warning: ignoring return value of ‘fscanf’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   567 |                         fscanf(fp, "%d", &ntracks);
>       |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~
> database.c:581:33: warning: ignoring return value of ‘fscanf’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   581 |                                 fscanf(fp, "%d", &scratch);
>       |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~
> database.c:610:29: warning: ignoring return value of ‘fscanf’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   610 |                             fscanf(fp, "%d", &scratch);
>       |                             ^~~~~~~~~~~~~~~~~~~~~~~~~~
> database.c:645:33: warning: ignoring return value of ‘fgets’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   645 |                                 fgets(cddb.cddb_server,
>       |                                 ^~~~~~~~~~~~~~~~~~~~~~~
>   646 |                                       sizeof(cddb.cddb_server), fp);
>       |                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> database.c:661:33: warning: ignoring return value of ‘fgets’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   661 |                                 fgets(cddb.mail_adress,
>       |                                 ^~~~~~~~~~~~~~~~~~~~~~~
>   662 |                                       sizeof(cddb.mail_adress), fp);
>       |                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> database.c:677:33: warning: ignoring return value of ‘fgets’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   677 |                                 fgets(cddb.path_to_cgi,
>       |                                 ^~~~~~~~~~~~~~~~~~~~~~~
>   678 |                                       sizeof(cddb.path_to_cgi), fp);
>       |                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> database.c:693:33: warning: ignoring return value of ‘fgets’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   693 |                                 fgets(cddb.proxy_server,
>       |                                 ^~~~~~~~~~~~~~~~~~~~~~~~
>   694 |                                       sizeof(cddb.proxy_server), fp);
>       |                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> database.c:726:25: warning: ignoring return value of ‘fscanf’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   726 |                         fscanf(fp, "%d", &ntracks);
>       |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~
> database.c:752:41: warning: ignoring return value of ‘fscanf’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   752 |                                         fscanf(fp, "%d", &scratch);
>       |                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~
> database.c:796:41: warning: ignoring return value of ‘fscanf’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   796 |                                         fscanf(fp, "%d", &scratch);
>       |                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~
> database.c:827:33: warning: ignoring return value of ‘fgets’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   827 |                                 fgets(buf, sizeof(buf), fp);
>       |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
> database.c:837:25: warning: ignoring return value of ‘fscanf’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   837 |                         fscanf(fp, "%d", &cd->playmode);
>       |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> database.c:866:37: warning: ignoring return value of ‘fgets’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   866 |                                     fgets(cd->cdname + 
> strlen(cd->cdname), sizeof(cd->cdname), fp);
>       |                                     
> ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> database.c:870:37: warning: ignoring return value of ‘fgets’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   870 |                                     fgets(cd->cdname, 
> sizeof(cd->cdname), fp);
>       |                                     
> ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> database.c:887:33: warning: ignoring return value of ‘fgets’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   887 |                                 fgets(cd->artist, sizeof(cd->artist), 
> fp);
>       |                                 
> ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> database.c:895:25: warning: ignoring return value of ‘fscanf’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   895 |                         fscanf(fp, "%d", &cd->volume);
>       |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> database.c:901:25: warning: ignoring return value of ‘fscanf’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   901 |                         fscanf(fp, "%d", &i);
>       |                         ^~~~~~~~~~~~~~~~~~~~
> database.c:914:25: warning: ignoring return value of ‘fscanf’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   914 |                         fscanf(fp, "%d", &i);
>       |                         ^~~~~~~~~~~~~~~~~~~~
> database.c:920:33: warning: ignoring return value of ‘fscanf’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   920 |                                 fscanf(fp, "%d", &cd->trk[i].volume);
>       |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> database.c:930:25: warning: ignoring return value of ‘fscanf’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   930 |                         fscanf(fp, "%s", listname);
>       |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~
> database.c:948:25: warning: ignoring return value of ‘fscanf’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   948 |                         fscanf(fp, "%d", &listsize);
>       |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
> database.c:958:33: warning: ignoring return value of ‘fscanf’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   958 |                                 fscanf(fp, "%d", &scratch);
>       |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~
> database.c:972:25: warning: ignoring return value of ‘fscanf’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   972 |                         fscanf(fp, "%d", &mark_val);
>       |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
> database.c:979:25: warning: ignoring return value of ‘fgets’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   979 |                         fgets(mark_name, sizeof(mark_name), fp);
>       |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> database.c:1013:33: warning: ignoring return value of ‘fgets’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>  1013 |                                 fgets(input, sizeof(input), fp);
>       |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> gcc -g -O2 -fno-strict-aliasing -g        -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     -Wdate-time -D_FORTIFY_SOURCE=2  -c -o index.o index.c
> gcc -g -O2 -fno-strict-aliasing -g        -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     -Wdate-time -D_FORTIFY_SOURCE=2  -c -o wm_helpers.o 
> wm_helpers.c
> In file included from 
> /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
>                  from /usr/include/stdio.h:27,
>                  from wm_helpers.c:31:
> /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"
>       |   ^~~~~~~
> wm_helpers.c: In function ‘wm_libver_date’:
> wm_helpers.c:73:24: warning: macro "__DATE__" might prevent reproducible 
> builds [-Wdate-time]
>    73 |         wm_strmcat(&s, __DATE__);
>       |                        ^~~~~~~~
> wm_helpers.c: In function ‘wm_strmcpy’:
> wm_helpers.c:115:17: warning: implicit declaration of function ‘exit’ 
> [-Wimplicit-function-declaration]
>   115 |                 exit(1);
>       |                 ^~~~
> wm_helpers.c:41:1: note: include ‘<stdlib.h>’ or provide a declaration of 
> ‘exit’
>    40 | #include "include/wm_struct.h"
>   +++ |+#include <stdlib.h>
>    41 | 
> wm_helpers.c:115:17: warning: incompatible implicit declaration of built-in 
> function ‘exit’ [-Wbuiltin-declaration-mismatch]
>   115 |                 exit(1);
>       |                 ^~~~
> wm_helpers.c:115:17: note: include ‘<stdlib.h>’ or provide a declaration of 
> ‘exit’
> wm_helpers.c: In function ‘wm_strmcat’:
> wm_helpers.c:137:25: warning: incompatible implicit declaration of built-in 
> function ‘exit’ [-Wbuiltin-declaration-mismatch]
>   137 |                         exit(1);
>       |                         ^~~~
> wm_helpers.c:137:25: note: include ‘<stdlib.h>’ or provide a declaration of 
> ‘exit’
> rm -f libworkman.a
> ar clq libworkman.a  cddb.o cdrom.o cdinfo.o plat_freebsd.o plat_sun.o 
> plat_hpux.o        plat_ultrix.o plat_news.o plat_bsd386.o plat_osf1.o 
> plat_linux.o        plat_aix.o plat_openbsd.o plat_irix.o plat_svr4.o        
> drv_sony.o drv_toshiba.o scsi.o database.o index.o        wm_helpers.o
> ar: libdeps specified more than once
> make[2]: *** [Makefile:1144: libworkman.a] Error 1


The full build log is available from:
http://qa-logs.debian.net/2021/10/23/ascd_0.13.2-6_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.

--- End Message ---
--- Begin Message ---
Package: ascd
Version: 0.13.2-8

--- End Message ---

Reply via email to