>>> xprop: Building community/xprop 1.2.5-r0 (using abuild 3.9.0_rc2-r1) started Sun, 17 Oct 2021 17:43:09 +0000 >>> xprop: Checking sanity of /home/buildozer/aports/community/xprop/APKBUILD... >>> xprop: Analyzing dependencies... >>> xprop: Installing for build: build-base libx11-dev util-macros (1/15) Installing libxau (1.0.9-r0) (2/15) Installing xorgproto (2021.5-r0) (3/15) Installing libxau-dev (1.0.9-r0) (4/15) Installing xcb-proto (1.14.1-r2) (5/15) Installing libmd (1.0.3-r0) (6/15) Installing libbsd (0.11.3-r1) (7/15) Installing libxdmcp (1.1.3-r0) (8/15) Installing libxcb (1.14-r2) (9/15) Installing libxdmcp-dev (1.1.3-r0) (10/15) Installing libxcb-dev (1.14-r2) (11/15) Installing xtrans (1.4.0-r1) (12/15) Installing libx11 (1.7.2-r0) (13/15) Installing libx11-dev (1.7.2-r0) (14/15) Installing util-macros (1.19.3-r0) (15/15) Installing .makedepends-xprop (20211017.174322) OK: 352 MiB in 105 packages >>> xprop: Cleaning up srcdir >>> xprop: Cleaning up pkgdir >>> xprop: Fetching https://distfiles.alpinelinux.org/distfiles/v3.15/xprop-1.2.5.tar.bz2 >>> xprop: Fetching https://distfiles.alpinelinux.org/distfiles/v3.15/xprop-1.2.5.tar.bz2 >>> xprop: Checking sha512sums... xprop-1.2.5.tar.bz2: OK >>> xprop: Unpacking /var/cache/distfiles/v3.15/xprop-1.2.5.tar.bz2... checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... ./install-sh -c -d checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether make supports the include directive... yes (GNU style) checking for x86_64-alpine-linux-musl-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 we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking dependency style of gcc... gcc3 checking for gcc option to accept ISO C99... none needed checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking whether __clang__ is declared... no checking whether __INTEL_COMPILER is declared... no checking whether __SUNPRO_C is declared... no checking for x86_64-alpine-linux-musl-pkg-config... no checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking build system type... x86_64-alpine-linux-musl checking host system type... x86_64-alpine-linux-musl checking for a sed that does not truncate output... /bin/sed 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 wchar.h usability... yes checking wchar.h presence... yes checking for wchar.h... yes checking wctype.h usability... yes checking wctype.h presence... yes checking for wctype.h... yes checking langinfo.h usability... yes checking langinfo.h presence... yes checking for langinfo.h... yes checking for XPROP... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating man/Makefile config.status: creating config.h config.status: executing depfiles commands make all-recursive make[1]: Entering directory '/home/buildozer/aports/community/xprop/src/xprop-1.2.5' Making all in man make[2]: Entering directory '/home/buildozer/aports/community/xprop/src/xprop-1.2.5/man' GEN xprop.1 make[2]: Leaving directory '/home/buildozer/aports/community/xprop/src/xprop-1.2.5/man' make[2]: Entering directory '/home/buildozer/aports/community/xprop/src/xprop-1.2.5' CC dsimple.o CC clientwin.o CC xprop.o dsimple.c: In function 'Select_Window': dsimple.c:250:31: warning: declaration of 'dpy' shadows a global declaration [-Wshadow] 250 | Window Select_Window(Display *dpy, int descend) | ~~~~~~~~~^~~ dsimple.c:58:10: note: shadowed declaration is here 58 | Display *dpy = NULL; | ^~~ dsimple.c: In function 'Window_With_Name': dsimple.c:306:14: warning: declaration of 'dpy' shadows a global declaration [-Wshadow] 306 | Display *dpy, | ~~~~~~~~~^~~ dsimple.c:58:10: note: shadowed declaration is here 58 | Display *dpy = NULL; | ^~~ xprop.c: In function 'ignore_errors': xprop.c:599:25: warning: declaration of 'dpy' shadows a global declaration [-Wshadow] 599 | ignore_errors (Display *dpy, XErrorEvent *ev) | ~~~~~~~~~^~~ In file included from xprop.c:57: dsimple.h:53:17: note: shadowed declaration is here 53 | extern Display *dpy; /* The current display */ | ^~~ xprop.c: In function 'Remove_Property': xprop.c:1624:27: warning: declaration of 'dpy' shadows a global declaration [-Wshadow] 1624 | Remove_Property (Display *dpy, Window w, const char *propname) | ~~~~~~~~~^~~ In file included from xprop.c:57: dsimple.h:53:17: note: shadowed declaration is here 53 | extern Display *dpy; /* The current display */ | ^~~ xprop.c: In function 'Set_Property': xprop.c:1637:24: warning: declaration of 'dpy' shadows a global declaration [-Wshadow] 1637 | Set_Property (Display *dpy, Window w, const char *propname, const char *value) | ~~~~~~~~~^~~ In file included from xprop.c:57: dsimple.h:53:17: note: shadowed declaration is here 53 | extern Display *dpy; /* The current display */ | ^~~ xprop.c: At top level: xprop.c:1818:1: warning: no previous prototype for 'print_help' [-Wmissing-prototypes] 1818 | print_help (void) | ^~~~~~~~~~ xprop.c:1848:6: warning: no previous prototype for 'help' [-Wmissing-prototypes] 1848 | void help (void) { | ^~~~ xprop.c: In function 'spy_error_handler': xprop.c:1920:39: warning: declaration of 'dpy' shadows a global declaration [-Wshadow] 1920 | static int spy_error_handler(Display *dpy, XErrorEvent *ev) | ~~~~~~~~~^~~ In file included from xprop.c:57: dsimple.h:53:17: note: shadowed declaration is here 53 | extern Display *dpy; /* The current display */ | ^~~ xprop.c: In function 'help': xprop.c:1848:6: warning: function might be candidate for attribute 'noreturn' [-Wsuggest-attribute=noreturn] 1848 | void help (void) { | ^~~~ CCLD xprop make[2]: Leaving directory '/home/buildozer/aports/community/xprop/src/xprop-1.2.5' make[1]: Leaving directory '/home/buildozer/aports/community/xprop/src/xprop-1.2.5' Making check in man make[1]: Entering directory '/home/buildozer/aports/community/xprop/src/xprop-1.2.5/man' make[1]: Nothing to be done for 'check'. make[1]: Leaving directory '/home/buildozer/aports/community/xprop/src/xprop-1.2.5/man' make[1]: Entering directory '/home/buildozer/aports/community/xprop/src/xprop-1.2.5' make[1]: Leaving directory '/home/buildozer/aports/community/xprop/src/xprop-1.2.5' >>> xprop: Entering fakeroot... Making install in man make[1]: Entering directory '/home/buildozer/aports/community/xprop/src/xprop-1.2.5/man' make[2]: Entering directory '/home/buildozer/aports/community/xprop/src/xprop-1.2.5/man' make[2]: Nothing to be done for 'install-exec-am'. .././install-sh -c -d '/home/buildozer/aports/community/xprop/pkg/xprop/usr/share/man/man1' /usr/bin/install -c -m 644 xprop.1 '/home/buildozer/aports/community/xprop/pkg/xprop/usr/share/man/man1' make[2]: Leaving directory '/home/buildozer/aports/community/xprop/src/xprop-1.2.5/man' make[1]: Leaving directory '/home/buildozer/aports/community/xprop/src/xprop-1.2.5/man' make[1]: Entering directory '/home/buildozer/aports/community/xprop/src/xprop-1.2.5' make[2]: Entering directory '/home/buildozer/aports/community/xprop/src/xprop-1.2.5' make[2]: Nothing to be done for 'install-data-am'. ./install-sh -c -d '/home/buildozer/aports/community/xprop/pkg/xprop/usr/bin' /usr/bin/install -c xprop '/home/buildozer/aports/community/xprop/pkg/xprop/usr/bin' make[2]: Leaving directory '/home/buildozer/aports/community/xprop/src/xprop-1.2.5' make[1]: Leaving directory '/home/buildozer/aports/community/xprop/src/xprop-1.2.5' >>> xprop-doc*: Running split function doc... >>> xprop-doc*: Preparing subpackage xprop-doc... >>> xprop-doc*: Running postcheck for xprop-doc >>> xprop*: Running postcheck for xprop >>> xprop*: Preparing package xprop... >>> xprop*: Stripping binaries >>> xprop-doc*: Scanning shared objects >>> xprop*: Scanning shared objects >>> xprop-doc*: Tracing dependencies... >>> xprop-doc*: Package size: 28.0 KB >>> xprop-doc*: Compressing data... >>> xprop-doc*: Create checksum... >>> xprop-doc*: Create xprop-doc-1.2.5-r0.apk >>> xprop*: Tracing dependencies... so:libX11.so.6 so:libc.musl-x86_64.so.1 >>> xprop*: Package size: 60.0 KB >>> xprop*: Compressing data... >>> xprop*: Create checksum... >>> xprop*: Create xprop-1.2.5-r0.apk >>> xprop: Build complete at Sun, 17 Oct 2021 17:43:30 +0000 elapsed time 0h 0m 21s >>> xprop: Cleaning up srcdir >>> xprop: Cleaning up pkgdir >>> xprop: Uninstalling dependencies... (1/15) Purging .makedepends-xprop (20211017.174322) (2/15) Purging libx11-dev (1.7.2-r0) (3/15) Purging xtrans (1.4.0-r1) (4/15) Purging libx11 (1.7.2-r0) (5/15) Purging util-macros (1.19.3-r0) (6/15) Purging libxcb-dev (1.14-r2) (7/15) Purging xcb-proto (1.14.1-r2) (8/15) Purging libxcb (1.14-r2) (9/15) Purging libxau-dev (1.0.9-r0) (10/15) Purging libxau (1.0.9-r0) (11/15) Purging libxdmcp-dev (1.1.3-r0) (12/15) Purging libxdmcp (1.1.3-r0) (13/15) Purging xorgproto (2021.5-r0) (14/15) Purging libbsd (0.11.3-r1) (15/15) Purging libmd (1.0.3-r0) OK: 342 MiB in 90 packages >>> xprop: Updating the community/x86_64 repository index... >>> xprop: Signing the index...