Source: compiz-plugins-experimental 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../../include -I/usr/include/libxml2 > -I/usr/include/startup-notification-1.0 -I/usr/include/compiz > -DDATADIR='"/usr/share/compiz"' -DLIBDIR='"/usr/lib"' > -DLOCALEDIR="\"/usr/share/locale\"" -DIMAGEDIR='"/usr/share/compiz"' > -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 > anaglyph_options.lo anaglyph_options.c > libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include > -I/usr/include/libxml2 -I/usr/include/startup-notification-1.0 > -I/usr/include/compiz -DDATADIR=\"/usr/share/compiz\" -DLIBDIR=\"/usr/lib\" > -DLOCALEDIR=\"/usr/share/locale\" -DIMAGEDIR=\"/usr/share/compiz\" > -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 anaglyph.c > -fPIC -DPIC -o .libs/anaglyph.o > libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include > -I/usr/include/libxml2 -I/usr/include/startup-notification-1.0 > -I/usr/include/compiz -DDATADIR=\"/usr/share/compiz\" -DLIBDIR=\"/usr/lib\" > -DLOCALEDIR=\"/usr/share/locale\" -DIMAGEDIR=\"/usr/share/compiz\" > -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 > anaglyph_options.c -fPIC -DPIC -o .libs/anaglyph_options.o > anaglyph.c: In function ‘anaglyphInitCore’: > anaglyph.c:397:10: error: implicit declaration of function ‘malloc’ > [-Werror=implicit-function-declaration] > 397 | ac = malloc (sizeof (AnaglyphCore)); > | ^~~~~~ > anaglyph.c:23:1: note: include ‘<stdlib.h>’ or provide a declaration of > ‘malloc’ > 22 | #include "anaglyph_options.h" > +++ |+#include <stdlib.h> > 23 | > anaglyph.c:397:10: warning: incompatible implicit declaration of built-in > function ‘malloc’ [-Wbuiltin-declaration-mismatch] > 397 | ac = malloc (sizeof (AnaglyphCore)); > | ^~~~~~ > anaglyph.c:397:10: note: include ‘<stdlib.h>’ or provide a declaration of > ‘malloc’ > anaglyph.c:404:9: error: implicit declaration of function ‘free’ > [-Werror=implicit-function-declaration] > 404 | free (ac); > | ^~~~ > anaglyph.c:404:9: note: include ‘<stdlib.h>’ or provide a declaration of > ‘free’ > anaglyph.c:404:9: warning: incompatible implicit declaration of built-in > function ‘free’ [-Wbuiltin-declaration-mismatch] > anaglyph.c:404:9: note: include ‘<stdlib.h>’ or provide a declaration of > ‘free’ > anaglyph.c: In function ‘anaglyphFiniCore’: > anaglyph.c:426:5: warning: incompatible implicit declaration of built-in > function ‘free’ [-Wbuiltin-declaration-mismatch] > 426 | free (ac); > | ^~~~ > anaglyph.c:426:5: note: include ‘<stdlib.h>’ or provide a declaration of > ‘free’ > anaglyph.c: In function ‘anaglyphInitDisplay’: > anaglyph.c:436:10: warning: incompatible implicit declaration of built-in > function ‘malloc’ [-Wbuiltin-declaration-mismatch] > 436 | ad = malloc (sizeof (AnaglyphDisplay)); > | ^~~~~~ > anaglyph.c:436:10: note: include ‘<stdlib.h>’ or provide a declaration of > ‘malloc’ > anaglyph.c:437:5: warning: this ‘if’ clause does not guard... > [-Wmisleading-indentation] > 437 | if (!ad) > | ^~ > anaglyph.c:441:9: note: ...this statement, but the latter is misleadingly > indented as if it were guarded by the ‘if’ > 441 | ad->screenPrivateIndex = allocateScreenPrivateIndex (d); > | ^~ > anaglyph.c:444:17: warning: incompatible implicit declaration of built-in > function ‘free’ [-Wbuiltin-declaration-mismatch] > 444 | free (ad); > | ^~~~ > anaglyph.c:444:17: note: include ‘<stdlib.h>’ or provide a declaration of > ‘free’ > anaglyph.c: In function ‘anaglyphFiniDisplay’: > anaglyph.c:465:5: warning: incompatible implicit declaration of built-in > function ‘free’ [-Wbuiltin-declaration-mismatch] > 465 | free (ad); > | ^~~~ > anaglyph.c:465:5: note: include ‘<stdlib.h>’ or provide a declaration of > ‘free’ > anaglyph.c: In function ‘anaglyphInitScreen’: > anaglyph.c:477:14: warning: incompatible implicit declaration of built-in > function ‘malloc’ [-Wbuiltin-declaration-mismatch] > 477 | as = malloc (sizeof (AnaglyphScreen)); > | ^~~~~~ > anaglyph.c:477:14: note: include ‘<stdlib.h>’ or provide a declaration of > ‘malloc’ > anaglyph.c:484:17: warning: incompatible implicit declaration of built-in > function ‘free’ [-Wbuiltin-declaration-mismatch] > 484 | free(as); > | ^~~~ > anaglyph.c:484:17: note: include ‘<stdlib.h>’ or provide a declaration of > ‘free’ > anaglyph.c: In function ‘anaglyphFiniScreen’: > anaglyph.c:514:9: warning: incompatible implicit declaration of built-in > function ‘free’ [-Wbuiltin-declaration-mismatch] > 514 | free (as); > | ^~~~ > anaglyph.c:514:9: note: include ‘<stdlib.h>’ or provide a declaration of > ‘free’ > anaglyph.c: In function ‘anaglyphInitWindow’: > anaglyph.c:525:14: warning: incompatible implicit declaration of built-in > function ‘malloc’ [-Wbuiltin-declaration-mismatch] > 525 | aw = malloc(sizeof(AnaglyphWindow)); > | ^~~~~~ > anaglyph.c:525:14: note: include ‘<stdlib.h>’ or provide a declaration of > ‘malloc’ > anaglyph.c: In function ‘anaglyphFiniWindow’: > anaglyph.c:540:9: warning: incompatible implicit declaration of built-in > function ‘free’ [-Wbuiltin-declaration-mismatch] > 540 | free(aw); > | ^~~~ > anaglyph.c:540:9: note: include ‘<stdlib.h>’ or provide a declaration of > ‘free’ > cc1: some warnings being treated as errors > make[5]: *** [Makefile:527: anaglyph.lo] Error 1 The full build log is available from: http://qa-logs.debian.net/2024/06/15/compiz-plugins-experimental_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.

