WARNING: [license.mk] Every package should define a LICENSE.
===> Building for fidogate-4.4.10nb15
=> Substituting "paths" in config.make
/bin/rm -f /Users/pbulk/build/comms/fidogate/work/fidogate-4.4.10/doc/fidogate.info*
cd /Users/pbulk/build/comms/fidogate/work/fidogate-4.4.10/doc && makeinfo fidogate.texi &&  /usr/bin/touch fidogate.txt html/fidogate_toc.html
fidogate.texi:815: warning: @item missing argument
fidogate.texi:1989: warning: @table has text but no @item
fidogate.texi:316: warning: node next pointer for `Installation' is `config.h' but next is `Programs' in menu
fidogate.texi:343: warning: node prev pointer for `config.h' is `Installation' but prev is `Index' in menu
fidogate.texi:917: warning: node next pointer for `Connecting' is `Programs' but next is `ftnaf' in menu
fidogate.texi:948: warning: node next pointer for `Programs' is `ftnaf' but next is `Config files' in menu
fidogate.texi:948: warning: node prev pointer for `Programs' is `Connecting' but prev is `Installation' in menu
fidogate.texi:1209: warning: node prev pointer for `ftnaf' is `Programs' but prev is `Connecting' in menu
fidogate.texi:2737: warning: node next pointer for `sumcrc' is `Config files' but next is `Config' in menu
fidogate.texi:2787: warning: node next pointer for `Config files' is `Config' but next is `Basic' in menu
fidogate.texi:2787: warning: node prev pointer for `Config files' is `sumcrc' but prev is `Programs' in menu
fidogate.texi:2898: warning: node prev pointer for `Config' is `Config files' but prev is `sumcrc' in menu
fidogate.texi:4217: warning: node next pointer for `Areas.bbs' is `Basic' but next is `Sendmail' in menu
fidogate.texi:4287: warning: node next pointer for `Basic' is `Sendmail' but next is `Usage' in menu
fidogate.texi:4287: warning: node prev pointer for `Basic' is `Areas.bbs' but prev is `Config files' in menu
fidogate.texi:4306: warning: node prev pointer for `Sendmail' is `Basic' but prev is `Areas.bbs' in menu
fidogate.texi:4550: warning: node next pointer for `Example Node' is `Usage' but next is `RFC Headers' in menu
fidogate.texi:4676: warning: node next pointer for `Usage' is `RFC Headers' but next is `Index' in menu
fidogate.texi:4676: warning: node prev pointer for `Usage' is `Example Node' but prev is `Basic' in menu
fidogate.texi:4689: warning: node prev pointer for `RFC Headers' is `Usage' but prev is `Example Node' in menu
fidogate.texi:4790: warning: node prev pointer for `Index' is `X Headers' but prev is `Usage' in menu
/opt/pkg/bin/perl /Users/pbulk/build/comms/fidogate/work/fidogate-4.4.10/subst.pl -t/Users/pbulk/build/comms/fidogate/work/fidogate-4.4.10 /Users/pbulk/build/comms/fidogate/work/fidogate-4.4.10/fidogate.conf.dist  >/Users/pbulk/build/comms/fidogate/work/fidogate-4.4.10/fidogate.conf
for d in src scripts test doc; do \
  if [ -f $d/Makefile ]; then /opt/pkg/bin/gmake -C $d all || exit 1; fi; \
