=> Bootstrap dependency digest>=20211023: found digest-20220214
WARNING: [license.mk] Every package should define a LICENSE.
=> Checksum BLAKE2s OK for lush-1.2.1.tar.gz
=> Checksum SHA512 OK for lush-1.2.1.tar.gz
===> Installing dependencies for lush-1.2.1nb5
==========================================================================
The following variables will affect the build process of this package,
lush-1.2.1nb5.  Their current value is shown below:

        * CURSES_DEFAULT = ncurses
        * PKGSRC_BLAS_TYPES = netlib openblas openblas_pthread openblas_openmp

Based on these variables, the following variables have been set:

        * BLAS_INCLUDES (not defined)
        * BLAS_LIBS = -lblas
        * BLAS_PC = blas
        * BLAS_TYPE = netlib
        * CBLAS_LIBS (not defined)
        * CBLAS_PC (not defined)
        * CURSES_TYPE = ncurses
        * LAPACKE_LIBS (not defined)
        * LAPACKE_PC (not defined)
        * LAPACK_LIBS = -llapack -lblas
        * LAPACK_PC = lapack
        * TERMCAP_TYPE = curses

You may want to abort the process now with CTRL-C and change the value
of variables in the first group before continuing.  Be sure to run
`/opt/pkg/bin/bmake clean' after the changes.
==========================================================================
=> Tool dependency libtool-base>=2.4.2nb9: found libtool-base-2.4.7nb1
=> Tool dependency mktools-[0-9]*: found mktools-20220614
=> Tool dependency gmake>=3.81: found gmake-4.4.1
=> Tool dependency nbpatch-[0-9]*: found nbpatch-20151107
=> Tool dependency cwrappers>=20150314: found cwrappers-20220403
=> Tool dependency checkperms>=1.1: found checkperms-1.12
=> Build dependency xcb-proto>=1.15.2nb3: found xcb-proto-1.16.0nb1
=> Build dependency xorgproto>=2016.1: found xorgproto-2024.1
=> Full dependency MesaLib>=21.3.9nb3: found MesaLib-21.3.9nb4
=> Full dependency SDL>=1.2.15nb17: found SDL-1.2.15nb43
=> Full dependency gsl>=2.6: found gsl-2.7.1
=> Full dependency lapack>=3.9.0nb1: found lapack-3.12.0
=> Full dependency libaudiofile>=0.3.3: found libaudiofile-0.3.6nb1
=> Full dependency readline>=6.0: found readline-8.2nb2
===> Overriding tools for lush-1.2.1nb5
===> Extracting for lush-1.2.1nb5
===> Patching for lush-1.2.1nb5
=> Applying pkgsrc patches for lush-1.2.1nb5
=> Verifying /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/lang/lush/patches/patch-ac
=> Applying pkgsrc patch /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/lang/lush/patches/patch-ac
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-ac,v 1.2 2012/07/22 01:08:24 dholland Exp $
|
|Fix handling of user home directory in runtime.
|
|--- lsh/libc/shell.lsh~	2005-03-08 15:14:44.000000000 -0500
|+++ lsh/libc/shell.lsh	2008-08-17 02:40:12.000000000 -0400
--------------------------
Patching file lsh/libc/shell.lsh using Plan A...
Hunk #1 succeeded at 244 (offset 3 lines).
Hunk #2 succeeded at 276 (offset 3 lines).
done
===> Creating toolchain wrappers for lush-1.2.1nb5
===> Configuring for lush-1.2.1nb5
=> Modifying GNU configure scripts to avoid --recheck
=> Replacing config-guess with pkgsrc versions
=> Replacing config-sub with pkgsrc versions
=> Replacing install-sh with pkgsrc version
=> Checking for portability problems in extracted files
checking build system type... aarch64-apple-darwin22
checking host system type... aarch64-apple-darwin22
checking whether make sets $(MAKE)... yes
checking for aarch64-apple-darwin22-gcc... clang
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether clang accepts -g... yes
checking for clang option to accept ANSI C... none needed
checking whether the compiler supports complex numbers... yes
checking if clang accepts -Wall... yes
checking if clang accepts -O3... yes
configure: WARNING: guessing cpu type (use --with-cpu=cpuname to override.)
checking if clang accepts -march=aarch64... no
checking if clang accepts -mcpu=aarch64... no
checking for aarch64-apple-darwin22-g++... clang++
checking whether we are using the GNU C++ compiler... no
checking whether clang++ accepts -g... no
checking for aarch64-apple-darwin22-g77... f77
checking whether we are using the GNU Fortran 77 compiler... no
checking whether f77 accepts -g... no
checking how to run the C preprocessor... clang -E
checking for a BSD-compatible install... /usr/bin/install -c -o pbulk -g staff
checking for aarch64-apple-darwin22-ranlib... no
checking for ranlib... ranlib
checking whether ln -s works... yes
checking for mv... /bin/mv
checking for cp... /bin/cp
checking for rm... /bin/rm
checking for ar... /usr/bin/ar
checking for touch... /usr/bin/touch
checking for indent... /usr/bin/indent
checking if /usr/bin/indent accepts GNU options... no
checking for sqrt in -lm... yes
checking for dlopen in -ldl... yes
checking for shl_load in -ldld... no
checking for openpty in -lutil... yes
checking for NSLinkModule... yes
checking for X... no
checking for pkg-config... /Users/pbulk/build/lang/lush/work/.tools/bin/pkg-config
checking for library Xft... no
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking provided PTHREAD_LIBS/PTHREAD_FLAGS.... yes
checking if more special flags are required for pthreads... no
checking for tputs in -lcurses... yes
checking for readline in -lreadline... yes
checking for iconv_open in -liconv... no
checking for ANSI C header files... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking whether time.h and sys/time.h may both be included... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking wchar.h usability... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking wctype.h usability... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking langinfo.h usability... yes
checking langinfo.h presence... yes
checking for langinfo.h... yes
checking iconv.h usability... yes
checking iconv.h presence... yes
checking for iconv.h... yes
checking memory.h usability... yes
checking memory.h presence... yes
checking for memory.h... yes
checking string.h usability... yes
checking string.h presence... yes
checking for string.h... yes
checking strings.h usability... yes
checking strings.h presence... yes
checking for strings.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking alloca.h usability... yes
checking alloca.h presence... yes
checking for alloca.h... yes
checking unistd.h usability... yes
checking unistd.h presence... yes
checking for unistd.h... yes
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking pty.h usability... no
checking pty.h presence... no
checking for pty.h... no
checking util.h usability... yes
checking util.h presence... yes
checking for util.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking dl.h usability... no
checking dl.h presence... no
checking for dl.h... no
checking ieeefp.h usability... no
checking ieeefp.h presence... no
checking for ieeefp.h... no
checking fpu_control.h usability... no
checking fpu_control.h presence... no
checking for fpu_control.h... no
checking fenv.h usability... yes
checking fenv.h presence... yes
checking for fenv.h... yes
checking stropts.h usability... no
checking stropts.h presence... no
checking for stropts.h... no
checking sys/stropts.h usability... no
checking sys/stropts.h presence... no
checking for sys/stropts.h... no
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/types.h usability... yes
checking sys/types.h presence... yes
checking for sys/types.h... yes
checking sys/ttold.h usability... no
checking sys/ttold.h presence... no
checking for sys/ttold.h... no
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/timeb.h usability... yes
checking sys/timeb.h presence... yes
checking for sys/timeb.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking readline/readline.h usability... yes
checking readline/readline.h presence... yes
checking for readline/readline.h... yes
checking bfd.h usability... no
checking bfd.h presence... no
checking for bfd.h... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for _LARGE_FILES value needed for large files... no
checking for mode_t... yes
checking for off_t... yes
checking for size_t... yes
checking for pid_t... yes
checking return type of signal handlers... void
checking for long long int... yes
checking for wchar_t... yes
checking for wint_t... yes
checking for mbstate_t... yes
checking stdlib.h usability... yes
checking stdlib.h presence... yes
checking for stdlib.h... yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... yes
checking for unistd.h... (cached) yes
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking for strftime... yes
checking for strchr... yes
checking for memcpy... yes
checking for sigaction... yes
checking for sigvec... yes
checking for strerror... yes
checking for getcwd... yes
checking for feenableexcept... no
checking for ieee_handler... no
checking for fpsetmask... no
checking for __setfpucw... no
checking for tanh... yes
checking for sincos... no
checking for dlopen... yes
checking for sigsetjmp... yes
checking for waitpid... yes
checking for openpty... yes
checking for mprotect... yes
checking for getpagesize... (cached) yes
checking for gettimeofday... yes
checking for ftime... yes
checking for cfree... no
checking for gethostbyname... yes
checking for flockfile... yes
checking for sysconf... yes
checking for fpathconf... yes
checking for tcsetattr... yes
checking for setenv... yes
checking for putenv... yes
checking for fseeko... yes
checking for ftello... yes
checking whether mbrtowc and mbstate_t are properly declared... yes
checking for setlocale... yes
checking for nl_langinfo... yes
checking for iconv... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating include/lushmake.h
config.status: creating include/lushconf.h
=> Modifying libtool scripts to use pkgsrc libtool
=> Modifying libtool scripts to use pkgsrc depcomp
WARNING: *** Please consider adding c++ to USE_LANGUAGES in the package Makefile.
WARNING: *** Please consider adding fortran to USE_LANGUAGES in the package Makefile.