Your message dated Sun, 16 Jun 2024 15:49:26 +0000
with message-id <e1sis8e-00cob6...@fasolo.debian.org>
and subject line Bug#1073301: fixed in compiz-plugins-extra 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 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-extra
Source-Version: 2:0.8.18-4
Done: Samuel Thibault <sthiba...@debian.org>

We believe that the bug you reported is fixed in the latest version of
compiz-plugins-extra, 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-extra 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:08:47 +0200
Source: compiz-plugins-extra
Architecture: source
Version: 2:0.8.18-4
Distribution: unstable
Urgency: medium
Maintainer: Hypra Team <b...@hypra.fr>
Changed-By: Samuel Thibault <sthiba...@debian.org>
Closes: 1073301
Changes:
 compiz-plugins-extra (2:0.8.18-4) unstable; urgency=medium
 .
   [ Samuel Thibault ]
   * patches/implicit-function-declaration,{-2}: Fix build with
     -Werror=implicit-function-declaration (Closes: Bug#1073301)
 .
   [ Debian Janitor ]
   * Update standards version to 4.6.1, no changes needed.
Checksums-Sha1:
 fba58a7f6354e78105cc47ee7e54fbabc8e5a24f 2338 compiz-plugins-extra_0.8.18-4.dsc
 fa975ae9bc92d0d9c5e66a2ca4b93334915b9fba 6744 
compiz-plugins-extra_0.8.18-4.debian.tar.xz
 fc3b9a7c6064bda4632a1e631135662d158b3e41 14362 
compiz-plugins-extra_0.8.18-4_amd64.buildinfo
Checksums-Sha256:
 8b81707abcd12a21829b9e2b85a803fbe1c4ce8eab448b94eb614eda1c6c92a1 2338 
compiz-plugins-extra_0.8.18-4.dsc
 102d48289a7686cbed54b986e4d57672dff086478c20271fd309f79402da4434 6744 
compiz-plugins-extra_0.8.18-4.debian.tar.xz
 2b98252dd62fd48bab88496ef5ddb22327b76c75209b251d5eb69b9ddb23c3d5 14362 
compiz-plugins-extra_0.8.18-4_amd64.buildinfo
Files:
 f1f336a267eda1fd27aaeb0aeccea1dc 2338 x11 optional 
compiz-plugins-extra_0.8.18-4.dsc
 ad034579cb5acf449b4d19ed3198cb79 6744 x11 optional 
compiz-plugins-extra_0.8.18-4.debian.tar.xz
 22f222d8ecba69d30bae0b9d21d4501b 14362 x11 optional 
compiz-plugins-extra_0.8.18-4_amd64.buildinfo

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

iQIzBAEBCgAdFiEEi6MnFvk67auaclLJ5pG0tXV4H2IFAmZvBV0ACgkQ5pG0tXV4
H2KilRAAuMUVgR3zssOTSogDc+PofoJiPTdvceoj3EQeKrWUc3NWJQ8PM709jjFT
Q+T1JmW/9503z2hesI6yr49Q++Jk89pptw1PrVl+cF+ZT0Zdi9iBhx9Qbq+vfXfS
tBPptEzN3rAV1hrVo47uh4rs5ATFJhGtBnMBliofzMOBJSS494BFtMJNcS5lasZP
j+IeWTLyWeSzYi4a6MKvhbqjFBmaAF74P8xtmZgIh017qvbo+SjUCFlVlCLwFtxA
4NERuvCrzd2aMxrH1qnsYtz4itzYKsm1gl3wURDw1qJx7EHrkV5P2EQvbMhUJ8Z+
6Rp5kDjPcbndBiBD/n9+KFHllF3G0fLWD5WmuqoyER9NFhKbURF23CUR4X/nxN0X
8mbeeuWniHS9DpWroy7joUb24dHowZ41sJ2gQSkeXgtKNrSeasCsonU9+EMCZLTx
+YFh4ZVi7T7xD/7fPtoK46yjY12KKYCNIei8vZtef9Kfgn0OQqWVkmtdTf7meVdp
OiEiDeVExwNAGeLfQ6w1sIysUC1qMhhQ8BYCn1qrfdqJE9OPBjTfx+afOhymMrqE
YfKr2l6/3EulZwCajTFupWqiSF22lu2MZBwtib+uMJsq9863QvSkl47InIDNAFRF
WRvuNDcUFsr+3uwcaza1fKFKrhzCK9CkK5ZaaYE1u7C/bYzai5E=
=qfwI
-----END PGP SIGNATURE-----

Attachment: pgpfVRPhVMUbX.pgp
Description: PGP signature


--- End Message ---

Reply via email to