=> Bootstrap dependency digest>=20010302: found digest-20190127
===> Skipping vulnerability checks.
WARNING: No /opt/pkg/pkgdb/pkg-vulnerabilities file found.
WARNING: To fix run: `/opt/pkg/sbin/pkg_admin -K /opt/pkg/pkgdb fetch-pkg-vulnerabilities'.
===> Building for nntpcache-3.0.2nb17
cd . && /opt/pkg/bin/mksh /opt/work/news/nntpcache/work/nntpcache-3.0.2/missing --run aclocal 
WARNING: 'aclocal' is missing on your system.  You should only need it if
         you modified 'acinclude.m4' or 'configure.in'.  You might want
         to install the Automake and Perl packages.  Grab them from
         any GNU archive site.
cd . && \
  /opt/pkg/bin/mksh /opt/work/news/nntpcache/work/nntpcache-3.0.2/missing --run automake --gnu  Makefile
cd . && /opt/pkg/bin/mksh /opt/work/news/nntpcache/work/nntpcache-3.0.2/missing --run autoconf
WARNING: 'automake' is missing on your system.  You should only need it if
         you modified 'Makefile.am', 'acinclude.m4' or 'configure.in'.
         You might want to install the Automake and Perl packages.
         Grab them from any GNU archive site.
WARNING: 'autoconf' is missing on your system.  You should only need it if
         you modified 'configure.in'.  You might want to install the
         Autoconf and GNU m4 packages.  Grab them from any GNU
         archive site.
/opt/pkg/bin/mksh ./config.status --recheck
cd . && \
  CONFIG_HEADERS= CONFIG_LINKS= \
  CONFIG_FILES=Makefile /opt/pkg/bin/mksh ./config.status
creating Makefile
/opt/pkg/bin/mksh ./config.status --recheck
cd . && /opt/pkg/bin/mksh /opt/work/news/nntpcache/work/nntpcache-3.0.2/missing --run autoheader
WARNING: 'autoheader' is missing on your system.  You should only need it if
         you modified 'acconfig.h' or 'configure.in'.  You might want
         to install the Autoconf and GNU m4 packages.  Grab them
         from any GNU archive site.
cd . \
  && CONFIG_FILES= CONFIG_HEADERS=config.h \
     /opt/pkg/bin/mksh ./config.status
creating config.h
config.h is unchanged
/usr/bin/GNUmake  all-recursive
/opt/pkg/bin/mksh ./config.status --recheck
Making all in automake_is_lame
cd .. && \
	  CONFIG_HEADERS= CONFIG_LINKS= \
	  CONFIG_FILES=automake_is_lame/Makefile /opt/pkg/bin/mksh ./config.status
creating automake_is_lame/Makefile
cd .. && /usr/bin/GNUmake ext
/opt/pkg/bin/mksh ./config.status --recheck
cd mmap && /usr/bin/GNUmake
cd .. && \
	  CONFIG_HEADERS= CONFIG_LINKS= \
	  CONFIG_FILES=mmap/Makefile /opt/pkg/bin/mksh ./config.status
creating mmap/Makefile
source='mmap_tests.c' object='mmap_tests.o' libtool=no \
	depfile='.deps/mmap_tests.Po' tmpdepfile='.deps/mmap_tests.TPo' \
	depmode=gcc3 /opt/pkg/bin/mksh ../depcomp \
	clang -DHAVE_CONFIG_H -I. -I. -I..     -O2 -Wall -pipe -c `test -f mmap_tests.c || echo './'`mmap_tests.c
clang  -O2 -Wall -pipe  -L/opt/pkg/lib -o mmap_tests  mmap_tests.o  
./mmap_tests > mmap_results.def.tmp && mv -f mmap_results.def.tmp mmap_results.def
sed -e 's/^/#define /' <mmap_results.def >mmap_results.h
for dir in libproff  libconfused libdbz; do (cd $dir && /usr/bin/GNUmake ext) || exit 1; done
cd .. && \
	  CONFIG_HEADERS= CONFIG_LINKS= \
	  CONFIG_FILES=libproff/Makefile /opt/pkg/bin/mksh ./config.status
creating libproff/Makefile
CPP="clang -E";export CPP; sh ../scripts/genextern.sh list.c > list.ext.tmp -DHAVE_CONFIG_H -I../cf -I../common -I../mmap -I../libmmalloc  && mv -f list.ext.tmp list.ext || rm -f list.ext.tmp
CPP="clang -E";export CPP; sh ../scripts/genextern.sh pattern.c > pattern.ext.tmp -DHAVE_CONFIG_H -I../cf -I../common -I../mmap -I../libmmalloc  && mv -f pattern.ext.tmp pattern.ext || rm -f pattern.ext.tmp
CPP="clang -E";export CPP; sh ../scripts/genextern.sh ptime.c > ptime.ext.tmp -DHAVE_CONFIG_H -I../cf -I../common -I../mmap -I../libmmalloc  && mv -f ptime.ext.tmp ptime.ext || rm -f ptime.ext.tmp
CPP="clang -E";export CPP; sh ../scripts/genextern.sh setproctitle.c > setproctitle.ext.tmp -DHAVE_CONFIG_H -I../cf -I../common -I../mmap -I../libmmalloc  && mv -f setproctitle.ext.tmp setproctitle.ext || rm -f setproctitle.ext.tmp
CPP="clang -E";export CPP; sh ../scripts/genextern.sh str.c > str.ext.tmp -DHAVE_CONFIG_H -I../cf -I../common -I../mmap -I../libmmalloc  && mv -f str.ext.tmp str.ext || rm -f str.ext.tmp
CPP="clang -E";export CPP; sh ../scripts/genextern.sh utils.c > utils.ext.tmp -DHAVE_CONFIG_H -I../cf -I../common -I../mmap -I../libmmalloc  && mv -f utils.ext.tmp utils.ext || rm -f utils.ext.tmp
CPP="clang -E";export CPP; sh ../scripts/genextern.sh vsnprintf.c > vsnprintf.ext.tmp -DHAVE_CONFIG_H -I../cf -I../common -I../mmap -I../libmmalloc  && mv -f vsnprintf.ext.tmp vsnprintf.ext || rm -f vsnprintf.ext.tmp
In file included from ptime.c:3:
In file included from ./libproff.h:11:
../common/standard.h:80:11: warning: 'memmove' macro redefined [-Wmacro-redefined]
In file included from #  define memmove(dst,src,len) bcopy(src,dst,len)list.c:1:
In file included from ./libproff.h:11:
../common/standard.h:80:11: warning: 'memmove' macro redefined [-Wmacro-redefined]

          ^
/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_string.h:69:9: note: previous definition is here
#  define memmove(dst,src,len) bcopy(src,dst,len)
          ^
#define memmove(dest, ...) \
        ^
/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_string.h:69:9: note: previous definition is here
#define memmove(dest, ...) \
        ^
1 warning generated.
1 warning generated.
In file included from pattern.c:43:
In file included from ./libproff.h:11:
../common/standard.h:80:11: warning: 'memmove' macro redefined [-Wmacro-redefined]
#  define memmove(dst,src,len) bcopy(src,dst,len)
          ^
/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_string.h:69:9: note: previous definition is here
#define memmove(dest, ...) \
        ^
In file included from str.c:3:
In file included from ./libproff.h:11:
../common/standard.h:80:11: warning: 'memmove' macro redefined [-Wmacro-redefined]
#  define memmove(dst,src,len) bcopy(src,dst,len)
          ^
/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_string.h:69:9: note: previous definition is here
#define memmove(dest, ...) \
        ^
1 warning generated.
1 warning generated.
In file included from utils.c:5:
In file included from ./libproff.h:11:
../common/standard.h:80:11: warning: 'memmove' macro redefined [-Wmacro-redefined]
#  define memmove(dst,src,len) bcopy(src,dst,len)
          ^
/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_string.h:69:9: note: previous definition is here
#define memmove(dest, ...) \
        ^
1 warning generated.
In file included from setproctitle.c:42:
In file included from ./libproff.h:11:
../common/standard.h:80:11: warning: 'memmove' macro redefined [-Wmacro-redefined]
#  define memmove(dst,src,len) bcopy(src,dst,len)
          ^
/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_string.h:69:9: note: previous definition is here
#define memmove(dest, ...) \
        ^
In file included from vsnprintf.c:2:
In file included from ./libproff.h:11:
../common/standard.h:80:11: warning: 'memmove' macro redefined [-Wmacro-redefined]
#  define memmove(dst,src,len) bcopy(src,dst,len)
          ^
/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_string.h:69:9: note: previous definition is here
#define memmove(dest, ...) \
        ^
1 warning generated.
1 warning generated.
cd .. && \
	  CONFIG_HEADERS= CONFIG_LINKS= \
	  CONFIG_FILES=libconfused/Makefile /opt/pkg/bin/mksh ./config.status
creating libconfused/Makefile
CPP="clang -E";export CPP; sh ../scripts/genextern.sh confused_runtime.c > confused_runtime.ext.tmp -DHAVE_CONFIG_H -I../cf -I../common -I../mmap -I../libproff  && mv -f confused_runtime.ext.tmp confused_runtime.ext || rm -f confused_runtime.ext.tmp
In file included from confused_runtime.c:5:
In file included from ../libproff/libproff.h:11:
../common/standard.h:80:11: warning: 'memmove' macro redefined [-Wmacro-redefined]
#  define memmove(dst,src,len) bcopy(src,dst,len)
          ^
/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_string.h:69:9: note: previous definition is here
#define memmove(dest, ...) \
        ^
1 warning generated.
cd .. && \
	  CONFIG_HEADERS= CONFIG_LINKS= \
	  CONFIG_FILES=libdbz/Makefile /opt/pkg/bin/mksh ./config.status
creating libdbz/Makefile
CPP="clang -E";export CPP; sh ../scripts/genextern.sh dbz.c > dbz.ext.tmp -DHAVE_CONFIG_H -I../cf -I../mmap -I../common  && mv -f dbz.ext.tmp dbz.ext || rm -f dbz.ext.tmp
In file included from dbz.c:5:
../common/standard.h:80:11: warning: 'memmove' macro redefined [-Wmacro-redefined]
#  define memmove(dst,src,len) bcopy(src,dst,len)
          ^
/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_string.h:69:9: note: previous definition is here
#define memmove(dest, ...) \
        ^
1 warning generated.
for dir in libproff libmmalloc libconfused confused; do (cd $dir && /usr/bin/GNUmake) || exit 1; done
source='list.c' object='list.o' libtool=no \
	depfile='.deps/list.Po' tmpdepfile='.deps/list.TPo' \
	depmode=gcc3 /opt/pkg/bin/mksh ../depcomp \
	clang -DHAVE_CONFIG_H -I. -I. -I.. -I../cf -I../common -I../mmap -I../libmmalloc    -O2 -Wall -pipe -c `test -f list.c || echo './'`list.c
source='pattern.c' object='pattern.o' libtool=no \
	depfile='.deps/pattern.Po' tmpdepfile='.deps/pattern.TPo' \
	depmode=gcc3 /opt/pkg/bin/mksh ../depcomp \
	clang -DHAVE_CONFIG_H -I. -I. -I.. -I../cf -I../common -I../mmap -I../libmmalloc    -O2 -Wall -pipe -c `test -f pattern.c || echo './'`pattern.c
source='ptime.c' object='ptime.o' libtool=no \
	depfile='.deps/ptime.Po' tmpdepfile='.deps/ptime.TPo' \
	depmode=gcc3 /opt/pkg/bin/mksh ../depcomp \
	clang -DHAVE_CONFIG_H -I. -I. -I.. -I../cf -I../common -I../mmap -I../libmmalloc    -O2 -Wall -pipe -c `test -f ptime.c || echo './'`ptime.c
source='setproctitle.c' object='setproctitle.o' libtool=no \
	depfile='.deps/setproctitle.Po' tmpdepfile='.deps/setproctitle.TPo' \
	depmode=gcc3 /opt/pkg/bin/mksh ../depcomp \
	clang -DHAVE_CONFIG_H -I. -I. -I.. -I../cf -I../common -I../mmap -I../libmmalloc    -O2 -Wall -pipe -c `test -f setproctitle.c || echo './'`setproctitle.c
source='str.c' object='str.o' libtool=no \
	depfile='.deps/str.Po' tmpdepfile='.deps/str.TPo' \
	depmode=gcc3 /opt/pkg/bin/mksh ../depcomp \
	clang -DHAVE_CONFIG_H -I. -I. -I.. -I../cf -I../common -I../mmap -I../libmmalloc    -O2 -Wall -pipe -c `test -f str.c || echo './'`str.c
source='utils.c' object='utils.o' libtool=no \
	depfile='.deps/utils.Po' tmpdepfile='.deps/utils.TPo' \
	depmode=gcc3 /opt/pkg/bin/mksh ../depcomp \
	clang -DHAVE_CONFIG_H -I. -I. -I.. -I../cf -I../common -I../mmap -I../libmmalloc    -O2 -Wall -pipe -c `test -f utils.c || echo './'`utils.c
source='vsnprintf.c' object='vsnprintf.o' libtool=no \
	depfile='.deps/vsnprintf.Po' tmpdepfile='.deps/vsnprintf.TPo' \
	depmode=gcc3 /opt/pkg/bin/mksh ../depcomp \
	clang -DHAVE_CONFIG_H -I. -I. -I.. -I../cf -I../common -I../mmap -I../libmmalloc    -O2 -Wall -pipe -c `test -f vsnprintf.c || echo './'`vsnprintf.c
In file included from list.c:1:
In file included from ./libproff.h:11:
../common/standard.h:80:11: warning: 'memmove' macro redefined [-Wmacro-redefined]
#  define memmove(dst,src,len) bcopy(src,dst,len)
          ^
/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_string.h:69:9: note: previous definition is here
#define memmove(dest, ...) \
        ^
In file included from ptime.c:3:
In file included from ./libproff.h:11:
../common/standard.h:80:11: warning: 'memmove' macro redefined [-Wmacro-redefined]
#  define memmove(dst,src,len) bcopy(src,dst,len)
          ^
/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_string.h:69:9: note: previous definition is here
#define memmove(dest, ...) \
        ^
In file included from setproctitle.c:42:
In file included from ./libproff.h:11:
../common/standard.h:80:11: warning: 'memmove' macro redefined [-Wmacro-redefined]
#  define memmove(dst,src,len) bcopy(src,dst,len)
          ^
/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_string.h:69:9: note: previous definition is here
#define memmove(dest, ...) \
        ^
In file included from vsnprintf.c:2:
In file included from ./libproff.h:11:
../common/standard.h:80:11: warning: 'memmove' macro redefined [-Wmacro-redefined]
#  define memmove(dst,src,len) bcopy(src,dst,len)
          ^
/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_string.h:69:9: note: previous definition is here
#define memmove(dest, ...) \
        ^
In file included from pattern.c:43:
In file included from ./libproff.h:11:
1 warning generated.
../common/standard.h:80:11: warning: 'memmove' macro redefined [-Wmacro-redefined]
#  define memmove(dst,src,len) bcopy(src,dst,len)
          ^
/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_string.h:69:9: note: previous definition is here
#define memmove(dest, ...) \
        ^
1 warning generated.
1 warning generated.
1 warning generated.
In file included from utils.c:5:
In file included from ./libproff.h:11:
../common/standard.h:80:11: warning: 'memmove' macro redefined [-Wmacro-redefined]
#  define memmove(dst,src,len) bcopy(src,dst,len)
          ^
/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_string.h:69:9: note: previous definition is here
#define memmove(dest, ...) \
        ^
1 warning generated.
In file included from str.c:3:
In file included from ./libproff.h:11:
../common/standard.h:80:11: warning: 'memmove' macro redefined [-Wmacro-redefined]
#  define memmove(dst,src,len) bcopy(src,dst,len)
          ^
/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_string.h:69:9: note: previous definition is here
#define memmove(dest, ...) \
        ^
1 warning generated.
1 warning generated.
rm -f libproff.a
ar cru libproff.a list.o pattern.o ptime.o setproctitle.o str.o utils.o vsnprintf.o 
ranlib libproff.a
cd .. && \
	  CONFIG_HEADERS= CONFIG_LINKS= \
	  CONFIG_FILES=libmmalloc/Makefile /opt/pkg/bin/mksh ./config.status
creating libmmalloc/Makefile
source='mmalloc.c' object='mmalloc.o' libtool=no \
	depfile='.deps/mmalloc.Po' tmpdepfile='.deps/mmalloc.TPo' \
	depmode=gcc3 /opt/pkg/bin/mksh ../depcomp \
	clang -DHAVE_CONFIG_H -I. -I. -I.. -I../cf -I../mmap -I../common    -O2 -Wall -pipe -c `test -f mmalloc.c || echo './'`mmalloc.c
source='mcalloc.c' object='mcalloc.o' libtool=no \
	depfile='.deps/mcalloc.Po' tmpdepfile='.deps/mcalloc.TPo' \
	depmode=gcc3 /opt/pkg/bin/mksh ../depcomp \
	clang -DHAVE_CONFIG_H -I. -I. -I.. -I../cf -I../mmap -I../common    -O2 -Wall -pipe -c `test -f mcalloc.c || echo './'`mcalloc.c
source='mfree.c' object='mfree.o' libtool=no \
	depfile='.deps/mfree.Po' tmpdepfile='.deps/mfree.TPo' \
	depmode=gcc3 /opt/pkg/bin/mksh ../depcomp \
	clang -DHAVE_CONFIG_H -I. -I. -I.. -I../cf -I../mmap -I../common    -O2 -Wall -pipe -c `test -f mfree.c || echo './'`mfree.c
source='mmcheck.c' object='mmcheck.o' libtool=no \
	depfile='.deps/mmcheck.Po' tmpdepfile='.deps/mmcheck.TPo' \
	depmode=gcc3 /opt/pkg/bin/mksh ../depcomp \
	clang -DHAVE_CONFIG_H -I. -I. -I.. -I../cf -I../mmap -I../common    -O2 -Wall -pipe -c `test -f mmcheck.c || echo './'`mmcheck.c
source='mmemalign.c' object='mmemalign.o' libtool=no \
	depfile='.deps/mmemalign.Po' tmpdepfile='.deps/mmemalign.TPo' \
	depmode=gcc3 /opt/pkg/bin/mksh ../depcomp \
	clang -DHAVE_CONFIG_H -I. -I. -I.. -I../cf -I../mmap -I../common    -O2 -Wall -pipe -c `test -f mmemalign.c || echo './'`mmemalign.c
source='mrealloc.c' object='mrealloc.o' libtool=no \
	depfile='.deps/mrealloc.Po' tmpdepfile='.deps/mrealloc.TPo' \
	depmode=gcc3 /opt/pkg/bin/mksh ../depcomp \
	clang -DHAVE_CONFIG_H -I. -I. -I.. -I../cf -I../mmap -I../common    -O2 -Wall -pipe -c `test -f mrealloc.c || echo './'`mrealloc.c
source='mvalloc.c' object='mvalloc.o' libtool=no \
	depfile='.deps/mvalloc.Po' tmpdepfile='.deps/mvalloc.TPo' \
	depmode=gcc3 /opt/pkg/bin/mksh ../depcomp \
	clang -DHAVE_CONFIG_H -I. -I. -I.. -I../cf -I../mmap -I../common    -O2 -Wall -pipe -c `test -f mvalloc.c || echo './'`mvalloc.c
source='mmap-sup.c' object='mmap-sup.o' libtool=no \
	depfile='.deps/mmap-sup.Po' tmpdepfile='.deps/mmap-sup.TPo' \
	depmode=gcc3 /opt/pkg/bin/mksh ../depcomp \
	clang -DHAVE_CONFIG_H -I. -I. -I.. -I../cf -I../mmap -I../common    -O2 -Wall -pipe -c `test -f mmap-sup.c || echo './'`mmap-sup.c
mrealloc.c:26:11: warning: 'memmove' macro redefined [-Wmacro-redefined]
#  define memmove(dst,src,len) bcopy(src,dst,len)
          ^
/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_string.h:69:9: note: previous definition is here
#define memmove(dest, ...) \
        ^
1 warning generated.
source='attach.c' object='attach.o' libtool=no \
	depfile='.deps/attach.Po' tmpdepfile='.deps/attach.TPo' \
	depmode=gcc3 /opt/pkg/bin/mksh ../depcomp \
	clang -DHAVE_CONFIG_H -I. -I. -I.. -I../cf -I../mmap -I../common    -O2 -Wall -pipe -c `test -f attach.c || echo './'`attach.c
source='detach.c' object='detach.o' libtool=no \
	depfile='.deps/detach.Po' tmpdepfile='.deps/detach.TPo' \
	depmode=gcc3 /opt/pkg/bin/mksh ../depcomp \
	clang -DHAVE_CONFIG_H -I. -I. -I.. -I../cf -I../mmap -I../common    -O2 -Wall -pipe -c `test -f detach.c || echo './'`detach.c
source='keys.c' object='keys.o' libtool=no \
	depfile='.deps/keys.Po' tmpdepfile='.deps/keys.TPo' \
	depmode=gcc3 /opt/pkg/bin/mksh ../depcomp \
	clang -DHAVE_CONFIG_H -I. -I. -I.. -I../cf -I../mmap -I../common    -O2 -Wall -pipe -c `test -f keys.c || echo './'`keys.c
source='sbrk-sup.c' object='sbrk-sup.o' libtool=no \
	depfile='.deps/sbrk-sup.Po' tmpdepfile='.deps/sbrk-sup.TPo' \
	depmode=gcc3 /opt/pkg/bin/mksh ../depcomp \
	clang -DHAVE_CONFIG_H -I. -I. -I.. -I../cf -I../mmap -I../common    -O2 -Wall -pipe -c `test -f sbrk-sup.c || echo './'`sbrk-sup.c
sbrk-sup.c:47:17: warning: 'sbrk' is deprecated [-Wdeprecated-declarations]
  if ((result = sbrk (size)) == (PTR) -1)
                ^
/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/unistd.h:582:1: note: 'sbrk' has been explicitly marked deprecated here
__deprecated __WATCHOS_PROHIBITED __TVOS_PROHIBITED
^
/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:196:40: note: expanded from macro '__deprecated'
#define __deprecated    __attribute__((__deprecated__))
                                       ^
sbrk-sup.c:82:10: warning: 'sbrk' is deprecated [-Wdeprecated-declarations]
  base = sbrk (0);
         ^
/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/unistd.h:582:1: note: 'sbrk' has been explicitly marked deprecated here
__deprecated __WATCHOS_PROHIBITED __TVOS_PROHIBITED
^
/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:196:40: note: expanded from macro '__deprecated'
#define __deprecated    __attribute__((__deprecated__))
                                       ^
sbrk-sup.c:86:7: warning: 'sbrk' is deprecated [-Wdeprecated-declarations]
      sbrk (BLOCKSIZE - adj);
      ^
/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/unistd.h:582:1: note: 'sbrk' has been explicitly marked deprecated here
__deprecated __WATCHOS_PROHIBITED __TVOS_PROHIBITED
^
/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:196:40: note: expanded from macro '__deprecated'
#define __deprecated    __attribute__((__deprecated__))
                                       ^
sbrk-sup.c:87:14: warning: 'sbrk' is deprecated [-Wdeprecated-declarations]
      base = sbrk (0);
             ^
/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/unistd.h:582:1: note: 'sbrk' has been explicitly marked deprecated here
__deprecated __WATCHOS_PROHIBITED __TVOS_PROHIBITED
^
/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:196:40: note: expanded from macro '__deprecated'
#define __deprecated    __attribute__((__deprecated__))
                                       ^
sbrk-sup.c:89:44: warning: 'sbrk' is deprecated [-Wdeprecated-declarations]
  __mmalloc_default_mdp = (struct mdesc *) sbrk (sizeof (struct mdesc));
                                           ^
/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/unistd.h:582:1: note: 'sbrk' has been explicitly marked deprecated here
__deprecated __WATCHOS_PROHIBITED __TVOS_PROHIBITED
^
/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:196:40: note: expanded from macro '__deprecated'
#define __deprecated    __attribute__((__deprecated__))
                                       ^
sbrk-sup.c:93:70: warning: 'sbrk' is deprecated [-Wdeprecated-declarations]
  __mmalloc_default_mdp -> breakval = __mmalloc_default_mdp -> top = sbrk (0);
                                                                     ^
/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/unistd.h:582:1: note: 'sbrk' has been explicitly marked deprecated here
__deprecated __WATCHOS_PROHIBITED __TVOS_PROHIBITED
^
/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:196:40: note: expanded from macro '__deprecated'
#define __deprecated    __attribute__((__deprecated__))
                                       ^
6 warnings generated.
rm -f libmmalloc.a
ar cru libmmalloc.a mmalloc.o mcalloc.o mfree.o mmcheck.o mmemalign.o mrealloc.o mvalloc.o mmap-sup.o attach.o detach.o keys.o sbrk-sup.o 
ranlib libmmalloc.a
source='confused_runtime.c' object='confused_runtime.o' libtool=no \
	depfile='.deps/confused_runtime.Po' tmpdepfile='.deps/confused_runtime.TPo' \
	depmode=gcc3 /opt/pkg/bin/mksh ../depcomp \
	clang -DHAVE_CONFIG_H -I. -I. -I.. -I../cf -I../common -I../mmap -I../libproff    -O2 -Wall -pipe -c `test -f confused_runtime.c || echo './'`confused_runtime.c
In file included from confused_runtime.c:5:
In file included from ../libproff/libproff.h:11:
../common/standard.h:80:11: warning: 'memmove' macro redefined [-Wmacro-redefined]
#  define memmove(dst,src,len) bcopy(src,dst,len)
          ^
/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_string.h:69:9: note: previous definition is here
#define memmove(dest, ...) \
        ^
1 warning generated.
rm -f libconfused.a
ar cru libconfused.a confused_runtime.o 
ranlib libconfused.a
cd .. && \
	  CONFIG_HEADERS= CONFIG_LINKS= \
	  CONFIG_FILES=confused/Makefile /opt/pkg/bin/mksh ./config.status
creating confused/Makefile
source='confused.c' object='confused.o' libtool=no \
	depfile='.deps/confused.Po' tmpdepfile='.deps/confused.TPo' \
	depmode=gcc3 /opt/pkg/bin/mksh ../depcomp \
	clang -DHAVE_CONFIG_H -I. -I. -I.. -I../cf -I../common -I../libproff -I../libmmalloc    -O2 -Wall -pipe -c `test -f confused.c || echo './'`confused.c
In file included from confused.c:9:
In file included from ../libproff/libproff.h:11:
../common/standard.h:80:11: warning: 'memmove' macro redefined [-Wmacro-redefined]
#  define memmove(dst,src,len) bcopy(src,dst,len)
          ^
/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_string.h:69:9: note: previous definition is here
#define memmove(dest, ...) \
        ^
1 warning generated.
clang  -O2 -Wall -pipe  -L/opt/pkg/lib -o confused  confused.o ../libproff/libproff.a ../libmmalloc/libmmalloc.a 
for dir in libproff  libconfused libdbz src; do (cd $dir && /usr/bin/GNUmake ext) || exit 1; done
GNUmake[4]: Nothing to be done for `ext'.
GNUmake[4]: Nothing to be done for `ext'.
GNUmake[4]: Nothing to be done for `ext'.
cd .. && \
	  CONFIG_HEADERS= CONFIG_LINKS= \
	  CONFIG_FILES=src/Makefile /opt/pkg/bin/mksh ./config.status
