==> Synchronizing chroot copy [/home/leming/armv8/root] -> [leming]...done
==> Making package: x11-ssh-askpass 1.2.4.1-8 (Sat Jul  6 14:36:07 2024)
==> Retrieving sources...
  -> Found x11-ssh-askpass-1.2.4.1.tar.gz
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha256sums...
    x11-ssh-askpass-1.2.4.1.tar.gz ... Passed
==> Making package: x11-ssh-askpass 1.2.4.1-8 (Sat 06 Jul 2024 02:36:13 PM MDT)
==> Checking runtime dependencies...
==> Installing missing dependencies...
[?25lresolving dependencies...
looking for conflicting packages...

Packages (9) 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  xcb-proto-1.17.0-2
             xorgproto-2024.1-2  libxt-1.3.0-2

Total Installed Size:  19.05 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...
[?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 x11-ssh-askpass-1.2.4.1.tar.gz
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Extracting x11-ssh-askpass-1.2.4.1.tar.gz with bsdtar
==> Starting build()...

x11-ssh-askpass has been configured with the following options:

                  Askpass directory: /usr/lib/ssh
                        Manual page: /usr/share/man/man1
          Application defaults file: SshAskpass-default.ad
     Application defaults directory: /usr/share/X11/app-defaults
  Install application defaults file: yes

        Compiler: default
  Compiler flags: -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection
    Linker flags: -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now

You may now create the Makefile and build x11-ssh-askpass using the
following commands:

        xmkmf
	make includes
	make

imake -DUseInstalled -I/usr/lib/X11/config
ln -s SshAskpass-default.ad SshAskpass.ad
sed -n '/^[^!]/s/.*/"&",/p' <SshAskpass.ad >SshAskpass_ad.h.tmp
mv -f SshAskpass_ad.h.tmp SshAskpass_ad.h
gcc -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection      -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       -c -o drawing.o drawing.c
gcc -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection      -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       -c -o dynlist.o dynlist.c
gcc -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection      -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       -c -o resources.o resources.c
gcc -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection      -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       -c -o x11-ssh-askpass.o x11-ssh-askpass.c
In file included from /usr/include/sys/types.h:25,
                 from /usr/include/X11/Xlib.h:38,
                 from /usr/include/X11/Intrinsic.h:53,
                 from drawing.c:18:
/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 dynlist.c:25:
/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 resources.c:27:
/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/ctype.h:25,
                 from x11-ssh-askpass.c:37:
/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"
      |   ^~~~~~~
rm -f x11-ssh-askpass
gcc -o x11-ssh-askpass -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection     -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -L/usr/lib64   drawing.o dynlist.o resources.o x11-ssh-askpass.o -lXt -lX11 -lSM -lICE      
sed \
  -e 's#@NAME@#x11-ssh-askpass#g' \
  -e 's#@VERSION@#1.2.4.1#g' \
  -e 's#@DATE@#September 17, 2001#g' \
  <x11-ssh-askpass.man.in >x11-ssh-askpass.man.tmp
mv -f x11-ssh-askpass.man.tmp x11-ssh-askpass.man
rm -f x11-ssh-askpass._man
if test -z "" ; then \
   cd `dirname x11-ssh-askpass` && \
   ln -s `basename x11-ssh-askpass.man` `basename x11-ssh-askpass._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"  \
     < x11-ssh-askpass.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/\@\@$/\\/' >x11-ssh-askpass._man; \
fi
==> Entering fakeroot environment...
==> Starting package()...
+ mkdir -p /build/x11-ssh-askpass/pkg/x11-ssh-askpass/usr/lib/ssh
+ mkdir -p /build/x11-ssh-askpass/pkg/x11-ssh-askpass/usr/share/man/man1
install -c   x11-ssh-askpass /build/x11-ssh-askpass/pkg/x11-ssh-askpass/usr/lib/ssh/x11-ssh-askpass
install -c -m 0444 x11-ssh-askpass._man /build/x11-ssh-askpass/pkg/x11-ssh-askpass/usr/share/man/man1/x11-ssh-askpass.1x
+ mkdir -p /build/x11-ssh-askpass/pkg/x11-ssh-askpass/usr/share/X11/app-defaults
install -c -m 0444 SshAskpass.ad \
  /build/x11-ssh-askpass/pkg/x11-ssh-askpass/usr/share/X11/app-defaults/SshAskpass
+ '[' -f /build/x11-ssh-askpass/pkg/x11-ssh-askpass/usr/share/man/man1/ssh-askpass.1x ']'
ln -s x11-ssh-askpass.1x /build/x11-ssh-askpass/pkg/x11-ssh-askpass/usr/share/man/man1/ssh-askpass.1x
+ '[' -f /build/x11-ssh-askpass/pkg/x11-ssh-askpass/usr/lib/ssh/ssh-askpass ']'
ln -s x11-ssh-askpass /build/x11-ssh-askpass/pkg/x11-ssh-askpass/usr/lib/ssh/ssh-askpass
install.man in . done
install in . done
==> 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 "x11-ssh-askpass"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: x11-ssh-askpass 1.2.4.1-8 (Sat 06 Jul 2024 02:36:21 PM MDT)
==> Cleaning up...