=> Bootstrap dependency digest>=20211023: found digest-20220214
=> Checksum BLAKE2s OK for cqual-0.991.tar.gz
=> Checksum SHA512 OK for cqual-0.991.tar.gz
===> Installing dependencies for cqual-0.991nb21
==========================================================================
The supported build options for cqual are:

	debug

You can select which build options to use by setting PKG_DEFAULT_OPTIONS
or the following variable.  Its current value is shown:

	PKG_OPTIONS.cqual (not defined)

==========================================================================
==========================================================================
The following variables will affect the build process of this package,
cqual-0.991nb21.  Their current value is shown below:

        * EMACS_TYPE = emacs26

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

        * EMACS_BIN = /usr/pkg/bin/emacs
        * EMACS_ETCPREFIX = /usr/pkg/share
        * EMACS_FLAVOR = emacs
        * EMACS_INFOPREFIX = /usr/pkg/info
        * EMACS_LISPPREFIX = /usr/pkg/share/emacs/site-lisp
        * EMACS_PKGNAME_PREFIX (defined, but empty)
        * EMACS_VERSION_MAJOR = 26
        * EMACS_VERSION_MICRO (defined, but empty)
        * EMACS_VERSION_MINOR = 3

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
`/usr/bin/make clean' after the changes.
==========================================================================
=> Tool dependency mktools-[0-9]*: found mktools-20220614
=> Tool dependency bison>=1.0: found bison-3.8.2nb1
=> Tool dependency gmake>=3.81: found gmake-4.4
=> Tool dependency distcc-[0-9]*: found distcc-3.4
=> Tool dependency cwrappers>=20150314: found cwrappers-20220403
=> Full dependency emacs26>=26.1<27: found emacs26-26.3nb22
=> Full dependency perl>=5.0: found perl-5.36.0
===> Skipping vulnerability checks.
WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found.
WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'.
===> Overriding tools for cqual-0.991nb21
===> Extracting for cqual-0.991nb21
===> Patching for cqual-0.991nb21
=> Applying pkgsrc patches for cqual-0.991nb21
cd /usr/pkgsrc/devel/cqual/files && /bin/cp *.c /tmp/pkgbuild/devel/cqual/work.sparc64/cqual-0.991/src
cd /tmp/pkgbuild/devel/cqual/work.sparc64/cqual-0.991/src && /usr/bin/touch AST_defs.h AST_types.h
===> Creating toolchain wrappers for cqual-0.991nb21
===> Configuring for cqual-0.991nb21
=> 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
=> Replacing Perl interpreter in bin/*.
INFO: [replace-interpreter] Nothing changed in bin/Makefile.am.
INFO: [replace-interpreter] Nothing changed in bin/Makefile.in.
INFO: [replace-interpreter] Nothing changed in bin/remblanks.
=> Fixing locale directory references.
INFO: [subst.mk:pkglocaledir] Nothing changed in "Makefile.in".
INFO: [subst.mk:pkglocaledir] Nothing changed in "PAM-3/Makefile.in".
INFO: [subst.mk:pkglocaledir] Nothing changed in "PAM-3/elib/Makefile.in".
INFO: [subst.mk:pkglocaledir] Nothing changed in "bin/Makefile.in".
INFO: [subst.mk:pkglocaledir] Nothing changed in "config/Makefile.in".
INFO: [subst.mk:pkglocaledir] Nothing changed in "doc/Makefile.in".
INFO: [subst.mk:pkglocaledir] Nothing changed in "src/Makefile.in".
INFO: [subst.mk:pkglocaledir] Nothing changed in "src/libcompat/Makefile.in".
checking for a BSD-compatible install... /usr/bin/install -c -o pbulk -g users
checking whether build environment is sane... yes
checking for gawk... /usr/bin/awk
checking whether make sets $(MAKE)... yes
checking for sparc64--netbsd-gcc... gcc
checking for C compiler default output... 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 gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for flex... flex
checking for yywrap in -lfl... yes
checking lex output file root... lex.yy
checking whether yytext is a pointer... yes
checking for bison... /usr/pkg/bin/bison -y
checking for sparc64--netbsd-ranlib... no
checking for ranlib... ranlib
checking for a BSD-compatible install... /usr/bin/install -c -o pbulk -g users
checking whether make sets $(MAKE)... (cached) yes
checking for emacs... emacs
checking for m4... /usr/bin/m4
checking for gperf... no
checking for emacs... (cached) emacs
checking where .elc files should go... ${datadir}/emacs/site-lisp
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking whether gcc accepts -Wno-long-double... yes
checking whether gcc accept -no-cpp-precomp... no
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for pid_t... yes
checking for size_t... yes
checking whether time.h and sys/time.h may both be included... yes
checking for void*... yes
checking size of void*... 8
checking for working alloca.h... no
checking for alloca... yes
checking for working memcmp... yes
checking for function prototypes... yes
checking whether setvbuf arguments are reversed... no
checking return type of signal handlers... void
checking for vprintf... yes
checking for _doprnt... no
checking for gettimeofday... yes
checking for strdup... yes
checking for strtold... yes
checking for strtol... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating src/Makefile
config.status: creating src/libcompat/Makefile
config.status: creating PAM-3/Makefile
config.status: creating PAM-3/elib/Makefile
config.status: creating config/Makefile
config.status: creating bin/Makefile
config.status: creating bin/gcqual
config.status: executing depfiles commands
checking for stdint-types... found in stdint.h
creating src/cqual-stdint.h - (just to include  stdint.h)