creating src/Makefile
../confused/confused ../cf/nnconf.cf
CPP="clang -E";export CPP; sh ../scripts/genextern.sh acc.c > acc.ext.tmp -DHAVE_CONFIG_H -I../cf -I../common -I../libproff -I../libconfused -I../mmap -I../libmmalloc -I../libdbz  && mv -f acc.ext.tmp acc.ext || rm -f acc.ext.tmp
CPP="clang -E";export CPP; sh ../scripts/genextern.sh article.c > article.ext.tmp -DHAVE_CONFIG_H -I../cf -I../common -I../libproff -I../libconfused -I../mmap -I../libmmalloc -I../libdbz  && mv -f article.ext.tmp article.ext || rm -f article.ext.tmp
CPP="clang -E";export CPP; sh ../scripts/genextern.sh authinfo_ldap.c > authinfo_ldap.ext.tmp -DHAVE_CONFIG_H -I../cf -I../common -I../libproff -I../libconfused -I../mmap -I../libmmalloc -I../libdbz  && mv -f authinfo_ldap.ext.tmp authinfo_ldap.ext || rm -f authinfo_ldap.ext.tmp
CPP="clang -E";export CPP; sh ../scripts/genextern.sh authinfo_passwd.c > authinfo_passwd.ext.tmp -DHAVE_CONFIG_H -I../cf -I../common -I../libproff -I../libconfused -I../mmap -I../libmmalloc -I../libdbz  && mv -f authinfo_passwd.ext.tmp authinfo_passwd.ext || rm -f authinfo_passwd.ext.tmp
CPP="clang -E";export CPP; sh ../scripts/genextern.sh authinfo_pipe.c > authinfo_pipe.ext.tmp -DHAVE_CONFIG_H -I../cf -I../common -I../libproff -I../libconfused -I../mmap -I../libmmalloc -I../libdbz  && mv -f authinfo_pipe.ext.tmp authinfo_pipe.ext || rm -f authinfo_pipe.ext.tmp
CPP="clang -E";export CPP; sh ../scripts/genextern.sh authinfo_radius.c > authinfo_radius.ext.tmp -DHAVE_CONFIG_H -I../cf -I../common -I../libproff -I../libconfused -I../mmap -I../libmmalloc -I../libdbz  && mv -f authinfo_radius.ext.tmp authinfo_radius.ext || rm -f authinfo_radius.ext.tmp
CPP="clang -E";export CPP; sh ../scripts/genextern.sh authinfo_pam.c > authinfo_pam.ext.tmp -DHAVE_CONFIG_H -I../cf -I../common -I../libproff -I../libconfused -I../mmap -I../libmmalloc -I../libdbz  && mv -f authinfo_pam.ext.tmp authinfo_pam.ext || rm -f authinfo_pam.ext.tmp
In file included from acc.c:5:
In file included from ./nglobal.h:8:
../common/standard.h:80:11: warning: 'memmove' macro redefined [-Wmacro-redefined]
#  define memmove(dst,src,len) bcopy(src,dst,len)
          ^
