=> 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'.
===> Building for cfengine-2.2.10nb9
--- all-recursive ---
Making all in pub
--- libcfpub_a-getopt.o ---
--- libcfpub_a-getopt1.o ---
--- libcfpub_a-full-write.o ---
--- libcfpub_a-regex.o ---
--- libcfpub_a-getloadavg.o ---
--- libcfpub_a-snprintf.o ---
--- libcfpub_a-getopt.o ---
clang -DHAVE_CONFIG_H -I. -I../src -I/usr/pkg/include/db4 -I/usr/include  -I/usr/include -I/usr/pkg/include/db4 -pthread  -O2 -I/usr/include -I/usr/pkg/include/db4 -I/usr/pkg/include/db4 -g -O2 -Wreturn-type -Wmissing-prototypes -Wuninitialized -fPIC -pthread  -O2 -I/usr/include -I/usr/pkg/include/db4 -I/usr/pkg/include/db4 -MT libcfpub_a-getopt.o -MD -MP -MF .deps/libcfpub_a-getopt.Tpo -c -o libcfpub_a-getopt.o `test -f 'getopt.c' || echo './'`getopt.c
--- libcfpub_a-getopt1.o ---
clang -DHAVE_CONFIG_H -I. -I../src -I/usr/pkg/include/db4 -I/usr/include  -I/usr/include -I/usr/pkg/include/db4 -pthread  -O2 -I/usr/include -I/usr/pkg/include/db4 -I/usr/pkg/include/db4 -g -O2 -Wreturn-type -Wmissing-prototypes -Wuninitialized -fPIC -pthread  -O2 -I/usr/include -I/usr/pkg/include/db4 -I/usr/pkg/include/db4 -MT libcfpub_a-getopt1.o -MD -MP -MF .deps/libcfpub_a-getopt1.Tpo -c -o libcfpub_a-getopt1.o `test -f 'getopt1.c' || echo './'`getopt1.c
--- libcfpub_a-regex.o ---
clang -DHAVE_CONFIG_H -I. -I../src -I/usr/pkg/include/db4 -I/usr/include  -I/usr/include -I/usr/pkg/include/db4 -pthread  -O2 -I/usr/include -I/usr/pkg/include/db4 -I/usr/pkg/include/db4 -g -O2 -Wreturn-type -Wmissing-prototypes -Wuninitialized -fPIC -pthread  -O2 -I/usr/include -I/usr/pkg/include/db4 -I/usr/pkg/include/db4 -MT libcfpub_a-regex.o -MD -MP -MF .deps/libcfpub_a-regex.Tpo -c -o libcfpub_a-regex.o `test -f 'regex.c' || echo './'`regex.c
--- libcfpub_a-full-write.o ---
clang -DHAVE_CONFIG_H -I. -I../src -I/usr/pkg/include/db4 -I/usr/include  -I/usr/include -I/usr/pkg/include/db4 -pthread  -O2 -I/usr/include -I/usr/pkg/include/db4 -I/usr/pkg/include/db4 -g -O2 -Wreturn-type -Wmissing-prototypes -Wuninitialized -fPIC -pthread  -O2 -I/usr/include -I/usr/pkg/include/db4 -I/usr/pkg/include/db4 -MT libcfpub_a-full-write.o -MD -MP -MF .deps/libcfpub_a-full-write.Tpo -c -o libcfpub_a-full-write.o `test -f 'full-write.c' || echo './'`full-write.c
--- libcfpub_a-getloadavg.o ---
clang -DHAVE_CONFIG_H -I. -I../src -I/usr/pkg/include/db4 -I/usr/include  -I/usr/include -I/usr/pkg/include/db4 -pthread  -O2 -I/usr/include -I/usr/pkg/include/db4 -I/usr/pkg/include/db4 -g -O2 -Wreturn-type -Wmissing-prototypes -Wuninitialized -fPIC -pthread  -O2 -I/usr/include -I/usr/pkg/include/db4 -I/usr/pkg/include/db4 -MT libcfpub_a-getloadavg.o -MD -MP -MF .deps/libcfpub_a-getloadavg.Tpo -c -o libcfpub_a-getloadavg.o `test -f 'getloadavg.c' || echo './'`getloadavg.c
--- libcfpub_a-snprintf.o ---
clang -DHAVE_CONFIG_H -I. -I../src -I/usr/pkg/include/db4 -I/usr/include  -I/usr/include -I/usr/pkg/include/db4 -pthread  -O2 -I/usr/include -I/usr/pkg/include/db4 -I/usr/pkg/include/db4 -g -O2 -Wreturn-type -Wmissing-prototypes -Wuninitialized -fPIC -pthread  -O2 -I/usr/include -I/usr/pkg/include/db4 -I/usr/pkg/include/db4 -MT libcfpub_a-snprintf.o -MD -MP -MF .deps/libcfpub_a-snprintf.Tpo -c -o libcfpub_a-snprintf.o `test -f 'snprintf.c' || echo './'`snprintf.c
--- libcfpub_a-getopt.o ---
getopt.c:409:30: warning: implicitly declaring library function 'strcmp' with type 'int (const char *, const char *)' [-Wimplicit-function-declaration]
      if (optind != argc && !strcmp (argv[optind], "--"))
                             ^
getopt.c:409:30: note: include the header <string.h> or explicitly provide a declaration for 'strcmp'
getopt.c:485:7: warning: implicitly declaring library function 'strncmp' with type 'int (const char *, const char *, unsigned long)' [-Wimplicit-function-declaration]
        if (!strncmp (p->name, nextchar, nameend - nextchar))
             ^
getopt.c:485:7: note: include the header <string.h> or explicitly provide a declaration for 'strncmp'
getopt.c:487:32: warning: implicitly declaring library function 'strlen' with type 'unsigned long (const char *)' [-Wimplicit-function-declaration]
            if (nameend - nextchar == strlen (p->name))
                                      ^
