=> Bootstrap dependency digest>=20211023: found digest-20220214
WARNING: [license.mk] Every package should define a LICENSE.
===> Building for exim-3.36nb24

>>> Creating links to source files...
>>> New Makefile installed
>>> Use "make makefile" if you need to force rebuilding of the makefile
 
/bin/sh ../scripts/Configure-os.h
/bin/sh ../scripts/Configure-os.c
cc -O -I/opt/pkg/include  -o buildconfig buildconfig.c 
/bin/sh ../scripts/Configure-config.h
`buildconfig' is up to date.
Building configuration file config.h
>>> config.h built

sed -e "s?CONFIGURE_FILE_USE_NODE??"  -e "s?CONFIGURE_FILE?/opt/pkg/etc/exim/configure?"  -e "s?BIN_DIRECTORY?/opt/pkg/sbin?"  -e "s?EXICYCLOG_MAX?10?"  -e "s?COMPRESS_COMMAND?/usr/bin/gzip -nf -9?"  -e "s?COMPRESS_SUFFIX?gz?"  -e "s?CHOWN_COMMAND?/usr/bin/chown?"  -e "s?CHGRP_COMMAND?/usr/bin/chgrp?"  -e "s?MV_COMMAND?/bin/mv?"  -e "s?RM_COMMAND?/bin/rm?"  ../src/exicyclog.src > exicyclog-t
>>> exicyclog script built

sed -e "s?CONFIGURE_FILE_USE_NODE??"  -e "s?CONFIGURE_FILE?/opt/pkg/etc/exim/configure?"  -e "s?BIN_DIRECTORY?/opt/pkg/sbin?"  ../src/exinext.src > exinext-t
>>> exinext script built

sed -e "s?CONFIGURE_FILE_USE_NODE??"  -e "s?CONFIGURE_FILE?/opt/pkg/etc/exim/configure?"  -e "s?BIN_DIRECTORY?/opt/pkg/sbin?"  -e "s?EXIWHAT_PS_CMD?/bin/ps?"  -e "s?EXIWHAT_PS_ARG?ax?"  -e "s?EXIWHAT_KILL_ARG?-USR1?"  -e "s?EXIWHAT_EGREP_ARG?'/exim( |$)'?"  ../src/exiwhat.src > exiwhat-t
>>> exiwhat script built

sed -e "s?PERL_COMMAND?/opt/pkg/bin/perl?"  -e "s?ZCAT_COMMAND?/usr/bin/gzcat?"  -e "s?COMPRESS_SUFFIX?gz?"  ../src/exigrep.src > ../util/exigrep-t
>>> exigrep script built in util directory

sed -e "s?PERL_COMMAND?/opt/pkg/bin/perl?"  ../src/eximstats.src > ../util/eximstats-t
>>> eximstats script built in util directory

sed -e "s?PERL_COMMAND?/opt/pkg/bin/perl?"  ../src/exiqsumm.src > ../util/exiqsumm-t
>>> exiqsumm script built in util directory

sed -e "s?PERL_COMMAND?/opt/pkg/bin/perl?"  ../src/transport-filter.src > ../util/transport-filter.pl-t
>>> transport-filter.pl script built in util directory

sed -e "s?PERL_COMMAND?/opt/pkg/bin/perl?"  ../src/convert4r3.src > ../util/convert4r3-t
>>> convert4r3 script built in util directory

cc -O -I/opt/pkg/include  -o exim_dbmbuild  exim_dbmbuild.c       -L/usr/lib -L/opt/pkg/lib 
 
>>> exim_dbmbuild utility built
 
cc -c -O -I/opt/pkg/include    -I. exim_dumpdb.c
cc -c -O -I/opt/pkg/include    -I. dbfn.c
cc -c -O -I/opt/pkg/include    -I. dummies.c
cc -c -O -I/opt/pkg/include    -I. os.c
cc -c -O -I/opt/pkg/include    -I. store.c
cc -c -O -I/opt/pkg/include    -I. string.c
cc -O -I/opt/pkg/include  -o exim_dumpdb  exim_dumpdb.o dbfn.o dummies.o os.o store.o string.o       -L/usr/lib -L/opt/pkg/lib 
 
>>> exim_dumpdb utility built
 
cc -c -O -I/opt/pkg/include    -I. exim_fixdb.c
cc -O -I/opt/pkg/include  -o exim_fixdb  exim_fixdb.o dbfn.o dummies.o os.o store.o string.o       -L/usr/lib -L/opt/pkg/lib 
 
>>> exim_fixdb utility built
 
cc -c -O -I/opt/pkg/include    -I. exim_tidydb.c
cc -O -I/opt/pkg/include  -o exim_tidydb  exim_tidydb.o dbfn.o dummies.o os.o store.o string.o       -L/usr/lib -L/opt/pkg/lib 
 
>>> exim_tidydb utility built
 
cc -O -I/opt/pkg/include  -o exim_lock  exim_lock.c    
 
>>> exim_lock utility built
 
cc -O -I/opt/pkg/include -DHAVE_ANSIHEADERS  -I/opt/pkg/include -c ident.c
ident.c:47:59: warning: passing 'int *' to parameter of type 'socklen_t *' (aka 'unsigned int *') converts between pointers to integer types with different sign [-Wpointer-sign]
    if (getpeername(fd, (struct sockaddr *)(&remoteaddr), &len) < 0) return 0;
                                                          ^~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/sys/socket.h:708:78: note: passing argument to parameter here
int     getpeername(int, struct sockaddr * __restrict, socklen_t * __restrict)
                                                                             ^
ident.c:50:58: warning: passing 'int *' to parameter of type 'socklen_t *' (aka 'unsigned int *') converts between pointers to integer types with different sign [-Wpointer-sign]
    if (getsockname(fd, (struct sockaddr *)(&localaddr), &len) < 0) return 0;
                                                         ^~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/sys/socket.h:710:78: note: passing argument to parameter here
int     getsockname(int, struct sockaddr * __restrict, socklen_t * __restrict)
                                                                             ^
2 warnings generated.
cc -O -I/opt/pkg/include -DHAVE_ANSIHEADERS  -I/opt/pkg/include -c id_open.c
id_open.c:23:13: warning: 'bzero' macro redefined [-Wmacro-redefined]
#    define bzero(p,l)     memset(p, 0, l)
            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/secure/_strings.h:52:9: note: previous definition is here
#define bzero(dest, ...) \
        ^
1 warning generated.
cc -O -I/opt/pkg/include -DHAVE_ANSIHEADERS  -I/opt/pkg/include -c id_close.c
cc -O -I/opt/pkg/include -DHAVE_ANSIHEADERS  -I/opt/pkg/include -c id_query.c
cc -O -I/opt/pkg/include -DHAVE_ANSIHEADERS  -I/opt/pkg/include -c id_parse.c
cc -O -I/opt/pkg/include -DHAVE_ANSIHEADERS  -I/opt/pkg/include -c support.c
cc -O -I/opt/pkg/include -DHAVE_ANSIHEADERS  -I/opt/pkg/include -c version.c
rm -f libident.a
ar cq libident.a ident.o id_open.o id_close.o id_query.o id_parse.o support.o version.o
ranlib libident.a
 
cc -c -O -I/opt/pkg/include  cdb.c
cc -c -O -I/opt/pkg/include  dbmdb.c
cc -c -O -I/opt/pkg/include  dnsdb.c
dnsdb.c:37:3: error: use of undeclared identifier 'T_A'
  T_A,
  ^
dnsdb.c:44:3: error: use of undeclared identifier 'T_CNAME'
  T_CNAME,
  ^
dnsdb.c:45:3: error: use of undeclared identifier 'T_MX'
  T_MX,
  ^
dnsdb.c:46:3: error: use of undeclared identifier 'T_NS'
  T_NS,
  ^
dnsdb.c:47:3: error: use of undeclared identifier 'T_PTR'
  T_PTR,
  ^
dnsdb.c:119:13: error: use of undeclared identifier 'T_PTR'
if (type == T_PTR && string_is_ip_address(keystring, NULL))
            ^
dnsdb.c:219:15: error: use of undeclared identifier 'T_A'
  if (type == T_A ||
              ^
dnsdb.c:259:17: error: use of undeclared identifier 'T_MX'
    if (type == T_MX)
                ^
dnsdb.c:262:7: warning: call to undeclared function 'GETSHORT'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
      GETSHORT(number, p);      /* pointer is advanced */
      ^
1 warning and 8 errors generated.
*** Error code 1

Stop.
bmake[2]: stopped in /Users/pbulk/build/mail/exim3/work/exim-3.36/build-Darwin-i386/lookups
 
cc -c -O -I/opt/pkg/include  aliasfile.c
cc -c -O -I/opt/pkg/include  forwardfile.c
cc -c -O -I/opt/pkg/include  localuser.c
cc -c -O -I/opt/pkg/include  smartuser.c
cc -c -O -I/opt/pkg/include  df_extracted.c
cc -c -O -I/opt/pkg/include  df_generated.c
cc -c -O -I/opt/pkg/include  df_lookup.c
/bin/rm -f directors.a
ar cq directors.a aliasfile.o forwardfile.o localuser.o smartuser.o  df_extracted.o df_generated.o df_lookup.o
ranlib directors.a
/bin/rm -rf ../drtables.o
 
cc -c -O -I/opt/pkg/include  domainlist.c
cc -c -O -I/opt/pkg/include  ipliteral.c
cc -c -O -I/opt/pkg/include  iplookup.c
cc -c -O -I/opt/pkg/include  lookuphost.c
cc -c -O -I/opt/pkg/include  queryprogram.c
/bin/rm -f routers.a
ar cq routers.a domainlist.o ipliteral.o iplookup.o lookuphost.o queryprogram.o
ranlib routers.a
/bin/rm -rf ../drtables.o
 
cc -c -O -I/opt/pkg/include  appendfile.c
cc -c -O -I/opt/pkg/include  autoreply.c
cc -c -O -I/opt/pkg/include  lmtp.c
cc -c -O -I/opt/pkg/include  pipe.c
cc -c -O -I/opt/pkg/include  smtp.c
smtp.c:1810:71: warning: passing 'int *' to parameter of type 'socklen_t *' (aka 'unsigned int *') converts between pointers to integer types with different sign [-Wpointer-sign]
  if (getpeername(fileno(stdin), (struct sockaddr *)(&continue_sock), &size)
                                                                      ^~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/sys/socket.h:708:78: note: passing argument to parameter here
int     getpeername(int, struct sockaddr * __restrict, socklen_t * __restrict)
                                                                             ^
1 warning generated.
/bin/rm -f transports.a
ar cq transports.a appendfile.o autoreply.o lmtp.o pipe.o smtp.o
ranlib transports.a
/bin/rm -rf ../drtables.o
 
cc -c -O -I/opt/pkg/include  b64encode.c
cc -c -O -I/opt/pkg/include  b64decode.c
cc -c -O -I/opt/pkg/include  call_pam.c
cc -c -O -I/opt/pkg/include  xtextencode.c
cc -c -O -I/opt/pkg/include  xtextdecode.c
cc -c -O -I/opt/pkg/include  get_data.c
cc -c -O -I/opt/pkg/include  md5.c
cc -c -O -I/opt/pkg/include  cram_md5.c
cc -c -O -I/opt/pkg/include  plaintext.c
/bin/rm -f auths.a
ar cq auths.a b64encode.o b64decode.o call_pam.o xtextencode.o xtextdecode.o get_data.o  md5.o cram_md5.o plaintext.o
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: auths.a(call_pam.o) has no symbols
ranlib auths.a
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: auths.a(call_pam.o) has no symbols
/bin/rm -rf ../drtables.o
 
bmake[1]: don't know how to make lookups/lookups.a. Stop

bmake[1]: stopped in /Users/pbulk/build/mail/exim3/work/exim-3.36/build-Darwin-i386
*** Error code 2

Stop.
bmake: stopped in /Users/pbulk/build/mail/exim3/work/exim-3.36
*** Error code 1

Stop.
bmake[1]: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-x86_64/mail/exim3
*** Error code 1

Stop.
bmake: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-x86_64/mail/exim3