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.

Reply via email to