done
gmake[1]: Entering directory '/Users/pbulk/build/comms/fidogate/work/fidogate-4.4.10/src'
for d in include common charset areafix ffx gate tick toss util; do /opt/pkg/bin/gmake -C $d all || exit 1; done 
gmake[2]: Entering directory '/Users/pbulk/build/comms/fidogate/work/fidogate-4.4.10/src/include'
/opt/pkg/bin/perl ../../subst.pl -c../../config.make -h >paths.mak
diff paths.mak paths.h >/dev/null || cp paths.mak paths.h
/opt/pkg/bin/perl ../../subst.pl -c../../config.make -H >cf_funcs.mak
diff cf_funcs.mak cf_funcs.h >/dev/null || cp cf_funcs.mak cf_funcs.h
gmake[2]: Leaving directory '/Users/pbulk/build/comms/fidogate/work/fidogate-4.4.10/src/include'
gmake[2]: Entering directory '/Users/pbulk/build/comms/fidogate/work/fidogate-4.4.10/src/common'
/opt/pkg/bin/perl ../../subst.pl -c../../config.make -C >cf_funcs.mak
diff cf_funcs.mak cf_funcs.c >/dev/null || cp cf_funcs.mak cf_funcs.c
/opt/pkg/bin/perl ../../subst.pl -c../../config.make -A >cf_abbrev.mak
diff cf_abbrev.mak cf_abbrev.c >/dev/null || cp cf_abbrev.mak cf_abbrev.c
/opt/pkg/bin/perl ../../subst.pl -c../../config.make -E >cf_env.mak
diff cf_env.mak cf_env.c >/dev/null || cp cf_env.mak cf_env.c
clang  -pipe -Os -Werror -I../.. -I../../src/include -Wall  -c acl.c
ar -rv libfidogate.a acl.o
ar: creating archive libfidogate.a
a - acl.o
clang  -pipe -Os -Werror -I../.. -I../../src/include -Wall  -c address.c
ar -rv libfidogate.a address.o
a - address.o
clang  -pipe -Os -Werror -I../.. -I../../src/include -Wall  -c aliases.c
ar -rv libfidogate.a aliases.o
a - aliases.o
clang  -pipe -Os -Werror -I../.. -I../../src/include -Wall  -c areas.c
areas.c:76:4: warning: assigning to 'unsigned char *' from 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
        p = x_a;
          ^ ~~~
areas.c:77:4: warning: assigning to 'unsigned char *' from 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
        q = x_g;
          ^ ~~~
2 warnings generated.
ar -rv libfidogate.a areas.o
a - areas.o
clang  -pipe -Os -Werror -I../.. -I../../src/include -Wall  -c areasbbs.c
ar -rv libfidogate.a areasbbs.o
a - areasbbs.o
clang  -pipe -Os -Werror -I../.. -I../../src/include -Wall  -c binkley.c
ar -rv libfidogate.a binkley.o
a - binkley.o
clang  -pipe -Os -Werror -I../.. -I../../src/include -Wall  -c bounce.c
ar -rv libfidogate.a bounce.o
a - bounce.o
clang  -pipe -Os -Werror -I../.. -I../../src/include -Wall  -c cf_funcs.c
ar -rv libfidogate.a cf_funcs.o
a - cf_funcs.o
clang  -pipe -Os -Werror -I../.. -I../../src/include -Wall  -c config.c
ar -rv libfidogate.a config.o
a - config.o
clang  -pipe -Os -Werror -I../.. -I../../src/include -Wall  -c crc16.c
ar -rv libfidogate.a crc16.o
a - crc16.o
clang  -pipe -Os -Werror -I../.. -I../../src/include -Wall  -c crc32.c
ar -rv libfidogate.a crc32.o
a - crc32.o
clang  -pipe -Os -Werror -I../.. -I../../src/include -Wall  -c date.c
ar -rv libfidogate.a date.o
a - date.o
clang  -pipe -Os -Werror -I../.. -I../../src/include -Wall  -c dir.c
ar -rv libfidogate.a dir.o
a - dir.o
clang  -pipe -Os -Werror -I../.. -I../../src/include -Wall  -c file.c
ar -rv libfidogate.a file.o
a - file.o
clang  -pipe -Os -Werror -I../.. -I../../src/include -Wall  -c flo.c
ar -rv libfidogate.a flo.o
a - flo.o
clang  -pipe -Os -Werror -I../.. -I../../src/include -Wall  -c fopen.c
ar -rv libfidogate.a fopen.o
a - fopen.o
clang  -pipe -Os -Werror -I../.. -I../../src/include -Wall  -c ftnaddr.c
ar -rv libfidogate.a ftnaddr.o
a - ftnaddr.o
clang  -pipe -Os -Werror -I../.. -I../../src/include -Wall  -c getopt.c
ar -rv libfidogate.a getopt.o
a - getopt.o
clang  -pipe -Os -Werror -I../.. -I../../src/include -Wall  -c getopt1.c
ar -rv libfidogate.a getopt1.o
a - getopt1.o
clang  -pipe -Os -Werror -I../.. -I../../src/include -Wall  -c gettime.c
ar -rv libfidogate.a gettime.o
a - gettime.o
clang  -pipe -Os -Werror -I../.. -I../../src/include -Wall  -c hosts.c
ar -rv libfidogate.a hosts.o
a - hosts.o
clang  -pipe -Os -Werror -I../.. -I../../src/include -Wall  -c kludge.c
ar -rv libfidogate.a kludge.o
a - kludge.o
clang  -pipe -Os -Werror -I../.. -I../../src/include -Wall  -c lock.c
ar -rv libfidogate.a lock.o
a - lock.o
clang  -pipe -Os -Werror -I../.. -I../../src/include -Wall  -c log.c
ar -rv libfidogate.a log.o
a - log.o
clang  -pipe -Os -Werror -I../.. -I../../src/include -Wall  -c mail.c
ar -rv libfidogate.a mail.o
a - mail.o
clang  -pipe -Os -Werror -I../.. -I../../src/include -Wall  -c message.c
ar -rv libfidogate.a message.o
a - message.o
clang  -pipe -Os -Werror -I../.. -I../../src/include -Wall  -c mime.c
ar -rv libfidogate.a mime.o
a - mime.o
clang  -pipe -Os -Werror -I../.. -I../../src/include -Wall  -c misc.c
misc.c:132:10: warning: assigning to 'unsigned char *' from 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
    for(p=s; *p; p++)
         ^~
