Your message dated Sun, 16 Jun 2024 15:49:15 +0000
with message-id <[email protected]>
and subject line Bug#1073301: fixed in compiz-plugins-experimental 2:0.8.18-4
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 [email protected]
immediately.)
--
1073301: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1073301
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: compiz-plugins-extra
Version: 2:0.8.18-3
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: [email protected]
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;[email protected]
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240615&[email protected]&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-experimental
Source-Version: 2:0.8.18-4
Done: Samuel Thibault <[email protected]>
We believe that the bug you reported is fixed in the latest version of
compiz-plugins-experimental, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Samuel Thibault <[email protected]> (supplier of updated
compiz-plugins-experimental 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 [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Sun, 16 Jun 2024 17:12:07 +0200
Source: compiz-plugins-experimental
Architecture: source
Version: 2:0.8.18-4
Distribution: unstable
Urgency: medium
Maintainer: Hypra Team <[email protected]>
Changed-By: Samuel Thibault <[email protected]>
Closes: 1073301
Changes:
compiz-plugins-experimental (2:0.8.18-4) unstable; urgency=medium
.
[ Samuel Thibault ]
* patches/implicit-function-declaration: Fix build with
-Werror=implicit-function-declaration (Closes: Bug#1073301)
.
[ Debian Janitor ]
* Update standards version to 4.6.1, no changes needed.
* Set upstream metadata fields: Bug-Database, Bug-Submit.
Checksums-Sha1:
83294ba83091f60b501289918fbd165947127612 2449
compiz-plugins-experimental_0.8.18-4.dsc
b69e3d195ea2002286fbe36e3c8d0afe0d391a12 6312
compiz-plugins-experimental_0.8.18-4.debian.tar.xz
b93223a8a558e8495120d78e971a730666ae0220 15073
compiz-plugins-experimental_0.8.18-4_amd64.buildinfo
Checksums-Sha256:
4a08030e4e92b2ccd020adc2ab2506726b66e9fb2d04231b3f062797bd0a0987 2449
compiz-plugins-experimental_0.8.18-4.dsc
8e944361229d854dd2379c712c89b1f3a8d37ba3139d11ca9ab51b93d878ff42 6312
compiz-plugins-experimental_0.8.18-4.debian.tar.xz
1126f5583dc910bad6903388cc7c6ee52ec9f24a5dc42626b199dc21854a2f1b 15073
compiz-plugins-experimental_0.8.18-4_amd64.buildinfo
Files:
596e3b325e4a5d528eceb62e2a5e05a0 2449 x11 optional
compiz-plugins-experimental_0.8.18-4.dsc
33bc1310e7f1ff5b63e72466bc825648 6312 x11 optional
compiz-plugins-experimental_0.8.18-4.debian.tar.xz
3a7d395bc4f455dd318e0da2a679e6ba 15073 x11 optional
compiz-plugins-experimental_0.8.18-4_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEi6MnFvk67auaclLJ5pG0tXV4H2IFAmZvBVwACgkQ5pG0tXV4
H2L7SRAAu6XF69Ex1hZ6tK4EkpQkGnmNkS9yewhBYmIdum3A6UTjONBHdXqTzT32
eTKCGsdYrT2WMJOor4CHUNYHIkldl2i/UjWONv2r9dmEnfJOJ2b0Bi124dkcm5UQ
pqtyN3IjZL24NZlbUq11W7oFaPhDixmCAhQOhrTqcPUVWLJqorSrV57qcqoUGIAF
216jaQM3+cCUg13R/wvThQgmqO3pwr7dOY0Al9i/KBr+vM2h+HIkVfzQJHotY+fQ
7BJme7/bkNzHTpEmO4HZg/j7gWNfhPaJIGMWtrPZ39J9pXlTb3muBkuq2w/ciKqu
BJq+ybACQ+8UPL5dDFG1LPa6qzYnqhSHzE48QFpmt1ltFXWhspl8xeQjPQQt6jN6
2Ws3mbQ6Z4MpkPnhzI4nkiE7WEqG3uNRk60b+idqxsXVOyMNoe1GaJVQwOtrMJOK
XwgMZWQDIkOHXZ1JjVGvWGo1Bhf6i53yrtbWSnckPc4NybGctxTf2BEXSUEJGaFN
P77h//7Kc1ghqMvYC94vtLcWUqsnwQaBj+USWN9VGc3F58fmAz2mYWeYqjmdNh4k
/eKko5w25MpRc0aSWfvE14wQmgSOFLKyWASD7yIlCJRHvs4HOVYPjgN2nzYzTzRd
DXE8is0INX5ZrBS5UmuBok0ivccYQzLB0pGBJerDVMSnDib4Xdc=
=1+v1
-----END PGP SIGNATURE-----
pgpnZ3zkRD1Du.pgp
Description: PGP signature
--- End Message ---