=> Bootstrap dependency digest>=20211023: found digest-20220214 => Checksum BLAKE2s OK for cyrus-imapd-2.4.20.tar.gz => Checksum SHA512 OK for cyrus-imapd-2.4.20.tar.gz ===> Installing dependencies for cyrus-imapd-2.4.20nb33 ========================================================================== The supported build options for cyrus-imapd are: bdb gssapi kerberos kerberos4 ldap mysql pcre pgsql snmp sqlite The currently selected options are: bdb pcre You can select which build options to use by setting PKG_DEFAULT_OPTIONS or the following variable. Its current value is shown: PKG_OPTIONS.cyrus-imapd (not defined) ========================================================================== ========================================================================== The following variables will affect the build process of this package, cyrus-imapd-2.4.20nb33. Their current value is shown below: * BDB185_DEFAULT = db1 * BDB_DEFAULT = db4 * CYRUS_GROUP = mail * CYRUS_USER = cyrus * SSLBASE = /usr * SSLCERTBUNDLE (not defined) * SSLCERTS = /etc/openssl/certs * SSLDIR = /etc/openssl * SSLKEYS = /etc/openssl/private * VARBASE = /var Based on these variables, the following variables have been set: * BDBBASE (defined, but empty) * BDB_LIBS = -ldb4 * BDB_TYPE = db4 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-20250213 => Tool dependency cwrappers>=20150314: found cwrappers-20220403 => Full dependency perl>=5.40.0<5.41.0: found perl-5.40.2 => Full dependency cyrus-sasl>=2.1.28nb1: found cyrus-sasl-2.1.28nb1 => Full dependency db4>=4.8.30: found db4-4.8.30nb1 => Full dependency pcre>=8.30nb1: found pcre-8.45 ===> 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 cyrus-imapd-2.4.20nb33 ===> Extracting for cyrus-imapd-2.4.20nb33 ===> Patching for cyrus-imapd-2.4.20nb33 => Applying pkgsrc patches for cyrus-imapd-2.4.20nb33 cd /pbulk/work/mail/cyrus-imapd24/work/cyrus-imapd-2.4.20/man; set -- deliver 8 fetchnews 8 idled 8 imapd 8 lmtpd 8 master 8 nntpd 8 notifyd 8 pop3d 8 quota 8; while [ $# -gt 0 ]; do man=$1.$2; for file in Makefile.in *.[0-9]; do sed -e "s|\(\$(srcdir)/\)\($man\)|\1cyrus-\2|g" -e "s|\(\\\fB\)\($1($2)\\\fR\)|\1cyrus-\2|g" $file > $file.fixed; mv -f $file.fixed $file; done; if [ -f $man ]; then mv $man cyrus-$man; fi; shift 2; done find /pbulk/work/mail/cyrus-imapd24/work/cyrus-imapd-2.4.20 -type f -print | xargs -n 1 /usr/bin/grep -l -e /etc/imapd\.conf -e /etc/cyrus\.conf | while read file; do sed -e "s|/etc/\(cyrus\.conf\)|/usr/pkg/etc/\1|g" -e "s|/etc/\(imapd\.conf\)|/usr/pkg/etc/\1|g" ${file} > ${file}.fixed; mv -f ${file}.fixed ${file}; done ===> Creating toolchain wrappers for cyrus-imapd-2.4.20nb33 ===> Configuring for cyrus-imapd-2.4.20nb33 => 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 tools/rehash. => Fixing locale directory references. INFO: [subst.mk:pkglocaledir] Nothing changed in "Makefile.in". INFO: [subst.mk:pkglocaledir] Nothing changed in "com_err/et/Makefile.in". INFO: [subst.mk:pkglocaledir] Nothing changed in "depot/Makefile.in". INFO: [subst.mk:pkglocaledir] Nothing changed in "imap/Makefile.in". INFO: [subst.mk:pkglocaledir] Nothing changed in "imtest/Makefile.in". INFO: [subst.mk:pkglocaledir] Nothing changed in "installsieve/Makefile.in". INFO: [subst.mk:pkglocaledir] Nothing changed in "lib/Makefile.in". INFO: [subst.mk:pkglocaledir] Nothing changed in "makedepend/Makefile.in". INFO: [subst.mk:pkglocaledir] Nothing changed in "man/Makefile.in". INFO: [subst.mk:pkglocaledir] Nothing changed in "master/Makefile.in". INFO: [subst.mk:pkglocaledir] Nothing changed in "netnews/Makefile.in". INFO: [subst.mk:pkglocaledir] Nothing changed in "notifyd/Makefile.in". INFO: [subst.mk:pkglocaledir] Nothing changed in "perl/Makefile.in". INFO: [subst.mk:pkglocaledir] Nothing changed in "perl/sieve/Makefile.in". INFO: [subst.mk:pkglocaledir] Nothing changed in "perl/sieve/lib/Makefile.in". INFO: [subst.mk:pkglocaledir] Nothing changed in "ptclient/Makefile.in". INFO: [subst.mk:pkglocaledir] Nothing changed in "sieve/Makefile.in". INFO: [subst.mk:pkglocaledir] Nothing changed in "syslog/Makefile.in". INFO: [subst.mk:pkglocaledir] Nothing changed in "timsieved/Makefile.in". checking build system type... x86_64--netbsd checking host system type... x86_64--netbsd checking target system type... x86_64--netbsd checking for makedepend... makedepend checking for x86_64--netbsd-gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no 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 ISO C89... none needed checking for x86_64--netbsd-ranlib... no checking for ranlib... ranlib checking whether make sets $(MAKE)... yes checking for a BSD-compatible install... /usr/bin/install -c -o pbulk -g users checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep 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 minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking for library containing strerror... none required checking for gawk... /usr/bin/awk checking for an ANSI C-conforming const... yes checking for long file names... yes checking for inline... inline checking size of int... 4 checking size of long... 8 checking size of size_t... 8 checking size of off_t... 8 checking size of long long int... 8 checking size of unsigned long long int... 8 checking whether byte ordering is bigendian... no checking for __attribute__... yes checking if compiler supports -fPIC... yes checking for runpath switch... (cached) -Wl,-R checking for unistd.h... (cached) yes checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking stdarg.h usability... yes checking stdarg.h presence... yes checking for stdarg.h... yes checking for memmove... yes checking for strcasecmp... yes checking for ftruncate... yes checking for strerror... yes checking for strlcat... yes checking for strlcpy... yes checking for getgrouplist... yes checking for pselect... yes checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking for stdlib.h... (cached) yes checking for getpassphrase... no checking for connect... yes checking for res_search... yes checking for dn_expand... yes checking for dns_lookup... no checking for getaddrinfo... yes checking for gai_strerror... yes checking for getnameinfo... yes checking whether you have ss_family in struct sockaddr_storage... yes checking whether you have sa_len in struct sockaddr... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking whether time.h and sys/time.h may both be included... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for struct tm.tm_zone... yes checking for vprintf... yes checking for _doprnt... no checking db.h usability... yes checking db.h presence... yes checking for db.h... yes checking for bison... no checking for byacc... no checking for flex... flex checking lex output file root... lex.yy checking lex library... none needed checking whether yytext is a pointer... no checking for main in -lfl... no checking pcreposix.h usability... no checking pcreposix.h presence... no checking for pcreposix.h... no checking rxposix.h usability... no checking rxposix.h presence... no checking for rxposix.h... no checking for library containing regcomp... no checking for strerror... (cached) yes checking sys/resource.h usability... yes checking sys/resource.h presence... yes checking for sys/resource.h... yes checking for setrlimit... no checking for getrlimit... no checking for daemon... no checking for setsid... no checking for shutdown... no checking for setproctitle... no checking for setproctitle in -lutil... no checking sys/pstat.h usability... no checking sys/pstat.h presence... no checking for sys/pstat.h... no checking sys/sysnews.h usability... no checking sys/sysnews.h presence... no checking for sys/sysnews.h... no checking for PS_STRINGS... no checking for SCO... no checking for setproctitle usability... yes checking nonblocking method... ioctl checking timezone GMT offset method... tm checking for shared mmap... no checking for stupid shared mmap... no configure: WARNING: *** This system does not have a working mmap() configure: WARNING: *** Expect a considerable performance penalty checking for fcntl... no checking for flock... no configure: error: unable to detect locking method *** Error code 1 Stop. make[1]: stopped in /usr/pkgsrc/mail/cyrus-imapd24 *** Error code 1 Stop. make: stopped in /usr/pkgsrc/mail/cyrus-imapd24