/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_string.h:69:9: note: previous definition is here
#define memmove(dest, ...) \
        ^
In file included from article.c:3:
In file included from ./nglobal.h:8:
../common/standard.h:80:11: warning: 'memmove' macro redefined [-Wmacro-redefined]
#  define memmove(dst,src,len) bcopy(src,dst,len)
          ^
/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_string.h:69:9: note: previous definition is here
#define memmove(dest, ...) \
        ^
In file included from authinfo_pipe.c:5:
In file included from ./nglobal.h:8:
../common/standard.h:80:11: warning: 'memmove' macro redefined [-Wmacro-redefined]
#  define memmove(dst,src,len) bcopy(src,dst,len)
          ^
/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_string.h:69:9: note: previous definition is here
#define memmove(dest, ...) \
        ^
1 warning generated.
1 warning generated.
1 warning generated.
In file included from authinfo_pam.c:8:
In file included from ./nglobal.h:8:
../common/standard.h:80:11: warning: 'memmove' macro redefined [-Wmacro-redefined]
#  define memmove(dst,src,len) bcopy(src,dst,len)
          ^
/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_string.h:69:9: note: previous definition is here
#define memmove(dest, ...) \
        ^
authinfo_pam.c:19:12: fatal error: 'pam/pam_appl.h' file not found
#  include <pam/pam_appl.h>
           ^~~~~~~~~~~~~~~~
