Your message dated Sun, 16 Jun 2024 15:49:36 +0000
with message-id <e1sis8o-00codo...@fasolo.debian.org>
and subject line Bug#1073301: fixed in compiz-plugins-main 2:0.8.18-6
has caused the Debian Bug report #1073301,
regarding compiz-plugins-extra: FTBFS: addhelper.c:332:10: 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.)
--
1073301: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1073301
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: compiz-plugins-extra
Version: 2:0.8.18-3
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240615 ftbfs-trixie
Hi,
During a rebuild of all packages in sid, your package failed to build
on amd64.
Relevant part (hopefully):
> /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
> -I../.. -I/usr/include/libxml2 -I/usr/include/startup-notification-1.0
> -I/usr/include/compiz -DDATADIR='""' -DLIBDIR='"/usr/lib"'
> -DLOCALEDIR="\"/usr/share/locale\"" -DIMAGEDIR='"/usr/share/compiz"'
> -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-protector-strong -fstack-clash-protection -Wformat
> -Werror=format-security -fcf-protection -Wall -Wpointer-arith
> -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations
> -Wnested-externs -fno-strict-aliasing -c -o addhelper_options.lo
> addhelper_options.c
> libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/libxml2
> -I/usr/include/startup-notification-1.0 -I/usr/include/compiz -DDATADIR=\"\"
> -DLIBDIR=\"/usr/lib\" -DLOCALEDIR=\"/usr/share/locale\"
> -DIMAGEDIR=\"/usr/share/compiz\" -I../../include -Wdate-time
> -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
> -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes
> -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -c
> addhelper_options.c -fPIC -DPIC -o .libs/addhelper_options.o
> libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/libxml2
> -I/usr/include/startup-notification-1.0 -I/usr/include/compiz -DDATADIR=\"\"
> -DLIBDIR=\"/usr/lib\" -DLOCALEDIR=\"/usr/share/locale\"
> -DIMAGEDIR=\"/usr/share/compiz\" -I../../include -Wdate-time
> -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
> -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes
> -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -c addhelper.c
> -fPIC -DPIC -o .libs/addhelper.o
> addhelper.c: In function ‘addhelperInitWindow’:
> addhelper.c:332:10: error: implicit declaration of function ‘malloc’
> [-Werror=implicit-function-declaration]
> 332 | aw = malloc (sizeof (AddHelperWindow));
> | ^~~~~~
> addhelper.c:28:1: note: include ‘<stdlib.h>’ or provide a declaration of
> ‘malloc’
> 27 | #include "addhelper_options.h"
> +++ |+#include <stdlib.h>
> 28 |
> addhelper.c:332:10: warning: incompatible implicit declaration of built-in
> function ‘malloc’ [-Wbuiltin-declaration-mismatch]
> 332 | aw = malloc (sizeof (AddHelperWindow));
> | ^~~~~~
> addhelper.c:332:10: note: include ‘<stdlib.h>’ or provide a declaration of
> ‘malloc’
> addhelper.c: In function ‘addhelperFiniWindow’:
> addhelper.c:354:5: error: implicit declaration of function ‘free’
> [-Werror=implicit-function-declaration]
> 354 | free (aw);
> | ^~~~
> addhelper.c:354:5: note: include ‘<stdlib.h>’ or provide a declaration of
> ‘free’
> addhelper.c:354:5: warning: incompatible implicit declaration of built-in
> function ‘free’ [-Wbuiltin-declaration-mismatch]
> addhelper.c:354:5: note: include ‘<stdlib.h>’ or provide a declaration of
> ‘free’
> addhelper.c: In function ‘addhelperInitScreen’:
> addhelper.c:365:10: warning: incompatible implicit declaration of built-in
> function ‘malloc’ [-Wbuiltin-declaration-mismatch]
> 365 | as = malloc (sizeof (AddHelperScreen));
> | ^~~~~~
> addhelper.c:365:10: note: include ‘<stdlib.h>’ or provide a declaration of
> ‘malloc’
> addhelper.c:372:9: warning: incompatible implicit declaration of built-in
> function ‘free’ [-Wbuiltin-declaration-mismatch]
> 372 | free (as);
> | ^~~~
> addhelper.c:372:9: note: include ‘<stdlib.h>’ or provide a declaration of
> ‘free’
> addhelper.c: In function ‘addhelperFiniScreen’:
> addhelper.c:398:5: warning: incompatible implicit declaration of built-in
> function ‘free’ [-Wbuiltin-declaration-mismatch]
> 398 | free (as);
> | ^~~~
> addhelper.c:398:5: note: include ‘<stdlib.h>’ or provide a declaration of
> ‘free’
> addhelper.c: In function ‘addhelperInitDisplay’:
> addhelper.c:410:10: warning: incompatible implicit declaration of built-in
> function ‘malloc’ [-Wbuiltin-declaration-mismatch]
> 410 | ad = malloc (sizeof (AddHelperDisplay));
> | ^~~~~~
> addhelper.c:410:10: note: include ‘<stdlib.h>’ or provide a declaration of
> ‘malloc’
> addhelper.c:417:9: warning: incompatible implicit declaration of built-in
> function ‘free’ [-Wbuiltin-declaration-mismatch]
> 417 | free (ad);
> | ^~~~
> addhelper.c:417:9: note: include ‘<stdlib.h>’ or provide a declaration of
> ‘free’
> addhelper.c: In function ‘addhelperFiniDisplay’:
> addhelper.c:449:5: warning: incompatible implicit declaration of built-in
> function ‘free’ [-Wbuiltin-declaration-mismatch]
> 449 | free (ad);
> | ^~~~
> addhelper.c:449:5: note: include ‘<stdlib.h>’ or provide a declaration of
> ‘free’
> cc1: some warnings being treated as errors
> make[5]: *** [Makefile:521: addhelper.lo] Error 1
The full build log is available from:
http://qa-logs.debian.net/2024/06/15/compiz-plugins-extra_0.8.18-3_unstable.log
All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240615;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240615&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: compiz-plugins-main
Source-Version: 2:0.8.18-6
Done: Samuel Thibault <sthiba...@debian.org>
We believe that the bug you reported is fixed in the latest version of
compiz-plugins-main, 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 1073...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Samuel Thibault <sthiba...@debian.org> (supplier of updated compiz-plugins-main
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, 16 Jun 2024 17:10:39 +0200
Source: compiz-plugins-main
Architecture: source
Version: 2:0.8.18-6
Distribution: unstable
Urgency: medium
Maintainer: Hypra Team <b...@hypra.fr>
Changed-By: Samuel Thibault <sthiba...@debian.org>
Closes: 1073301
Changes:
compiz-plugins-main (2:0.8.18-6) unstable; urgency=medium
.
[ Debian Janitor ]
* Bump debhelper from old 12 to 13.
* control: Remove .git from end of gitlab URL in Homepage field
.
[ Samuel Thibault ]
* patches/implicit-function-declaration: Fix build with
-Werror=implicit-function-declaration (Closes: Bug#1073301)
Checksums-Sha1:
ec361cbfc842565c2ad9611f7604e92356c7a68e 2283 compiz-plugins-main_0.8.18-6.dsc
36ba766a4dae957084ba7efc4e035f996ffe64fd 10244
compiz-plugins-main_0.8.18-6.debian.tar.xz
cf6f54f86be1a3f11336a2b288903cd3f69fcb52 14085
compiz-plugins-main_0.8.18-6_amd64.buildinfo
Checksums-Sha256:
5db361341d064b0342235ba2052c33bbf559c91170bbd079d5ea71670a7e2b89 2283
compiz-plugins-main_0.8.18-6.dsc
ce4c41534bb957c76a556a943edca4d0b31086713ea8d56c5c307f076ffb242b 10244
compiz-plugins-main_0.8.18-6.debian.tar.xz
15676ef6dcc4c26ce181a182d8e4651ec9ba57259f4100446c1767629b842a10 14085
compiz-plugins-main_0.8.18-6_amd64.buildinfo
Files:
3147adc9995858b256f0bb3933bccaf6 2283 x11 optional
compiz-plugins-main_0.8.18-6.dsc
9d0dd343a57ab9aad7c095dc811c67ff 10244 x11 optional
compiz-plugins-main_0.8.18-6.debian.tar.xz
390edaf0b83b2e5b05b95a252922ee25 14085 x11 optional
compiz-plugins-main_0.8.18-6_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEi6MnFvk67auaclLJ5pG0tXV4H2IFAmZvBVsACgkQ5pG0tXV4
H2LV4RAApd+XopPsv/XaCnOi6AeWr7BnYMvmdH4+XCFwpJuaTKchy5paL2uhJQqL
9+CDLzJZ9za/jHH37dJ9aREUqwddGfe1NqWxbEBj1gfASDTY+9U0TQIQ01XQcOQn
IzhjXiR9Hr2uBqoSTSZrxFz/Rbn8KScAXlGUTyIy1B95Id4QhLH3Q9vB9fGaCG15
qmIT8Fcb8w5OVMCAmXhPwlVu/StwMeCC3kLh5t+rpX5OOW6tbxMGihXQFqHv9Acb
Z0gM9rcOBBGlS2De6LkhykNaw+tfN+As45JnuKk7GKBCNXd7TQXFA7W39Hx9zr4w
9R5XfTOzCs6wDusAUcYXqVX+oa+PesgLR4Mcej/zLF4QSUidOhn/EZVLLvSWC8e/
2Yp++EwHMHEgZ0ntoHEytvw8AJgai3tODM+THcltMUD11lyxY/2QYjt8oeHzgpTf
FcddBKIdme5tbRBSltM99FFDyHZv2aagZIdsd61+Tr9pRkNpwmBIall7QL6/Aa8T
ykt/Xdc6D3glRxfHgI9G7/hU9oThrU4YpRGvBLyECeF0CiyEO5J7uVq4ZKtUIdFs
UzaYixBqo/dSSU4jFGmfQrirakn4aUNnZSh2nX+9cH+oApW8q0g60PBJKdsmloex
M14p+CbQkCV4hipGr5QzqugE8GFJ+yrHoLrwQ+JrhjJobFprUtw=
=Km1L
-----END PGP SIGNATURE-----
pgpF22hBi8UC6.pgp
Description: PGP signature
--- End Message ---