getopt.c:487:32: note: include the header <string.h> or explicitly provide a declaration for 'strlen'
--- libcfpub_a-regex.o ---
mv -f .deps/libcfpub_a-regex.Tpo .deps/libcfpub_a-regex.Po
--- libcfpub_a-getopt1.o ---
mv -f .deps/libcfpub_a-getopt1.Tpo .deps/libcfpub_a-getopt1.Po
--- libcfpub_a-getopt.o ---
getopt.c:666:1: warning: no previous prototype for function 'getopt' [-Wmissing-prototypes]
getopt (argc, argv, optstring)
^
--- libcfpub_a-getloadavg.o ---
mv -f .deps/libcfpub_a-getloadavg.Tpo .deps/libcfpub_a-getloadavg.Po
--- libcfpub_a-snprintf.o ---
mv -f .deps/libcfpub_a-snprintf.Tpo .deps/libcfpub_a-snprintf.Po
--- libcfpub_a-getopt.o ---
4 warnings generated.
mv -f .deps/libcfpub_a-getopt.Tpo .deps/libcfpub_a-getopt.Po
--- libcfpub_a-full-write.o ---
mv -f .deps/libcfpub_a-full-write.Tpo .deps/libcfpub_a-full-write.Po
--- libcfpub.a ---
rm -f libcfpub.a
ar cru libcfpub.a libcfpub_a-getopt.o  libcfpub_a-getopt1.o libcfpub_a-full-write.o  libcfpub_a-regex.o libcfpub_a-getloadavg.o  libcfpub_a-snprintf.o 
ranlib libcfpub.a
Making all in src
--- all ---
/usr/bin/make  all-am
--- libcfengine_la-init.lo ---
--- libcfengine_la-modules.lo ---
--- libcfengine_la-alerts.lo ---
--- libcfengine_la-report.lo ---
--- libcfengine_la-client.lo ---
--- libcfengine_la-ip.lo ---
--- libcfengine_la-ipname.lo ---
--- libcfengine_la-instrument.lo ---
--- libcfengine_la-process.lo ---
--- libcfengine_la-timeout.lo ---
--- libcfengine_la-ifconf.lo ---
--- libcfengine_la-image.lo ---
--- libcfengine_la-item.lo ---
--- libcfengine_la-item-ext.lo ---
--- libcfengine_la-item-file.lo ---
--- libcfengine_la-2Dlist.lo ---
--- libcfengine_la-init.lo ---
/bin/sh ../libtool --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I. -I/usr/pkg/include/db4 -I/usr/include  -I/usr/include -I/usr/pkg/include/db4 -g -O2 -Wreturn-type -Wmissing-prototypes -Wuninitialized  -pthread  -O2 -I/usr/include -I/usr/pkg/include/db4 -I/usr/pkg/include/db4 -pthread  -O2 -I/usr/include -I/usr/pkg/include/db4 -I/usr/pkg/include/db4 -MT libcfengine_la-init.lo -MD -MP -MF .deps/libcfengine_la-init.Tpo -c -o libcfengine_la-init.lo `test -f 'init.c' || echo './'`init.c
--- libcfengine_la-modules.lo ---
/bin/sh ../libtool --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I. -I/usr/pkg/include/db4 -I/usr/include  -I/usr/include -I/usr/pkg/include/db4 -g -O2 -Wreturn-type -Wmissing-prototypes -Wuninitialized  -pthread  -O2 -I/usr/include -I/usr/pkg/include/db4 -I/usr/pkg/include/db4 -pthread  -O2 -I/usr/include -I/usr/pkg/include/db4 -I/usr/pkg/include/db4 -MT libcfengine_la-modules.lo -MD -MP -MF .deps/libcfengine_la-modules.Tpo -c -o libcfengine_la-modules.lo `test -f 'modules.c' || echo './'`modules.c
--- libcfengine_la-alerts.lo ---
/bin/sh ../libtool --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I. -I/usr/pkg/include/db4 -I/usr/include  -I/usr/include -I/usr/pkg/include/db4 -g -O2 -Wreturn-type -Wmissing-prototypes -Wuninitialized  -pthread  -O2 -I/usr/include -I/usr/pkg/include/db4 -I/usr/pkg/include/db4 -pthread  -O2 -I/usr/include -I/usr/pkg/include/db4 -I/usr/pkg/include/db4 -MT libcfengine_la-alerts.lo -MD -MP -MF .deps/libcfengine_la-alerts.Tpo -c -o libcfengine_la-alerts.lo `test -f 'alerts.c' || echo './'`alerts.c
--- libcfengine_la-timeout.lo ---
/bin/sh ../libtool --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I. -I/usr/pkg/include/db4 -I/usr/include  -I/usr/include -I/usr/pkg/include/db4 -g -O2 -Wreturn-type -Wmissing-prototypes -Wuninitialized  -pthread  -O2 -I/usr/include -I/usr/pkg/include/db4 -I/usr/pkg/include/db4 -pthread  -O2 -I/usr/include -I/usr/pkg/include/db4 -I/usr/pkg/include/db4 -MT libcfengine_la-timeout.lo -MD -MP -MF .deps/libcfengine_la-timeout.Tpo -c -o libcfengine_la-timeout.lo `test -f 'timeout.c' || echo './'`timeout.c
--- libcfengine_la-image.lo ---
/bin/sh ../libtool --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I. -I/usr/pkg/include/db4 -I/usr/include  -I/usr/include -I/usr/pkg/include/db4 -g -O2 -Wreturn-type -Wmissing-prototypes -Wuninitialized  -pthread  -O2 -I/usr/include -I/usr/pkg/include/db4 -I/usr/pkg/include/db4 -pthread  -O2 -I/usr/include -I/usr/pkg/include/db4 -I/usr/pkg/include/db4 -MT libcfengine_la-image.lo -MD -MP -MF .deps/libcfengine_la-image.Tpo -c -o libcfengine_la-image.lo `test -f 'image.c' || echo './'`image.c
--- libcfengine_la-instrument.lo ---
/bin/sh ../libtool --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I. -I/usr/pkg/include/db4 -I/usr/include  -I/usr/include -I/usr/pkg/include/db4 -g -O2 -Wreturn-type -Wmissing-prototypes -Wuninitialized  -pthread  -O2 -I/usr/include -I/usr/pkg/include/db4 -I/usr/pkg/include/db4 -pthread  -O2 -I/usr/include -I/usr/pkg/include/db4 -I/usr/pkg/include/db4 -MT libcfengine_la-instrument.lo -MD -MP -MF .deps/libcfengine_la-instrument.Tpo -c -o libcfengine_la-instrument.lo `test -f 'instrument.c' || echo './'`instrument.c
--- libcfengine_la-ipname.lo ---
/bin/sh ../libtool --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I. -I/usr/pkg/include/db4 -I/usr/include  -I/usr/include -I/usr/pkg/include/db4 -g -O2 -Wreturn-type -Wmissing-prototypes -Wuninitialized  -pthread  -O2 -I/usr/include -I/usr/pkg/include/db4 -I/usr/pkg/include/db4 -pthread  -O2 -I/usr/include -I/usr/pkg/include/db4 -I/usr/pkg/include/db4 -MT libcfengine_la-ipname.lo -MD -MP -MF .deps/libcfengine_la-ipname.Tpo -c -o libcfengine_la-ipname.lo `test -f 'ipname.c' || echo './'`ipname.c
--- libcfengine_la-item-file.lo ---
/bin/sh ../libtool --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I. -I/usr/pkg/include/db4 -I/usr/include  -I/usr/include -I/usr/pkg/include/db4 -g -O2 -Wreturn-type -Wmissing-prototypes -Wuninitialized  -pthread  -O2 -I/usr/include -I/usr/pkg/include/db4 -I/usr/pkg/include/db4 -pthread  -O2 -I/usr/include -I/usr/pkg/include/db4 -I/usr/pkg/include/db4 -MT libcfengine_la-item-file.lo -MD -MP -MF .deps/libcfengine_la-item-file.Tpo -c -o libcfengine_la-item-file.lo `test -f 'item-file.c' || echo './'`item-file.c
--- libcfengine_la-2Dlist.lo ---
/bin/sh ../libtool --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I. -I/usr/pkg/include/db4 -I/usr/include  -I/usr/include -I/usr/pkg/include/db4 -g -O2 -Wreturn-type -Wmissing-prototypes -Wuninitialized  -pthread  -O2 -I/usr/include -I/usr/pkg/include/db4 -I/usr/pkg/include/db4 -pthread  -O2 -I/usr/include -I/usr/pkg/include/db4 -I/usr/pkg/include/db4 -MT libcfengine_la-2Dlist.lo -MD -MP -MF .deps/libcfengine_la-2Dlist.Tpo -c -o libcfengine_la-2Dlist.lo `test -f '2Dlist.c' || echo './'`2Dlist.c
--- libcfengine_la-report.lo ---
/bin/sh ../libtool --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I. -I/usr/pkg/include/db4 -I/usr/include  -I/usr/include -I/usr/pkg/include/db4 -g -O2 -Wreturn-type -Wmissing-prototypes -Wuninitialized  -pthread  -O2 -I/usr/include -I/usr/pkg/include/db4 -I/usr/pkg/include/db4 -pthread  -O2 -I/usr/include -I/usr/pkg/include/db4 -I/usr/pkg/include/db4 -MT libcfengine_la-report.lo -MD -MP -MF .deps/libcfengine_la-report.Tpo -c -o libcfengine_la-report.lo `test -f 'report.c' || echo './'`report.c
--- libcfengine_la-item-ext.lo ---
/bin/sh ../libtool --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I. -I/usr/pkg/include/db4 -I/usr/include  -I/usr/include -I/usr/pkg/include/db4 -g -O2 -Wreturn-type -Wmissing-prototypes -Wuninitialized  -pthread  -O2 -I/usr/include -I/usr/pkg/include/db4 -I/usr/pkg/include/db4 -pthread  -O2 -I/usr/include -I/usr/pkg/include/db4 -I/usr/pkg/include/db4 -MT libcfengine_la-item-ext.lo -MD -MP -MF .deps/libcfengine_la-item-ext.Tpo -c -o libcfengine_la-item-ext.lo `test -f 'item-ext.c' || echo './'`item-ext.c
--- libcfengine_la-ifconf.lo ---
/bin/sh ../libtool --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I. -I/usr/pkg/include/db4 -I/usr/include  -I/usr/include -I/usr/pkg/include/db4 -g -O2 -Wreturn-type -Wmissing-prototypes -Wuninitialized  -pthread  -O2 -I/usr/include -I/usr/pkg/include/db4 -I/usr/pkg/include/db4 -pthread  -O2 -I/usr/include -I/usr/pkg/include/db4 -I/usr/pkg/include/db4 -MT libcfengine_la-ifconf.lo -MD -MP -MF .deps/libcfengine_la-ifconf.Tpo -c -o libcfengine_la-ifconf.lo `test -f 'ifconf.c' || echo './'`ifconf.c
--- libcfengine_la-client.lo ---
/bin/sh ../libtool --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I. -I/usr/pkg/include/db4 -I/usr/include  -I/usr/include -I/usr/pkg/include/db4 -g -O2 -Wreturn-type -Wmissing-prototypes -Wuninitialized  -pthread  -O2 -I/usr/include -I/usr/pkg/include/db4 -I/usr/pkg/include/db4 -pthread  -O2 -I/usr/include -I/usr/pkg/include/db4 -I/usr/pkg/include/db4 -MT libcfengine_la-client.lo -MD -MP -MF .deps/libcfengine_la-client.Tpo -c -o libcfengine_la-client.lo `test -f 'client.c' || echo './'`client.c
--- libcfengine_la-ip.lo ---
/bin/sh ../libtool --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I. -I/usr/pkg/include/db4 -I/usr/include  -I/usr/include -I/usr/pkg/include/db4 -g -O2 -Wreturn-type -Wmissing-prototypes -Wuninitialized  -pthread  -O2 -I/usr/include -I/usr/pkg/include/db4 -I/usr/pkg/include/db4 -pthread  -O2 -I/usr/include -I/usr/pkg/include/db4 -I/usr/pkg/include/db4 -MT libcfengine_la-ip.lo -MD -MP -MF .deps/libcfengine_la-ip.Tpo -c -o libcfengine_la-ip.lo `test -f 'ip.c' || echo './'`ip.c
--- libcfengine_la-process.lo ---
/bin/sh ../libtool --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I. -I/usr/pkg/include/db4 -I/usr/include  -I/usr/include -I/usr/pkg/include/db4 -g -O2 -Wreturn-type -Wmissing-prototypes -Wuninitialized  -pthread  -O2 -I/usr/include -I/usr/pkg/include/db4 -I/usr/pkg/include/db4 -pthread  -O2 -I/usr/include -I/usr/pkg/include/db4 -I/usr/pkg/include/db4 -MT libcfengine_la-process.lo -MD -MP -MF .deps/libcfengine_la-process.Tpo -c -o libcfengine_la-process.lo `test -f 'process.c' || echo './'`process.c
--- libcfengine_la-item.lo ---
/bin/sh ../libtool --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I. -I/usr/pkg/include/db4 -I/usr/include  -I/usr/include -I/usr/pkg/include/db4 -g -O2 -Wreturn-type -Wmissing-prototypes -Wuninitialized  -pthread  -O2 -I/usr/include -I/usr/pkg/include/db4 -I/usr/pkg/include/db4 -pthread  -O2 -I/usr/include -I/usr/pkg/include/db4 -I/usr/pkg/include/db4 -MT libcfengine_la-item.lo -MD -MP -MF .deps/libcfengine_la-item.Tpo -c -o libcfengine_la-item.lo `test -f 'item.c' || echo './'`item.c
--- libcfengine_la-alerts.lo ---
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I/data/scratch/sysutils/cfengine2/work/.buildlink/include/db4 -g -O2 -Wreturn-type -Wmissing-prototypes -Wuninitialized -pthread -O2 -pthread -O2 -MT libcfengine_la-alerts.lo -MD -MP -MF .deps/libcfengine_la-alerts.Tpo -c alerts.c  -fPIC -DPIC -o .libs/libcfengine_la-alerts.o
--- libcfengine_la-ipname.lo ---
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I/data/scratch/sysutils/cfengine2/work/.buildlink/include/db4 -g -O2 -Wreturn-type -Wmissing-prototypes -Wuninitialized -pthread -O2 -pthread -O2 -MT libcfengine_la-ipname.lo -MD -MP -MF .deps/libcfengine_la-ipname.Tpo -c ipname.c  -fPIC -DPIC -o .libs/libcfengine_la-ipname.o
--- libcfengine_la-ip.lo ---
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I/data/scratch/sysutils/cfengine2/work/.buildlink/include/db4 -g -O2 -Wreturn-type -Wmissing-prototypes -Wuninitialized -pthread -O2 -pthread -O2 -MT libcfengine_la-ip.lo -MD -MP -MF .deps/libcfengine_la-ip.Tpo -c ip.c  -fPIC -DPIC -o .libs/libcfengine_la-ip.o
--- libcfengine_la-modules.lo ---
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I/data/scratch/sysutils/cfengine2/work/.buildlink/include/db4 -g -O2 -Wreturn-type -Wmissing-prototypes -Wuninitialized -pthread -O2 -pthread -O2 -MT libcfengine_la-modules.lo -MD -MP -MF .deps/libcfengine_la-modules.Tpo -c modules.c  -fPIC -DPIC -o .libs/libcfengine_la-modules.o
--- libcfengine_la-image.lo ---
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I/data/scratch/sysutils/cfengine2/work/.buildlink/include/db4 -g -O2 -Wreturn-type -Wmissing-prototypes -Wuninitialized -pthread -O2 -pthread -O2 -MT libcfengine_la-image.lo -MD -MP -MF .deps/libcfengine_la-image.Tpo -c image.c  -fPIC -DPIC -o .libs/libcfengine_la-image.o
--- libcfengine_la-init.lo ---
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I/data/scratch/sysutils/cfengine2/work/.buildlink/include/db4 -g -O2 -Wreturn-type -Wmissing-prototypes -Wuninitialized -pthread -O2 -pthread -O2 -MT libcfengine_la-init.lo -MD -MP -MF .deps/libcfengine_la-init.Tpo -c init.c  -fPIC -DPIC -o .libs/libcfengine_la-init.o
--- libcfengine_la-item-file.lo ---
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I/data/scratch/sysutils/cfengine2/work/.buildlink/include/db4 -g -O2 -Wreturn-type -Wmissing-prototypes -Wuninitialized -pthread -O2 -pthread -O2 -MT libcfengine_la-item-file.lo -MD -MP -MF .deps/libcfengine_la-item-file.Tpo -c item-file.c  -fPIC -DPIC -o .libs/libcfengine_la-item-file.o
--- libcfengine_la-timeout.lo ---
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I/data/scratch/sysutils/cfengine2/work/.buildlink/include/db4 -g -O2 -Wreturn-type -Wmissing-prototypes -Wuninitialized -pthread -O2 -pthread -O2 -MT libcfengine_la-timeout.lo -MD -MP -MF .deps/libcfengine_la-timeout.Tpo -c timeout.c  -fPIC -DPIC -o .libs/libcfengine_la-timeout.o
--- libcfengine_la-instrument.lo ---
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I/data/scratch/sysutils/cfengine2/work/.buildlink/include/db4 -g -O2 -Wreturn-type -Wmissing-prototypes -Wuninitialized -pthread -O2 -pthread -O2 -MT libcfengine_la-instrument.lo -MD -MP -MF .deps/libcfengine_la-instrument.Tpo -c instrument.c  -fPIC -DPIC -o .libs/libcfengine_la-instrument.o
--- libcfengine_la-2Dlist.lo ---
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I/data/scratch/sysutils/cfengine2/work/.buildlink/include/db4 -g -O2 -Wreturn-type -Wmissing-prototypes -Wuninitialized -pthread -O2 -pthread -O2 -MT libcfengine_la-2Dlist.lo -MD -MP -MF .deps/libcfengine_la-2Dlist.Tpo -c 2Dlist.c  -fPIC -DPIC -o .libs/libcfengine_la-2Dlist.o
--- libcfengine_la-client.lo ---
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I/data/scratch/sysutils/cfengine2/work/.buildlink/include/db4 -g -O2 -Wreturn-type -Wmissing-prototypes -Wuninitialized -pthread -O2 -pthread -O2 -MT libcfengine_la-client.lo -MD -MP -MF .deps/libcfengine_la-client.Tpo -c client.c  -fPIC -DPIC -o .libs/libcfengine_la-client.o
--- libcfengine_la-report.lo ---
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I/data/scratch/sysutils/cfengine2/work/.buildlink/include/db4 -g -O2 -Wreturn-type -Wmissing-prototypes -Wuninitialized -pthread -O2 -pthread -O2 -MT libcfengine_la-report.lo -MD -MP -MF .deps/libcfengine_la-report.Tpo -c report.c  -fPIC -DPIC -o .libs/libcfengine_la-report.o
--- libcfengine_la-ifconf.lo ---
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I/data/scratch/sysutils/cfengine2/work/.buildlink/include/db4 -g -O2 -Wreturn-type -Wmissing-prototypes -Wuninitialized -pthread -O2 -pthread -O2 -MT libcfengine_la-ifconf.lo -MD -MP -MF .deps/libcfengine_la-ifconf.Tpo -c ifconf.c  -fPIC -DPIC -o .libs/libcfengine_la-ifconf.o
--- libcfengine_la-process.lo ---
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I/data/scratch/sysutils/cfengine2/work/.buildlink/include/db4 -g -O2 -Wreturn-type -Wmissing-prototypes -Wuninitialized -pthread -O2 -pthread -O2 -MT libcfengine_la-process.lo -MD -MP -MF .deps/libcfengine_la-process.Tpo -c process.c  -fPIC -DPIC -o .libs/libcfengine_la-process.o
--- libcfengine_la-item.lo ---
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I/data/scratch/sysutils/cfengine2/work/.buildlink/include/db4 -g -O2 -Wreturn-type -Wmissing-prototypes -Wuninitialized -pthread -O2 -pthread -O2 -MT libcfengine_la-item.lo -MD -MP -MF .deps/libcfengine_la-item.Tpo -c item.c  -fPIC -DPIC -o .libs/libcfengine_la-item.o
--- libcfengine_la-item-ext.lo ---
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I/data/scratch/sysutils/cfengine2/work/.buildlink/include/db4 -g -O2 -Wreturn-type -Wmissing-prototypes -Wuninitialized -pthread -O2 -pthread -O2 -MT libcfengine_la-item-ext.lo -MD -MP -MF .deps/libcfengine_la-item-ext.Tpo -c item-ext.c  -fPIC -DPIC -o .libs/libcfengine_la-item-ext.o
--- libcfengine_la-process.lo ---
process.c:198:56: warning: & has lower precedence than ==; == will be evaluated first [-Wparentheses]
   if ((stat(argz,&statbuf) != -1) && (statbuf.st_mode & 0111 == 0))
                                                       ^~~~~~~~~~~
