==> Synchronizing chroot copy [/home/leming/armv8/root] -> [leming]...done
==> Making package: zssh 1.5c-14 (Tue Mar 12 19:13:29 2024)
==> Retrieving sources...
  -> Found zssh-1.5c.tgz
  -> Found fix_use_ptmx_on_arch.patch
  -> Found fix_CPPsymlink.patch
  -> Found reproducible-builds.patch
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha512sums...
    zssh-1.5c.tgz ... Passed
    fix_use_ptmx_on_arch.patch ... Passed
    fix_CPPsymlink.patch ... Passed
    reproducible-builds.patch ... Passed
==> Making package: zssh 1.5c-14 (Tue Mar 12 19:13:36 2024)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found zssh-1.5c.tgz
  -> Found fix_use_ptmx_on_arch.patch
  -> Found fix_CPPsymlink.patch
  -> Found reproducible-builds.patch
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Extracting zssh-1.5c.tgz with bsdtar
==> Starting prepare()...
patching file configure
Hunk #1 succeeded at 1892 (offset -1 lines).
patching file configure
patching file Makefile.in
==> Starting build()...
creating cache ./config.cache
checking whether to use libreadline for cmd-line editing... yes
checking for a BSD compatible install... /usr/bin/install -c
checking for gmake... make
checking for gtar... tar
checking for gar... ar
checking for granlib... ranlib
checking for gcc... gcc
checking whether the C compiler (gcc -march=armv8-a -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now) works... yes
checking whether the C compiler (gcc -march=armv8-a -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking how to run the C preprocessor... gcc -E
checking whether gcc needs -traditional... no
checking that the C compiler understands -Wall... yes
checking for ANSI C header files... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for fcntl.h... yes
checking for paths.h... yes
checking for sys/ioctl.h... yes
checking for sys/time.h... yes
checking for termios.h... yes
checking for unistd.h... yes
checking for err.h... yes
checking for sys/cdefs.h... yes
checking for sys/param.h... yes
checking for util.h... no
checking for stropts.h... no
checking for tgetent in -ltermcap... no
checking for tgetent in -lcurses... yes
checking which library has the termcap functions... using libcurses
checking for readline/readline.h... yes
checking for readline/history.h... yes
checking for readline in -lreadline... yes
checking for rl_username_completion_function... yes
checking whether getpgrp takes no argument... yes
checking return type of signal handlers... void
checking for strdup... yes
checking for getpt... yes
checking for isastream... no
checking for tcsetpgrp... yes
checking for _getpty... no
checking for getpseudotty... no
checking for openpty... yes
checking for grantpt... yes
checking for unlockpt... yes
checking for pseudo ttys... streams ptys
updating cache ./config.cache
creating ./config.status
creating Makefile
creating fake_readline/Makefile
creating test/Makefile
creating config.h
echo '#define ZSSH_VERSION "' `cat VERSION` ', built for Arch Linux "' > version.h
gcc -march=armv8-a -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -Wall -DHAVE_CONFIG_H  -O2  -c -o completion.o completion.c
gcc -march=armv8-a -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -Wall -DHAVE_CONFIG_H  -O2  -c -o doit.o doit.c
gcc -march=armv8-a -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -Wall -DHAVE_CONFIG_H  -O2  -c -o escape.o escape.c
gcc -march=armv8-a -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -Wall -DHAVE_CONFIG_H  -O2  -c -o escape_multi.o escape_multi.c
gcc -march=armv8-a -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -Wall -DHAVE_CONFIG_H  -O2  -c -o globbing.o globbing.c
gcc -march=armv8-a -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -Wall -DHAVE_CONFIG_H  -O2  -c -o main.o main.c
gcc -march=armv8-a -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -Wall -DHAVE_CONFIG_H  -O2  -c -o misc.o misc.c
gcc -march=armv8-a -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -Wall -DHAVE_CONFIG_H  -O2  -c -o openpty.o openpty.c
gcc -march=armv8-a -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -Wall -DHAVE_CONFIG_H  -O2  -c -o pc_test_escapes.o pc_test_escapes.c
completion.c: In function 'initialize_readline':
completion.c:56:4: warning: 'CPPFunction' is deprecated [-Wdeprecated-declarations]
gcc -march=armv8-a -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -Wall -DHAVE_CONFIG_H  -O2  -c -o quote_removal.o quote_removal.c
gcc -march=armv8-a -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -Wall -DHAVE_CONFIG_H  -O2  -c -o signal.o signal.c
openpty.c: In function 'getmaster':
openpty.c:33:8: warning: implicit declaration of function 'openpty'; did you mean 'openat'? [-Wimplicit-function-declaration]
gcc -march=armv8-a -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -Wall -DHAVE_CONFIG_H  -O2  -c -o split_words.o split_words.c
doit.c: In function 'doinput':
doit.c:29:3: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
doit.c: In function 'dooutput':
doit.c:52:7: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
gcc -march=armv8-a -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -Wall -DHAVE_CONFIG_H  -O2  -c -o tilde_expansion.o tilde_expansion.c
gcc -march=armv8-a -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -Wall -DHAVE_CONFIG_H  -O2  -c -o util.o util.c
gcc -march=armv8-a -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -Wall -DHAVE_CONFIG_H  -O2  -c -o zmodem.o zmodem.c
gcc -march=armv8-a -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -Wall -DHAVE_CONFIG_H  -O2  -c -o zmodem_act.o zmodem_act.c
gcc -march=armv8-a -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -Wall -DHAVE_CONFIG_H  -O2  -c -o init.o init.c
zmodem.c: In function 'zaction':
zmodem.c:140:3: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
zmodem_act.c: In function 'zact_exit':
zmodem_act.c:153:4: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
gcc -o zssh -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now completion.o doit.o escape.o escape_multi.o globbing.o init.o main.o misc.o openpty.o pc_test_escapes.o quote_removal.o signal.o split_words.o tilde_expansion.o util.o zmodem.o zmodem_act.o -lreadline  -lcurses   
make: [Makefile:74: ztelnet] Error 1 (ignored)
ln zssh ztelnet
==> Entering fakeroot environment...
==> Starting package()...
strip zssh
/usr/bin/install -c -m 0711 zssh /build/zssh/pkg/zssh/usr/bin
ln -f /build/zssh/pkg/zssh/usr/bin/zssh  /build/zssh/pkg/zssh/usr/bin/ztelnet
/usr/bin/install -c -m 0644 zssh.1 ztelnet.1 /build/zssh/pkg/zssh/usr/share/man/man1
==> 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 "zssh"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: zssh 1.5c-14 (Tue Mar 12 19:13:42 2024)
==> Cleaning up...