==> Synchronizing chroot copy [/home/leming/armv8/root] -> [leming]...done ==> Making package: xxkb 1.11.1-4 (Sun Jul 14 12:49:13 2024) ==> Retrieving sources... -> Found xxkb-1.11.1-src.tar.gz -> Found XXkb -> Found en22.xpm -> Found ru22.xpm ==> WARNING: Skipping verification of source file PGP signatures. ==> Validating source files with sha256sums... xxkb-1.11.1-src.tar.gz ... Passed XXkb ... Passed en22.xpm ... Passed ru22.xpm ... Passed ==> Making package: xxkb 1.11.1-4 (Sun Jul 14 12:49:20 2024) ==> Checking runtime dependencies... ==> Installing missing dependencies... [?25lresolving dependencies... looking for conflicting packages... Packages (11) libice-1.1.1-3 libsm-1.2.4-2 libx11-1.8.9-1 libxau-1.0.11-3 libxcb-1.17.0-1 libxdmcp-1.1.5-1.1 libxext-1.3.6-1 libxt-1.3.0-2 xcb-proto-1.17.0-2 xorgproto-2024.1-2 libxpm-3.5.17-2 Total Installed Size: 19.65 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 xorgproto... installing libice... installing libsm... installing xcb-proto... installing libxdmcp... installing libxau... installing libxcb... installing libx11... installing libxt... installing libxext... installing libxpm... [?25h==> Checking buildtime dependencies... ==> Installing missing dependencies... [?25lresolving dependencies... looking for conflicting packages... Packages (1) imake-1.0.10-2 Total Download Size: 0.21 MiB Total Installed Size: 1.41 MiB :: Proceed with installation? [Y/n] :: Retrieving packages... imake-1.0.10-2-aarch64 downloading... checking keyring... checking package integrity... loading package files... checking for file conflicts... checking available disk space... :: Processing package changes... installing imake... Optional dependencies for imake perl: for mkhtmlindex [installed] [?25h==> Retrieving sources... -> Found xxkb-1.11.1-src.tar.gz -> Found XXkb -> Found en22.xpm -> Found ru22.xpm ==> WARNING: Skipping all source file integrity checks. ==> Extracting sources... -> Extracting xxkb-1.11.1-src.tar.gz with bsdtar ==> Starting build()... imake -DUseInstalled -I/usr/lib/X11/config gcc -O2 -Wall -I/usr/include -Dlinux -D__aarch64__ -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE -D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DFUNCPROTO=15 -DNARROWPROTO -DAPPDEFDIR=\"/usr/lib/X11/app-defaults\" -DAPPDEFFILE=\"XXkb\" -DXT_RESOURCE_SEARCH -DSHAPE_EXT -c -o xxkb.o xxkb.c gcc -O2 -Wall -I/usr/include -Dlinux -D__aarch64__ -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE -D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DFUNCPROTO=15 -DNARROWPROTO -DAPPDEFDIR=\"/usr/lib/X11/app-defaults\" -DAPPDEFFILE=\"XXkb\" -DXT_RESOURCE_SEARCH -DSHAPE_EXT -c -o resource.o resource.c gcc -O2 -Wall -I/usr/include -Dlinux -D__aarch64__ -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE -D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DFUNCPROTO=15 -DNARROWPROTO -DAPPDEFDIR=\"/usr/lib/X11/app-defaults\" -DAPPDEFFILE=\"XXkb\" -DXT_RESOURCE_SEARCH -DSHAPE_EXT -c -o wlist.o wlist.c In file included from /usr/include/bits/libc-header-start.h:33, from /usr/include/string.h:26, from resource.c:15: /usr/include/features.h:196:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" []8;;https://gcc.gnu.org/onlinedocs/gcc-14.1.0/gcc/Warning-Options.html#index-Wcpp-Wcpp]8;;] 196 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ In file included from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdlib.h:26, from wlist.c:11: /usr/include/features.h:196:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" []8;;https://gcc.gnu.org/onlinedocs/gcc-14.1.0/gcc/Warning-Options.html#index-Wcpp-Wcpp]8;;] 196 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ In file included from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdio.h:28, from xxkb.c:10: /usr/include/features.h:196:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" []8;;https://gcc.gnu.org/onlinedocs/gcc-14.1.0/gcc/Warning-Options.html#index-Wcpp-Wcpp]8;;] 196 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ resource.c: In function 'GetElementRes': resource.c:270:6: warning: pointer targets in passing argument 9 of 'XWMGeometry' differ in signedness [-Wpointer-sign] In file included from resource.c:23: /usr/include/X11/Xutil.h:821:5: note: expected 'int *' but argument is of type 'unsigned int *' 821 | int* /* width_return */, | ^~~~ resource.c:270:23: warning: pointer targets in passing argument 10 of 'XWMGeometry' differ in signedness [-Wpointer-sign] /usr/include/X11/Xutil.h:822:5: note: expected 'int *' but argument is of type 'unsigned int *' 822 | int* /* height_return */, | ^~~~ xxkb.c: In function 'main': xxkb.c:313:56: warning: pointer targets in passing argument 6 of 'XQueryTree' differ in signedness [-Wpointer-sign] In file included from xxkb.c:13: /usr/include/X11/Xlib.h:3033:5: note: expected 'unsigned int *' but argument is of type 'int *' 3033 | unsigned int* /* nchildren_return */ | ^~~~~~~~~~~~~ xxkb.c:450:85: warning: pointer targets in passing argument 9 of 'XQueryPointer' differ in signedness [-Wpointer-sign] /usr/include/X11/Xlib.h:3002:5: note: expected 'unsigned int *' but argument is of type 'int *' 3002 | unsigned int* /* mask_return */ | ^~~~~~~~~~~~~ xxkb.c:670:59: warning: pointer targets in passing argument 6 of 'XQueryTree' differ in signedness [-Wpointer-sign] /usr/include/X11/Xlib.h:3033:5: note: expected 'unsigned int *' but argument is of type 'int *' 3033 | unsigned int* /* nchildren_return */ | ^~~~~~~~~~~~~ xxkb.c: In function 'GetGrandParent': xxkb.c:954:54: warning: pointer targets in passing argument 6 of 'XQueryTree' differ in signedness [-Wpointer-sign] /usr/include/X11/Xlib.h:3033:5: note: expected 'unsigned int *' but argument is of type 'int *' 3033 | unsigned int* /* nchildren_return */ | ^~~~~~~~~~~~~ xxkb.c: In function 'GetAppWindow': xxkb.c:974:55: warning: pointer targets in passing argument 6 of 'XQueryTree' differ in signedness [-Wpointer-sign] /usr/include/X11/Xlib.h:3033:5: note: expected 'unsigned int *' but argument is of type 'int *' 3033 | unsigned int* /* nchildren_return */ | ^~~~~~~~~~~~~ rm -f xxkb gcc -o xxkb -O2 -Wall -L/usr/lib64 xxkb.o resource.o wlist.o -lXext -lXt -lXpm -lX11 rm -f xxkb._man if test -z "" ; then \ cd `dirname xxkb` && \ ln -s `basename xxkb.man` `basename xxkb._man`; \ else \ cpp -undef -traditional -D__apploaddir__=/usr/lib/X11/app-defaults -D__appmansuffix__=1x -D__filemansuffix__=5x -D__libmansuffix__=3x -D__miscmansuffix__=7 -D__drivermansuffix__=4 -D__adminmansuffix__=8 -D__projectroot__=/usr -D__xconfigfile__=xorg.conf -D__xconfigdir__=/usr/lib/X11 -D__xlogfile__=Xorg -D__xservername__=Xorg -D__xorgversion__="\"`echo 7 7 0 | sed -e 's/ /./g' -e 's/^/Version\\\ /'`\" \"X Version 11\"" -D__vendorversion__="`echo 7 7 0 | sed -e 's/ /./g' -e 's/^/Version\\\ /'` X.Org" \ < xxkb.man | sed -e '/^# *[0-9][0-9]* *.*$/d' -e '/^#line *[0-9][0-9]* *.*$/d' -e '/^[ ]*XCOMM$/s/XCOMM/#/' -e '/^[ ]*XCOMM[^a-zA-Z0-9_]/s/XCOMM/#/' -e '/^[ ]*XHASH/s/XHASH/#/' -e '/\@\@$/s/\@\@$/\\/' >xxkb._man; \ fi sed -e "s#PIXMAPDIR#/usr/share/xxkb#g" XXkb.ad.var > XXkb.ad ==> Entering fakeroot environment... ==> Starting package()... ==> 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 "xxkb"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Leaving fakeroot environment. ==> Finished making: xxkb 1.11.1-4 (Sun Jul 14 12:49:26 2024) ==> Cleaning up...