process.c:198:56: note: place parentheses around the '==' expression to silence this warning
   if ((stat(argz,&statbuf) != -1) && (statbuf.st_mode & 0111 == 0))
                                                       ^
                                                         (        )
process.c:198:56: note: place parentheses around the & expression to evaluate it first
   if ((stat(argz,&statbuf) != -1) && (statbuf.st_mode & 0111 == 0))
                                                       ^
                                       (                     )
--- libcfengine_la-timeout.lo ---
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I/data/scratch/sysutils/cfengine2/work/.buildlink/include/db4 -g -O2 -Wreturn-type -Wmissing-prototypes -Wuninitialized -pthread -O2 -pthread -O2 -MT libcfengine_la-timeout.lo -MD -MP -MF .deps/libcfengine_la-timeout.Tpo -c timeout.c -o libcfengine_la-timeout.o >/dev/null 2>&1
--- libcfengine_la-image.lo ---
image.c:500:102: warning: format specifies type 'int' but the argument has type '__off_t' (aka 'long') [-Wformat]
         snprintf(OUTPUT,CF_BUFSIZE*2,"Source file %s is > %d bytes in copy (omitting)\n",sourcefile,ip->size);
                                                           ~~                                        ^~~~~~~~
                                                           %ld
image.c:509:108: warning: format specifies type 'int' but the argument has type '__off_t' (aka 'long') [-Wformat]
             snprintf(OUTPUT,CF_BUFSIZE*2,"Source file %s is not %d bytes in copy (omitting)\n",sourcefile,ip->size);
                                                                 ~~                                        ^~~~~~~~
                                                                 %ld
