==> Synchronizing chroot copy [/home/leming/armv7/root] -> [leming]...done
==> Making package: xorg-xmodmap 1.0.11-2 (Sun Jul 14 10:34:25 2024)
==> Retrieving sources...
  -> Found xmodmap-1.0.11.tar.xz
  -> Found xmodmap-1.0.11.tar.xz.sig
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha512sums...
    xmodmap-1.0.11.tar.xz ... Passed
    xmodmap-1.0.11.tar.xz.sig ... Skipped
==> Making package: xorg-xmodmap 1.0.11-2 (Sun Jul 14 10:34:45 2024)
==> Checking runtime dependencies...
==> Installing missing dependencies...
[?25lresolving dependencies...
looking for conflicting packages...

Packages (6) libxau-1.0.11-3  libxcb-1.17.0-1  libxdmcp-1.1.5-1.1
             xcb-proto-1.17.0-2  xorgproto-2024.1-2  libx11-1.8.9-1

Total Installed Size:  15.88 MiB

:: Proceed with installation? [Y/n] 
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing xcb-proto...
installing xorgproto...
installing libxdmcp...
installing libxau...
installing libxcb...
installing libx11...
[?25h==> Checking buildtime dependencies...
==> Installing missing dependencies...
[?25lresolving dependencies...
looking for conflicting packages...

Packages (1) xorg-util-macros-1.20.1-1

Total Installed Size:  0.09 MiB

:: Proceed with installation? [Y/n] 
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing xorg-util-macros...
[?25h==> Retrieving sources...
  -> Found xmodmap-1.0.11.tar.xz
  -> Found xmodmap-1.0.11.tar.xz.sig
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Extracting xmodmap-1.0.11.tar.xz with bsdtar
==> Starting build()...
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... /usr/bin/mkdir -p
checking for gawk... gawk
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... gcc3
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 pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking build system type... armv7l-unknown-linux-gnueabihf
checking host system type... armv7l-unknown-linux-gnueabihf
checking for a sed that does not truncate output... /usr/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 strncasecmp... yes
checking for asprintf... yes
checking for XMODMAP... 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 '/build/xorg-xmodmap/src/xmodmap-1.0.11'
Making all in man
make[2]: Entering directory '/build/xorg-xmodmap/src/xmodmap-1.0.11/man'
  GEN      xmodmap.1
make[2]: Leaving directory '/build/xorg-xmodmap/src/xmodmap-1.0.11/man'
make[2]: Entering directory '/build/xorg-xmodmap/src/xmodmap-1.0.11'
  CC       exec.o
  CC       handle.o
  CC       pf.o
  CC       xmodmap.o
exec.c: In function 'mapping_busy_key':
exec.c:86:6: warning: 'XKeycodeToKeysym' is deprecated [-Wdeprecated-declarations]
In file included from exec.c:66:
/usr/include/X11/Xlib.h:1683:15: note: declared here
 1683 | extern KeySym XKeycodeToKeysym(
      |               ^~~~~~~~~~~~~~~~
exec.c: In function 'GetKeysymsPerKeycode':
exec.c:214:9: warning: declaration of 'min_keycode' shadows a global declaration [-Wshadow]
In file included from exec.c:68:
xmodmap.h:35:12: note: shadowed declaration is here
exec.c:214:22: warning: declaration of 'max_keycode' shadows a global declaration [-Wshadow]
xmodmap.h:35:25: note: shadowed declaration is here
exec.c: In function 'PrintModifierMapping':
exec.c:245:7: warning: 'XKeycodeToKeysym' is deprecated [-Wdeprecated-declarations]
/usr/include/X11/Xlib.h:1683:15: note: declared here
 1683 | extern KeySym XKeycodeToKeysym(
      |               ^~~~~~~~~~~~~~~~
exec.c: In function 'PrintKeyTable':
exec.c:265:9: warning: declaration of 'min_keycode' shadows a global declaration [-Wshadow]
xmodmap.h:35:12: note: shadowed declaration is here
exec.c:265:22: warning: declaration of 'max_keycode' shadows a global declaration [-Wshadow]
xmodmap.h:35:25: note: shadowed declaration is here
handle.c: In function 'KeysymToKeycodes':
handle.c:84:27: warning: declaration of 'dpy' shadows a global declaration [-Wshadow]
In file included from handle.c:37:
xmodmap.h:34:17: note: shadowed declaration is here
handle.c:92:6: warning: 'XKeycodeToKeysym' is deprecated [-Wdeprecated-declarations]
In file included from handle.c:34:
/usr/include/X11/Xlib.h:1683:15: note: declared here
 1683 | extern KeySym XKeycodeToKeysym(
      |               ^~~~~~~~~~~~~~~~
handle.c: In function 'exec_keycode':
handle.c:1261:3: warning: 'XKeycodeToKeysym' is deprecated [-Wdeprecated-declarations]
/usr/include/X11/Xlib.h:1683:15: note: declared here
 1683 | extern KeySym XKeycodeToKeysym(
      |               ^~~~~~~~~~~~~~~~
handle.c:1269:3: warning: 'XKeycodeToKeysym' is deprecated [-Wdeprecated-declarations]
/usr/include/X11/Xlib.h:1683:15: note: declared here
 1683 | extern KeySym XKeycodeToKeysym(
      |               ^~~~~~~~~~~~~~~~
In function 'reallocfarray',
    inlined from 'KeysymToKeycodes' at handle.c:96:13:
handle.c:78:9: warning: pointer 'kcs' may be used after 'realloc' [-Wuse-after-free]
handle.c:75:15: note: call to 'realloc' here
In function 'reallocfarray',
    inlined from 'do_remove' at handle.c:719:15:
handle.c:78:9: warning: pointer 'kclist' may be used after 'realloc' [-Wuse-after-free]
handle.c:75:15: note: call to 'realloc' here
  CCLD     xmodmap
make[2]: Leaving directory '/build/xorg-xmodmap/src/xmodmap-1.0.11'
make[1]: Leaving directory '/build/xorg-xmodmap/src/xmodmap-1.0.11'
==> Entering fakeroot environment...
==> Starting package()...
Making install in man
make[1]: Entering directory '/build/xorg-xmodmap/src/xmodmap-1.0.11/man'
make[2]: Entering directory '/build/xorg-xmodmap/src/xmodmap-1.0.11/man'
make[2]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/build/xorg-xmodmap/pkg/xorg-xmodmap/usr/share/man/man1'
 /usr/bin/install -c -m 644 xmodmap.1 '/build/xorg-xmodmap/pkg/xorg-xmodmap/usr/share/man/man1'
make[2]: Leaving directory '/build/xorg-xmodmap/src/xmodmap-1.0.11/man'
make[1]: Leaving directory '/build/xorg-xmodmap/src/xmodmap-1.0.11/man'
make[1]: Entering directory '/build/xorg-xmodmap/src/xmodmap-1.0.11'
make[2]: Entering directory '/build/xorg-xmodmap/src/xmodmap-1.0.11'
make[2]: Nothing to be done for 'install-data-am'.
 /usr/bin/mkdir -p '/build/xorg-xmodmap/pkg/xorg-xmodmap/usr/bin'
  /usr/bin/install -c xmodmap '/build/xorg-xmodmap/pkg/xorg-xmodmap/usr/bin'
make[2]: Leaving directory '/build/xorg-xmodmap/src/xmodmap-1.0.11'
make[1]: Leaving directory '/build/xorg-xmodmap/src/xmodmap-1.0.11'
==> Tidying install...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "xorg-xmodmap"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: xorg-xmodmap 1.0.11-2 (Sun Jul 14 10:35:10 2024)
==> Cleaning up...