Your message dated Thu, 28 Nov 2024 15:34:03 +0000
with message-id <[email protected]>
and subject line Bug#1066640: fixed in espctag 0.4-1.1
has caused the Debian Bug report #1066640,
regarding espctag: FTBFS: espctag.c:746:21: error: implicit declaration of 
function ‘waitpid’ [-Werror=implicit-function-declaration]
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 [email protected]
immediately.)


-- 
1066640: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1066640
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: espctag
Version: 0.4-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: [email protected]
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

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

This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration

Relevant part (hopefully):
> cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src && /usr/bin/cc   -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -MD 
> -MT src/CMakeFiles/espctag.dir/espctag.c.o -MF 
> CMakeFiles/espctag.dir/espctag.c.o.d -o CMakeFiles/espctag.dir/espctag.c.o -c 
> /<<PKGBUILDDIR>>/src/espctag.c
> /<<PKGBUILDDIR>>/src/espctag.c: In function ‘get_new_filename’:
> /<<PKGBUILDDIR>>/src/espctag.c:672:70: warning: comparison between pointer 
> and zero character constant [-Wpointer-compare]
>   672 |                         if( rename_format[c] == '/' || rename_format 
> == '\0' )
>       |                                                                      
> ^~
> /<<PKGBUILDDIR>>/src/espctag.c:672:56: note: did you mean to dereference the 
> pointer?
>   672 |                         if( rename_format[c] == '/' || rename_format 
> == '\0' )
>       |                                                        ^
> /<<PKGBUILDDIR>>/src/espctag.c: In function ‘unpack_rsn_file’:
> /<<PKGBUILDDIR>>/src/espctag.c:746:21: error: implicit declaration of 
> function ‘waitpid’ [-Werror=implicit-function-declaration]
>   746 |                 if( waitpid( pid, &status, 0 ) != pid ) {
>       |                     ^~~~~~~
> /<<PKGBUILDDIR>>/src/espctag.c: In function ‘main’:
> /<<PKGBUILDDIR>>/src/espctag.c:367:33: warning: ignoring return value of 
> ‘chdir’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
>   367 |                                 chdir( cur_dirname );
>       |                                 ^~~~~~~~~~~~~~~~~~~~
> /<<PKGBUILDDIR>>/src/espctag.c:428:49: warning: ignoring return value of 
> ‘chdir’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
>   428 |                                                 chdir( cur_dirname );
>       |                                                 ^~~~~~~~~~~~~~~~~~~~
> /<<PKGBUILDDIR>>/src/espctag.c:440:41: warning: ignoring return value of 
> ‘chdir’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
>   440 |                                         chdir( cur_dirname );
>       |                                         ^~~~~~~~~~~~~~~~~~~~
> /<<PKGBUILDDIR>>/src/espctag.c:450:33: warning: ignoring return value of 
> ‘chdir’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
>   450 |                                 chdir( cur_dirname );
>       |                                 ^~~~~~~~~~~~~~~~~~~~
> /<<PKGBUILDDIR>>/src/espctag.c: In function ‘is_rsn_file’:
> /<<PKGBUILDDIR>>/src/espctag.c:691:9: warning: ignoring return value of 
> ‘fread’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
>   691 |         fread( &header, number_length, 1, file );
>       |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> /<<PKGBUILDDIR>>/src/espctag.c: In function ‘unpack_rsn_file’:
> /<<PKGBUILDDIR>>/src/espctag.c:731:25: warning: ignoring return value of 
> ‘freopen’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
>   731 |                         freopen( "/dev/null", "w", stdout );
>       |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> /<<PKGBUILDDIR>>/src/espctag.c:732:25: warning: ignoring return value of 
> ‘freopen’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
>   732 |                         freopen( "/dev/null", "w", stderr );
>       |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> /<<PKGBUILDDIR>>/src/espctag.c: In function ‘pack_rsn_file’:
> /<<PKGBUILDDIR>>/src/espctag.c:772:25: warning: ignoring return value of 
> ‘freopen’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
>   772 |                         freopen( "/dev/null", "w", stdout );
>       |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> /<<PKGBUILDDIR>>/src/espctag.c:773:25: warning: ignoring return value of 
> ‘freopen’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
>   773 |                         freopen( "/dev/null", "w", stderr );
>       |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> cc1: some warnings being treated as errors
> make[3]: *** [src/CMakeFiles/espctag.dir/build.make:79: 
> src/CMakeFiles/espctag.dir/espctag.c.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/espctag_0.4-1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240313;[email protected]
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240313&[email protected]&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 ---
--- Begin Message ---
Source: espctag
Source-Version: 0.4-1.1
Done: Boyuan Yang <[email protected]>

We believe that the bug you reported is fixed in the latest version of
espctag, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Boyuan Yang <[email protected]> (supplier of updated espctag package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Thu, 28 Nov 2024 10:09:10 -0500
Source: espctag
Architecture: source
Version: 0.4-1.1
Distribution: unstable
Urgency: medium
Maintainer: Jérôme SONRIER <[email protected]>
Changed-By: Boyuan Yang <[email protected]>
Closes: 1066640
Changes:
 espctag (0.4-1.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * debian/: Refresh packaging:
     + Bump Standards-Version to 4.7.0.
     + Bump debhelper compat to v13.
   * debian/patches/0001-espctag.c-Add-missing-header-for-waitpid-2.patch:
     Add patch to fix FTBFS with GCC 14. (Closes: #1066640)
Checksums-Sha1:
 dc191ec7a3fdb4c27858474365193ca4f8b8bae4 1740 espctag_0.4-1.1.dsc
 69ea4c31b35d062b6e207c665a8909ca263b6031 21761 espctag_0.4.orig.tar.gz
 782e3fd65f59028566c87a1a29bd7d3ab4e85fd2 1996 espctag_0.4-1.1.debian.tar.xz
 96ffdfd46e84d10d254054c5a1800cc356cd3466 7101 espctag_0.4-1.1_amd64.buildinfo
Checksums-Sha256:
 f778019cad6436f80ef0c5ee99b2fb4d785212a818a2f4dac7a01357c046d503 1740 
espctag_0.4-1.1.dsc
 aac5c773659db06b6c2d06ef974475ddee7af9ffb4b5072547f056016b952b47 21761 
espctag_0.4.orig.tar.gz
 8aee9da2201b80b0aeaa514940b3e4894f3c9831383e00b69fe7e56965562e7f 1996 
espctag_0.4-1.1.debian.tar.xz
 89e6791073fa7ba107589e6206bc3a82074b6c4bb6b1d8d94415aafe96e8d4a7 7101 
espctag_0.4-1.1_amd64.buildinfo
Files:
 fde5290f49f7efb2bbd2c0a65ac59c29 1740 misc optional espctag_0.4-1.1.dsc
 2777429cfff26350153e7d1a6ef5e193 21761 misc optional espctag_0.4.orig.tar.gz
 32845066e5a1b4c696f130f1763c5231 1996 misc optional 
espctag_0.4-1.1.debian.tar.xz
 ddbd8320ad467c8b1662c7afd5bac407 7101 misc optional 
espctag_0.4-1.1_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEfncpR22H1vEdkazLwpPntGGCWs4FAmdIiGAACgkQwpPntGGC
Ws6khg//eOhR4tYT7nrUJ0YmhDC1YDpO8P3hO/c+t6ExQ5fmGH21ml/JAAbIrVop
Ek+mvS2ppfmafgzyEvGZtuL0jekAfaq5t1jck5h9HOa3bcG6jNNUqS4bHS/hxAUs
esdXJ4lve9b00Be7nnxBGn4ZUQvvY/w7nNNxhERoVdj3aXojos1NTXBZHGiNDJyh
MQbV5gAuI36Jd//86rj1MATo6VZjPUiH9xkC6cVLgyhTGBYCCoe3MjSjO/mVK7aa
zEtCnfCk/HHakEig6EeKRZDX/NQMF+SbZ1LJznMxA6LRnH5KKl1TaK0pYs/B0PGM
nx32yBnxu0b+1VpforiqV4A0n33DYVyhjtAhyzvKbkltQFWXcjEkyw+usKwoPyBs
WFqetFlShbNs73X0zTOA3wbcsZLfshYty07XfYJMq9Rn8ggazhAoAXvHvi2xTs0R
fkDGYQST1gZIqPOXjVXDEFq9hGnOcc1FGCavEJ3buzDtRec25b4F2GUyhsKZTxXp
EVkitZRLIak01Tc4rER7LnvKvCkIiv+1oggJJpkB46+juq7iIalpHA7sa9uEvPw7
msLOpJFnQTANMUHLVvWuT63j9Vn1c/6+/bPDPEYFA+STCs6GbMqGQWE5EsSGDC3p
og7879ycmLL0xuUBynZ38E7WsKkzWdiTbp/T9jSy+srnPpq5Gow=
=onXL
-----END PGP SIGNATURE-----

Attachment: pgpmlAzcASirL.pgp
Description: PGP signature


--- End Message ---

Reply via email to