image.c:518:106: warning: format specifies type 'int' but the argument has type '__off_t' (aka 'long') [-Wformat]
             snprintf(OUTPUT,CF_BUFSIZE*2,"Source file %s is < %d bytes in copy (omitting)\n",sourcefile,ip->size);
                                                               ~~                                        ^~~~~~~~
                                                               %ld
--- libcfengine_la-2Dlist.lo ---
2Dlist.c:129:8: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
if (sp = strchr(varstring,sep))
    ~~~^~~~~~~~~~~~~~~~~~~~~~~
2Dlist.c:129:8: note: place parentheses around the assignment to silence this warning
if (sp = strchr(varstring,sep))
       ^
    (                         )
2Dlist.c:129:8: note: use '==' to turn this assignment into an equality comparison
if (sp = strchr(varstring,sep))
       ^
       ==
--- libcfengine_la-image.lo ---
image.c:1286:29: warning: format specifies type 'int' but the argument has type 'time_t' (aka 'long') [-Wformat]
   sprintf(stamp, "_%d_%s", CFSTARTTIME, CanonifyName(ctime(&STAMPNOW)));
                    ~~      ^~~~~~~~~~~
                    %ld
--- libcfengine_la-ipname.lo ---
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I/data/scratch/sysutils/cfengine2/work/.buildlink/include/db4 -g -O2 -Wreturn-type -Wmissing-prototypes -Wuninitialized -pthread -O2 -pthread -O2 -MT libcfengine_la-ipname.lo -MD -MP -MF .deps/libcfengine_la-ipname.Tpo -c ipname.c -o libcfengine_la-ipname.o >/dev/null 2>&1
--- libcfengine_la-item-file.lo ---
item-file.c:135:26: warning: format specifies type 'int' but the argument has type 'time_t' (aka 'long') [-Wformat]
sprintf(stamp, "_%d_%s", CFSTARTTIME, CanonifyName(ctime(&STAMPNOW)));
                 ~~      ^~~~~~~~~~~
                 %ld