1 warning and 1 error generated.
In file included from authinfo_passwd.c:5:
In file included from ./nglobal.h:8:
../common/standard.h:80:11: warning: 'memmove' macro redefined [-Wmacro-redefined]
#  define memmove(dst,src,len) bcopy(src,dst,len)
          ^
/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_string.h:69:9: note: previous definition is here
#define memmove(dest, ...) \
        ^
CPP="clang -E";export CPP; sh ../scripts/genextern.sh authinfo.c > authinfo.ext.tmp -DHAVE_CONFIG_H -I../cf -I../common -I../libproff -I../libconfused -I../mmap -I../libmmalloc -I../libdbz  && mv -f authinfo.ext.tmp authinfo.ext || rm -f authinfo.ext.tmp
1 warning generated.
In file included from authinfo_radius.c:5:
In file included from ./nglobal.h:8:
../common/standard.h:80:11: warning: 'memmove' macro redefined [-Wmacro-redefined]
#  define memmove(dst,src,len) bcopy(src,dst,len)
          ^
/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_string.h:69:9: note: previous definition is here
#define memmove(dest, ...) \
        ^
CPP="clang -E";export CPP; sh ../scripts/genextern.sh bregex.c > bregex.ext.tmp -DHAVE_CONFIG_H -I../cf -I../common -I../libproff -I../libconfused -I../mmap -I../libmmalloc -I../libdbz  && mv -f bregex.ext.tmp bregex.ext || rm -f bregex.ext.tmp
CPP="clang -E";export CPP; sh ../scripts/genextern.sh build_history.c > build_history.ext.tmp -DHAVE_CONFIG_H -I../cf -I../common -I../libproff -I../libconfused -I../mmap -I../libmmalloc -I../libdbz  && mv -f build_history.ext.tmp build_history.ext || rm -f build_history.ext.tmp
1 warning generated.
In file included from authinfo_ldap.c:5:
In file included from ./nglobal.h:8:
../common/standard.h:80:11: warning: 'memmove' macro redefined [-Wmacro-redefined]
#  define memmove(dst,src,len) bcopy(src,dst,len)
          ^
