=> Bootstrap dependency digest>=20010302: found digest-20160304
===> Skipping vulnerability checks.
WARNING: No /var/db/pkg/pkg-vulnerabilities file found.
WARNING: To fix run: `/usr/sbin/pkg_admin -K /var/db/pkg fetch-pkg-vulnerabilities'.
===> Installing for sendmail-8.15.2nb2
=> Generating pre-install file lists
=> Creating installation directories from PLIST files
Making install in:
/data/scratch/mail/sendmail/work/sendmail-8.15.2/libsm
Configuration: pfx=, os=NetBSD, rel=8.99.19, rbase=8, rroot=8.99, arch=amd64, sfx=, variant=optimized
Making in /data/scratch/mail/sendmail/work/sendmail-8.15.2/obj.NetBSD.8.99.19.amd64/libsm
Making install in:
/data/scratch/mail/sendmail/work/sendmail-8.15.2/libsmutil
Configuration: pfx=, os=NetBSD, rel=8.99.19, rbase=8, rroot=8.99, arch=amd64, sfx=, variant=optimized
Making in /data/scratch/mail/sendmail/work/sendmail-8.15.2/obj.NetBSD.8.99.19.amd64/libsmutil
Making install in:
/data/scratch/mail/sendmail/work/sendmail-8.15.2/libsmdb
Configuration: pfx=, os=NetBSD, rel=8.99.19, rbase=8, rroot=8.99, arch=amd64, sfx=, variant=optimized
Making in /data/scratch/mail/sendmail/work/sendmail-8.15.2/obj.NetBSD.8.99.19.amd64/libsmdb
Making install in:
/data/scratch/mail/sendmail/work/sendmail-8.15.2/sendmail
Configuration: pfx=, os=NetBSD, rel=8.99.19, rbase=8, rroot=8.99, arch=amd64, sfx=, variant=optimized
Making in /data/scratch/mail/sendmail/work/sendmail-8.15.2/obj.NetBSD.8.99.19.amd64/sendmail
if [ ! -d /data/scratch/mail/sendmail/work/.destdir/usr/pkg/share/misc ]; then mkdir -p /data/scratch/mail/sendmail/work/.destdir/usr/pkg/share/misc; else :; fi
install -c -m 444 helpfile /data/scratch/mail/sendmail/work/.destdir/usr/pkg/share/misc/helpfile
cc -O -I. -I../../include -DNEWDB -DNIS -DMAP_REGEX -DSOCKETMAP -I/usr/pkg/include -DSMRSH_CMDDIR=\"/usr/pkg/libexec/sm.bin\" -DNETINET6 -DNEEDSGETIPNODE -DTCPWRAPPERS -D_FFR_USE_GETPWNAM_ERRNO=1 -DMILTER -DSTARTTLS   -I/usr/include -c tls.c
tls.c:70:4: error: incomplete definition of type 'struct dh_st'
        dh->p = BN_bin2bn(dh512_p, sizeof(dh512_p), NULL);
        ~~^
/usr/include/openssl/ossl_typ.h:104:16: note: forward declaration of 'struct dh_st'
typedef struct dh_st DH;
               ^
tls.c:71:4: error: incomplete definition of type 'struct dh_st'
        dh->g = BN_bin2bn(dh512_g, sizeof(dh512_g), NULL);
        ~~^
/usr/include/openssl/ossl_typ.h:104:16: note: forward declaration of 'struct dh_st'
typedef struct dh_st DH;
               ^
tls.c:72:9: error: incomplete definition of type 'struct dh_st'
        if ((dh->p == NULL) || (dh->g == NULL))
             ~~^
/usr/include/openssl/ossl_typ.h:104:16: note: forward declaration of 'struct dh_st'
typedef struct dh_st DH;
               ^
tls.c:72:28: error: incomplete definition of type 'struct dh_st'
        if ((dh->p == NULL) || (dh->g == NULL))
                                ~~^
/usr/include/openssl/ossl_typ.h:104:16: note: forward declaration of 'struct dh_st'
typedef struct dh_st DH;
               ^
tls.c:123:4: error: incomplete definition of type 'struct dh_st'
        dh->p=BN_bin2bn(dh2048_p,sizeof(dh2048_p),NULL);
        ~~^
/usr/include/openssl/ossl_typ.h:104:16: note: forward declaration of 'struct dh_st'
typedef struct dh_st DH;
               ^
tls.c:124:4: error: incomplete definition of type 'struct dh_st'
        dh->g=BN_bin2bn(dh2048_g,sizeof(dh2048_g),NULL);
        ~~^
/usr/include/openssl/ossl_typ.h:104:16: note: forward declaration of 'struct dh_st'
typedef struct dh_st DH;
               ^
tls.c:125:9: error: incomplete definition of type 'struct dh_st'
        if ((dh->p == NULL) || (dh->g == NULL))
             ~~^
/usr/include/openssl/ossl_typ.h:104:16: note: forward declaration of 'struct dh_st'
typedef struct dh_st DH;
               ^
tls.c:125:28: error: incomplete definition of type 'struct dh_st'
        if ((dh->p == NULL) || (dh->g == NULL))
                                ~~^
/usr/include/openssl/ossl_typ.h:104:16: note: forward declaration of 'struct dh_st'
typedef struct dh_st DH;
               ^
tls.c:334:7: warning: promoted type 'int' of K&R function parameter is not compatible with the parameter type 'bool' declared in a previous prototype [-Wknr-promoted-parameter]
        bool fipsmode;
             ^
./sendmail.h:1999:40: note: previous declaration is here
extern bool     init_tls_library __P((bool _fipsmode));
                                           ^
tls.c:416:7: warning: promoted type 'int' of K&R function parameter is not compatible with the parameter type 'bool' declared in a previous prototype [-Wknr-promoted-parameter]
        bool vrfy;
             ^
./sendmail.h:2815:55: note: previous declaration is here
extern void     tls_set_verify __P((SSL_CTX *, SSL *, bool));
                                                          ^
tls.c:502:7: warning: promoted type 'int' of K&R function parameter is not compatible with the parameter type 'bool' declared in a previous prototype [-Wknr-promoted-parameter]
        bool srv;
             ^
tls.c:43:47: note: previous declaration is here
static bool     tls_safe_f __P((char *, long, bool));
                                                  ^
tls.c:723:7: warning: promoted type 'int' of K&R function parameter is not compatible with the parameter type 'bool' declared in a previous prototype [-Wknr-promoted-parameter]
        bool srv;
             ^
./sendmail.h:2000:72: note: previous declaration is here
extern bool     inittls __P((SSL_CTX **, unsigned long, unsigned long, bool, char *, char *, char *, char *, char *));
                                                                           ^
tls.c:929:22: warning: implicit declaration of function 'BIO_s_file_internal' is invalid in C99 [-Wimplicit-function-declaration]
                crl_file = BIO_new(BIO_s_file_internal());
                                   ^
tls.c:929:22: warning: incompatible integer to pointer conversion passing 'int' to parameter of type 'const BIO_METHOD *' (aka 'const struct bio_method_st *') [-Wint-conversion]
                crl_file = BIO_new(BIO_s_file_internal());
                                   ^~~~~~~~~~~~~~~~~~~~~
/usr/include/openssl/bio.h:535:32: note: passing argument to parameter 'type' here
BIO *BIO_new(const BIO_METHOD *type);
                               ^
tls.c:1006:17: warning: 'RSA_generate_key' is deprecated [-Wdeprecated-declarations]
            (rsa_tmp = RSA_generate_key(RSA_KEYLENGTH, RSA_F4, NULL,
                       ^
/usr/include/openssl/rsa.h:193:1: note: 'RSA_generate_key' has been explicitly marked deprecated here
DEPRECATEDIN_0_9_8(RSA *RSA_generate_key(int bits, unsigned long e, void
^
/usr/include/openssl/opensslconf.h:139:34: note: expanded from macro 'DEPRECATEDIN_0_9_8'
# define DEPRECATEDIN_0_9_8(f)   DECLARE_DEPRECATED(f)
                                 ^
/usr/include/openssl/opensslconf.h:102:53: note: expanded from macro 'DECLARE_DEPRECATED'
# define DECLARE_DEPRECATED(f)    f __attribute__ ((deprecated));
                                                    ^
tls.c:1213:10: warning: 'DSA_generate_parameters' is deprecated [-Wdeprecated-declarations]
                        dsa = DSA_generate_parameters(bits, NULL, 0, NULL,
                              ^
/usr/include/openssl/dsa.h:122:1: note: 'DSA_generate_parameters' has been explicitly marked deprecated here
DEPRECATEDIN_0_9_8(DSA *DSA_generate_parameters(int bits,
^
/usr/include/openssl/opensslconf.h:139:34: note: expanded from macro 'DEPRECATEDIN_0_9_8'
# define DEPRECATEDIN_0_9_8(f)   DECLARE_DEPRECATED(f)
                                 ^
/usr/include/openssl/opensslconf.h:102:53: note: expanded from macro 'DECLARE_DEPRECATED'
# define DECLARE_DEPRECATED(f)    f __attribute__ ((deprecated));
                                                    ^
tls.c:1455:7: warning: promoted type 'int' of K&R function parameter is not compatible with the parameter type 'bool' declared in a previous prototype [-Wknr-promoted-parameter]
        bool srv;
             ^
./sendmail.h:2004:41: note: previous declaration is here
extern int      tls_get_info __P((SSL *, bool, char *, MACROS_T *, bool));
                                             ^
tls.c:1458:7: warning: promoted type 'int' of K&R function parameter is not compatible with the parameter type 'bool' declared in a previous prototype [-Wknr-promoted-parameter]
        bool certreq;
             ^
./sendmail.h:2004:67: note: previous declaration is here
extern int      tls_get_info __P((SSL *, bool, char *, MACROS_T *, bool));
                                                                       ^
tls.c:1747:12: warning: 'RSA_generate_key' is deprecated [-Wdeprecated-declarations]
        rsa_tmp = RSA_generate_key(RSA_KEYLENGTH, RSA_F4, NULL, NULL);
                  ^
/usr/include/openssl/rsa.h:193:1: note: 'RSA_generate_key' has been explicitly marked deprecated here
DEPRECATEDIN_0_9_8(RSA *RSA_generate_key(int bits, unsigned long e, void
^
/usr/include/openssl/opensslconf.h:139:34: note: expanded from macro 'DEPRECATEDIN_0_9_8'
# define DEPRECATEDIN_0_9_8(f)   DECLARE_DEPRECATED(f)
                                 ^
/usr/include/openssl/opensslconf.h:102:53: note: expanded from macro 'DECLARE_DEPRECATED'
# define DECLARE_DEPRECATED(f)    f __attribute__ ((deprecated));
                                                    ^
tls.c:1974:10: error: incomplete definition of type 'struct x509_store_ctx_st'
                if (ctx->error == X509_V_ERR_UNABLE_TO_GET_CRL)
                    ~~~^
/usr/include/openssl/ossl_typ.h:127:16: note: forward declaration of 'struct x509_store_ctx_st'
typedef struct x509_store_ctx_st X509_STORE_CTX;
               ^
tls.c:1976:7: error: incomplete definition of type 'struct x509_store_ctx_st'
                        ctx->error = 0;
                        ~~~^
/usr/include/openssl/ossl_typ.h:127:16: note: forward declaration of 'struct x509_store_ctx_st'
typedef struct x509_store_ctx_st X509_STORE_CTX;
               ^
11 warnings and 10 errors generated.
*** Error code 1

Stop.
make[1]: stopped in /data/scratch/mail/sendmail/work/sendmail-8.15.2/obj.NetBSD.8.99.19.amd64/sendmail
Making install in:
/data/scratch/mail/sendmail/work/sendmail-8.15.2/editmap
Configuration: pfx=, os=NetBSD, rel=8.99.19, rbase=8, rroot=8.99, arch=amd64, sfx=, variant=optimized
Making in /data/scratch/mail/sendmail/work/sendmail-8.15.2/obj.NetBSD.8.99.19.amd64/editmap
install -c -m 555 editmap /data/scratch/mail/sendmail/work/.destdir/usr/pkg/sbin
install -c -m 444 editmap.8 /data/scratch/mail/sendmail/work/.destdir/usr/pkg/man/man8/editmap.8
Making install in:
/data/scratch/mail/sendmail/work/sendmail-8.15.2/mail.local
Configuration: pfx=, os=NetBSD, rel=8.99.19, rbase=8, rroot=8.99, arch=amd64, sfx=, variant=optimized
Making in /data/scratch/mail/sendmail/work/sendmail-8.15.2/obj.NetBSD.8.99.19.amd64/mail.local
NOTE: This version of mail.local is not suited for some operating
      systems such as HP-UX and Solaris.  Please consult the
      README file in the mail.local directory.  You can force
      the install using 'Build force-install'.
Making install in:
/data/scratch/mail/sendmail/work/sendmail-8.15.2/mailstats
Configuration: pfx=, os=NetBSD, rel=8.99.19, rbase=8, rroot=8.99, arch=amd64, sfx=, variant=optimized
Making in /data/scratch/mail/sendmail/work/sendmail-8.15.2/obj.NetBSD.8.99.19.amd64/mailstats
install -c -m 555 mailstats /data/scratch/mail/sendmail/work/.destdir/usr/pkg/sbin
install -c -m 444 mailstats.8 /data/scratch/mail/sendmail/work/.destdir/usr/pkg/man/man8/mailstats.8
Making install in:
/data/scratch/mail/sendmail/work/sendmail-8.15.2/makemap
Configuration: pfx=, os=NetBSD, rel=8.99.19, rbase=8, rroot=8.99, arch=amd64, sfx=, variant=optimized
Making in /data/scratch/mail/sendmail/work/sendmail-8.15.2/obj.NetBSD.8.99.19.amd64/makemap
install -c -m 555 makemap /data/scratch/mail/sendmail/work/.destdir/usr/pkg/sbin
install -c -m 444 makemap.8 /data/scratch/mail/sendmail/work/.destdir/usr/pkg/man/man8/makemap.8
Making install in:
/data/scratch/mail/sendmail/work/sendmail-8.15.2/praliases
Configuration: pfx=, os=NetBSD, rel=8.99.19, rbase=8, rroot=8.99, arch=amd64, sfx=, variant=optimized
Making in /data/scratch/mail/sendmail/work/sendmail-8.15.2/obj.NetBSD.8.99.19.amd64/praliases
install -c -m 555 praliases /data/scratch/mail/sendmail/work/.destdir/usr/pkg/sbin
install -c -m 444 praliases.8 /data/scratch/mail/sendmail/work/.destdir/usr/pkg/man/man8/praliases.8
Making install in:
/data/scratch/mail/sendmail/work/sendmail-8.15.2/rmail
Configuration: pfx=, os=NetBSD, rel=8.99.19, rbase=8, rroot=8.99, arch=amd64, sfx=, variant=optimized
Making in /data/scratch/mail/sendmail/work/sendmail-8.15.2/obj.NetBSD.8.99.19.amd64/rmail
NOTE: This version of rmail is not suited for some operating
      systems.  You can force the install using
      'Build force-install'.
Making install in:
/data/scratch/mail/sendmail/work/sendmail-8.15.2/smrsh
Configuration: pfx=, os=NetBSD, rel=8.99.19, rbase=8, rroot=8.99, arch=amd64, sfx=, variant=optimized
Making in /data/scratch/mail/sendmail/work/sendmail-8.15.2/obj.NetBSD.8.99.19.amd64/smrsh
install -c -m 555 smrsh /data/scratch/mail/sendmail/work/.destdir/usr/pkg/libexec/sendmail
install -c -m 444 smrsh.8 /data/scratch/mail/sendmail/work/.destdir/usr/pkg/man/man8/smrsh.8
Making install in:
/data/scratch/mail/sendmail/work/sendmail-8.15.2/vacation
Configuration: pfx=, os=NetBSD, rel=8.99.19, rbase=8, rroot=8.99, arch=amd64, sfx=, variant=optimized
Making in /data/scratch/mail/sendmail/work/sendmail-8.15.2/obj.NetBSD.8.99.19.amd64/vacation
install -c -m 555 vacation /data/scratch/mail/sendmail/work/.destdir/usr/pkg/bin
install -c -m 444 vacation.1 /data/scratch/mail/sendmail/work/.destdir/usr/pkg/man/man1/vacation.1
(cd /data/scratch/mail/sendmail/work/sendmail-8.15.2/mail.local && env DESTDIR=/data/scratch/mail/sendmail/work/.destdir USETOOLS=no BSD_BINOWN=pbulkXXX BSD_BINGRP=users  BSD_MANOWN=pbulkXXX BSD_MANGRP=users  BUILDLINK_DIR=/data/scratch/mail/sendmail/work/.buildlink  SMRSH_CMDDIR=/usr/pkg/libexec/sm.bin M4=/usr/pkg/bin/gm4 CC=clang CFLAGS=-O2\ -I/usr/include CPPFLAGS=-I/usr/include CXX=clang++ CXXFLAGS=-O2\ -I/usr/include COMPILER_RPATH_FLAG=-Wl,-R F77=g77 FC=g77 FFLAGS=-O LANG=C LC_ALL=C LC_COLLATE=C LC_CTYPE=C LC_MESSAGES=C LC_MONETARY=C LC_NUMERIC=C LC_TIME=C LDFLAGS=-L/usr/lib\ -Wl,-R/usr/lib\ -Wl,-R/usr/pkg/lib LINKER_RPATH_FLAG=-R PATH=/data/scratch/mail/sendmail/work/.cwrapper/bin:/data/scratch/mail/sendmail/work/.buildlink/bin:/data/scratch/mail/sendmail/work/.tools/bin:/usr/pkg/bin:/usr/bin:/bin:/usr/pkg/bin:/usr/local/bin:/usr/pkg/bin:/usr/pkg/bin PREFIX=/usr/pkg MAKELEVEL=0 CONFIG_SITE= PKG_SYSCONFDIR=/usr/pkg/etc CXXCPP=clang-cpp HOME=/data/scratch/mail/sendmail/work/.home CWRAPPERS_CONFIG_DIR=/data/scratch/mail/sendmail/work/.cwrapper/config CPP=clang-cpp LOCALBASE=/usr/pkg X11BASE=/usr/pkg PKGMANDIR=man PKGINFODIR=info PKGGNUDIR=gnu/ MAKECONF=/dev/null OBJECT_FMT=ELF USETOOLS=no BSD_INSTALL_PROGRAM=/usr/bin/install\ -c\ -s\ -o\ pbulkXXX\ -g\ users\ -m\ 755 BSD_INSTALL_SCRIPT=/usr/bin/install\ -c\ -o\ pbulkXXX\ -g\ users\ -m\ 755 BSD_INSTALL_LIB=/usr/bin/install\ -c\ -o\ pbulkXXX\ -g\ users\ -m\ 755 BSD_INSTALL_DATA=/usr/bin/install\ -c\ -o\ pbulkXXX\ -g\ users\ -m\ 644 BSD_INSTALL_MAN=/usr/bin/install\ -c\ -o\ pbulkXXX\ -g\ users\ -m\ 644 BSD_INSTALL=/usr/bin/install BSD_INSTALL_PROGRAM_DIR=/usr/bin/install\ -d\ -o\ pbulkXXX\ -g\ users\ -m\ 755 BSD_INSTALL_SCRIPT_DIR=/usr/bin/install\ -d\ -o\ pbulkXXX\ -g\ users\ -m\ 755 BSD_INSTALL_LIB_DIR=/usr/bin/install\ -d\ -o\ pbulkXXX\ -g\ users\ -m\ 755 BSD_INSTALL_DATA_DIR=/usr/bin/install\ -d\ -o\ pbulkXXX\ -g\ users\ -m\ 755 BSD_INSTALL_MAN_DIR=/usr/bin/install\ -d\ -o\ pbulkXXX\ -g\ users\ -m\ 755 BSD_INSTALL_GAME=/usr/bin/install\ -c\ -s\ -o\ pbulkXXX\ -g\ users\ -m\ 2555 BSD_INSTALL_GAME_DATA=/usr/bin/install\ -c\ -o\ pbulkXXX\ -g\ users\ -m\ 664 BSD_INSTALL_GAME_DIR=/usr/bin/install\ -d\ -o\ pbulkXXX\ -g\ users\ -m\ 775 INSTALL_INFO= MAKEINFO=/data/scratch/mail/sendmail/work/.tools/bin/makeinfo FLEX= BISON= PKG_CONFIG= PKG_CONFIG_LIBDIR=/data/scratch/mail/sendmail/work/.buildlink/lib/pkgconfig:/data/scratch/mail/sendmail/work/.buildlink/share/pkgconfig PKG_CONFIG_LOG=/data/scratch/mail/sendmail/work/.pkg-config.log PKG_CONFIG_PATH= CWRAPPERS_CONFIG_DIR=/data/scratch/mail/sendmail/work/.cwrapper/config ./Build force-install)
Configuration: pfx=, os=NetBSD, rel=8.99.19, rbase=8, rroot=8.99, arch=amd64, sfx=, variant=optimized
Making in /data/scratch/mail/sendmail/work/sendmail-8.15.2/obj.NetBSD.8.99.19.amd64/mail.local
install -c -m 555 mail.local /data/scratch/mail/sendmail/work/.destdir/usr/pkg/libexec/sendmail
install -c -m 444 mail.local.8 /data/scratch/mail/sendmail/work/.destdir/usr/pkg/man/man8/mail.local.8
/usr/bin/install -c -o pbulkXXX -g users -m 644 /data/scratch/mail/sendmail/work/mailer.conf  /data/scratch/mail/sendmail/work/.destdir/usr/pkg/share/examples/sendmail/
cd /data/scratch/mail/sendmail/work/sendmail-8.15.2/cf && pax -rw -pp -pm -s',^.*\.orig$,,' . /data/scratch/mail/sendmail/work/.destdir/usr/pkg/share/sendmail
cp /data/pkgsrc/mail/sendmail/../../mail/sendmail/files/netbsd-proto.mc /data/scratch/mail/sendmail/work/.destdir/usr/pkg/share/sendmail/cf
/usr/bin/install -c -o pbulkXXX -g users -m 644 /data/scratch/mail/sendmail/work/sendmail-8.15.2/obj.`/usr/bin/uname -srm | tr \  . | tr \/ - | sed s/sun4./sun4/`/libsm/libsm.a  /data/scratch/mail/sendmail/work/.destdir/usr/pkg/lib
/usr/bin/install -c -o pbulkXXX -g users -m 644  /data/scratch/mail/sendmail/work/sendmail-8.15.2/obj.`/usr/bin/uname -srm | tr \  . | tr \/ - | sed s/sun4./sun4/`/libsmutil/libsmutil.a  /data/scratch/mail/sendmail/work/.destdir/usr/pkg/lib
/usr/bin/install -c -o pbulkXXX -g users -m 755 /data/scratch/mail/sendmail/work/sendmail-8.15.2/contrib/socketmap*.pl  /data/scratch/mail/sendmail/work/.destdir/usr/pkg/share/examples/sendmail/
/usr/bin/install -c -o pbulkXXX -g users -m 644 /data/scratch/mail/sendmail/work/sendmail-8.15.2/RELEASE_NOTES /data/scratch/mail/sendmail/work/.destdir/usr/pkg/share/doc/sendmail
/usr/bin/install -c -o pbulkXXX -g users -m 644 /data/scratch/mail/sendmail/work/sendmail-8.15.2/cf/README /data/scratch/mail/sendmail/work/.destdir/usr/pkg/share/doc/sendmail
/usr/bin/install -c -o pbulkXXX -g users -m 644 /data/scratch/mail/sendmail/work/sendmail-8.15.2/sendmail/SECURITY /data/scratch/mail/sendmail/work/.destdir/usr/pkg/share/doc/sendmail
/usr/bin/install -c -o pbulkXXX -g users -m 644 /data/scratch/mail/sendmail/work/sendmail-8.15.2/doc/op/op.me /data/scratch/mail/sendmail/work/.destdir/usr/pkg/share/doc/sendmail
/usr/bin/install -c -o pbulkXXX -g users -m 644 /data/scratch/mail/sendmail/work/sendmail-8.15.2/doc/op/op.ps /data/scratch/mail/sendmail/work/.destdir/usr/pkg/share/doc/sendmail
=> Automatic manual page handling
=> Generating post-install file lists
pkg_create: can't stat `/data/scratch/mail/sendmail/work/.destdir/usr/pkg/bin/hoststat'
pkg_create: can't stat `/data/scratch/mail/sendmail/work/.destdir/usr/pkg/bin/mailq'
pkg_create: can't stat `/data/scratch/mail/sendmail/work/.destdir/usr/pkg/bin/newaliases'
pkg_create: can't stat `/data/scratch/mail/sendmail/work/.destdir/usr/pkg/bin/purgestat'
pkg_create: can't stat `/data/scratch/mail/sendmail/work/.destdir/usr/pkg/libexec/sendmail/sendmail'
pkg_create: can't stat `/data/scratch/mail/sendmail/work/.destdir/usr/pkg/man/man1/mailq.1'
pkg_create: can't stat `/data/scratch/mail/sendmail/work/.destdir/usr/pkg/man/man1/newaliases.1'
pkg_create: can't stat `/data/scratch/mail/sendmail/work/.destdir/usr/pkg/man/man5/aliases.5'
pkg_create: can't stat `/data/scratch/mail/sendmail/work/.destdir/usr/pkg/man/man8/sendmail.8'
=> Checking file-check results for sendmail-8.15.2nb2
ERROR: ************************************************************
ERROR: The following files are in the PLIST but not in /data/scratch/mail/sendmail/work/.destdir/usr/pkg:
ERROR:         /data/scratch/mail/sendmail/work/.destdir/usr/pkg/bin/hoststat
ERROR:         /data/scratch/mail/sendmail/work/.destdir/usr/pkg/bin/mailq
ERROR:         /data/scratch/mail/sendmail/work/.destdir/usr/pkg/bin/newaliases
ERROR:         /data/scratch/mail/sendmail/work/.destdir/usr/pkg/bin/purgestat
ERROR:         /data/scratch/mail/sendmail/work/.destdir/usr/pkg/libexec/sendmail/sendmail
ERROR:         /data/scratch/mail/sendmail/work/.destdir/usr/pkg/man/man1/mailq.1
ERROR:         /data/scratch/mail/sendmail/work/.destdir/usr/pkg/man/man1/newaliases.1
ERROR:         /data/scratch/mail/sendmail/work/.destdir/usr/pkg/man/man5/aliases.5
ERROR:         /data/scratch/mail/sendmail/work/.destdir/usr/pkg/man/man8/sendmail.8
*** Error code 1

Stop.
make[1]: stopped in /data/pkgsrc/mail/sendmail
*** Error code 1

Stop.
make: stopped in /data/pkgsrc/mail/sendmail