item-file.c:249:79: warning: format specifies type 'unsigned int' but the argument has type 'unsigned long' [-Wformat]
   Debug("CompareToFile(%s): sizes are different: MEM:(%u) FILE:(%u)\n",file, fip, statbuf.st_size);
                                                       ~~                     ^~~
                                                       %lu
item-file.c:249:84: warning: format specifies type 'unsigned int' but the argument has type '__off_t' (aka 'long') [-Wformat]
   Debug("CompareToFile(%s): sizes are different: MEM:(%u) FILE:(%u)\n",file, fip, statbuf.st_size);
                                                                 ~~                ^~~~~~~~~~~~~~~
                                                                 %ld
item-file.c:266:110: warning: format specifies type 'unsigned int' but the argument has type 'unsigned long' [-Wformat]
        Debug("CompareToFile(%s): non-zero fread() before file-in-mem finished at %u-th byte MEM:(0x%x/%c)\n",file, idx, *(finmem+idx), *(finmem+idx));
                                                                                  ~~                                ^~~
                                                                                  %lu
item-file.c:273:100: warning: format specifies type 'unsigned int' but the argument has type 'unsigned long' [-Wformat]
        Debug("CompareToFile(%s): difference found at %u-th byte MEM:(0x%x/%c) != FILE:(0x%x/%c)\n",file, idx, *(finmem+idx), *(finmem+idx), fdata, fdata);
                                                      ~~                                                  ^~~
                                                      %lu