/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_string.h:69:9: note: previous definition is here
#define memmove(dest, ...) \
        ^
1 warning generated.
CPP="clang -E";export CPP; sh ../scripts/genextern.sh date.c > date.ext.tmp -DHAVE_CONFIG_H -I../cf -I../common -I../libproff -I../libconfused -I../mmap -I../libmmalloc -I../libdbz  && mv -f date.ext.tmp date.ext || rm -f date.ext.tmp
CPP="clang -E";export CPP; sh ../scripts/genextern.sh debug.c > debug.ext.tmp -DHAVE_CONFIG_H -I../cf -I../common -I../libproff -I../libconfused -I../mmap -I../libmmalloc -I../libdbz  && mv -f debug.ext.tmp debug.ext || rm -f debug.ext.tmp
CPP="clang -E";export CPP; sh ../scripts/genextern.sh expire.c > expire.ext.tmp -DHAVE_CONFIG_H -I../cf -I../common -I../libproff -I../libconfused -I../mmap -I../libmmalloc -I../libdbz  && mv -f expire.ext.tmp expire.ext || rm -f expire.ext.tmp
CPP="clang -E";export CPP; sh ../scripts/genextern.sh filter.c > filter.ext.tmp -DHAVE_CONFIG_H -I../cf -I../common -I../libproff -I../libconfused -I../mmap -I../libmmalloc -I../libdbz  && mv -f filter.ext.tmp filter.ext || rm -f filter.ext.tmp
In file included from build_history.c:5:
In file included from ./nglobal.h:8:
../common/standard.h:80:11: warning: 'memmove' macro redefined [-Wmacro-redefined]
#  define memmove(dst,src,len) bcopy(src,dst,len)
          ^
/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_string.h:69:9: note: previous definition is here
#define memmove(dest, ...) \
        ^
In file included from authinfo.c:10:
In file included from ./nglobal.h:8:
../common/standard.h:80:11: warning: 'memmove' macro redefined [-Wmacro-redefined]
#  define memmove(dst,src,len) bcopy(src,dst,len)
          ^
/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_string.h:69:9: note: previous definition is here
#define memmove(dest, ...) \
        ^
1 warning generated1 warning generated.
.
In file included from date.c:5:
In file included from ./nglobal.h:8:
../common/standard.h:80:11: warning: 'memmove' macro redefined [-Wmacro-redefined]
#  define memmove(dst,src,len) bcopy(src,dst,len)
          ^
/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_string.h:69:9: note: previous definition is here
#define memmove(dest, ...) \
        ^
1 warning generated.
CPP="clang -E";export CPP; sh ../scripts/genextern.sh group.c > group.ext.tmp -DHAVE_CONFIG_H -I../cf -I../common -I../libproff -I../libconfused -I../mmap -I../libmmalloc -I../libdbz  && mv -f group.ext.tmp group.ext || rm -f group.ext.tmp
CPP="clang -E";export CPP; sh ../scripts/genextern.sh history.c > history.ext.tmp -DHAVE_CONFIG_H -I../cf -I../common -I../libproff -I../libconfused -I../mmap -I../libmmalloc -I../libdbz  && mv -f history.ext.tmp history.ext || rm -f history.ext.tmp
CPP="clang -E";export CPP; sh ../scripts/genextern.sh http.c > http.ext.tmp -DHAVE_CONFIG_H -I../cf -I../common -I../libproff -I../libconfused -I../mmap -I../libmmalloc -I../libdbz  && mv -f http.ext.tmp http.ext || rm -f http.ext.tmp
In file included from filter.c:5:
In file included from ./nglobal.h:8:
../common/standard.h:80:11: warning: 'memmove' macro redefined [-Wmacro-redefined]
#  define memmove(dst,src,len) bcopy(src,dst,len)
          ^
/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_string.h:69:9: note: previous definition is here
#define memmove(dest, ...) \
        ^
In file included from debug.c:7:
In file included from ./nglobal.h:8:
../common/standard.h:80:11: warning: 'memmove' macro redefined [-Wmacro-redefined]
#  define memmove(dst,src,len) bcopy(src,dst,len)
          ^
/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_string.h:69:9: note: previous definition is here
#define memmove(dest, ...) \
        ^
1 warning generated.
CPP="clang -E";export CPP; sh ../scripts/genextern.sh ihave.c > ihave.ext.tmp -DHAVE_CONFIG_H -I../cf -I../common -I../libproff -I../libconfused -I../mmap -I../libmmalloc -I../libdbz  && mv -f ihave.ext.tmp ihave.ext || rm -f ihave.ext.tmp
In file included from expire.c:5:
In file included from ./nglobal.h:8:
../common/standard.h:80:11: warning: 'memmove' macro redefined [-Wmacro-redefined]
#  define memmove(dst,src,len) bcopy(src,dst,len)
          ^
/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_string.h:69:9: note: previous definition is here
#define memmove(dest, ...) \
        ^
1 warning generated.
1 warning generated.
CPP="clang -E";export CPP; sh ../scripts/genextern.sh ipc.c > ipc.ext.tmp -DHAVE_CONFIG_H -I../cf -I../common -I../libproff -I../libconfused -I../mmap -I../libmmalloc -I../libdbz  && mv -f ipc.ext.tmp ipc.ext || rm -f ipc.ext.tmp
CPP="clang -E";export CPP; sh ../scripts/genextern.sh lock.c > lock.ext.tmp -DHAVE_CONFIG_H -I../cf -I../common -I../libproff -I../libconfused -I../mmap -I../libmmalloc -I../libdbz  && mv -f lock.ext.tmp lock.ext || rm -f lock.ext.tmp
CPP="clang -E";export CPP; sh ../scripts/genextern.sh log.c > log.ext.tmp -DHAVE_CONFIG_H -I../cf -I../common -I../libproff -I../libconfused -I../mmap -I../libmmalloc -I../libdbz  && mv -f log.ext.tmp log.ext || rm -f log.ext.tmp
In file included from group.c:5:
In file included from ./nglobal.h:8:
../common/standard.h:80:11: warning: 'memmove' macro redefined [-Wmacro-redefined]
#  define memmove(dst,src,len) bcopy(src,dst,len)
          ^
/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_string.h:69:9: note: previous definition is here
#define memmove(dest, ...) \
        ^
In file included from http.c:5:
In file included from ./nglobal.h:8:
../common/standard.h:80:11: warning: 'memmove' macro redefined [-Wmacro-redefined]
#  define memmove(dst,src,len) bcopy(src,dst,len)
          ^
/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_string.h:69:9: note: previous definition is here
#define memmove(dest, ...) \
        ^