misc.c:151:10: warning: assigning to 'unsigned char *' from 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
    for(p=s; *p; p++)
         ^~
2 warnings generated.
ar -rv libfidogate.a misc.o
a - misc.o
clang  -pipe -Os -Werror -I../.. -I../../src/include -Wall  -c msgid.c
msgid.c:241:19: warning: passing 'char [36]' to parameter of type 'unsigned char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
    crc32_compute(msg->name_from, strlen(msg->name_from));
                  ^~~~~~~~~~~~~~
../../src/include/prototypes.h:184:37: note: passing argument to parameter here
void    crc32_compute           (unsigned char *, int);
                                                ^
msgid.c:242:19: warning: passing 'char [36]' to parameter of type 'unsigned char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
    crc32_compute(msg->name_to  , strlen(msg->name_to  ));
                  ^~~~~~~~~~~~
../../src/include/prototypes.h:184:37: note: passing argument to parameter here
void    crc32_compute           (unsigned char *, int);
                                                ^
msgid.c:243:19: warning: passing 'char [72]' to parameter of type 'unsigned char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
    crc32_compute(msg->subject  , strlen(msg->subject  ));
                  ^~~~~~~~~~~~
../../src/include/prototypes.h:184:37: note: passing argument to parameter here
void    crc32_compute           (unsigned char *, int);
                                                ^
msgid.c:412:24: warning: variable 'part' set but not used [-Wunused-but-set-variable]
    char *s, *p, *id, *part;
                       ^
