Your message dated Tue, 14 May 2024 10:21:08 +0000
with message-id <e1s6phq-008wsp...@fasolo.debian.org>
and subject line Bug#1066503: fixed in sucrack 1.2.3-7
has caused the Debian Bug report #1066503,
regarding sucrack: FTBFS: rewriter.c:74:31: error: implicit declaration of 
function ‘malloc’ [-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.)


-- 
1066503: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1066503
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: sucrack
Version: 1.2.3-6
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 -DHAVE_CONFIG_H -I. -I..   -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -O2 
> -D_GNU_SOURCE -DSTATIC_BUFFER  -DLINUX -DSUCRACK_TITLE="\"sucrack 1.2.3 
> (LINUX)\"" -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -DSTATISTICS -c -o sucrack-stat.o `test -f 'stat.c' || echo './'`stat.c
> rewriter.c: In function ‘rewr_get_rules’:
> rewriter.c:74:31: error: implicit declaration of function ‘malloc’ 
> [-Werror=implicit-function-declaration]
>    74 |     rule_set = (rule_set_t *) malloc(sizeof(rule_set_t));
>       |                               ^~~~~~
> rewriter.c:34:1: note: include ‘<stdlib.h>’ or provide a declaration of 
> ‘malloc’
>    33 | #include "rules.h"
>   +++ |+#include <stdlib.h>
>    34 | #include "stat.h"
> rewriter.c:74:31: warning: incompatible implicit declaration of built-in 
> function ‘malloc’ [-Wbuiltin-declaration-mismatch]
>    74 |     rule_set = (rule_set_t *) malloc(sizeof(rule_set_t));
>       |                               ^~~~~~
> rewriter.c:74:31: note: include ‘<stdlib.h>’ or provide a declaration of 
> ‘malloc’
> stat.c: In function ‘stat_display’:
> stat.c:92:24: warning: format ‘%i’ expects argument of type ‘int’, but 
> argument 2 has type ‘size_t’ {aka ‘long unsigned int’} [-Wformat=]
>    92 |         printf("\33[0;%iH\33[1m%s\33[0m\n\n\n", (ws.ws_col / 2) - 
> ((strlen(SUCRACK_TITLE) + 7)/ 2), SUCRACK_TITLE);
>       |                       ~^                        
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>       |                        |                                        |
>       |                        int                                      
> size_t {aka long unsigned int}
>       |                       %li
> In file included from sucrack.c:41:
> rules.h:59:20: warning: ‘rules_map’ defined but not used [-Wunused-variable]
>    59 | static rules_map_t rules_map[] = {
>       |                    ^~~~~~~~~
> worker.c: In function ‘worker_run’:
> worker.c:152:9: warning: variable ‘rs’ set but not used 
> [-Wunused-but-set-variable]
>   152 |     int rs;
>       |         ^~
> cc1: some warnings being treated as errors
> make[3]: *** [Makefile:481: sucrack-rewriter.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/sucrack_1.2.3-6_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: sucrack
Source-Version: 1.2.3-7
Done: Sophie Brun <sop...@freexian.com>

We believe that the bug you reported is fixed in the latest version of
sucrack, 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.
Sophie Brun <sop...@freexian.com> (supplier of updated sucrack 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: Tue, 14 May 2024 11:51:18 +0200
Source: sucrack
Architecture: source
Version: 1.2.3-7
Distribution: unstable
Urgency: medium
Maintainer: Debian Security Tools <team+pkg-secur...@tracker.debian.org>
Changed-By: Sophie Brun <sop...@freexian.com>
Closes: 1066503
Changes:
 sucrack (1.2.3-7) unstable; urgency=medium
 .
   [ Debian Janitor ]
   * Update standards version to 4.6.1, no changes needed.
 .
   [ Sophie Brun ]
   * Refresh patches
   * Add missing include <stdlib.h> (Closes: #1066503)
   * Bump Standards-Version to 4.7.0
Checksums-Sha1:
 ea5079ce86a356939a6e1be2ce6201d87a0b8dd3 1946 sucrack_1.2.3-7.dsc
 60ca480b28bdf829c0bbac47444b219079e16438 5296 sucrack_1.2.3-7.debian.tar.xz
 d85d88f7a89a4693d98a15f6f78dc9d72d183e2b 7456 sucrack_1.2.3-7_source.buildinfo
Checksums-Sha256:
 bc672d1aebb34fe27f582985ce18c4d2aac7895174285de056b74a2c9b46fac0 1946 
sucrack_1.2.3-7.dsc
 a2bb7d283427c27bff30c20801bcfc8aefd802dd8156836ebb1a1ba46b0fc29c 5296 
sucrack_1.2.3-7.debian.tar.xz
 1107c99c4f402e027653ba6fd173ede095cb26461f1964d724e65c5640e297b3 7456 
sucrack_1.2.3-7_source.buildinfo
Files:
 f0828b7bf50dbcb5703014844d5c491b 1946 admin optional sucrack_1.2.3-7.dsc
 b33e17f6d0d391f2b2b40b7ea7b11422 5296 admin optional 
sucrack_1.2.3-7.debian.tar.xz
 9fa3b30e76c3aba995c44ea4eee64c1a 7456 admin optional 
sucrack_1.2.3-7_source.buildinfo

-----BEGIN PGP SIGNATURE-----
Comment: Signed by Sophie Brun

iQIzBAEBCgAdFiEEOyG45orlwW+H9TItV5J4OyBv7jAFAmZDNzIACgkQV5J4OyBv
7jArZQ/+IfsQQDFqv2Jzp7V0WZ8Lp87tS9eN2/qxkQoueROqaCgUrP9pjoJQyri5
NbIE2q6KfhD/8Vr8oKAObHIvfw4GmmwU/uqgzjykGDHpwuSUMdhAcnVlAzZdxNLp
FYxtCM9msaejt4tC0hEH/BaRc6gjEIWFGdPYEvhTLPQFocDPvkX+3vTKczho6a8z
Z793+nlyRUJdkAWye3Qmx4EW23w3yYEk3X7lYnEFSP66uHSqcZwEJzyjMUGLHJiI
TNewrjfHQbLk7E8f9gcXzDCliWaq6UxWtipnWFB7FuZmfcZYQXVkEA9RARN0AaMo
AKq13kuSS3QcSExCQ9NeJT1dnYi3ADYcDOrM++XlUq4rDbFmIijU89+HL07fTbW6
DXl4eoLrKXo1x8e4HjrPpdNJ88XuRYj73tpGF7oRGKScefqc7SjUjq1pn7inEqJD
vOZtUFRX7KcAFTVN1ngv2hqQf+KB78f5niWHEgAKO46KhLxEUQ5+xaxUUxAvge9z
zU017qUfQ92MnxMOkZQEttXZyQqfYYlB4oEitZCcwcRwxXPM98OU80IIOB3YHt0J
8uzJ8Ai8U0roFnZdyv8ohXXsZ5+OhZxjVa1sgpl6v5ZLMYTIuf2kTpK4rHxSyS/3
1DH7gGwnGqMp7JlpbthWMTWmRS3ZxhcBFMwv0u+tD4oUusUQ+Fw=
=ysvJ
-----END PGP SIGNATURE-----

Attachment: pgpU5NH6cWcET.pgp
Description: PGP signature


--- End Message ---

Reply via email to