Source: xtel
Version: 3.3.0-24
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[4]: Entering directory '/<<PKGBUILDDIR>>/Videotex'
> gcc -g -O2      -DUSE_MOTIF -DUSE_SYSLOG    -DDONT_USE_POPUP          -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 Videotex.o Videotex.c
> In file included from /usr/include/malloc.h:22,
>                  from Videotex.c:25:
> /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"
>       |   ^~~~~~~
> Videotex.c: In function ‘alloc_DRCS’:
> Videotex.c:545:9: warning: implicit declaration of function ‘exit’ 
> [-Wimplicit-function-declaration]
>   545 |         exit (1);
>       |         ^~~~
> Videotex.c:31:1: note: include ‘<stdlib.h>’ or provide a declaration of ‘exit’
>    30 | #include "VideotexP.h"
>   +++ |+#include <stdlib.h>
>    31 | 
> Videotex.c:545:9: warning: incompatible implicit declaration of built-in 
> function ‘exit’ [-Wbuiltin-declaration-mismatch]
>   545 |         exit (1);
>       |         ^~~~
> Videotex.c:545:9: note: include ‘<stdlib.h>’ or provide a declaration of 
> ‘exit’
> Videotex.c:551:13: warning: incompatible implicit declaration of built-in 
> function ‘exit’ [-Wbuiltin-declaration-mismatch]
>   551 |             exit (1);
>       |             ^~~~
> Videotex.c:551:13: note: include ‘<stdlib.h>’ or provide a declaration of 
> ‘exit’
> Videotex.c:555:13: warning: incompatible implicit declaration of built-in 
> function ‘exit’ [-Wbuiltin-declaration-mismatch]
>   555 |             exit (1);
>       |             ^~~~
> Videotex.c:555:13: note: include ‘<stdlib.h>’ or provide a declaration of 
> ‘exit’
> Videotex.c: In function ‘atoni’:
> Videotex.c:3868:13: warning: implicit declaration of function ‘atoi’; did you 
> mean ‘atoni’? [-Wimplicit-function-declaration]
>  3868 |     return (atoi(buf));
>       |             ^~~~
>       |             atoni
> Videotex.c: In function ‘Initialize’:
> Videotex.c:4203:9: warning: incompatible implicit declaration of built-in 
> function ‘exit’ [-Wbuiltin-declaration-mismatch]
>  4203 |         exit(1);
>       |         ^~~~
> Videotex.c:4203:9: note: include ‘<stdlib.h>’ or provide a declaration of 
> ‘exit’
> Videotex.c:4207:9: warning: incompatible implicit declaration of built-in 
> function ‘exit’ [-Wbuiltin-declaration-mismatch]
>  4207 |         exit(1);
>       |         ^~~~
> Videotex.c:4207:9: note: include ‘<stdlib.h>’ or provide a declaration of 
> ‘exit’
> Videotex.c:4211:9: warning: incompatible implicit declaration of built-in 
> function ‘exit’ [-Wbuiltin-declaration-mismatch]
>  4211 |         exit(1);
>       |         ^~~~
> Videotex.c:4211:9: note: include ‘<stdlib.h>’ or provide a declaration of 
> ‘exit’
> Videotex.c:4219:9: warning: incompatible implicit declaration of built-in 
> function ‘exit’ [-Wbuiltin-declaration-mismatch]
>  4219 |         exit(1);
>       |         ^~~~
> Videotex.c:4219:9: note: include ‘<stdlib.h>’ or provide a declaration of 
> ‘exit’
> Videotex.c: In function ‘reconnaissance_commande’:
> Videotex.c:1057:21: warning: ignoring return value of ‘write’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>  1057 |                     write(pv->fd_connexion, "\023", 1);
>       |                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Videotex.c:1058:21: warning: ignoring return value of ‘write’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>  1058 |                     write(pv->fd_connexion, 
> commandes_minitel[i].code, 1);
>       |                     
> ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Videotex.c:1077:13: warning: ignoring return value of ‘write’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>  1077 |             write(pv->fd_connexion, chaine, strlen(chaine));
>       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Videotex.c:1097:17: warning: ignoring return value of ‘write’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>  1097 |                 write(pv->fd_connexion, emettre, strlen(emettre));
>       |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Videotex.c: In function ‘emission_commande’:
> Videotex.c:1009:9: warning: ignoring return value of ‘write’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>  1009 |         write(pv->fd_connexion, "\023", 1);
>       |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Videotex.c:1010:9: warning: ignoring return value of ‘write’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>  1010 |         write(pv->fd_connexion, params[0], 1);
>       |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Videotex.c: In function ‘touche_clavier’:
> Videotex.c:971:13: warning: ignoring return value of ‘write’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   971 |             write(pv->fd_connexion, emettre, strlen(emettre));
>       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Videotex.c:985:13: warning: ignoring return value of ‘write’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   985 |             write(pv->fd_connexion, buf, 1);
>       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Videotex.c: In function ‘videotexDecode’:
> Videotex.c:4927:25: warning: ignoring return value of ‘write’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>  4927 |                         write(vw->videotex.fd_connexion, "\001", 1);
>       |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Videotex.c:4928:25: warning: ignoring return value of ‘write’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>  4928 |                         write(vw->videotex.fd_connexion, 
> vw->videotex.enqrom, strlen(vw->videotex.enqrom));
>       |                         
> ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Videotex.c:4929:25: warning: ignoring return value of ‘write’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>  4929 |                         write(vw->videotex.fd_connexion, "\004", 1);
>       |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Videotex.c:4937:25: warning: ignoring return value of ‘write’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>  4937 |                         write(vw->videotex.fd_connexion, 
> vw->videotex.commande_deconnexion, strlen(vw->videotex.commande_deconnexion));
>       |                         
> ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Videotex.c:4942:21: warning: ignoring return value of ‘write’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>  4942 |                     write (vw->videotex.fd_connexion, 
> "\x1b\x3a\x71\x4a", 4);
>       |                     
> ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Videotex.c:4944:21: warning: ignoring return value of ‘write’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>  4944 |                     write (vw->videotex.fd_connexion, 
> "\x1b\x3a\x71\x42", 4);
>       |                     
> ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> gcc -g -O2      -DUSE_MOTIF -DUSE_SYSLOG    -DDONT_USE_POPUP          -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 tvr_jpg.o tvr_jpg.c
> In file included from 
> /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
>                  from /usr/include/stdio.h:27,
>                  from tvr_jpg.c:28:
> /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"
>       |   ^~~~~~~
> tvr_jpg.c: In function ‘fill_input_buffer’:
> tvr_jpg.c:203:11: warning: implicit declaration of function ‘match’; did you 
> mean ‘rpmatch’? [-Wimplicit-function-declaration]
>   203 |       if (match (src->infile, "\033p#@\177")) {
>       |           ^~~~~
>       |           rpmatch
> tvr_jpg.c:204:30: warning: implicit declaration of function 
> ‘get_header_length’ [-Wimplicit-function-declaration]
>   204 |           src->data_length = get_header_length (src->infile);
>       |                              ^~~~~~~~~~~~~~~~~
> tvr_jpg.c:205:11: warning: ignoring return value of ‘read’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   205 |           read (src->infile, &c, 1);    /* Type header */
>       |           ^~~~~~~~~~~~~~~~~~~~~~~~~
> gcc -g -O2      -DUSE_MOTIF -DUSE_SYSLOG    -DDONT_USE_POPUP          -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 tvr_hdr.o tvr_hdr.c
> In file included from 
> /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
>                  from /usr/include/stdio.h:27,
>                  from tvr_hdr.c:28:
> /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 libVideotex.a
> ar clq libVideotex.a Videotex.o tvr_jpg.o tvr_hdr.o
> ar: libdeps specified more than once
> make[4]: *** [Makefile:1065: libVideotex.a] Error 1


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