Source: xcb-util-cursor Version: 0.1.4-1 Severity: minor Tags: trixie sid ftbfs User: [email protected] Usertags: ftbfs-binary-20230816 ftbfs-binary-after-build User: [email protected] Usertags: qa-doublebuild
Hi, This package fails to do build a binary-only build (not source) after a successful build (dpkg-buildpackage ; dpkg-buildpackage -b). This is probably a clear violation of Debian Policy section 4.9 (clean target), but this is filed as severity:minor for now, because a discussion on debian-devel showed that we might want to revisit the requirement of a working 'clean' target. More information about this class of issues, included common problems and solutions, is available at https://wiki.debian.org/qa.debian.org/FTBFS/DoubleBuild Relevant part of the build log: > cd /<<PKGBUILDDIR>> && runuser -u user42 -- dpkg-buildpackage --sanitize-env > -us -uc -rfakeroot -b > ------------------------------------------------------------------------------------------------------------------------------------- > > dpkg-buildpackage: info: source package xcb-util-cursor > dpkg-buildpackage: info: source version 0.1.4-1 > dpkg-buildpackage: info: source distribution unstable > dpkg-buildpackage: info: source changed by Jakob Haufe <[email protected]> > dpkg-source --before-build . > dpkg-buildpackage: info: host architecture amd64 > debian/rules clean > dh clean --with autoreconf > dh_auto_clean > make -j8 distclean > make[1]: Entering directory '/<<PKGBUILDDIR>>' > Making distclean in cursor > make[2]: Entering directory '/<<PKGBUILDDIR>>/cursor' > test -z "shape_to_id.c" || rm -f shape_to_id.c > test -z "libxcb-cursor.la" || rm -f libxcb-cursor.la > rm -rf .libs _libs > rm -f *.o > rm -f *.lo > rm -f *.tab.c > test -z "xcb-cursor.pc" || rm -f xcb-cursor.pc > rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags > test . = "." || test -z "" || rm -f > rm -f ./so_locations > rm -f ./.deps/libxcb_cursor_la-cursor.Plo > rm -f ./.deps/libxcb_cursor_la-load_cursor.Plo > rm -f ./.deps/libxcb_cursor_la-parse_cursor_file.Plo > rm -f ./.deps/libxcb_cursor_la-shape_to_id.Plo > rm -f Makefile > make[2]: Leaving directory '/<<PKGBUILDDIR>>/cursor' > make[2]: Entering directory '/<<PKGBUILDDIR>>' > rm -rf .libs _libs > rm -f *.lo > test -z "xcb_util_intro" || rm -f xcb_util_intro > rm -f libtool config.lt > rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags > test . = "." || test -z "" || rm -f > rm -f cscope.out cscope.in.out cscope.po.out cscope.files > make[2]: Leaving directory '/<<PKGBUILDDIR>>' > rm -f config.status config.cache config.log configure.lineno > config.status.lineno > rm -f Makefile > make[1]: Leaving directory '/<<PKGBUILDDIR>>' > dh_autoreconf_clean > dh_clean > debian/rules binary > dh binary --with autoreconf > dh_update_autotools_config > dh_autoreconf > libtoolize: putting auxiliary files in '.'. > libtoolize: copying file './ltmain.sh' > libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. > libtoolize: copying file 'm4/libtool.m4' > libtoolize: copying file 'm4/ltoptions.m4' > libtoolize: copying file 'm4/ltsugar.m4' > libtoolize: copying file 'm4/ltversion.m4' > libtoolize: copying file 'm4/lt~obsolete.m4' > libtoolize: Remember to add 'LT_INIT' to configure.ac. > configure.ac:18: warning: The macro `AC_PROG_CC_C99' is obsolete. > configure.ac:18: You should run autoupdate. > ./lib/autoconf/c.m4:1659: AC_PROG_CC_C99 is expanded from... > aclocal.m4:1899: XORG_COMPILER_BRAND is expanded from... > aclocal.m4:2018: XORG_COMPILER_FLAGS is expanded from... > aclocal.m4:2190: XORG_DEFAULT_OPTIONS is expanded from... > m4/xcb_util_common.m4:8: XCB_UTIL_COMMON is expanded from... > configure.ac:18: the top level > configure.ac:11: installing './compile' > configure.ac:13: installing './missing' > cursor/Makefile.am: installing './depcomp' > debian/rules override_dh_auto_configure > make[1]: Entering directory '/<<PKGBUILDDIR>>' > dh_auto_configure -- --disable-silent-rules > ./configure --build=x86_64-linux-gnu --prefix=/usr > --includedir=\${prefix}/include --mandir=\${prefix}/share/man > --infodir=\${prefix}/share/info --sysconfdir=/etc --localstatedir=/var > --disable-option-checking --disable-silent-rules > --libdir=\${prefix}/lib/x86_64-linux-gnu --runstatedir=/run > --disable-maintainer-mode --disable-dependency-tracking --disable-silent-rules > checking for gcc... gcc > checking whether the C compiler works... yes > checking for C compiler default output file name... a.out > checking for suffix of executables... > checking whether we are cross compiling... no > checking for suffix of object files... o > checking whether the compiler supports GNU C... yes > checking whether gcc accepts -g... yes > checking for gcc option to enable C11 features... none needed > checking whether gcc understands -c and -o together... yes > checking for stdio.h... yes > checking for stdlib.h... yes > checking for string.h... yes > checking for inttypes.h... yes > checking for stdint.h... yes > checking for strings.h... yes > checking for sys/stat.h... yes > checking for sys/types.h... yes > checking for unistd.h... yes > checking for wchar.h... yes > checking for minix/config.h... no > checking whether it is safe to define __EXTENSIONS__... yes > checking whether _XOPEN_SOURCE should be defined... no > checking for a BSD-compatible install... /usr/bin/install -c > checking whether build environment is sane... yes > checking for a race-free mkdir -p... /bin/mkdir -p > checking for gawk... no > checking for mawk... mawk > checking whether make sets $(MAKE)... yes > checking whether make supports the include directive... yes (GNU style) > checking whether make supports nested variables... yes > checking dependency style of gcc... none > checking for ssize_t... yes > checking for m4 that supports -I option... /usr/bin/m4 > checking build system type... x86_64-pc-linux-gnu > checking host system type... x86_64-pc-linux-gnu > checking how to print strings... printf > checking for a sed that does not truncate output... /bin/sed > checking for grep that handles long lines and -e... /bin/grep > checking for egrep... /bin/grep -E > checking for fgrep... /bin/grep -F > checking for ld used by gcc... /usr/bin/ld > checking if the linker (/usr/bin/ld) is GNU ld... yes > checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B > checking the name lister (/usr/bin/nm -B) interface... BSD nm > checking whether ln -s works... yes > checking the maximum length of command line arguments... 1572864 > checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu > format... func_convert_file_noop > checking how to convert x86_64-pc-linux-gnu file names to toolchain format... > func_convert_file_noop > checking for /usr/bin/ld option to reload object files... -r > checking for file... file > checking for objdump... objdump > checking how to recognize dependent libraries... pass_all > checking for dlltool... no > checking how to associate runtime and link libraries... printf %s\n > checking for ar... ar > checking for archiver @FILE support... @ > checking for strip... strip > checking for ranlib... ranlib > checking command to parse /usr/bin/nm -B output from gcc object... ok > checking for sysroot... no > checking for a working dd... /bin/dd > checking how to truncate binary pipes... /bin/dd bs=4096 count=1 > checking for mt... no > checking if : is a manifest tool... no > checking for dlfcn.h... yes > checking for objdir... .libs > checking if gcc supports -fno-rtti -fno-exceptions... no > checking for gcc option to produce PIC... -fPIC -DPIC > checking if gcc PIC flag -fPIC -DPIC works... yes > checking if gcc static flag -static works... yes > checking if gcc supports -c -o file.o... yes > checking if gcc supports -c -o file.o... (cached) yes > checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared > libraries... yes > checking whether -lc should be explicitly linked in... no > checking dynamic linker characteristics... GNU/Linux ld.so > checking how to hardcode library paths into programs... immediate > checking whether stripping libraries is possible... yes > checking if libtool supports shared libraries... yes > checking whether to build shared libraries... yes > checking whether to build static libraries... yes > checking for pkg-config... /usr/bin/pkg-config > checking pkg-config is at least version 0.9.0... yes > checking for gcc options needed to detect all undeclared functions... none > needed > checking whether __clang__ is declared... no > checking whether __INTEL_COMPILER is declared... no > checking whether __SUNPRO_C is declared... no > checking for xcb >= 1.4... yes > checking whether libxcb was compiled against xcb-proto >= 1.6... checking for > gawk... (cached) mawk > yes > checking if gcc supports -Werror=unknown-warning-option... no > checking if gcc supports -Werror=unused-command-line-argument... no > checking if gcc supports -Wall... yes > checking if gcc supports -Wpointer-arith... yes > checking if gcc supports -Wmissing-declarations... yes > checking if gcc supports -Wformat=2... yes > checking if gcc supports -Wstrict-prototypes... yes > checking if gcc supports -Wmissing-prototypes... yes > checking if gcc supports -Wnested-externs... yes > checking if gcc supports -Wbad-function-cast... yes > checking if gcc supports -Wold-style-definition... yes > checking if gcc supports -Wdeclaration-after-statement... yes > checking if gcc supports -Wunused... yes > checking if gcc supports -Wuninitialized... yes > checking if gcc supports -Wshadow... yes > checking if gcc supports -Wmissing-noreturn... yes > checking if gcc supports -Wmissing-format-attribute... yes > checking if gcc supports -Wredundant-decls... yes > checking if gcc supports -Wlogical-op... yes > checking if gcc supports -Werror=implicit... yes > checking if gcc supports -Werror=nonnull... yes > checking if gcc supports -Werror=init-self... yes > checking if gcc supports -Werror=main... yes > checking if gcc supports -Werror=missing-braces... yes > checking if gcc supports -Werror=sequence-point... yes > checking if gcc supports -Werror=return-type... yes > checking if gcc supports -Werror=trigraphs... yes > checking if gcc supports -Werror=array-bounds... yes > checking if gcc supports -Werror=write-strings... yes > checking if gcc supports -Werror=address... yes > checking if gcc supports -Werror=int-to-pointer-cast... yes > checking if gcc supports -Werror=pointer-to-int-cast... yes > checking if gcc supports -pedantic... yes > checking if gcc supports -Werror... yes > checking if gcc supports -Werror=attributes... yes > checking whether make supports nested variables... (cached) yes > checking whether to build developer documentation... yes > checking for doxygen... no > configure: WARNING: doxygen not found - documentation targets will be skipped > checking for endian.h... yes > checking for le32toh... no > checking for xcb-render... yes > checking for xcb-renderutil... yes > checking for xcb-image... yes > checking that generated files are newer than configure... done > configure: creating ./config.status > config.status: creating Makefile > config.status: creating cursor/Makefile > config.status: creating cursor/xcb-cursor.pc > config.status: creating xcb_util_intro > config.status: executing depfiles commands > config.status: executing libtool commands > make[1]: Leaving directory '/<<PKGBUILDDIR>>' > dh_auto_build > make -j8 > make[1]: Entering directory '/<<PKGBUILDDIR>>' > Making all in cursor > make[2]: Entering directory '/<<PKGBUILDDIR>>/cursor' > /bin/bash ../libtool --tag=CC --mode=compile gcc > -DPACKAGE_NAME=\"xcb-util-cursor\" -DPACKAGE_TARNAME=\"xcb-util-cursor\" > -DPACKAGE_VERSION=\"0.1.4\" -DPACKAGE_STRING=\"xcb-util-cursor\ 0.1.4\" > -DPACKAGE_BUGREPORT=\"https://gitlab.freedesktop.org/xorg/lib/libxcb-cursor/-/issues\" > -DPACKAGE_URL=\"\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 > -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 > -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DHAVE_WCHAR_H=1 -DSTDC_HEADERS=1 > -D_ALL_SOURCE=1 -D_DARWIN_C_SOURCE=1 -D_GNU_SOURCE=1 > -D_HPUX_ALT_XOPEN_SOCKET_API=1 -D_NETBSD_SOURCE=1 -D_OPENBSD_SOURCE=1 > -D_POSIX_PTHREAD_SEMANTICS=1 -D__STDC_WANT_IEC_60559_ATTRIBS_EXT__=1 > -D__STDC_WANT_IEC_60559_BFP_EXT__=1 -D__STDC_WANT_IEC_60559_DFP_EXT__=1 > -D__STDC_WANT_IEC_60559_FUNCS_EXT__=1 > -D__STDC_WANT_IEC_60559_TYPES_EXT__=1 -D__STDC_WANT_LIB_EXT2__=1 > -D__STDC_WANT_MATH_SPEC_FUNCS__=1 -D_TANDEM_SOURCE=1 -D__EXTENSIONS__=1 > -DPACKAGE=\"xcb-util-cursor\" -DVERSION=\"0.1.4\" -DHAVE_DLFCN_H=1 > -DLT_OBJDIR=\".libs/\" -DPACKAGE_VERSION_MAJOR=0 -DPACKAGE_VERSION_MINOR=1 > -DPACKAGE_VERSION_PATCHLEVEL=4 -DHAVE_ENDIAN_H=1 > -DXCURSORPATH=\"\~/.icons:/usr/share/icons:/usr/share/pixmaps:/usr/X11R6/lib/X11/icons\" > -I. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wpointer-arith > -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes > -Wnested-externs -Wbad-function-cast -Wold-style-definition > -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow > -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op > -Werror=implicit -Werror=nonnull -Werror=init-self > -Werror=main -Werror=missing-braces -Werror=sequence-point > -Werror=return-type -Werror=trigraphs -Werror=array-bounds > -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast > -Werror=pointer-to-int-cast -fno-strict-aliasing -g -O2 > -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat > -Werror=format-security -c -o libxcb_cursor_la-cursor.lo `test -f 'cursor.c' > || echo './'`cursor.c > if /bin/bash '/<<PKGBUILDDIR>>/missing' gperf --includes --struct-type > --language=ANSI-C --switch=1 shape_to_id.gperf >shape_to_id.ct; then \ > mv shape_to_id.ct shape_to_id.c; \ > elif /bin/bash '/<<PKGBUILDDIR>>/missing' gperf --version >/dev/null 2>&1; > then \ > rm shape_to_id.ct; \ > exit 1; \ > elif test -f shape_to_id.c; then \ > rm shape_to_id.ct; \ > touch shape_to_id.c; \ > else \ > rm shape_to_id.ct; \ > exit 1; \ > fi > /bin/bash ../libtool --tag=CC --mode=compile gcc > -DPACKAGE_NAME=\"xcb-util-cursor\" -DPACKAGE_TARNAME=\"xcb-util-cursor\" > -DPACKAGE_VERSION=\"0.1.4\" -DPACKAGE_STRING=\"xcb-util-cursor\ 0.1.4\" > -DPACKAGE_BUGREPORT=\"https://gitlab.freedesktop.org/xorg/lib/libxcb-cursor/-/issues\" > -DPACKAGE_URL=\"\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 > -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 > -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DHAVE_WCHAR_H=1 -DSTDC_HEADERS=1 > -D_ALL_SOURCE=1 -D_DARWIN_C_SOURCE=1 -D_GNU_SOURCE=1 > -D_HPUX_ALT_XOPEN_SOCKET_API=1 -D_NETBSD_SOURCE=1 -D_OPENBSD_SOURCE=1 > -D_POSIX_PTHREAD_SEMANTICS=1 -D__STDC_WANT_IEC_60559_ATTRIBS_EXT__=1 > -D__STDC_WANT_IEC_60559_BFP_EXT__=1 -D__STDC_WANT_IEC_60559_DFP_EXT__=1 > -D__STDC_WANT_IEC_60559_FUNCS_EXT__=1 > -D__STDC_WANT_IEC_60559_TYPES_EXT__=1 -D__STDC_WANT_LIB_EXT2__=1 > -D__STDC_WANT_MATH_SPEC_FUNCS__=1 -D_TANDEM_SOURCE=1 -D__EXTENSIONS__=1 > -DPACKAGE=\"xcb-util-cursor\" -DVERSION=\"0.1.4\" -DHAVE_DLFCN_H=1 > -DLT_OBJDIR=\".libs/\" -DPACKAGE_VERSION_MAJOR=0 -DPACKAGE_VERSION_MINOR=1 > -DPACKAGE_VERSION_PATCHLEVEL=4 -DHAVE_ENDIAN_H=1 > -DXCURSORPATH=\"\~/.icons:/usr/share/icons:/usr/share/pixmaps:/usr/X11R6/lib/X11/icons\" > -I. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wpointer-arith > -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes > -Wnested-externs -Wbad-function-cast -Wold-style-definition > -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow > -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op > -Werror=implicit -Werror=nonnull -Werror=init-self > -Werror=main -Werror=missing-braces -Werror=sequence-point > -Werror=return-type -Werror=trigraphs -Werror=array-bounds > -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast > -Werror=pointer-to-int-cast -fno-strict-aliasing -g -O2 > -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat > -Werror=format-security -c -o libxcb_cursor_la-load_cursor.lo `test -f > 'load_cursor.c' || echo './'`load_cursor.c > /bin/bash ../libtool --tag=CC --mode=compile gcc > -DPACKAGE_NAME=\"xcb-util-cursor\" -DPACKAGE_TARNAME=\"xcb-util-cursor\" > -DPACKAGE_VERSION=\"0.1.4\" -DPACKAGE_STRING=\"xcb-util-cursor\ 0.1.4\" > -DPACKAGE_BUGREPORT=\"https://gitlab.freedesktop.org/xorg/lib/libxcb-cursor/-/issues\" > -DPACKAGE_URL=\"\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 > -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 > -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DHAVE_WCHAR_H=1 -DSTDC_HEADERS=1 > -D_ALL_SOURCE=1 -D_DARWIN_C_SOURCE=1 -D_GNU_SOURCE=1 > -D_HPUX_ALT_XOPEN_SOCKET_API=1 -D_NETBSD_SOURCE=1 -D_OPENBSD_SOURCE=1 > -D_POSIX_PTHREAD_SEMANTICS=1 -D__STDC_WANT_IEC_60559_ATTRIBS_EXT__=1 > -D__STDC_WANT_IEC_60559_BFP_EXT__=1 -D__STDC_WANT_IEC_60559_DFP_EXT__=1 > -D__STDC_WANT_IEC_60559_FUNCS_EXT__=1 > -D__STDC_WANT_IEC_60559_TYPES_EXT__=1 -D__STDC_WANT_LIB_EXT2__=1 > -D__STDC_WANT_MATH_SPEC_FUNCS__=1 -D_TANDEM_SOURCE=1 -D__EXTENSIONS__=1 > -DPACKAGE=\"xcb-util-cursor\" -DVERSION=\"0.1.4\" -DHAVE_DLFCN_H=1 > -DLT_OBJDIR=\".libs/\" -DPACKAGE_VERSION_MAJOR=0 -DPACKAGE_VERSION_MINOR=1 > -DPACKAGE_VERSION_PATCHLEVEL=4 -DHAVE_ENDIAN_H=1 > -DXCURSORPATH=\"\~/.icons:/usr/share/icons:/usr/share/pixmaps:/usr/X11R6/lib/X11/icons\" > -I. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wpointer-arith > -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes > -Wnested-externs -Wbad-function-cast -Wold-style-definition > -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow > -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op > -Werror=implicit -Werror=nonnull -Werror=init-self > -Werror=main -Werror=missing-braces -Werror=sequence-point > -Werror=return-type -Werror=trigraphs -Werror=array-bounds > -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast > -Werror=pointer-to-int-cast -fno-strict-aliasing -g -O2 > -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat > -Werror=format-security -c -o libxcb_cursor_la-parse_cursor_file.lo `test -f > 'parse_cursor_file.c' || echo './'`parse_cursor_file.c > /<<PKGBUILDDIR>>/missing: line 81: gperf: command not found > WARNING: 'gperf' is missing on your system. > You might have modified some files without having the proper > tools for further handling them. Check the 'README' file, it > often tells you about the needed prerequisites for installing > this package. You may also peek at any GNU archive site, in > case some other package contains this missing 'gperf' program. > make[2]: *** [Makefile:804: shape_to_id.c] Error 1 > make[2]: *** Waiting for unfinished jobs.... > libtool: compile: gcc -DPACKAGE_NAME=\"xcb-util-cursor\" > -DPACKAGE_TARNAME=\"xcb-util-cursor\" -DPACKAGE_VERSION=\"0.1.4\" > "-DPACKAGE_STRING=\"xcb-util-cursor 0.1.4\"" > -DPACKAGE_BUGREPORT=\"https://gitlab.freedesktop.org/xorg/lib/libxcb-cursor/-/issues\" > -DPACKAGE_URL=\"\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 > -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 > -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DHAVE_WCHAR_H=1 -DSTDC_HEADERS=1 > -D_ALL_SOURCE=1 -D_DARWIN_C_SOURCE=1 -D_GNU_SOURCE=1 > -D_HPUX_ALT_XOPEN_SOCKET_API=1 -D_NETBSD_SOURCE=1 -D_OPENBSD_SOURCE=1 > -D_POSIX_PTHREAD_SEMANTICS=1 -D__STDC_WANT_IEC_60559_ATTRIBS_EXT__=1 > -D__STDC_WANT_IEC_60559_BFP_EXT__=1 -D__STDC_WANT_IEC_60559_DFP_EXT__=1 > -D__STDC_WANT_IEC_60559_FUNCS_EXT__=1 -D__STDC_WANT_IEC_60559_TYPES_EXT__=1 > -D__STDC_WANT_LIB_EXT2__=1 -D__STDC_WANT_MATH_SPEC_FUNCS__=1 > -D_TANDEM_SOURCE=1 -D__EXTENSIONS__=1 -DPACKAGE=\"xcb-util-cursor\" > -DVERSION=\"0.1.4\" -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" > -DPACKAGE_VERSION_MAJOR=0 -DPACKAGE_VERSION_MINOR=1 > -DPACKAGE_VERSION_PATCHLEVEL=4 -DHAVE_ENDIAN_H=1 > "-DXCURSORPATH=\"~/.icons:/usr/share/icons:/usr/share/pixmaps:/usr/X11R6/lib/X11/icons\"" > -I. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wpointer-arith > -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes > -Wnested-externs -Wbad-function-cast -Wold-style-definition > -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow > -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op > -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main > -Werror=missing-braces > -Werror=sequence-point -Werror=return-type -Werror=trigraphs > -Werror=array-bounds -Werror=write-strings -Werror=address > -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing > -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat > -Werror=format-security -c load_cursor.c -fPIC -DPIC -o > .libs/libxcb_cursor_la-load_cursor.o > libtool: compile: gcc -DPACKAGE_NAME=\"xcb-util-cursor\" > -DPACKAGE_TARNAME=\"xcb-util-cursor\" -DPACKAGE_VERSION=\"0.1.4\" > "-DPACKAGE_STRING=\"xcb-util-cursor 0.1.4\"" > -DPACKAGE_BUGREPORT=\"https://gitlab.freedesktop.org/xorg/lib/libxcb-cursor/-/issues\" > -DPACKAGE_URL=\"\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 > -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 > -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DHAVE_WCHAR_H=1 -DSTDC_HEADERS=1 > -D_ALL_SOURCE=1 -D_DARWIN_C_SOURCE=1 -D_GNU_SOURCE=1 > -D_HPUX_ALT_XOPEN_SOCKET_API=1 -D_NETBSD_SOURCE=1 -D_OPENBSD_SOURCE=1 > -D_POSIX_PTHREAD_SEMANTICS=1 -D__STDC_WANT_IEC_60559_ATTRIBS_EXT__=1 > -D__STDC_WANT_IEC_60559_BFP_EXT__=1 -D__STDC_WANT_IEC_60559_DFP_EXT__=1 > -D__STDC_WANT_IEC_60559_FUNCS_EXT__=1 -D__STDC_WANT_IEC_60559_TYPES_EXT__=1 > -D__STDC_WANT_LIB_EXT2__=1 -D__STDC_WANT_MATH_SPEC_FUNCS__=1 > -D_TANDEM_SOURCE=1 -D__EXTENSIONS__=1 -DPACKAGE=\"xcb-util-cursor\" > -DVERSION=\"0.1.4\" -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" > -DPACKAGE_VERSION_MAJOR=0 -DPACKAGE_VERSION_MINOR=1 > -DPACKAGE_VERSION_PATCHLEVEL=4 -DHAVE_ENDIAN_H=1 > "-DXCURSORPATH=\"~/.icons:/usr/share/icons:/usr/share/pixmaps:/usr/X11R6/lib/X11/icons\"" > -I. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wpointer-arith > -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes > -Wnested-externs -Wbad-function-cast -Wold-style-definition > -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow > -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op > -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main > -Werror=missing-braces > -Werror=sequence-point -Werror=return-type -Werror=trigraphs > -Werror=array-bounds -Werror=write-strings -Werror=address > -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing > -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat > -Werror=format-security -c cursor.c -fPIC -DPIC -o > .libs/libxcb_cursor_la-cursor.o > libtool: compile: gcc -DPACKAGE_NAME=\"xcb-util-cursor\" > -DPACKAGE_TARNAME=\"xcb-util-cursor\" -DPACKAGE_VERSION=\"0.1.4\" > "-DPACKAGE_STRING=\"xcb-util-cursor 0.1.4\"" > -DPACKAGE_BUGREPORT=\"https://gitlab.freedesktop.org/xorg/lib/libxcb-cursor/-/issues\" > -DPACKAGE_URL=\"\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 > -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 > -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DHAVE_WCHAR_H=1 -DSTDC_HEADERS=1 > -D_ALL_SOURCE=1 -D_DARWIN_C_SOURCE=1 -D_GNU_SOURCE=1 > -D_HPUX_ALT_XOPEN_SOCKET_API=1 -D_NETBSD_SOURCE=1 -D_OPENBSD_SOURCE=1 > -D_POSIX_PTHREAD_SEMANTICS=1 -D__STDC_WANT_IEC_60559_ATTRIBS_EXT__=1 > -D__STDC_WANT_IEC_60559_BFP_EXT__=1 -D__STDC_WANT_IEC_60559_DFP_EXT__=1 > -D__STDC_WANT_IEC_60559_FUNCS_EXT__=1 -D__STDC_WANT_IEC_60559_TYPES_EXT__=1 > -D__STDC_WANT_LIB_EXT2__=1 -D__STDC_WANT_MATH_SPEC_FUNCS__=1 > -D_TANDEM_SOURCE=1 -D__EXTENSIONS__=1 -DPACKAGE=\"xcb-util-cursor\" > -DVERSION=\"0.1.4\" -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" > -DPACKAGE_VERSION_MAJOR=0 -DPACKAGE_VERSION_MINOR=1 > -DPACKAGE_VERSION_PATCHLEVEL=4 -DHAVE_ENDIAN_H=1 > "-DXCURSORPATH=\"~/.icons:/usr/share/icons:/usr/share/pixmaps:/usr/X11R6/lib/X11/icons\"" > -I. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wpointer-arith > -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes > -Wnested-externs -Wbad-function-cast -Wold-style-definition > -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow > -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op > -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main > -Werror=missing-braces > -Werror=sequence-point -Werror=return-type -Werror=trigraphs > -Werror=array-bounds -Werror=write-strings -Werror=address > -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing > -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat > -Werror=format-security -c parse_cursor_file.c -fPIC -DPIC -o > .libs/libxcb_cursor_la-parse_cursor_file.o > load_cursor.c: In function âxcb_cursor_load_cursorâ: > load_cursor.c:226:5: warning: ISO C90 forbids mixed declarations and code > [-Wdeclaration-after-statement] > 226 | xcb_render_animcursorelt_t elements[nimg]; > | ^~~~~~~~~~~~~~~~~~~~~~~~~~ > libtool: compile: gcc -DPACKAGE_NAME=\"xcb-util-cursor\" > -DPACKAGE_TARNAME=\"xcb-util-cursor\" -DPACKAGE_VERSION=\"0.1.4\" > "-DPACKAGE_STRING=\"xcb-util-cursor 0.1.4\"" > -DPACKAGE_BUGREPORT=\"https://gitlab.freedesktop.org/xorg/lib/libxcb-cursor/-/issues\" > -DPACKAGE_URL=\"\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 > -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 > -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DHAVE_WCHAR_H=1 -DSTDC_HEADERS=1 > -D_ALL_SOURCE=1 -D_DARWIN_C_SOURCE=1 -D_GNU_SOURCE=1 > -D_HPUX_ALT_XOPEN_SOCKET_API=1 -D_NETBSD_SOURCE=1 -D_OPENBSD_SOURCE=1 > -D_POSIX_PTHREAD_SEMANTICS=1 -D__STDC_WANT_IEC_60559_ATTRIBS_EXT__=1 > -D__STDC_WANT_IEC_60559_BFP_EXT__=1 -D__STDC_WANT_IEC_60559_DFP_EXT__=1 > -D__STDC_WANT_IEC_60559_FUNCS_EXT__=1 -D__STDC_WANT_IEC_60559_TYPES_EXT__=1 > -D__STDC_WANT_LIB_EXT2__=1 -D__STDC_WANT_MATH_SPEC_FUNCS__=1 > -D_TANDEM_SOURCE=1 -D__EXTENSIONS__=1 -DPACKAGE=\"xcb-util-cursor\" > -DVERSION=\"0.1.4\" -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" > -DPACKAGE_VERSION_MAJOR=0 -DPACKAGE_VERSION_MINOR=1 > -DPACKAGE_VERSION_PATCHLEVEL=4 -DHAVE_ENDIAN_H=1 > "-DXCURSORPATH=\"~/.icons:/usr/share/icons:/usr/share/pixmaps:/usr/X11R6/lib/X11/icons\"" > -I. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wpointer-arith > -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes > -Wnested-externs -Wbad-function-cast -Wold-style-definition > -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow > -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op > -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main > -Werror=missing-braces > -Werror=sequence-point -Werror=return-type -Werror=trigraphs > -Werror=array-bounds -Werror=write-strings -Werror=address > -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing > -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat > -Werror=format-security -c cursor.c -o libxcb_cursor_la-cursor.o >/dev/null > 2>&1 > libtool: compile: gcc -DPACKAGE_NAME=\"xcb-util-cursor\" > -DPACKAGE_TARNAME=\"xcb-util-cursor\" -DPACKAGE_VERSION=\"0.1.4\" > "-DPACKAGE_STRING=\"xcb-util-cursor 0.1.4\"" > -DPACKAGE_BUGREPORT=\"https://gitlab.freedesktop.org/xorg/lib/libxcb-cursor/-/issues\" > -DPACKAGE_URL=\"\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 > -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 > -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DHAVE_WCHAR_H=1 -DSTDC_HEADERS=1 > -D_ALL_SOURCE=1 -D_DARWIN_C_SOURCE=1 -D_GNU_SOURCE=1 > -D_HPUX_ALT_XOPEN_SOCKET_API=1 -D_NETBSD_SOURCE=1 -D_OPENBSD_SOURCE=1 > -D_POSIX_PTHREAD_SEMANTICS=1 -D__STDC_WANT_IEC_60559_ATTRIBS_EXT__=1 > -D__STDC_WANT_IEC_60559_BFP_EXT__=1 -D__STDC_WANT_IEC_60559_DFP_EXT__=1 > -D__STDC_WANT_IEC_60559_FUNCS_EXT__=1 -D__STDC_WANT_IEC_60559_TYPES_EXT__=1 > -D__STDC_WANT_LIB_EXT2__=1 -D__STDC_WANT_MATH_SPEC_FUNCS__=1 > -D_TANDEM_SOURCE=1 -D__EXTENSIONS__=1 -DPACKAGE=\"xcb-util-cursor\" > -DVERSION=\"0.1.4\" -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" > -DPACKAGE_VERSION_MAJOR=0 -DPACKAGE_VERSION_MINOR=1 > -DPACKAGE_VERSION_PATCHLEVEL=4 -DHAVE_ENDIAN_H=1 > "-DXCURSORPATH=\"~/.icons:/usr/share/icons:/usr/share/pixmaps:/usr/X11R6/lib/X11/icons\"" > -I. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wpointer-arith > -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes > -Wnested-externs -Wbad-function-cast -Wold-style-definition > -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow > -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op > -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main > -Werror=missing-braces > -Werror=sequence-point -Werror=return-type -Werror=trigraphs > -Werror=array-bounds -Werror=write-strings -Werror=address > -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing > -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat > -Werror=format-security -c parse_cursor_file.c -o > libxcb_cursor_la-parse_cursor_file.o >/dev/null 2>&1 > libtool: compile: gcc -DPACKAGE_NAME=\"xcb-util-cursor\" > -DPACKAGE_TARNAME=\"xcb-util-cursor\" -DPACKAGE_VERSION=\"0.1.4\" > "-DPACKAGE_STRING=\"xcb-util-cursor 0.1.4\"" > -DPACKAGE_BUGREPORT=\"https://gitlab.freedesktop.org/xorg/lib/libxcb-cursor/-/issues\" > -DPACKAGE_URL=\"\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 > -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 > -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DHAVE_WCHAR_H=1 -DSTDC_HEADERS=1 > -D_ALL_SOURCE=1 -D_DARWIN_C_SOURCE=1 -D_GNU_SOURCE=1 > -D_HPUX_ALT_XOPEN_SOCKET_API=1 -D_NETBSD_SOURCE=1 -D_OPENBSD_SOURCE=1 > -D_POSIX_PTHREAD_SEMANTICS=1 -D__STDC_WANT_IEC_60559_ATTRIBS_EXT__=1 > -D__STDC_WANT_IEC_60559_BFP_EXT__=1 -D__STDC_WANT_IEC_60559_DFP_EXT__=1 > -D__STDC_WANT_IEC_60559_FUNCS_EXT__=1 -D__STDC_WANT_IEC_60559_TYPES_EXT__=1 > -D__STDC_WANT_LIB_EXT2__=1 -D__STDC_WANT_MATH_SPEC_FUNCS__=1 > -D_TANDEM_SOURCE=1 -D__EXTENSIONS__=1 -DPACKAGE=\"xcb-util-cursor\" > -DVERSION=\"0.1.4\" -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" > -DPACKAGE_VERSION_MAJOR=0 -DPACKAGE_VERSION_MINOR=1 > -DPACKAGE_VERSION_PATCHLEVEL=4 -DHAVE_ENDIAN_H=1 > "-DXCURSORPATH=\"~/.icons:/usr/share/icons:/usr/share/pixmaps:/usr/X11R6/lib/X11/icons\"" > -I. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wpointer-arith > -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes > -Wnested-externs -Wbad-function-cast -Wold-style-definition > -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow > -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op > -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main > -Werror=missing-braces > -Werror=sequence-point -Werror=return-type -Werror=trigraphs > -Werror=array-bounds -Werror=write-strings -Werror=address > -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing > -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat > -Werror=format-security -c load_cursor.c -o libxcb_cursor_la-load_cursor.o > >/dev/null 2>&1 > make[2]: Leaving directory '/<<PKGBUILDDIR>>/cursor' > make[1]: *** [Makefile:423: all-recursive] Error 1 > make[1]: Leaving directory '/<<PKGBUILDDIR>>' > dh_auto_build: error: make -j8 returned exit code 2 > make: *** [debian/rules:11: binary] Error 25 > dpkg-buildpackage: error: debian/rules binary subprocess returned exit status > 2 > > E: Command 'cd /<<PKGBUILDDIR>> && runuser -u user42 -- dpkg-buildpackage > --sanitize-env -us -uc -rfakeroot -b' failed to run. The full build log is available from: http://qa-logs.debian.net/2023/08/16/xcb-util-cursor_0.1.4-1_unstable.log 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.