--- libcfengine_la-process.lo ---
1 warning generated.
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I/data/scratch/sysutils/cfengine2/work/.buildlink/include/db4 -g -O2 -Wreturn-type -Wmissing-prototypes -Wuninitialized -pthread -O2 -pthread -O2 -MT libcfengine_la-process.lo -MD -MP -MF .deps/libcfengine_la-process.Tpo -c process.c -o libcfengine_la-process.o >/dev/null 2>&1
--- libcfengine_la-client.lo ---
client.c:175:48: warning: format specifies type 'int' but the argument has type 'time_t' (aka 'long') [-Wformat]
   snprintf(in,CF_BUFSIZE-1,"SYNCH %d STAT %s",tloc,file);
                                   ~~          ^~~~
                                   %ld
client.c:183:54: warning: format specifies type 'int' but the argument has type 'time_t' (aka 'long') [-Wformat]
   snprintf(sendbuffer,CF_BUFSIZE,"SYNCH %d STAT %s",tloc,file);
                                         ~~          ^~~~
                                         %ld
client.c:238:27: warning: format specifies type 'int' but the argument has type 'long' [-Wformat]
   Debug("Mode = %d,%d\n",d2,d3);
                 ~~       ^~
                 %ld
client.c:238:30: warning: format specifies type 'int' but the argument has type 'long' [-Wformat]
   Debug("Mode = %d,%d\n",d2,d3);
                    ~~       ^~
                    %ld
client.c:242:2: warning: format specifies type 'int' but the argument has type 'time_t' (aka 'long') [-Wformat]
 cfst.cf_atime,cfst.cf_mtime,cfst.cf_ino,cfst.cf_nlink,cfst.cf_dev);
 ^~~~~~~~~~~~~
client.c:242:16: warning: format specifies type 'int' but the argument has type 'time_t' (aka 'long') [-Wformat]
 cfst.cf_atime,cfst.cf_mtime,cfst.cf_ino,cfst.cf_nlink,cfst.cf_dev);
               ^~~~~~~~~~~~~
client.c:242:56: warning: format specifies type 'int' but the argument has type 'dev_t' (aka 'unsigned long') [-Wformat]
 cfst.cf_atime,cfst.cf_mtime,cfst.cf_ino,cfst.cf_nlink,cfst.cf_dev);
                                                       ^~~~~~~~~~~
client.c:537:18: error: variable has incomplete type 'EVP_CIPHER_CTX' (aka 'struct evp_cipher_ctx_st')
  EVP_CIPHER_CTX ctx;
                 ^
/usr/include/openssl/ossl_typ.h:90:16: note: forward declaration of 'struct evp_cipher_ctx_st'
typedef struct evp_cipher_ctx_st EVP_CIPHER_CTX;
               ^
--- libcfengine_la-ip.lo ---
ip.c:181:11: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
   if (err=connect(CONN->sd,(void *)&cin,sizeof(cin)) == -1)
       ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ip.c:181:11: note: place parentheses around the assignment to silence this warning
   if (err=connect(CONN->sd,(void *)&cin,sizeof(cin)) == -1)
          ^
       (                                                   )
ip.c:181:11: note: use '==' to turn this assignment into an equality comparison
   if (err=connect(CONN->sd,(void *)&cin,sizeof(cin)) == -1)
          ^
          ==
--- libcfengine_la-client.lo ---
7 warnings and 1 error generated.
--- libcfengine_la-alerts.lo ---
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I/data/scratch/sysutils/cfengine2/work/.buildlink/include/db4 -g -O2 -Wreturn-type -Wmissing-prototypes -Wuninitialized -pthread -O2 -pthread -O2 -MT libcfengine_la-alerts.lo -MD -MP -MF .deps/libcfengine_la-alerts.Tpo -c alerts.c -o libcfengine_la-alerts.o >/dev/null 2>&1
--- libcfengine_la-client.lo ---
*** [libcfengine_la-client.lo] Error code 1

make[2]: stopped in /data/scratch/sysutils/cfengine2/work/cfengine-2.2.10/src
--- libcfengine_la-2Dlist.lo ---
1 warning generated.
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I/data/scratch/sysutils/cfengine2/work/.buildlink/include/db4 -g -O2 -Wreturn-type -Wmissing-prototypes -Wuninitialized -pthread -O2 -pthread -O2 -MT libcfengine_la-2Dlist.lo -MD -MP -MF .deps/libcfengine_la-2Dlist.Tpo -c 2Dlist.c -o libcfengine_la-2Dlist.o >/dev/null 2>&1
--- libcfengine_la-item.lo ---
item.c:913:63: warning: format specifies type 'int' but the argument has type 'long' [-Wformat]
               Debug("Out of range %d > %d > %d (range %s)\n",from,cmp,to,buffer2);
                                   ~~                         ^~~~
                                   %ld
item.c:913:68: warning: format specifies type 'int' but the argument has type 'long' [-Wformat]
               Debug("Out of range %d > %d > %d (range %s)\n",from,cmp,to,buffer2);
                                        ~~                         ^~~
                                        %ld
item.c:913:72: warning: format specifies type 'int' but the argument has type 'long' [-Wformat]
               Debug("Out of range %d > %d > %d (range %s)\n",from,cmp,to,buffer2);
                                             ~~                        ^~
                                             %ld
item.c:998:40: warning: format specifies type 'unsigned int' but the argument has type 'long' [-Wformat]
               printf("%x < %x < %x\n",from,cmp,to);
                       ~~              ^~~~
                       %lx
item.c:998:45: warning: format specifies type 'unsigned int' but the argument has type 'long' [-Wformat]
               printf("%x < %x < %x\n",from,cmp,to);
                            ~~              ^~~
                            %lx
item.c:998:49: warning: format specifies type 'unsigned int' but the argument has type 'long' [-Wformat]
               printf("%x < %x < %x\n",from,cmp,to);
                                 ~~             ^~
                                 %lx