1 warning generated.
1 warning generated.
In file included from ihave.c:5:
In file included from ./nglobal.h:8:
../common/standard.h:80:11: warning: 'memmove' macro redefined [-Wmacro-redefined]
#  define memmove(dst,src,len) bcopy(src,dst,len)
          ^
/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_string.h:69:9: note: previous definition is here
#define memmove(dest, ...) \
        ^
In file included from history.c:5:
In file included from ./nglobal.h:8:
../common/standard.h:80:11: warning: 'memmove' macro redefined [-Wmacro-redefined]
#  define memmove(dst,src,len) bcopy(src,dst,len)
          ^
/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_string.h:69:9: note: previous definition is here
#define memmove(dest, ...) \
        ^
1 warning generated.
1 warning generated.
CPP="clang -E";export CPP; sh ../scripts/genextern.sh newgroups.c > newgroups.ext.tmp -DHAVE_CONFIG_H -I../cf -I../common -I../libproff -I../libconfused -I../mmap -I../libmmalloc -I../libdbz  && mv -f newgroups.ext.tmp newgroups.ext || rm -f newgroups.ext.tmp
CPP="clang -E";export CPP; sh ../scripts/genextern.sh newnews.c > newnews.ext.tmp -DHAVE_CONFIG_H -I../cf -I../common -I../libproff -I../libconfused -I../mmap -I../libmmalloc -I../libdbz  && mv -f newnews.ext.tmp newnews.ext || rm -f newnews.ext.tmp
CPP="clang -E";export CPP; sh ../scripts/genextern.sh next.c > next.ext.tmp -DHAVE_CONFIG_H -I../cf -I../common -I../libproff -I../libconfused -I../mmap -I../libmmalloc -I../libdbz  && mv -f next.ext.tmp next.ext || rm -f next.ext.tmp
CPP="clang -E";export CPP; sh ../scripts/genextern.sh nocem.c > nocem.ext.tmp -DHAVE_CONFIG_H -I../cf -I../common -I../libproff -I../libconfused -I../mmap -I../libmmalloc -I../libdbz  && mv -f nocem.ext.tmp nocem.ext || rm -f nocem.ext.tmp
In file included from ipc.c:5:
In file included from ./nglobal.h:8:
../common/standard.h:80:11: warning: 'memmove' macro redefined [-Wmacro-redefined]
#  define memmove(dst,src,len) bcopy(src,dst,len)
          ^
/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_string.h:69:9: note: previous definition is here
#define memmove(dest, ...) \
        ^
In file included from lock.c:5:
In file included from ./nglobal.h:8:
../common/standard.h:80:11: warning: 'memmove' macro redefined [-Wmacro-redefined]
#  define memmove(dst,src,len) bcopy(src,dst,len)
          ^
/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_string.h:69:9: note: previous definition is here
#define memmove(dest, ...) \
        ^
1 warning generated.
1 warning generated.
In file included from log.c:3:
In file included from ./nglobal.h:8:
../common/standard.h:80:11: warning: 'memmove' macro redefined [-Wmacro-redefined]
#  define memmove(dst,src,len) bcopy(src,dst,len)
          ^
/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_string.h:69:9: note: previous definition is here
#define memmove(dest, ...) \
        ^
1 warning generated.
CPP="clang -E";export CPP; sh ../scripts/genextern.sh nmalloc.c > nmalloc.ext.tmp -DHAVE_CONFIG_H -I../cf -I../common -I../libproff -I../libconfused -I../mmap -I../libmmalloc -I../libdbz  && mv -f nmalloc.ext.tmp nmalloc.ext || rm -f nmalloc.ext.tmp
CPP="clang -E";export CPP; sh ../scripts/genextern.sh nntpcache.c > nntpcache.ext.tmp -DHAVE_CONFIG_H -I../cf -I../common -I../libproff -I../libconfused -I../mmap -I../libmmalloc -I../libdbz  && mv -f nntpcache.ext.tmp nntpcache.ext || rm -f nntpcache.ext.tmp
CPP="clang -E";export CPP; sh ../scripts/genextern.sh post.c > post.ext.tmp -DHAVE_CONFIG_H -I../cf -I../common -I../libproff -I../libconfused -I../mmap -I../libmmalloc -I../libdbz  && mv -f post.ext.tmp post.ext || rm -f post.ext.tmp
CPP="clang -E";export CPP; sh ../scripts/genextern.sh sockets.c > sockets.ext.tmp -DHAVE_CONFIG_H -I../cf -I../common -I../libproff -I../libconfused -I../mmap -I../libmmalloc -I../libdbz  && mv -f sockets.ext.tmp sockets.ext || rm -f sockets.ext.tmp
In file included from newnews.c:5:
In file included from ./nglobal.h:8:
../common/standard.h:80:11: warning: 'memmove' macro redefined [-Wmacro-redefined]
#  define memmove(dst,src,len) bcopy(src,dst,len)
          ^
/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_string.h:69:9: note: previous definition is here
#define memmove(dest, ...) \
        ^
In file included from newgroups.c:5:
In file included from ./nglobal.h:8:
../common/standard.h:80:11: warning: 'memmove' macro redefined [-Wmacro-redefined]
#  define memmove(dst,src,len) bcopy(src,dst,len)
          ^
/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_string.h:69:9: note: previous definition is here
#define memmove(dest, ...) \
        ^
1 warning generated.
In file included from next.c:5:
In file included from ./nglobal.h:8:
../common/standard.h:80:11: warning: 'memmove' macro redefined [-Wmacro-redefined]
#  define memmove(dst,src,len) bcopy(src,dst,len)
          ^
/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_string.h:69:9: note: previous definition is here
#define memmove(dest, ...) \
        ^
1 warning generated.
In file included from nocem.c:5:
In file included from ./nglobal.h:8:
../common/standard.h:80:11: warning: 'memmove' macro redefined [-Wmacro-redefined]
#  define memmove(dst,src,len) bcopy(src,dst,len)
          ^
/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_string.h:69:9: note: previous definition is here
#define memmove(dest, ...) \
        ^
1 warning generated.
1 warning generated.
CPP="clang -E";export CPP; sh ../scripts/genextern.sh stats.c > stats.ext.tmp -DHAVE_CONFIG_H -I../cf -I../common -I../libproff -I../libconfused -I../mmap -I../libmmalloc -I../libdbz  && mv -f stats.ext.tmp stats.ext || rm -f stats.ext.tmp
CPP="clang -E";export CPP; sh ../scripts/genextern.sh xover.c > xover.ext.tmp -DHAVE_CONFIG_H -I../cf -I../common -I../libproff -I../libconfused -I../mmap -I../libmmalloc -I../libdbz  && mv -f xover.ext.tmp xover.ext || rm -f xover.ext.tmp
CPP="clang -E";export CPP; sh ../scripts/genextern.sh xpath.c > xpath.ext.tmp -DHAVE_CONFIG_H -I../cf -I../common -I../libproff -I../libconfused -I../mmap -I../libmmalloc -I../libdbz  && mv -f xpath.ext.tmp xpath.ext || rm -f xpath.ext.tmp
In file included from nmalloc.c:3:
In file included from ./nglobal.h:8:
../common/standard.h:80:11: warning: 'memmove' macro redefined [-Wmacro-redefined]
#  define memmove(dst,src,len) bcopy(src,dst,len)
          ^
/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_string.h:69:9: note: previous definition is here
#define memmove(dest, ...) \
        ^
1 warning generated.
In file included from post.c:5:
In file included from ./nglobal.h:8:
../common/standard.h:80:11: warning: 'memmove' macro redefined [-Wmacro-redefined]
#  define memmove(dst,src,len) bcopy(src,dst,len)
          ^In file included from 
/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_string.h:69:9: note: previous definition is here
nntpcache.c#define memmove(dest, ...) \:
        ^
5:
In file included from ./nglobal.h:8:
../common/standard.h:80:11: warning: 'memmove' macro redefined [-Wmacro-redefined]
#  define memmove(dst,src,len) bcopy(src,dst,len)
          ^
/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_string.h:69:9: note: previous definition is here
#define memmove(dest, ...) \
        ^
