Your message dated Sun, 09 Jun 2024 17:04:25 +0000
with message-id <e1sglxx-00coak...@fasolo.debian.org>
and subject line Bug#1066560: fixed in gmemusage 0.2-11.1
has caused the Debian Bug report #1066560,
regarding gmemusage: FTBFS: hash.c:42:13: error: implicit declaration of 
function ‘strcmp’ [-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.)


-- 
1066560: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1066560
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: gmemusage
Version: 0.2-11
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):
> gcc -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 hash.o hash.c
> hash.c: In function ‘LookupProc’:
> hash.c:42:13: error: implicit declaration of function ‘strcmp’ 
> [-Werror=implicit-function-declaration]
>    42 |       if ( !strcmp ( pi -> procname , name ) )
>       |             ^~~~~~
> hash.c:12:1: note: include ‘<string.h>’ or provide a declaration of ‘strcmp’
>    11 | #include "common.h"
>   +++ |+#include <string.h>
>    12 | 
> hash.c: In function ‘addProc’:
> hash.c:70:10: error: implicit declaration of function ‘exit’ 
> [-Werror=implicit-function-declaration]
>    70 |          exit ( 1 ) ;
>       |          ^~~~
> hash.c:12:1: note: include ‘<stdlib.h>’ or provide a declaration of ‘exit’
>    11 | #include "common.h"
>   +++ |+#include <stdlib.h>
>    12 | 
> hash.c:70:10: warning: incompatible implicit declaration of built-in function 
> ‘exit’ [-Wbuiltin-declaration-mismatch]
>    70 |          exit ( 1 ) ;
>       |          ^~~~
> hash.c:70:10: note: include ‘<stdlib.h>’ or provide a declaration of ‘exit’
> hash.c:74:7: error: implicit declaration of function ‘strcpy’ 
> [-Werror=implicit-function-declaration]
>    74 |       strcpy ( thisproc -> procname , procname ) ;
>       |       ^~~~~~
> hash.c:74:7: note: include ‘<string.h>’ or provide a declaration of ‘strcpy’
> hash.c:74:7: warning: incompatible implicit declaration of built-in function 
> ‘strcpy’ [-Wbuiltin-declaration-mismatch]
> hash.c:74:7: note: include ‘<string.h>’ or provide a declaration of ‘strcpy’
> hash.c:96:13: warning: incompatible implicit declaration of built-in function 
> ‘exit’ [-Wbuiltin-declaration-mismatch]
>    96 |             exit ( 1 ) ;
>       |             ^~~~
> hash.c:96:13: note: include ‘<stdlib.h>’ or provide a declaration of ‘exit’
> hash.c:101:7: warning: incompatible implicit declaration of built-in function 
> ‘strcpy’ [-Wbuiltin-declaration-mismatch]
>   101 |       strcpy ( thisproc -> procname , procname ) ;
>       |       ^~~~~~
> hash.c:101:7: note: include ‘<string.h>’ or provide a declaration of ‘strcpy’
> cc1: some warnings being treated as errors
> make[1]: *** [<builtin>: hash.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/gmemusage_0.2-11_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: gmemusage
Source-Version: 0.2-11.1
Done: Bastian Germann <b...@debian.org>

We believe that the bug you reported is fixed in the latest version of
gmemusage, 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.
Bastian Germann <b...@debian.org> (supplier of updated gmemusage 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: Sun, 09 Jun 2024 16:24:40 +0000
Source: gmemusage
Architecture: source
Version: 0.2-11.1
Distribution: unstable
Urgency: medium
Maintainer: Uwe Hermann <u...@debian.org>
Changed-By: Bastian Germann <b...@debian.org>
Closes: 1007369 1066560
Changes:
 gmemusage (0.2-11.1) unstable; urgency=medium
 .
   * Non-maintainer upload
   * Convert to source format 3.0 (closes: #1007369)
   * Add missing includes (closes: #1066560)
Checksums-Sha1:
 6079af5444e4d30f3b4d51cae936ed6b83472c55 1578 gmemusage_0.2-11.1.dsc
 dccb652983973edfeaac75b49ab7d7f85ad2a9df 4700 gmemusage_0.2-11.1.debian.tar.xz
 6e0f818104dd8587ee6d4702ec1618e85e716976 6105 
gmemusage_0.2-11.1_source.buildinfo
Checksums-Sha256:
 af03fbf176ed762bbcb0bfe9f5a31d56022b6d1525944cd4865423e42e65da39 1578 
gmemusage_0.2-11.1.dsc
 26de7d190279fc1eeac33007b9689b5de0f04384007adefe90db678d583ff66a 4700 
gmemusage_0.2-11.1.debian.tar.xz
 9fc8b4671dd4878619c679ee5880eb85bdc29450860b8534bc7725d0bf58081f 6105 
gmemusage_0.2-11.1_source.buildinfo
Files:
 1b2ab743c405777e7800cce3de4ca3ac 1578 utils optional gmemusage_0.2-11.1.dsc
 adfc2fbd8a29f16162d54cf58065ccb0 4700 utils optional 
gmemusage_0.2-11.1.debian.tar.xz
 83e89fe9a57677c3811fc7b665b94131 6105 utils optional 
gmemusage_0.2-11.1_source.buildinfo

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

iQHEBAEBCgAuFiEEQGIgyLhVKAI3jM5BH1x6i0VWQxQFAmZl2/0QHGJhZ2VAZGVi
aWFuLm9yZwAKCRAfXHqLRVZDFGOCC/9QzGC2PEZELObroPtJhRrMWVFlDrznkqGN
db+NXDo2xbRvnkFD7wPxD6FVhzFizS8fjg6Nt+m0oZJGQnNA7uGr7o4aftL9uOdB
BLrNFGZMUgNf1KRgwYUCtrAdE2WFNd3NTA3Cv4IGzkxChzZ76xQUKNlX7wU4bGEx
6HxsnVu2rnkM4UVEWM4FqxDbhQRZ6jkuh+TEopmw+EPykwArO7yV0QnxGNjMT/8S
buKFp9TfM2FMKeKwurBCY2ItGmlLtXEZ4HqBN+FAn/Y+KfuX4SbaFpEs+6HIHnyi
jvphT4rPoMxvFJpBV6qXmbJC4VJ5S6DElgf4TTtj3NA5T8TA9RZOP4sKZM3Da8aQ
ZKe/QZTJJWvk5LIdcyKJwZHXU2LdmNjp16LP+WoAQ6n4Y4Vj8cAoO7Yz0vkGjAVv
3Mr3ulvpEwROFPOkdMlUymWR2pbng91ADzIq43tRYR4UZX/BK9lJTD9sQg28Si9N
D+WhWFxseKEGoyRTKvtPZ9M/7x1psX8=
=mWPe
-----END PGP SIGNATURE-----

Attachment: pgpWno1DYFJhn.pgp
Description: PGP signature


--- End Message ---

Reply via email to