--- libcfengine_la-instrument.lo ---
instrument.c:436:12: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
--- libcfengine_la-item.lo ---
item.c:1039:41: warning: format specifies type 'int *' but the argument has type 'long *' [-Wformat]
n = sscanf(arg2,"%ld-%ld%n",&start,&end,&where);
                        ~~              ^~~~~~
--- libcfengine_la-instrument.lo ---
if (regexp = GetMacroValue(CONTEXTID,"IgnoreFriendRegex"))
    ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
--- libcfengine_la-item-ext.lo ---
item-ext.c:612:9: warning: 5 enumeration values not handled in switch: 'literalComplete', 'literalSomewhere', 'NOTliteralStart'... [-Wswitch]
--- libcfengine_la-item.lo ---
item.c:1082:95: warning: format specifies type 'int' but the argument has type 'long' [-Wformat]
Debug("SRDEBUG FuzzyHostMatch: split refhost=%s into refbase=%s and cmp=%d\n",refhost,refbase,cmp);
                                                                        ~~                    ^~~
                                                                        %ld
item.c:1098:64: warning: format specifies type 'int' but the argument has type 'long' [-Wformat]
   Debug("SRDEBUG Failed on numberical range (%d < %d < %d)\n",end,cmp,start);
                                              ~~               ^~~
                                              %ld
item.c:1098:68: warning: format specifies type 'int' but the argument has type 'long' [-Wformat]
   Debug("SRDEBUG Failed on numberical range (%d < %d < %d)\n",end,cmp,start);
                                                   ~~              ^~~
                                                   %ld
item.c:1098:72: warning: format specifies type 'int' but the argument has type 'long' [-Wformat]
   Debug("SRDEBUG Failed on numberical range (%d < %d < %d)\n",end,cmp,start);
                                                        ~~             ^~~~~
                                                        %ld
--- libcfengine_la-item-ext.lo ---
switch (type)
        ^
--- libcfengine_la-instrument.lo ---
instrument.c:436:12: note: place parentheses around the assignment to silence this warning
if (regexp = GetMacroValue(CONTEXTID,"IgnoreFriendRegex"))
           ^
    (                                                    )
instrument.c:436:12: note: use '==' to turn this assignment into an equality comparison
if (regexp = GetMacroValue(CONTEXTID,"IgnoreFriendRegex"))
           ^
           ==
--- libcfengine_la-modules.lo ---
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I/data/scratch/sysutils/cfengine2/work/.buildlink/include/db4 -g -O2 -Wreturn-type -Wmissing-prototypes -Wuninitialized -pthread -O2 -pthread -O2 -MT libcfengine_la-modules.lo -MD -MP -MF .deps/libcfengine_la-modules.Tpo -c modules.c -o libcfengine_la-modules.o >/dev/null 2>&1
--- libcfengine_la-ifconf.lo ---
ifconf.c:307:5: warning: cast to 'void *' from smaller integer type '__in_addr_t' (aka 'unsigned int') [-Wint-to-void-pointer-cast]
--- libcfengine_la-report.lo ---
report.c:745:50: warning: format specifies type 'int' but the argument has type '__off_t' (aka 'long') [-Wformat]
--- libcfengine_la-ifconf.lo ---
if ((void *)(sin->sin_addr.s_addr) == (void *)NULL)
    ^
--- libcfengine_la-report.lo ---
printf("         Copy if size %c %d\n",ptr->comp,ptr->size);
                                 ~~              ^~~~~~~~~
                                 %ld
--- libcfengine_la-ifconf.lo ---
ifconf.c:421:51: warning: format specifies type 'char *' but the argument has type 'char (*)[16]' [-Wformat]
      if ((sscanf(VBUFF, "%*[default0. ]%s%*[ ]", &oldroute)) == 1)
                                        ~~        ^~~~~~~~~
--- libcfengine_la-report.lo ---
report.c:1186:64: warning: data argument not used by format string [-Wformat-extra-args]
printf("Promise attributes of %s if context matches",ptr->path,ptr->classes);
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~           ^
report.c:1270:65: warning: format specifies type 'unsigned int' but the argument has type 'u_long' (aka 'unsigned long') [-Wformat]
printf("     Mode +%o,-%o | BSD +%o,-%o\n",ptr->plus,ptr->minus,ptr->plus_flags,ptr->minus_flags);
                                 ~~                             ^~~~~~~~~~~~~~~
                                 %lo
report.c:1270:81: warning: format specifies type 'unsigned int' but the argument has type 'u_long' (aka 'unsigned long') [-Wformat]
printf("     Mode +%o,-%o | BSD +%o,-%o\n",ptr->plus,ptr->minus,ptr->plus_flags,ptr->minus_flags);
                                     ~~                                         ^~~~~~~~~~~~~~~~
                                     %lo
report.c:1437:45: warning: data argument not used by format string [-Wformat-extra-args]
          printf("     Action: warn only\n",ptr->action);
                 ~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
report.c:1440:51: warning: data argument not used by format string [-Wformat-extra-args]
          printf("     Action: decide by match\n",ptr->action);
                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
report.c:1443:42: warning: data argument not used by format string [-Wformat-extra-args]
          printf("     Action: signal\n",ptr->action);
                 ~~~~~~~~~~~~~~~~~~~~~~~ ^
report.c:1446:43: warning: data argument not used by format string [-Wformat-extra-args]
          printf("     Action: default\n",ptr->action);
                 ~~~~~~~~~~~~~~~~~~~~~~~~ ^