1 warning generated.
In file included from sockets.c:5:
In file included from ./nglobal.h:8:
../common/standard.h:80:11: warning: 'memmove' macro redefined [-Wmacro-redefined]
#  define memmove(dst,src,len) bcopy(src,dst,len)
          ^
/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_string.h:69:9: note: previous definition is here
#define memmove(dest, ...) \
        ^
1 warning generated.
1 warning generated.
In file included from xover.c:5:
In file included from ./nglobal.h:8:
../common/standard.h:80:11: warning: 'memmove' macro redefined [-Wmacro-redefined]
#  define memmove(dst,src,len) bcopy(src,dst,len)
          ^
/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_string.h:69:9: note: previous definition is here
#define memmove(dest, ...) \
        ^
In file included from stats.c:5:
In file included from ./nglobal.h:8:
../common/standard.h:80:11: warning: 'memmove' macro redefined [-Wmacro-redefined]
#  define memmove(dst,src,len) bcopy(src,dst,len)
          ^
/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_string.h:69:9: note: previous definition is here
#define memmove(dest, ...) \
        ^
1 warning generated.
1 warning generated.
In file included from xpath.c:5:
In file included from ./nglobal.h:8:
../common/standard.h:80:11: warning: 'memmove' macro redefined [-Wmacro-redefined]
#  define memmove(dst,src,len) bcopy(src,dst,len)
          ^
/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_string.h:69:9: note: previous definition is here
#define memmove(dest, ...) \
        ^
1 warning generated.
Making all in mk
cd .. && \
	  CONFIG_HEADERS= CONFIG_LINKS= \
	  CONFIG_FILES=mk/Makefile /opt/pkg/bin/mksh ./config.status
creating mk/Makefile
GNUmake[2]: Nothing to be done for `all'.
Making all in scripts
cd .. && \
	  CONFIG_HEADERS= CONFIG_LINKS= \
	  CONFIG_FILES=scripts/Makefile /opt/pkg/bin/mksh ./config.status
creating scripts/Makefile
GNUmake[2]: Nothing to be done for `all'.
Making all in common
cd .. && \
	  CONFIG_HEADERS= CONFIG_LINKS= \
	  CONFIG_FILES=common/Makefile /opt/pkg/bin/mksh ./config.status
creating common/Makefile
GNUmake[2]: Nothing to be done for `all'.
Making all in mmap
GNUmake[2]: Nothing to be done for `all'.
Making all in libproff
GNUmake[2]: Nothing to be done for `all'.
Making all in libmmalloc
GNUmake[2]: Nothing to be done for `all'.
Making all in libconfused
GNUmake[2]: Nothing to be done for `all'.
Making all in libradius
cd .. && \
	  CONFIG_HEADERS= CONFIG_LINKS= \
	  CONFIG_FILES=libradius/Makefile /opt/pkg/bin/mksh ./config.status
creating libradius/Makefile
source='radlib.c' object='radlib.o' libtool=no \
	depfile='.deps/radlib.Po' tmpdepfile='.deps/radlib.TPo' \
	depmode=gcc3 /opt/pkg/bin/mksh ../depcomp \
	clang -DHAVE_CONFIG_H -I. -I. -I.. -I../cf -I../common    -O2 -Wall -pipe -c `test -f radlib.c || echo './'`radlib.c
In file included from radlib.c:29:
../common/standard.h:80:11: warning: 'memmove' macro redefined [-Wmacro-redefined]
#  define memmove(dst,src,len) bcopy(src,dst,len)
          ^
/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_string.h:69:9: note: previous definition is here
#define memmove(dest, ...) \
        ^
1 warning generated.
rm -f libradius.a
ar cru libradius.a radlib.o 
ranlib libradius.a
warning: /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: archive library: libradius.a the table of contents is empty (no object file members in the library define global symbols)
Making all in confused
GNUmake[2]: Nothing to be done for `all'.
Making all in cf
cd .. && \
	  CONFIG_HEADERS= CONFIG_LINKS= \
	  CONFIG_FILES=cf/Makefile /opt/pkg/bin/mksh ./config.status
creating cf/Makefile
sed -e 's/^ *[a-zA-Z_][a-zA-Z_]* //;s/"//g' <nnconf.cf >nntpcache.config-dist
Making all in libdbz
source='dbz.c' object='dbz.o' libtool=no \
	depfile='.deps/dbz.Po' tmpdepfile='.deps/dbz.TPo' \
	depmode=gcc3 /opt/pkg/bin/mksh ../depcomp \
	clang -DHAVE_CONFIG_H -I. -I. -I.. -I../cf -I../mmap -I../common    -O2 -Wall -pipe -c `test -f dbz.c || echo './'`dbz.c
In file included from dbz.c:5:
../common/standard.h:80:11: warning: 'memmove' macro redefined [-Wmacro-redefined]
#  define memmove(dst,src,len) bcopy(src,dst,len)
          ^
/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_string.h:69:9: note: previous definition is here
#define memmove(dest, ...) \
        ^
1 warning generated.
rm -f libdbz.a
ar cru libdbz.a dbz.o 
ranlib libdbz.a
Making all in src
source='acc.c' object='acc.o' libtool=no \
	depfile='.deps/acc.Po' tmpdepfile='.deps/acc.TPo' \
	depmode=gcc3 /opt/pkg/bin/mksh ../depcomp \
	clang -DHAVE_CONFIG_H -I. -I. -I.. -I../cf -I../common -I../libproff -I../libconfused -I../mmap -I../libmmalloc -I../libdbz    -O2 -Wall -pipe -c `test -f acc.c || echo './'`acc.c
source='article.c' object='article.o' libtool=no \
	depfile='.deps/article.Po' tmpdepfile='.deps/article.TPo' \
	depmode=gcc3 /opt/pkg/bin/mksh ../depcomp \
	clang -DHAVE_CONFIG_H -I. -I. -I.. -I../cf -I../common -I../libproff -I../libconfused -I../mmap -I../libmmalloc -I../libdbz    -O2 -Wall -pipe -c `test -f article.c || echo './'`article.c
source='authinfo_ldap.c' object='authinfo_ldap.o' libtool=no \
	depfile='.deps/authinfo_ldap.Po' tmpdepfile='.deps/authinfo_ldap.TPo' \
	depmode=gcc3 /opt/pkg/bin/mksh ../depcomp \
	clang -DHAVE_CONFIG_H -I. -I. -I.. -I../cf -I../common -I../libproff -I../libconfused -I../mmap -I../libmmalloc -I../libdbz    -O2 -Wall -pipe -c `test -f authinfo_ldap.c || echo './'`authinfo_ldap.c
source='authinfo_passwd.c' object='authinfo_passwd.o' libtool=no \
	depfile='.deps/authinfo_passwd.Po' tmpdepfile='.deps/authinfo_passwd.TPo' \
	depmode=gcc3 /opt/pkg/bin/mksh ../depcomp \
	clang -DHAVE_CONFIG_H -I. -I. -I.. -I../cf -I../common -I../libproff -I../libconfused -I../mmap -I../libmmalloc -I../libdbz    -O2 -Wall -pipe -c `test -f authinfo_passwd.c || echo './'`authinfo_passwd.c
source='authinfo_pipe.c' object='authinfo_pipe.o' libtool=no \
	depfile='.deps/authinfo_pipe.Po' tmpdepfile='.deps/authinfo_pipe.TPo' \
	depmode=gcc3 /opt/pkg/bin/mksh ../depcomp \
	clang -DHAVE_CONFIG_H -I. -I. -I.. -I../cf -I../common -I../libproff -I../libconfused -I../mmap -I../libmmalloc -I../libdbz    -O2 -Wall -pipe -c `test -f authinfo_pipe.c || echo './'`authinfo_pipe.c
source='authinfo_radius.c' object='authinfo_radius.o' libtool=no \
	depfile='.deps/authinfo_radius.Po' tmpdepfile='.deps/authinfo_radius.TPo' \
	depmode=gcc3 /opt/pkg/bin/mksh ../depcomp \
	clang -DHAVE_CONFIG_H -I. -I. -I.. -I../cf -I../common -I../libproff -I../libconfused -I../mmap -I../libmmalloc -I../libdbz    -O2 -Wall -pipe -c `test -f authinfo_radius.c || echo './'`authinfo_radius.c
