Your message dated Fri, 05 Apr 2024 13:04:18 +0000
with message-id <e1rsjew-00es69...@fasolo.debian.org>
and subject line Bug#1066344: fixed in fastforward 1:0.51-9
has caused the Debian Bug report #1066344,
regarding fastforward: FTBFS: slurpclose.c:13:44: error: implicit declaration 
of function ‘close’ [-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 ow...@bugs.debian.org
immediately.)


-- 
1066344: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1066344
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: fastforward
Version: 1:0.51-8
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
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):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> ( cat warn-auto.sh; \
> echo CC=\'`head -1 conf-cc`\'; \
> echo LD=\'`head -1 conf-ld`\' \
> ) > auto-ccld.sh
> nroff -man fastforward.1 > fastforward.0
> nroff -man printforward.1 > printforward.0
> nroff -man setforward.1 > setforward.0
> nroff -man newaliases.1 > newaliases.0
> nroff -man printmaillist.1 > printmaillist.0
> nroff -man setmaillist.1 > setmaillist.0
> nroff -man newinclude.1 > newinclude.0
> cat auto-ccld.sh make-load.sh > make-load
> cat auto-ccld.sh find-systype.sh > find-systype
> cat auto-ccld.sh make-compile.sh > make-compile
> cat auto-ccld.sh make-makelib.sh > make-makelib
> chmod 755 make-load
> chmod 755 find-systype
> chmod 755 make-compile
> chmod 755 make-makelib
> ./find-systype > systype
> ( cat warn-auto.sh; ./make-load "`cat systype`" ) > load
> ( cat warn-auto.sh; ./make-compile "`cat systype`" ) > \
> compile
> ( cat warn-auto.sh; ./make-makelib "`cat systype`" ) > \
> makelib
> chmod 755 compile
> chmod 755 load
> chmod 755 makelib
> ./compile slurpclose.c
> ./compile coe.c
> ./compile auto-str.c
> ./compile substdio.c
> ./compile substdi.c
> ./compile substdo.c
> ./compile subfderr.c
> ./compile subfdouts.c
> auto-str.c:8:6: warning: conflicting types for built-in function ‘puts’; 
> expected ‘int(const char *)’ [-Wbuiltin-declaration-mismatch]
>     8 | void puts(s)
>       |      ^~~~
> auto-str.c:4:1: note: ‘puts’ is declared in header ‘<stdio.h>’
>     3 | #include "exit.h"
>   +++ |+#include <stdio.h>
>     4 | 
> ./compile subfdins.c
> slurpclose.c: In function ‘slurpclose’:
> slurpclose.c:13:44: error: implicit declaration of function ‘close’ 
> [-Werror=implicit-function-declaration]
>    13 |     if (!stralloc_readyplus(sa,bufsize)) { close(fd); return -1; }
>       |                                            ^~~~~
> ./compile substdio_copy.c
> ./compile error.c
> ./compile error_str.c
> cc1: some warnings being treated as errors
> make[1]: *** [Makefile:437: slurpclose.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/fastforward_0.51-8_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240313;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240313&fusertaguser=lu...@debian.org&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: fastforward
Source-Version: 1:0.51-9
Done: Andreas Beckmann <a...@debian.org>

We believe that the bug you reported is fixed in the latest version of
fastforward, 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 1066...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Andreas Beckmann <a...@debian.org> (supplier of updated fastforward 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 ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Fri, 05 Apr 2024 14:45:18 +0200
Source: fastforward
Architecture: source
Version: 1:0.51-9
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <packa...@qa.debian.org>
Changed-By: Andreas Beckmann <a...@debian.org>
Closes: 978421 1044164 1066344
Changes:
 fastforward (1:0.51-9) unstable; urgency=medium
 .
   * QA upload.
   * Fix building with -Werror=implicit-function-declaration.
     (Closes: #1066344)
   * Fix building twice in a row.  (Closes: #1044164)
   * Update Homepage.  (Closes: #978421)
   * Declare Rules-Requires-Root: no.
Checksums-Sha1:
 2e035fe4f785dbb672ff1a6154f16fa249834e5f 1898 fastforward_0.51-9.dsc
 80a3ade0ac7dfd1bcff0f0d2ed214087c27fd1ba 6152 fastforward_0.51-9.debian.tar.xz
 7be11385c1844c13c0e1558b15697adf1ba9822c 5677 
fastforward_0.51-9_source.buildinfo
Checksums-Sha256:
 079da8118fd5abfe1c58034a53bd6279d29e0298e3f82b98759861c14deb302f 1898 
fastforward_0.51-9.dsc
 4e4be2c15339a7fdde0372a5d3a183de9444ab976cbdc99042b251ce7dfdd716 6152 
fastforward_0.51-9.debian.tar.xz
 6c79f5ef08158229f2c0b9c79e2b90057797f89120ada70b258ca5b9fe5c25e1 5677 
fastforward_0.51-9_source.buildinfo
Files:
 75d8957869e2853bdd9bed056fba91bd 1898 mail optional fastforward_0.51-9.dsc
 d1b4fc9446358b407d11e0a7faf20a09 6152 mail optional 
fastforward_0.51-9.debian.tar.xz
 c2bc9de3672d3dd7503c8ced523f302d 5677 mail optional 
fastforward_0.51-9_source.buildinfo

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

iQJEBAEBCAAuFiEE6/MKMKjZxjvaRMaUX7M/k1np7QgFAmYP8swQHGFuYmVAZGVi
aWFuLm9yZwAKCRBfsz+TWentCDPJD/91V3R1x6MPcOnq0JctiW/8tEhvc1LH6MW1
S2ykjh0IGAjY+n+9cP+Xsb09N7xe6fyLYpT7O2qFSgB8/kFt+wtq2D50/txcQwJ4
C8xTf3q0ULon4uGFnCIR+Kc5Q3SVLJLfBE4nrwvQSYx8pMLT6AlgJQpsLEv/MbuZ
nX6QhroLh3SlcYWdm9BJfsPuRlQrps3ObnAezj06n75IN8Sc45ePkyASZs2VUFrV
dq6YWafS5ba41NrvW3QWSHRShkhsI7G3J6ib3tIobtGN3rSs5I4VXnsDIjGvonWY
NtvVpPSYxaUfScX+dRXJVYjvsbjX4v5hXeIbr/ankQ8UXbnlkUS1Bc+jxLmy+8wp
wUCBZfkxtndGHMGLFBd6wA+dtKMVjJ1sP+YUpIfJuuW1GNZr0TZ8JeCCVU5eLte5
rgEromOprzxVhAZIhhdqqH5FJgzgmfYbdHsURKAYW5gZBfnMu54WxRZLUAkDZsPF
lyrJgtsl1rvfNKkMim44HMiJ1OOzH8C3pY2hSwEQuII5jSEndluilJGoVB6cu4ut
BX48Ga1CRrDMxFnpusjJREPKJQD9NPR303Ygc4mo6+HoqYS9yVS95QSrg8dN66py
f+5jYfLmO984fJqarJGU8LTqROcDObvmSFS6p5i2TUpdrimTOudOXDJgPzz65153
jY3/xUW6ZA==
=4Rbt
-----END PGP SIGNATURE-----

Attachment: pgpW7WOP0pxTE.pgp
Description: PGP signature


--- End Message ---

Reply via email to