>>> setxkbmap: Building community/setxkbmap 1.3.2-r0 (using abuild 3.7.0_rc1-r2) started Mon, 21 Dec 2020 16:29:42 +0000 >>> setxkbmap: Checking sanity of /home/buildozer/aports/community/setxkbmap/APKBUILD... >>> setxkbmap: Analyzing dependencies... >>> setxkbmap: Installing for build: build-base libxkbfile-dev util-macros (1/16) Installing libxau (1.0.9-r0) (2/16) Installing libbsd (0.10.0-r0) (3/16) Installing libxdmcp (1.1.3-r0) (4/16) Installing libxcb (1.14-r1) (5/16) Installing libx11 (1.7.0-r0) (6/16) Installing libxkbfile (1.1.0-r0) (7/16) Installing xorgproto (2020.1-r0) (8/16) Installing libxau-dev (1.0.9-r0) (9/16) Installing xcb-proto (1.14.1-r0) (10/16) Installing libxdmcp-dev (1.1.3-r0) (11/16) Installing libxcb-dev (1.14-r1) (12/16) Installing xtrans (1.4.0-r1) (13/16) Installing libx11-dev (1.7.0-r0) (14/16) Installing libxkbfile-dev (1.1.0-r0) (15/16) Installing util-macros (1.19.2-r1) (16/16) Installing .makedepends-setxkbmap (20201221.162944) OK: 320 MiB in 102 packages >>> setxkbmap: Cleaning up srcdir >>> setxkbmap: Cleaning up pkgdir >>> setxkbmap: Fetching https://distfiles.alpinelinux.org/distfiles/v3.13/setxkbmap-1.3.2.tar.bz2 >>> setxkbmap: Fetching https://distfiles.alpinelinux.org/distfiles/v3.13/setxkbmap-1.3.2.tar.bz2 >>> setxkbmap: Checking sha512sums... setxkbmap-1.3.2.tar.bz2: OK >>> setxkbmap: Unpacking /var/cache/distfiles/v3.13/setxkbmap-1.3.2.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 for style of include used by make... GNU checking for i586-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 i586-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... i586-alpine-linux-musl checking host system type... i586-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 for SETXKBMAP... 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/setxkbmap/src/setxkbmap-1.3.2' Making all in man make[2]: Entering directory '/home/buildozer/aports/community/setxkbmap/src/setxkbmap-1.3.2/man' GEN setxkbmap.1 make[2]: Leaving directory '/home/buildozer/aports/community/setxkbmap/src/setxkbmap-1.3.2/man' make[2]: Entering directory '/home/buildozer/aports/community/setxkbmap/src/setxkbmap-1.3.2' CC setxkbmap.o setxkbmap.c: In function 'getDisplay': setxkbmap.c:557:36: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 557 | settings.display.value = "default display"; | ^ setxkbmap.c: In function 'getServerValues': setxkbmap.c:607:13: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 607 | tmp = DFLT_XKB_RULES_FILE; | ^ setxkbmap.c:608:18: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 608 | vd.model = DFLT_XKB_MODEL; | ^ setxkbmap.c:609:19: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 609 | vd.layout = DFLT_XKB_LAYOUT; | ^ setxkbmap.c: In function 'applyRules': setxkbmap.c:864:20: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 864 | rfName = DFLT_XKB_RULES_FILE; | ^ CCLD setxkbmap make[2]: Leaving directory '/home/buildozer/aports/community/setxkbmap/src/setxkbmap-1.3.2' make[1]: Leaving directory '/home/buildozer/aports/community/setxkbmap/src/setxkbmap-1.3.2' >>> setxkbmap: Entering fakeroot... Making install in man make[1]: Entering directory '/home/buildozer/aports/community/setxkbmap/src/setxkbmap-1.3.2/man' make[2]: Entering directory '/home/buildozer/aports/community/setxkbmap/src/setxkbmap-1.3.2/man' make[2]: Nothing to be done for 'install-exec-am'. .././install-sh -c -d '/home/buildozer/aports/community/setxkbmap/pkg/setxkbmap/usr/share/man/man1' /usr/bin/install -c -m 644 setxkbmap.1 '/home/buildozer/aports/community/setxkbmap/pkg/setxkbmap/usr/share/man/man1' make[2]: Leaving directory '/home/buildozer/aports/community/setxkbmap/src/setxkbmap-1.3.2/man' make[1]: Leaving directory '/home/buildozer/aports/community/setxkbmap/src/setxkbmap-1.3.2/man' make[1]: Entering directory '/home/buildozer/aports/community/setxkbmap/src/setxkbmap-1.3.2' make[2]: Entering directory '/home/buildozer/aports/community/setxkbmap/src/setxkbmap-1.3.2' make[2]: Nothing to be done for 'install-data-am'. ./install-sh -c -d '/home/buildozer/aports/community/setxkbmap/pkg/setxkbmap/usr/bin' /usr/bin/install -c setxkbmap '/home/buildozer/aports/community/setxkbmap/pkg/setxkbmap/usr/bin' make[2]: Leaving directory '/home/buildozer/aports/community/setxkbmap/src/setxkbmap-1.3.2' make[1]: Leaving directory '/home/buildozer/aports/community/setxkbmap/src/setxkbmap-1.3.2' >>> setxkbmap-doc*: Running split function doc... >>> setxkbmap-doc*: Preparing subpackage setxkbmap-doc... >>> setxkbmap-doc*: Running postcheck for setxkbmap-doc >>> setxkbmap*: Running postcheck for setxkbmap >>> setxkbmap*: Preparing package setxkbmap... >>> setxkbmap*: Stripping binaries >>> setxkbmap-doc*: Scanning shared objects >>> setxkbmap*: Scanning shared objects >>> setxkbmap-doc*: Tracing dependencies... >>> setxkbmap-doc*: Package size: 24.0 KB >>> setxkbmap-doc*: Compressing data... >>> setxkbmap-doc*: Create checksum... >>> setxkbmap-doc*: Create setxkbmap-doc-1.3.2-r0.apk >>> setxkbmap*: Tracing dependencies... so:libX11.so.6 so:libc.musl-x86.so.1 so:libxkbfile.so.1 >>> setxkbmap*: Package size: 40.0 KB >>> setxkbmap*: Compressing data... >>> setxkbmap*: Create checksum... >>> setxkbmap*: Create setxkbmap-1.3.2-r0.apk >>> setxkbmap: Build complete at Mon, 21 Dec 2020 16:29:51 +0000 elapsed time 0h 0m 9s >>> setxkbmap: Cleaning up srcdir >>> setxkbmap: Cleaning up pkgdir >>> setxkbmap: Uninstalling dependencies... (1/16) Purging .makedepends-setxkbmap (20201221.162944) (2/16) Purging libxkbfile-dev (1.1.0-r0) (3/16) Purging libxkbfile (1.1.0-r0) (4/16) Purging util-macros (1.19.2-r1) (5/16) Purging libx11-dev (1.7.0-r0) (6/16) Purging xtrans (1.4.0-r1) (7/16) Purging libx11 (1.7.0-r0) (8/16) Purging libxcb-dev (1.14-r1) (9/16) Purging xcb-proto (1.14.1-r0) (10/16) Purging libxcb (1.14-r1) (11/16) Purging libxau-dev (1.0.9-r0) (12/16) Purging libxau (1.0.9-r0) (13/16) Purging libxdmcp-dev (1.1.3-r0) (14/16) Purging libxdmcp (1.1.3-r0) (15/16) Purging libbsd (0.10.0-r0) (16/16) Purging xorgproto (2020.1-r0) OK: 310 MiB in 86 packages >>> setxkbmap: Updating the community/x86 repository index... >>> setxkbmap: Signing the index...