source='authinfo_pam.c' object='authinfo_pam.o' libtool=no \
	depfile='.deps/authinfo_pam.Po' tmpdepfile='.deps/authinfo_pam.TPo' \
	depmode=gcc3 /opt/pkg/bin/mksh ../depcomp \
	clang -DHAVE_CONFIG_H -I. -I. -I.. -I../cf -I../common -I../libproff -I../libconfused -I../mmap -I../libmmalloc -I../libdbz    -O2 -Wall -pipe -c `test -f authinfo_pam.c || echo './'`authinfo_pam.c
source='authinfo.c' object='authinfo.o' libtool=no \
	depfile='.deps/authinfo.Po' tmpdepfile='.deps/authinfo.TPo' \
	depmode=gcc3 /opt/pkg/bin/mksh ../depcomp \
	clang -DHAVE_CONFIG_H -I. -I. -I.. -I../cf -I../common -I../libproff -I../libconfused -I../mmap -I../libmmalloc -I../libdbz    -O2 -Wall -pipe -c `test -f authinfo.c || echo './'`authinfo.c
In file included from authinfo.c:10:
In file included from ./nglobal.h:8:
../common/standard.h:80:11: warning: 'memmove' macro redefined [-Wmacro-redefined]
#  define memmove(dst,src,len) bcopy(src,dst,len)
          ^
/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_string.h:69:9: note: previous definition is here
#define memmove(dest, ...) \
        ^
In file included from acc.c:5:
In file included from ./nglobal.h:8:
../common/standard.h:80:11: warning: 'memmove' macro redefined [-Wmacro-redefined]
#  define memmove(dst,src,len) bcopy(src,dst,len)
          ^
/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_string.h:69:9: note: previous definition is here
#define memmove(dest, ...) \
        ^
In file included from authinfo_radius.c:5:
In file included from ./nglobal.h:8:
../common/standard.h:80:11: warning: 'memmove' macro redefined [-Wmacro-redefined]
#  define memmove(dst,src,len) bcopy(src,dst,len)
          ^
/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_string.h:69:9: note: previous definition is here
#define memmove(dest, ...) \
        ^
1 warning generated.
In file included from authinfo_ldap.c:5:
In file included from ./nglobal.h:8:
../common/standard.h:80:11: warning: 'memmove' macro redefined [-Wmacro-redefined]
In file included from authinfo_passwd.c:5:
In file included from ./nglobal.h:8:
../common/standard.h:80:11: warning: 'memmove' macro redefined [-Wmacro-redefined]
#  define memmove(dst,src,len) bcopy(src,dst,len)
          ^
/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_string.h:69:9: note: previous definition is here
#define memmove(dest, ...) \
        ^
In file included from authinfo_pipe.c:5:
In file included from ./nglobal.h:8:
../common/standard.h:80:11: warning: 'memmove' macro redefined [-Wmacro-redefined]
#  define memmove(dst,src,len) bcopy(src,dst,len)
          ^
/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_string.h:69:9: note: previous definition is here
#define memmove(dest, ...) \
        ^
#  define memmove(dst,src,len) bcopy(src,dst,len)
          ^
/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_string.h:69:9: note: previous definition is here
#define memmove(dest, ...) \
        ^
In file included from authinfo_pam.c:8:
In file included from ./nglobal.h:8:
../common/standard.h:80:11: warning: 'memmove' macro redefined [-Wmacro-redefined]
#  define memmove(dst,src,len) bcopy(src,dst,len)
          ^
/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_string.h:69:9: note: previous definition is here
#define memmove(dest, ...) \
        ^
authinfo_pam.c:19:12: fatal error: 'pam/pam_appl.h' file not found
#  include <pam/pam_appl.h>
           ^~~~~~~~~~~~~~~~
1 warning and 1 error generated.
1 warning generated.
In file included from article.c:3:
In file included from ./nglobal.h:8:
../common/standard.h:80:11: warning: 'memmove' macro redefined [-Wmacro-redefined]
#  define memmove(dst,src,len) bcopy(src,dst,len)
          ^
/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_string.h:69:9: note: previous definition is here
#define memmove(dest, ...) \
        ^
source='bregex.c' object='bregex.o' libtool=no \
	depfile='.deps/bregex.Po' tmpdepfile='.deps/bregex.TPo' \
	depmode=gcc3 /opt/pkg/bin/mksh ../depcomp \
	clang -DHAVE_CONFIG_H -I. -I. -I.. -I../cf -I../common -I../libproff -I../libconfused -I../mmap -I../libmmalloc -I../libdbz    -O2 -Wall -pipe -c `test -f bregex.c || echo './'`bregex.c
1 warning generated.
acc.c:427: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 (getpeername (sock, (struct sockaddr *) &remote_sin, &sinlen) < 0)
                                                                ^~~~~~~
/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/socket.h:704:78: note: passing argument to parameter here
int     getpeername(int, struct sockaddr * __restrict, socklen_t * __restrict)
                                                                             ^
acc.c:448:55: warning: passing 'int *' to parameter of type 'socklen_t *' (aka 'unsigned int *') converts between pointers to integer types with different sign [-Wpointer-sign]
1 warning        if (getsockname (sock, (struct sockaddr *) &our_sin, &sinlen) < 0)
                                                             ^~~~~~~
/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/socket.h:706:78: note: passing argument to parameter here
int     getsockname(int, struct sockaddr * __restrict, socklen_t * __restrict)
                                                                             ^
 generated.
GNUmake[2]: *** [authinfo_pam.o] Error 1
GNUmake[2]: *** Waiting for unfinished jobs....
article.c:403:18: warning: result of comparison against a string literal is unspecified (use an explicit string comparison function instead) [-Wstring-compare]
            assert("PC" == "never here");
                   ~~~~ ^
./assert.h:11:8: note: expanded from macro 'assert'
        if (!(x)){\
              ^
article.c:425:18: warning: result of comparison against a string literal is unspecified (use an explicit string comparison function instead) [-Wstring-compare]
            assert("PC" == "never here");
                   ~~~~ ^
./assert.h:11:8: note: expanded from macro 'assert'
        if (!(x)){\
              ^
article.c:754:26: warning: implicit conversion from enumeration type 'enum cmds' to different enumeration type 'enum scope_enum' [-Wenum-conversion]
                                blocker = filterText(type,
                                          ~~~~~~~~~~ ^~~~
article.c:762:26: warning: implicit conversion from enumeration type 'enum cmds' to different enumeration type 'enum scope_enum' [-Wenum-conversion]
                                blocker = filterText(type,
                                          ~~~~~~~~~~ ^~~~
article.c:856:26: warning: implicit conversion from enumeration type 'enum cmds' to different enumeration type 'enum scope_enum' [-Wenum-conversion]
                                blocker = filterText(type, CurrentGroupAuth, buf, body-buf-2, buf, len, body, buf+len-body);
                                          ~~~~~~~~~~ ^~~~
article.c:860:26: warning: implicit conversion from enumeration type 'enum cmds' to different enumeration type 'enum scope_enum' [-Wenum-conversion]
                                blocker = filterText(type, CurrentGroupAuth, buf, body? body-buf-2: len, NULL, 0, NULL, 0);
                                          ~~~~~~~~~~ ^~~~
article.c:929:2: warning: result of comparison against a string literal is unspecified (use an explicit string comparison function instead) [-Wstring-compare]
        NOTREACHED;
        ^~~~~~~~~~
../cf/nconf.h:132:20: note: expanded from macro 'NOTREACHED'
             assert ("PC" == "never at this location, by george!");\
                     ~~~~ ^
./assert.h:11:8: note: expanded from macro 'assert'
        if (!(x)){\
              ^
1 warning generated.
bregex.c:1468:4: warning: add explicit braces to avoid dangling else [-Wdangling-else]
                 else
                 ^
3 warnings generated.
8 warnings generated.
1 warning generated.
GNUmake[1]: *** [all-recursive] Error 1
gmake: *** [Makefile:152: all] Error 2
*** Error code 2

Stop.
bmake[1]: stopped in /opt/pkgsrc/news/nntpcache
*** Error code 1

Stop.
bmake: stopped in /opt/pkgsrc/news/nntpcache