4 warnings generated.
ar -rv libfidogate.a msgid.o
a - msgid.o
clang  -pipe -Os -Werror -I../.. -I../../src/include -Wall  -c node.c
node.c:243:54: warning: format string is empty [-Wformat-zero-length]
                str_printf(buf, sizeof(buf), node->point ? ".%d" : "",
                                                                   ^~
1 warning generated.
ar -rv libfidogate.a node.o
a - node.o
clang  -pipe -Os -Werror -I../.. -I../../src/include -Wall  -c outpkt.c
ar -rv libfidogate.a outpkt.o
a - outpkt.o
clang  -pipe -Os -Werror -I../.. -I../../src/include -Wall  -c packet.c
ar -rv libfidogate.a packet.o
a - packet.o
expect 6 shift/reduce conflicts
yacc					 parsedate.y
conflicts: 6 shift/reduce
mv y.tab.c parsedate.c
clang  -pipe -Os -Werror -I../.. -I../../src/include -Wall  -c parsedate.c
ar -rv libfidogate.a parsedate.o
a - parsedate.o
clang  -pipe -Os -Werror -I../.. -I../../src/include -Wall  -c parsenode.c
ar -rv libfidogate.a parsenode.o
a - parsenode.o
clang  -pipe -Os -Werror -I../.. -I../../src/include -Wall  -c passwd.c
ar -rv libfidogate.a passwd.o
a - passwd.o
clang  -pipe -Os -Werror -I../.. -I../../src/include -Wall  -c read.c
ar -rv libfidogate.a read.o
a - read.o
clang  -pipe -Os -Werror -I../.. -I../../src/include -Wall  -c rematch.c
ar -rv libfidogate.a rematch.o
a - rematch.o
clang  -pipe -Os -Werror -I../.. -I../../src/include -Wall  -c rfcaddr.c
ar -rv libfidogate.a rfcaddr.o
a - rfcaddr.o
clang  -pipe -Os -Werror -I../.. -I../../src/include -Wall  -c rfcheader.c
ar -rv libfidogate.a rfcheader.o
a - rfcheader.o
clang  -pipe -Os -Werror -I../.. -I../../src/include -Wall  -c routing.c
ar -rv libfidogate.a routing.o
a - routing.o
clang  -pipe -Os -Werror -I../.. -I../../src/include -Wall  -c sequencer.c
ar -rv libfidogate.a sequencer.o
a - sequencer.o
clang  -pipe -Os -Werror -I../.. -I../../src/include -Wall  -c strtok_r.c
ar -rv libfidogate.a strtok_r.o
a - strtok_r.o
clang  -pipe -Os -Werror -I../.. -I../../src/include -Wall  -c textlist.c
ar -rv libfidogate.a textlist.o
a - textlist.o
clang  -pipe -Os -Werror -I../.. -I../../src/include -Wall  -c tick.c
ar -rv libfidogate.a tick.o
a - tick.o
clang  -pipe -Os -Werror -I../.. -I../../src/include -Wall  -c tmps.c
ar -rv libfidogate.a tmps.o
a - tmps.o
clang  -pipe -Os -Werror -I../.. -I../../src/include -Wall  -c version.c
ar -rv libfidogate.a version.o
a - version.o
clang  -pipe -Os -Werror -I../.. -I../../src/include -Wall  -c wildmat.c
ar -rv libfidogate.a wildmat.o
a - wildmat.o
clang  -pipe -Os -Werror -I../.. -I../../src/include -Wall  -c xalloc.c
ar -rv libfidogate.a xalloc.o
a - xalloc.o
ranlib libfidogate.a
gmake[2]: Leaving directory '/Users/pbulk/build/comms/fidogate/work/fidogate-4.4.10/src/common'
gmake[2]: Entering directory '/Users/pbulk/build/comms/fidogate/work/fidogate-4.4.10/src/charset'
clang  -pipe -Os -Werror -I../.. -I../../src/include -Wall  -c charset.c
ar -rv ../../src/common/libfidogate.a charset.o
a - charset.o
clang  -pipe -Os -Werror -I../.. -I../../src/include -Wall  -c charsetc.c
clang  -pipe -Os -Werror -L../../src/common  -o charsetc charsetc.o charset.o -lfidogate
./charsetc -v charset.map charset.bin
Reading charset.map file charset.map
Reading charset.map file russian.map
gmake[2]: Leaving directory '/Users/pbulk/build/comms/fidogate/work/fidogate-4.4.10/src/charset'
gmake[2]: Entering directory '/Users/pbulk/build/comms/fidogate/work/fidogate-4.4.10/src/areafix'
clang  -pipe -Os -Werror -I../.. -I../../src/include -Wall  -c ftnaf.c
clang  -pipe -Os -Werror -I../.. -I../../src/include -Wall  -c areafix.c
clang  -pipe -Os -Werror -L../../src/common  -o ftnaf ftnaf.o areafix.o -lfidogate
clang  -pipe -Os -Werror -I../.. -I../../src/include -Wall  -L/opt/pkg/lib  ftnafmail.c ../../src/common/libfidogate.a   -o ftnafmail
clang  -pipe -Os -Werror -I../.. -I../../src/include -Wall  -c ftnafpkt.c
clang  -pipe -Os -Werror -L../../src/common  -o ftnafpkt ftnafpkt.o areafix.o -lfidogate
clang  -pipe -Os -Werror -I../.. -I../../src/include -Wall  -c ftnafutil.c
clang  -pipe -Os -Werror -L../../src/common  -o ftnafutil ftnafutil.o areafix.o -lfidogate
/opt/pkg/bin/perl ../../subst.pl -t../.. runafutil.sh >runafutil
chmod +x runafutil
gmake[2]: Leaving directory '/Users/pbulk/build/comms/fidogate/work/fidogate-4.4.10/src/areafix'
gmake[2]: Entering directory '/Users/pbulk/build/comms/fidogate/work/fidogate-4.4.10/src/ffx'
clang  -pipe -Os -Werror -I../.. -I../../src/include -Wall  -c ffx.c
ffx.c:202:10: warning: variable 'nw' set but not used [-Wunused-but-set-variable]
        int nr, nw;
                ^
1 warning generated.
clang  -pipe -Os -Werror -L../../src/common  -o ffx ffx.o -lfidogate
clang  -pipe -Os -Werror -I../.. -I../../src/include -Wall  -c ffxqt.c
clang  -pipe -Os -Werror -L../../src/common  -o ffxqt ffxqt.o -lfidogate
/opt/pkg/bin/perl ../../subst.pl -t../.. ffxmail.sh >ffxmail
chmod +x ffxmail
/opt/pkg/bin/perl ../../subst.pl -t../.. ffxnews.sh >ffxnews
chmod +x ffxnews
/opt/pkg/bin/perl ../../subst.pl -t../.. -p ffxrmail.pl >ffxrmail
chmod +x ffxrmail
/opt/pkg/bin/perl ../../subst.pl -t../.. runffx.sh >runffx
chmod +x runffx
/opt/pkg/bin/perl ../../subst.pl -t../.. send-ffx.sh >send-ffx
chmod +x send-ffx
gmake[2]: Leaving directory '/Users/pbulk/build/comms/fidogate/work/fidogate-4.4.10/src/ffx'
gmake[2]: Entering directory '/Users/pbulk/build/comms/fidogate/work/fidogate-4.4.10/src/gate'
clang  -pipe -Os -Werror -I../.. -I../../src/include -Wall  -c ftn2rfc.c
ftn2rfc.c:316:9: warning: variable 'rfc_lvl' set but not used [-Wunused-but-set-variable]
    int rfc_lvl, rfc_lines;
        ^
1 warning generated.
clang  -pipe -Os -Werror -L../../src/common  -o ftn2rfc ftn2rfc.o -lfidogate
clang  -pipe -Os -Werror -I../.. -I../../src/include -Wall  -c ftnin.c
ftnin.c:96:9: warning: variable 'mode' set but not used [-Wunused-but-set-variable]
    int mode = 0;
        ^
ftnin.c:129:9: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
    int ret = OK;
        ^
2 warnings generated.
clang  -pipe -Os -Werror -L../../src/common  -o ftnin ftnin.o -lfidogate
clang  -pipe -Os -Werror -I../.. -I../../src/include -Wall  -c rfc2ftn.c
rfc2ftn.c:164:17: warning: unused variable 'buf' [-Wunused-variable]
    static char buf[MAXINETADDR];
                ^
1 warning generated.
clang  -pipe -Os -Werror -L../../src/common  -o rfc2ftn rfc2ftn.o -lfidogate
Undefined symbols for architecture arm64:
  "_mail_dir", referenced from:
      _main in rfc2ftn.o
  "_news_dir", referenced from:
      _main in rfc2ftn.o
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [../../rules.make:14: rfc2ftn] Error 1
gmake[2]: Leaving directory '/Users/pbulk/build/comms/fidogate/work/fidogate-4.4.10/src/gate'
gmake[1]: *** [Makefile:28: all] Error 1
gmake[1]: Leaving directory '/Users/pbulk/build/comms/fidogate/work/fidogate-4.4.10/src'
gmake: *** [Makefile:46: all] Error 1
*** Error code 2

Stop.
bmake[1]: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/comms/fidogate
*** Error code 1

Stop.
bmake: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/comms/fidogate