--- libcfengine_la-item-file.lo ---
5 warnings generated.
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I/data/scratch/sysutils/cfengine2/work/.buildlink/include/db4 -g -O2 -Wreturn-type -Wmissing-prototypes -Wuninitialized -pthread -O2 -pthread -O2 -MT libcfengine_la-item-file.lo -MD -MP -MF .deps/libcfengine_la-item-file.Tpo -c item-file.c -o libcfengine_la-item-file.o >/dev/null 2>&1
--- libcfengine_la-ip.lo ---
1 warning generated.
--- libcfengine_la-timeout.lo ---
mv -f .deps/libcfengine_la-timeout.Tpo .deps/libcfengine_la-timeout.Plo
--- libcfengine_la-ip.lo ---
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I/data/scratch/sysutils/cfengine2/work/.buildlink/include/db4 -g -O2 -Wreturn-type -Wmissing-prototypes -Wuninitialized -pthread -O2 -pthread -O2 -MT libcfengine_la-ip.lo -MD -MP -MF .deps/libcfengine_la-ip.Tpo -c ip.c -o libcfengine_la-ip.o >/dev/null 2>&1
--- libcfengine_la-image.lo ---
4 warnings generated.
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I/data/scratch/sysutils/cfengine2/work/.buildlink/include/db4 -g -O2 -Wreturn-type -Wmissing-prototypes -Wuninitialized -pthread -O2 -pthread -O2 -MT libcfengine_la-image.lo -MD -MP -MF .deps/libcfengine_la-image.Tpo -c image.c -o libcfengine_la-image.o >/dev/null 2>&1
--- libcfengine_la-init.lo ---
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I/data/scratch/sysutils/cfengine2/work/.buildlink/include/db4 -g -O2 -Wreturn-type -Wmissing-prototypes -Wuninitialized -pthread -O2 -pthread -O2 -MT libcfengine_la-init.lo -MD -MP -MF .deps/libcfengine_la-init.Tpo -c init.c -o libcfengine_la-init.o >/dev/null 2>&1
--- libcfengine_la-ifconf.lo ---
2 warnings generated.
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I/data/scratch/sysutils/cfengine2/work/.buildlink/include/db4 -g -O2 -Wreturn-type -Wmissing-prototypes -Wuninitialized -pthread -O2 -pthread -O2 -MT libcfengine_la-ifconf.lo -MD -MP -MF .deps/libcfengine_la-ifconf.Tpo -c ifconf.c -o libcfengine_la-ifconf.o >/dev/null 2>&1
--- libcfengine_la-item.lo ---
11 warnings generated.
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I/data/scratch/sysutils/cfengine2/work/.buildlink/include/db4 -g -O2 -Wreturn-type -Wmissing-prototypes -Wuninitialized -pthread -O2 -pthread -O2 -MT libcfengine_la-item.lo -MD -MP -MF .deps/libcfengine_la-item.Tpo -c item.c -o libcfengine_la-item.o >/dev/null 2>&1
--- libcfengine_la-instrument.lo ---
1 warning generated.
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I/data/scratch/sysutils/cfengine2/work/.buildlink/include/db4 -g -O2 -Wreturn-type -Wmissing-prototypes -Wuninitialized -pthread -O2 -pthread -O2 -MT libcfengine_la-instrument.lo -MD -MP -MF .deps/libcfengine_la-instrument.Tpo -c instrument.c -o libcfengine_la-instrument.o >/dev/null 2>&1
--- libcfengine_la-report.lo ---
8 warnings generated.
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I/data/scratch/sysutils/cfengine2/work/.buildlink/include/db4 -g -O2 -Wreturn-type -Wmissing-prototypes -Wuninitialized -pthread -O2 -pthread -O2 -MT libcfengine_la-report.lo -MD -MP -MF .deps/libcfengine_la-report.Tpo -c report.c -o libcfengine_la-report.o >/dev/null 2>&1
--- libcfengine_la-item-ext.lo ---
1 warning generated.
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I/data/scratch/sysutils/cfengine2/work/.buildlink/include/db4 -g -O2 -Wreturn-type -Wmissing-prototypes -Wuninitialized -pthread -O2 -pthread -O2 -MT libcfengine_la-item-ext.lo -MD -MP -MF .deps/libcfengine_la-item-ext.Tpo -c item-ext.c -o libcfengine_la-item-ext.o >/dev/null 2>&1
--- libcfengine_la-ipname.lo ---
mv -f .deps/libcfengine_la-ipname.Tpo .deps/libcfengine_la-ipname.Plo
--- libcfengine_la-alerts.lo ---
mv -f .deps/libcfengine_la-alerts.Tpo .deps/libcfengine_la-alerts.Plo
--- libcfengine_la-modules.lo ---
mv -f .deps/libcfengine_la-modules.Tpo .deps/libcfengine_la-modules.Plo
--- libcfengine_la-2Dlist.lo ---
mv -f .deps/libcfengine_la-2Dlist.Tpo .deps/libcfengine_la-2Dlist.Plo
--- libcfengine_la-item-file.lo ---
mv -f .deps/libcfengine_la-item-file.Tpo .deps/libcfengine_la-item-file.Plo
--- libcfengine_la-process.lo ---
mv -f .deps/libcfengine_la-process.Tpo .deps/libcfengine_la-process.Plo
--- libcfengine_la-init.lo ---
mv -f .deps/libcfengine_la-init.Tpo .deps/libcfengine_la-init.Plo
--- libcfengine_la-ip.lo ---
mv -f .deps/libcfengine_la-ip.Tpo .deps/libcfengine_la-ip.Plo
--- libcfengine_la-ifconf.lo ---
mv -f .deps/libcfengine_la-ifconf.Tpo .deps/libcfengine_la-ifconf.Plo
--- libcfengine_la-image.lo ---
mv -f .deps/libcfengine_la-image.Tpo .deps/libcfengine_la-image.Plo
--- libcfengine_la-item.lo ---
mv -f .deps/libcfengine_la-item.Tpo .deps/libcfengine_la-item.Plo
--- libcfengine_la-instrument.lo ---
mv -f .deps/libcfengine_la-instrument.Tpo .deps/libcfengine_la-instrument.Plo
--- libcfengine_la-item-ext.lo ---
mv -f .deps/libcfengine_la-item-ext.Tpo .deps/libcfengine_la-item-ext.Plo
--- libcfengine_la-report.lo ---
mv -f .deps/libcfengine_la-report.Tpo .deps/libcfengine_la-report.Plo
1 error

make[2]: stopped in /data/scratch/sysutils/cfengine2/work/cfengine-2.2.10/src
*** [all] Error code 2

make[1]: stopped in /data/scratch/sysutils/cfengine2/work/cfengine-2.2.10/src
1 error

make[1]: stopped in /data/scratch/sysutils/cfengine2/work/cfengine-2.2.10/src
*** [all-recursive] Error code 1

make: stopped in /data/scratch/sysutils/cfengine2/work/cfengine-2.2.10
1 error

make: stopped in /data/scratch/sysutils/cfengine2/work/cfengine-2.2.10
*** Error code 2

Stop.
make[1]: stopped in /data/pkgsrc/sysutils/cfengine2
*** Error code 1

Stop.
make: stopped in /data/pkgsrc/sysutils/cfengine2