Your message dated Sat, 13 Apr 2024 09:07:47 +0000
with message-id <e1rvzmr-003lle...@fasolo.debian.org>
and subject line Bug#1066658: fixed in sup 20100519-4
has caused the Debian Bug report #1066658,
regarding sup: FTBFS: scm.c:316:9: error: implicit declaration of function 
‘setproctitle’ [-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.)


-- 
1066658: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1066658
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: sup
Version: 20100519-3
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):
> cc -UCMUCS -UCMU  -UMACH -DVAR_TMP -DHAS_DAEMON -DHAS_POSIX_DIR 
> -DNEED_SETPROCTITLE -DLIBWRAP -I. -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  -c 
> -o stree.o stree.c
> scm.c: In function ‘service’:
> scm.c:316:9: error: implicit declaration of function ‘setproctitle’ 
> [-Werror=implicit-function-declaration]
>   316 |         setproctitle("Serving %s", remotehost());
>       |         ^~~~~~~~~~~~
> scm.c: In function ‘request’:
> scm.c:448:16: warning: ignoring return value of ‘write’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   448 |         (void) write(netfile, &x, sizeof(int));
>       |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> scmio.c: In function ‘readfile’:
> scmio.c:670:32: warning: ignoring return value of ‘write’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   670 |                         (void) write(f, buf, (size_t)XFERSIZE(count));
>       |                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> scmio.c: In function ‘crosspatch’:
> scmio.c:743:40: warning: ignoring return value of ‘write’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   743 |                                 (void) write(1, buf, (size_t)c);
>       |                                        ^~~~~~~~~~~~~~~~~~~~~~~~
> scmio.c:753:40: warning: ignoring return value of ‘write’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   753 |                                 (void) write(netfile, buf, (size_t)c);
>       |                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> supcmeat.c: In function ‘setup’:
> supcmeat.c:321:24: warning: ignoring return value of ‘chdir’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   321 |                 (void) chdir(thisC->Cbase);
>       |                        ^~~~~~~~~~~~~~~~~~~
> supcmeat.c: In function ‘listfiles’:
> supcmeat.c:522:24: warning: ignoring return value of ‘chdir’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   522 |                 (void) chdir(thisC->Cprefix);
>       |                        ^~~~~~~~~~~~~~~~~~~~~
> supcmeat.c: In function ‘recvdir’:
> supcmeat.c:889:24: warning: ignoring return value of ‘chown’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   889 |                 (void) chown(t->Tname, t->Tuid, t->Tgid);
>       |                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> supcmeat.c: In function ‘recvreg’:
> supcmeat.c:968:32: warning: ignoring return value of ‘chown’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   968 |                         (void) chown(t->Tname, t->Tuid, t->Tgid);
>       |                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> supcmeat.c:1030:24: warning: ignoring return value of ‘chown’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>  1030 |                 (void) chown(t->Tname, t->Tuid, t->Tgid);
>       |                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> supcmeat.c: In function ‘copyfile’:
> supcmeat.c:1152:32: warning: ignoring return value of ‘chdir’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>  1152 |                         (void) chdir(thisC->Cbase);
>       |                                ^~~~~~~~~~~~~~~~~~~
> supcmeat.c:1157:40: warning: ignoring return value of ‘chdir’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>  1157 |                                 (void) chdir(thisC->Cprefix);
>       |                                        ^~~~~~~~~~~~~~~~~~~~~
> supcmeat.c:1164:32: warning: ignoring return value of ‘chdir’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>  1164 |                         (void) chdir(thisC->Cprefix);
>       |                                ^~~~~~~~~~~~~~~~~~~~~
> supcmeat.c: In function ‘finishup’:
> supcmeat.c:1397:24: warning: ignoring return value of ‘chdir’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>  1397 |                 (void) chdir(thisC->Cbase);
>       |                        ^~~~~~~~~~~~~~~~~~~
> supcmain.c: In function ‘init’:
> supcmain.c:734:47: warning: ‘%s’ directive writing up to 1999 bytes into a 
> region of size 1995 [-Wformat-overflow=]
>   734 |                 (void) sprintf(p = buf, "file %s", supfname);
>       |                                               ^~
> In file included from /usr/include/stdio.h:906,
>                  from libc.h:85,
>                  from supcdefs.h:59,
>                  from supcmain.c:320:
> In function ‘sprintf’,
>     inlined from ‘init’ at supcmain.c:734:10:
> /usr/include/x86_64-linux-gnu/bits/stdio2.h:30:10: note: 
> ‘__builtin___sprintf_chk’ output between 6 and 2005 bytes into a destination 
> of size 2000
>    30 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
>       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>    31 |                                   __glibc_objsize (__s), __fmt,
>       |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>    32 |                                   __va_arg_pack ());
>       |                                   ~~~~~~~~~~~~~~~~~
> supcmisc.c: In function ‘notify’:
> supcmisc.c:293:69: warning: ‘%s’ directive output may be truncated writing up 
> to 1999 bytes into a region of size 1972 [-Wformat-truncation=]
>   293 |                                     "mail -s \"SUP Upgrade of %s on 
> %s\" %s >"
>       |                                                                     ^~
>   294 |                                     " /dev/null", collrelname, 
> hostname,
>       |                                                                
> ~~~~~~~~
> In file included from /usr/include/stdio.h:906,
>                  from libc.h:85,
>                  from supcdefs.h:59,
>                  from supcmisc.c:51:
> In function ‘snprintf’,
>     inlined from ‘notify’ at supcmisc.c:292:12:
> /usr/include/x86_64-linux-gnu/bits/stdio2.h:54:10: note: 
> ‘__builtin___snprintf_chk’ output 43 or more bytes (assuming 2042) into a 
> destination of size 2000
>    54 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
>       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>    55 |                                    __glibc_objsize (__s), __fmt,
>       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>    56 |                                    __va_arg_pack ());
>       |                                    ~~~~~~~~~~~~~~~~~
> cc -UCMUCS -UCMU  -UMACH -DVAR_TMP -DHAS_DAEMON -DHAS_POSIX_DIR 
> -DNEED_SETPROCTITLE -DLIBWRAP -I. -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  -c 
> -o log.o log.c
> cc -UCMUCS -UCMU  -UMACH -DVAR_TMP -DHAS_DAEMON -DHAS_POSIX_DIR 
> -DNEED_SETPROCTITLE -DLIBWRAP -I. -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  -c 
> -o supmsg.o supmsg.c
> [ Using netcryptvoid.c ]
> cp netcryptvoid.c netcrypt.c
> cc -UCMUCS -UCMU  -UMACH -DVAR_TMP -DHAS_DAEMON -DHAS_POSIX_DIR 
> -DNEED_SETPROCTITLE -DLIBWRAP -I. -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  -c 
> -o atoo.o atoo.c
> cc1: some warnings being treated as errors
> make[2]: *** [<builtin>: scm.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/sup_20100519-3_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: sup
Source-Version: 20100519-4
Done: Bo YU <tsu.y...@gmail.com>

We believe that the bug you reported is fixed in the latest version of
sup, 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.
Bo YU <tsu.y...@gmail.com> (supplier of updated sup 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: SHA512

Format: 1.8
Date: Thu, 11 Apr 2024 16:41:22 +0800
Source: sup
Architecture: source
Version: 20100519-4
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <packa...@qa.debian.org>
Changed-By: Bo YU <tsu.y...@gmail.com>
Closes: 1066658
Changes:
 sup (20100519-4) unstable; urgency=medium
 .
   * QA upload.
   * set std-ver to 4.7.0.
   * Add 07_fix-implicit-function-declaration.patch to fix ftbfs issue.
     (Closes: #1066658)
 .
   [ Bastian Germann ]
   * d/copyright: Convert to machine-readable format.
Checksums-Sha1:
 480dc39d5cba3bec47649e51c1e1353c7c808d15 1516 sup_20100519-4.dsc
 9b115cdd31ffa1d6b2bfd1391d8468b158f0e6c7 18600 sup_20100519-4.debian.tar.xz
 424279f2463e53d248c47f049fbbb0fd99daa94f 5300 sup_20100519-4_source.buildinfo
Checksums-Sha256:
 faeceef6f21c24ff757cdf194cdf432a9d11c4177e5147cdadc5c79790919c37 1516 
sup_20100519-4.dsc
 1e3fc26d94135976d2be87bc9fac18a86fbf811d67e630bbcde98b051015e613 18600 
sup_20100519-4.debian.tar.xz
 41611958838a047cf74236bd3e4bbd5c30e3b8e33bb595f2273c450287f60a4a 5300 
sup_20100519-4_source.buildinfo
Files:
 23ec9a985345f9e1ea141b22bc359d62 1516 devel optional sup_20100519-4.dsc
 09a139ce1fca4c7f9f295eb7512abdf8 18600 devel optional 
sup_20100519-4.debian.tar.xz
 471e97c9d2200c9da44c0e8fd40cf32b 5300 devel optional 
sup_20100519-4_source.buildinfo

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

iQHEBAEBCgAuFiEEQGIgyLhVKAI3jM5BH1x6i0VWQxQFAmYaR8cQHGJhZ2VAZGVi
aWFuLm9yZwAKCRAfXHqLRVZDFFKAC/0SW+f10oNcr7ir7tc6syFi0YU0lFD8woRP
j3VFpLTMeIW8lQBFRFMSBLyUIBO3qNeCZYbLX+2KX92iBmgNdsEq//pXm55xiJwd
dULFi+swR/+62SWDuCV8zFFmnQHAA9yLof2SQgKqvahin/NCHgyzSmTouKhQiFPa
mjktYNhFqGD+qZ8U9Woay+QjpukYMa77XrH4GwHfoHJ79Jfime+a6e6+Hfv4kPO/
ZgfPr1X01cW0ScfxmPOGKQ9ZL5wBMgCM4avqLrSpgAsThYnNmu3Oegh7OILerrgM
j4K7/TWzJrgeOzeBvgdKa/lx9iPfbEP3ObXtmBOcvL0B0ErV0LNv95tD/+PN0icN
UkoLxgfTqiF9Wox0efblKv82iX4VJR5UXCo/eqq3k2C+2YW4LermusLRYWsS3An7
cfhoYsESpY+mqSm3AZF+ELlmYjiSp3wTHEheDLhUqqwYKBtAejRcHiyrKLNz8S97
eeAU/Vl0fbPgBdeVZiBXHdzoHRlrEaE=
=MIrl
-----END PGP SIGNATURE-----

Attachment: pgpNBekrPaSaI.pgp
Description: PGP signature


--- End Message ---

Reply via email to