=> Bootstrap dependency digest>=20211023: found digest-20220214
===> Building for libvirt-1.2.9nb50
/opt/pkg/bin/gmake  all-recursive
gmake[1]: Entering directory '/Users/pbulk/build/sysutils/libvirt/work/libvirt-1.2.9'
Making all in .
gmake[2]: Entering directory '/Users/pbulk/build/sysutils/libvirt/work/libvirt-1.2.9'
gmake[2]: Nothing to be done for 'all-am'.
gmake[2]: Leaving directory '/Users/pbulk/build/sysutils/libvirt/work/libvirt-1.2.9'
Making all in gnulib/lib
gmake[2]: Entering directory '/Users/pbulk/build/sysutils/libvirt/work/libvirt-1.2.9/gnulib/lib'
  GEN      alloca.h
  GEN      c++defs.h
  GEN      warn-on-use.h
  GEN      arg-nonnull.h
  GEN      arpa/inet.h
  GEN      byteswap.h
  GEN      configmake.h
  GEN      fcntl.h
  GEN      fnmatch.h
  GEN      langinfo.h
  GEN      locale.h
  GEN      netdb.h
  GEN      poll.h
  GEN      pthread.h
  GEN      pty.h
  GEN      sched.h
  GEN      signal.h
  GEN      unused-parameter.h
  GEN      stdio.h
  GEN      stdlib.h
  GEN      string.h
  GEN      strings.h
  GEN      sys/ioctl.h
  GEN      sys/select.h
  GEN      sys/socket.h
  GEN      sys/stat.h
  GEN      sys/time.h
  GEN      sys/types.h
  GEN      sys/uio.h
  GEN      sys/utsname.h
  GEN      sys/wait.h
  GEN      termios.h
  GEN      time.h
  GEN      unistd.h
  GEN      wchar.h
  GEN      wctype.h
/opt/pkg/bin/gmake  all-am
gmake[3]: Entering directory '/Users/pbulk/build/sysutils/libvirt/work/libvirt-1.2.9/gnulib/lib'
  CC       allocator.lo
  CC       areadlink.lo
  CC       base64.lo
  CC       binary-io.lo
  CC       bitrotate.lo
  CC       c-ctype.lo
  CC       c-strcasecmp.lo
  CC       c-strncasecmp.lo
  CC       c-strcasestr.lo
  CC       careadlinkat.lo
  CC       cloexec.lo
  CC       count-one-bits.lo
  CC       md5.lo
  CC       sha256.lo
  CC       dirname-lgpl.lo
  CC       basename-lgpl.lo
  CC       stripslash.lo
  CC       fd-hook.lo
  CC       freading.lo
  CC       getugroups.lo
  CC       localcharset.lo
  CC       glthread/lock.lo
  CC       malloca.lo
  CC       mgetgroups.lo
mgetgroups.c:90:45: warning: passing 'gid_t *' (aka 'unsigned int *') to parameter of type 'int *' converts between pointers to integer types with different sign [-Wpointer-sign]
          ng = getgrouplist (username, gid, g, &max_n_groups);
                                            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/unistd.h:654:43: note: passing argument to parameter here
int      getgrouplist(const char *, int, int *, int *);
                                              ^
1 warning generated.
  CC       nonblocking.lo
  CC       passfd.lo
  CC       physmem.lo
  CC       pipe2.lo
  CC       sig-handler.lo
  CC       sockets.lo
  CC       stat-time.lo
  CC       strnlen1.lo
  CC       sys_socket.lo
  CC       tempname.lo
  CC       glthread/threadlib.lo
  CC       unistd.lo
  CC       wctype-h.lo
  CC       xsize.lo
  CC       asnprintf.lo
  CC       canonicalize-lgpl.lo
  CC       chown.lo
  CC       fclose.lo
  CC       fflush.lo
  CC       fnmatch.lo
  CC       fpurge.lo
  CC       fseek.lo
  CC       fseeko.lo
  CC       getgroups.lo
  CC       ioctl.lo
  CC       lstat.lo
  CC       mktime.lo
  CC       open.lo
  CC       openpty.lo
  CC       perror.lo
  CC       poll.lo
  CC       printf-args.lo
  CC       printf-parse.lo
  CC       pthread.lo
  CC       random_r.lo
  CC       rawmemchr.lo
  CC       readlink.lo
  CC       regex.lo
In file included from regex.c:71:
./regcomp.c:260:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
re_set_syntax (syntax)
^
../../config.h:2841:23: note: expanded from macro 're_set_syntax'
#define re_set_syntax rpl_re_set_syntax
                      ^
In file included from regex.c:71:
./regcomp.c:273:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
re_compile_fastmap (bufp)
^
../../config.h:2817:28: note: expanded from macro 're_compile_fastmap'
#define re_compile_fastmap rpl_re_compile_fastmap
                           ^
In file included from regex.c:71:
./regcomp.c:473:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
regcomp (preg, pattern, cflags)
^
../../config.h:2847:17: note: expanded from macro 'regcomp'
#define regcomp rpl_regcomp
                ^
In file included from regex.c:71:
./regcomp.c:661:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
regfree (preg)
^
../../config.h:2856:17: note: expanded from macro 'regfree'
#define regfree rpl_regfree
                ^
In file included from regex.c:72:
./regexec.c:222:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
regexec (preg, string, nmatch, pmatch, eflags)
^
../../config.h:2853:17: note: expanded from macro 'regexec'
#define regexec rpl_regexec
                ^
In file included from regex.c:72:
./regexec.c:308:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
re_match (bufp, string, length, start, regs)
^
../../config.h:2826:18: note: expanded from macro 're_match'
#define re_match rpl_re_match
                 ^
In file included from regex.c:72:
./regexec.c:321:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
re_search (bufp, string, length, start, range, regs)
^
../../config.h:2832:19: note: expanded from macro 're_search'
#define re_search rpl_re_search
                  ^
In file included from regex.c:72:
./regexec.c:336:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
re_match_2 (bufp, string1, length1, string2, length2, start, regs, stop)
^
../../config.h:2829:20: note: expanded from macro 're_match_2'
#define re_match_2 rpl_re_match_2
                   ^
In file included from regex.c:72:
./regexec.c:350:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
re_search_2 (bufp, string1, length1, string2, length2, start, range, regs, stop)
^
../../config.h:2835:21: note: expanded from macro 're_search_2'
#define re_search_2 rpl_re_search_2
                    ^
In file included from regex.c:72:
./regexec.c:580:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
re_set_registers (bufp, regs, num_regs, starts, ends)
^
../../config.h:2838:26: note: expanded from macro 're_set_registers'
#define re_set_registers rpl_re_set_registers
                         ^
10 warnings generated.
  CC       secure_getenv.lo
  CC       stat.lo
  CC       strchrnul.lo
  CC       strerror.lo
  CC       strerror-override.lo
  CC       strerror_r.lo
  CC       timegm.lo
  CC       vasnprintf.lo
  CCLD     libgnu.la
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: .libs/libgnu.a(binary-io.o) has no symbols
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: .libs/libgnu.a(bitrotate.o) has no symbols
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: .libs/libgnu.a(count-one-bits.o) has no symbols
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: .libs/libgnu.a(fd-hook.o) has no symbols
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: .libs/libgnu.a(sig-handler.o) has no symbols
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: .libs/libgnu.a(stat-time.o) has no symbols
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: .libs/libgnu.a(sys_socket.o) has no symbols
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: .libs/libgnu.a(threadlib.o) has no symbols
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: .libs/libgnu.a(unistd.o) has no symbols
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: .libs/libgnu.a(wctype-h.o) has no symbols
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: .libs/libgnu.a(xsize.o) has no symbols
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: .libs/libgnu.a(pthread.o) has no symbols
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: .libs/libgnu.a(binary-io.o) has no symbols
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: .libs/libgnu.a(bitrotate.o) has no symbols
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: .libs/libgnu.a(count-one-bits.o) has no symbols
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: .libs/libgnu.a(fd-hook.o) has no symbols
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: .libs/libgnu.a(sig-handler.o) has no symbols
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: .libs/libgnu.a(stat-time.o) has no symbols
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: .libs/libgnu.a(sys_socket.o) has no symbols
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: .libs/libgnu.a(threadlib.o) has no symbols
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: .libs/libgnu.a(unistd.o) has no symbols
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: .libs/libgnu.a(wctype-h.o) has no symbols
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: .libs/libgnu.a(xsize.o) has no symbols
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: .libs/libgnu.a(pthread.o) has no symbols
  GEN      charset.alias
  GEN      ref-add.sed
  GEN      ref-del.sed
gmake[3]: Leaving directory '/Users/pbulk/build/sysutils/libvirt/work/libvirt-1.2.9/gnulib/lib'
gmake[2]: Leaving directory '/Users/pbulk/build/sysutils/libvirt/work/libvirt-1.2.9/gnulib/lib'
Making all in include
gmake[2]: Entering directory '/Users/pbulk/build/sysutils/libvirt/work/libvirt-1.2.9/include'
Making all in libvirt
gmake[3]: Entering directory '/Users/pbulk/build/sysutils/libvirt/work/libvirt-1.2.9/include/libvirt'
gmake[3]: Nothing to be done for 'all'.
gmake[3]: Leaving directory '/Users/pbulk/build/sysutils/libvirt/work/libvirt-1.2.9/include/libvirt'
gmake[3]: Entering directory '/Users/pbulk/build/sysutils/libvirt/work/libvirt-1.2.9/include'
gmake[3]: Nothing to be done for 'all-am'.
gmake[3]: Leaving directory '/Users/pbulk/build/sysutils/libvirt/work/libvirt-1.2.9/include'
gmake[2]: Leaving directory '/Users/pbulk/build/sysutils/libvirt/work/libvirt-1.2.9/include'
Making all in src
gmake[2]: Entering directory '/Users/pbulk/build/sysutils/libvirt/work/libvirt-1.2.9/src'
  GEN      util/virkeymaps.h
  GEN      .esx_vi_generator.stamp
  GEN      esx/esx_vi_types.generated.typedef
  GEN      esx/esx_vi_types.generated.typeenum
  GEN      esx/esx_vi_types.generated.typetostring
  GEN      esx/esx_vi_types.generated.typefromstring
  GEN      esx/esx_vi_types.generated.h
  GEN      esx/esx_vi_types.generated.c
  GEN      esx/esx_vi_methods.generated.h
  GEN      esx/esx_vi_methods.generated.c
  GEN      esx/esx_vi_methods.generated.macro
  GEN      esx/esx_vi.generated.h
  GEN      esx/esx_vi.generated.c
  GEN      .hyperv_wmi_generator.stamp
  GEN      hyperv/hyperv_wmi.generated.h
  GEN      hyperv/hyperv_wmi.generated.c
  GEN      hyperv/hyperv_wmi_classes.generated.typedef
  GEN      hyperv/hyperv_wmi_classes.generated.h
  GEN      hyperv/hyperv_wmi_classes.generated.c
  GEN      libvirt_access.xml
  GEN      libvirt_access_qemu.xml
  GEN      libvirt_access_lxc.xml
  GEN      libvirt_access.syms
  GEN      libvirt_access_qemu.syms
  GEN      libvirt_access_lxc.syms
  GEN      libvirt.syms
  GEN      libvirt.def
  GEN      libvirt_qemu.def
  GEN      libvirt_lxc.def
  GEN      locking/qemu-lockd.conf
/opt/pkg/bin/gmake  all-am
gmake[3]: Entering directory '/Users/pbulk/build/sysutils/libvirt/work/libvirt-1.2.9/src'
  CC       util/libvirt_util_la-viralloc.lo
  CC       util/libvirt_util_la-virarch.lo
  CC       util/libvirt_util_la-viratomic.lo
  CC       util/libvirt_util_la-viraudit.lo
  CC       util/libvirt_util_la-virauth.lo
  CC       util/libvirt_util_la-virauthconfig.lo
  CC       util/libvirt_util_la-virbitmap.lo
  CC       util/libvirt_util_la-virbuffer.lo
  CC       util/libvirt_util_la-vircgroup.lo
  CC       util/libvirt_util_la-virclosecallbacks.lo
  CC       util/libvirt_util_la-vircommand.lo
  CC       util/libvirt_util_la-virconf.lo
  CC       util/libvirt_util_la-vircrypto.lo
  CC       util/libvirt_util_la-virdbus.lo
  CC       util/libvirt_util_la-virdnsmasq.lo
  CC       util/libvirt_util_la-virebtables.lo
  CC       util/libvirt_util_la-virerror.lo
  CC       util/libvirt_util_la-virevent.lo
  CC       util/libvirt_util_la-vireventpoll.lo
  CC       util/libvirt_util_la-virfile.lo
  CC       util/libvirt_util_la-virfirewall.lo
  CC       util/libvirt_util_la-virhash.lo
  CC       util/libvirt_util_la-virhashcode.lo
  CC       util/libvirt_util_la-virhook.lo
  CC       util/libvirt_util_la-virhostdev.lo
  CC       util/libvirt_util_la-viridentity.lo
  CC       util/libvirt_util_la-virinitctl.lo
  CC       util/libvirt_util_la-viriptables.lo
  CC       util/libvirt_util_la-viriscsi.lo
  CC       util/libvirt_util_la-virjson.lo
  CC       util/libvirt_util_la-virkeycode.lo
  CC       util/libvirt_util_la-virkeyfile.lo
  CC       util/libvirt_util_la-virlockspace.lo
  CC       util/libvirt_util_la-virlog.lo
  CC       util/libvirt_util_la-virmacaddr.lo
  CC       util/libvirt_util_la-virnetdev.lo
  CC       util/libvirt_util_la-virnetdevbandwidth.lo
  CC       util/libvirt_util_la-virnetdevbridge.lo
  CC       util/libvirt_util_la-virnetdevmacvlan.lo
  CC       util/libvirt_util_la-virnetdevopenvswitch.lo
  CC       util/libvirt_util_la-virnetdevtap.lo
  CC       util/libvirt_util_la-virnetdevveth.lo
  CC       util/libvirt_util_la-virnetdevvlan.lo
  CC       util/libvirt_util_la-virnetdevvportprofile.lo
  CC       util/libvirt_util_la-virnetlink.lo
  CC       util/libvirt_util_la-virnodesuspend.lo
  CC       util/libvirt_util_la-virkmod.lo
  CC       util/libvirt_util_la-virnuma.lo
  CC       util/libvirt_util_la-virobject.lo
  CC       util/libvirt_util_la-virpci.lo
  CC       util/libvirt_util_la-virpidfile.lo
  CC       util/libvirt_util_la-virpolkit.lo
  CC       util/libvirt_util_la-virportallocator.lo
  CC       util/libvirt_util_la-virprocess.lo
util/virprocess.c:91:12: warning: 'syscall' is deprecated: first deprecated in macOS 10.12 - syscall(2) is unsupported; please switch to a supported interface. For SYS_kdebug_trace use kdebug_signpost(). [-Wdeprecated-declarations]
    return syscall(__NR_setns, fd, nstype);
           ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/unistd.h:746:6: note: 'syscall' has been explicitly marked deprecated here
int      syscall(int, ...);
         ^
1 warning generated.
  CC       util/libvirt_util_la-virrandom.lo
  CC       util/libvirt_util_la-virscsi.lo
  CC       util/libvirt_util_la-virseclabel.lo
  CC       util/libvirt_util_la-virsexpr.lo
  CC       util/libvirt_util_la-virsocketaddr.lo
  CC       util/libvirt_util_la-virstats.lo
  CC       util/libvirt_util_la-virstorageencryption.lo
  CC       util/libvirt_util_la-virstoragefile.lo
  CC       util/libvirt_util_la-virstring.lo
  CC       util/libvirt_util_la-virsysinfo.lo
  CC       util/libvirt_util_la-virsystemd.lo
  CC       util/libvirt_util_la-virthread.lo
util/virthread.c:255:17: warning: 'syscall' is deprecated: first deprecated in macOS 10.12 - syscall(2) is unsupported; please switch to a supported interface. For SYS_kdebug_trace use kdebug_signpost(). [-Wdeprecated-declarations]
    pid_t tid = syscall(SYS_gettid);
                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/unistd.h:746:6: note: 'syscall' has been explicitly marked deprecated here
int      syscall(int, ...);
         ^
1 warning generated.
  CC       util/libvirt_util_la-virthreadpool.lo
  CC       util/libvirt_util_la-virtime.lo
  CC       util/libvirt_util_la-virtpm.lo
  CC       util/libvirt_util_la-virtypedparam.lo
  CC       util/libvirt_util_la-virusb.lo
  CC       util/libvirt_util_la-viruri.lo
  CC       util/libvirt_util_la-virutil.lo
  CC       util/libvirt_util_la-viruuid.lo
  CC       util/libvirt_util_la-virxml.lo
  CCLD     libvirt_util.la
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: .libs/libvirt_util.a(libvirt_util_la-viratomic.o) has no symbols
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: .libs/libvirt_util.a(libvirt_util_la-viratomic.o) has no symbols
  CC       conf/libvirt_conf_la-netdev_bandwidth_conf.lo
  CC       conf/libvirt_conf_la-netdev_vport_profile_conf.lo
  CC       conf/libvirt_conf_la-netdev_vlan_conf.lo
  CC       conf/libvirt_conf_la-capabilities.lo
  CC       conf/libvirt_conf_la-domain_addr.lo
  CC       conf/libvirt_conf_la-domain_capabilities.lo
  CC       conf/libvirt_conf_la-domain_conf.lo
conf/domain_conf.c:13889:29: warning: 'xmlKeepBlanksDefault' is deprecated [-Wdeprecated-declarations]
    int keepBlanksDefault = xmlKeepBlanksDefault(0);
                            ^
/Users/pbulk/build/sysutils/libvirt/work/.buildlink/include/libxml2/libxml/parser.h:956:1: note: 'xmlKeepBlanksDefault' has been explicitly marked deprecated here
XML_DEPRECATED XMLPUBFUN int
^
/Users/pbulk/build/sysutils/libvirt/work/.buildlink/include/libxml2/libxml/xmlversion.h:447:43: note: expanded from macro 'XML_DEPRECATED'
#    define XML_DEPRECATED __attribute__((deprecated))
                                          ^
conf/domain_conf.c:13897:5: warning: 'xmlKeepBlanksDefault' is deprecated [-Wdeprecated-declarations]
    xmlKeepBlanksDefault(keepBlanksDefault);
    ^
/Users/pbulk/build/sysutils/libvirt/work/.buildlink/include/libxml2/libxml/parser.h:956:1: note: 'xmlKeepBlanksDefault' has been explicitly marked deprecated here
XML_DEPRECATED XMLPUBFUN int
^
/Users/pbulk/build/sysutils/libvirt/work/.buildlink/include/libxml2/libxml/xmlversion.h:447:43: note: expanded from macro 'XML_DEPRECATED'
#    define XML_DEPRECATED __attribute__((deprecated))
                                          ^
conf/domain_conf.c:14001:29: warning: 'xmlKeepBlanksDefault' is deprecated [-Wdeprecated-declarations]
    int keepBlanksDefault = xmlKeepBlanksDefault(0);
                            ^
/Users/pbulk/build/sysutils/libvirt/work/.buildlink/include/libxml2/libxml/parser.h:956:1: note: 'xmlKeepBlanksDefault' has been explicitly marked deprecated here
XML_DEPRECATED XMLPUBFUN int
^
/Users/pbulk/build/sysutils/libvirt/work/.buildlink/include/libxml2/libxml/xmlversion.h:447:43: note: expanded from macro 'XML_DEPRECATED'
#    define XML_DEPRECATED __attribute__((deprecated))
                                          ^
conf/domain_conf.c:14010:5: warning: 'xmlKeepBlanksDefault' is deprecated [-Wdeprecated-declarations]
    xmlKeepBlanksDefault(keepBlanksDefault);
    ^
/Users/pbulk/build/sysutils/libvirt/work/.buildlink/include/libxml2/libxml/parser.h:956:1: note: 'xmlKeepBlanksDefault' has been explicitly marked deprecated here
XML_DEPRECATED XMLPUBFUN int
^
/Users/pbulk/build/sysutils/libvirt/work/.buildlink/include/libxml2/libxml/xmlversion.h:447:43: note: expanded from macro 'XML_DEPRECATED'
#    define XML_DEPRECATED __attribute__((deprecated))
                                          ^
4 warnings generated.
  CC       conf/libvirt_conf_la-domain_audit.lo
  CC       conf/libvirt_conf_la-domain_nwfilter.lo
  CC       conf/libvirt_conf_la-snapshot_conf.lo
conf/snapshot_conf.c:427:29: warning: 'xmlKeepBlanksDefault' is deprecated [-Wdeprecated-declarations]
    int keepBlanksDefault = xmlKeepBlanksDefault(0);
                            ^
/Users/pbulk/build/sysutils/libvirt/work/.buildlink/include/libxml2/libxml/parser.h:956:1: note: 'xmlKeepBlanksDefault' has been explicitly marked deprecated here
XML_DEPRECATED XMLPUBFUN int
^
/Users/pbulk/build/sysutils/libvirt/work/.buildlink/include/libxml2/libxml/xmlversion.h:447:43: note: expanded from macro 'XML_DEPRECATED'
#    define XML_DEPRECATED __attribute__((deprecated))
                                          ^
conf/snapshot_conf.c:430:9: warning: 'xmlKeepBlanksDefault' is deprecated [-Wdeprecated-declarations]
        xmlKeepBlanksDefault(keepBlanksDefault);
        ^
/Users/pbulk/build/sysutils/libvirt/work/.buildlink/include/libxml2/libxml/parser.h:956:1: note: 'xmlKeepBlanksDefault' has been explicitly marked deprecated here
XML_DEPRECATED XMLPUBFUN int
^
/Users/pbulk/build/sysutils/libvirt/work/.buildlink/include/libxml2/libxml/xmlversion.h:447:43: note: expanded from macro 'XML_DEPRECATED'
#    define XML_DEPRECATED __attribute__((deprecated))
                                          ^
conf/snapshot_conf.c:436:5: warning: 'xmlKeepBlanksDefault' is deprecated [-Wdeprecated-declarations]
    xmlKeepBlanksDefault(keepBlanksDefault);
    ^
/Users/pbulk/build/sysutils/libvirt/work/.buildlink/include/libxml2/libxml/parser.h:956:1: note: 'xmlKeepBlanksDefault' has been explicitly marked deprecated here
XML_DEPRECATED XMLPUBFUN int
^
/Users/pbulk/build/sysutils/libvirt/work/.buildlink/include/libxml2/libxml/xmlversion.h:447:43: note: expanded from macro 'XML_DEPRECATED'
#    define XML_DEPRECATED __attribute__((deprecated))
                                          ^
3 warnings generated.
  CC       conf/libvirt_conf_la-numatune_conf.lo
  CC       conf/libvirt_conf_la-object_event.lo
  CC       conf/libvirt_conf_la-domain_event.lo
  CC       conf/libvirt_conf_la-network_event.lo
  CC       conf/libvirt_conf_la-network_conf.lo
  CC       conf/libvirt_conf_la-nwfilter_params.lo
  CC       conf/libvirt_conf_la-nwfilter_ipaddrmap.lo
  CC       conf/libvirt_conf_la-nwfilter_conf.lo
  CC       conf/libvirt_conf_la-node_device_conf.lo
  CC       conf/libvirt_conf_la-storage_conf.lo
  CC       conf/libvirt_conf_la-interface_conf.lo
  CC       conf/libvirt_conf_la-secret_conf.lo
  CC       conf/libvirt_conf_la-cpu_conf.lo
  CC       conf/libvirt_conf_la-virchrdev.lo
  CC       conf/libvirt_conf_la-device_conf.lo
  CCLD     libvirt_conf.la
  CC       cpu/libvirt_cpu_la-cpu.lo
  CC       cpu/libvirt_cpu_la-cpu_generic.lo
  CC       cpu/libvirt_cpu_la-cpu_x86.lo
  CC       cpu/libvirt_cpu_la-cpu_s390.lo
  CC       cpu/libvirt_cpu_la-cpu_arm.lo
  CC       cpu/libvirt_cpu_la-cpu_aarch64.lo
  CC       cpu/libvirt_cpu_la-cpu_map.lo
  CC       cpu/libvirt_cpu_la-cpu_powerpc.lo
  CCLD     libvirt_cpu.la
  CC       vmx/libvirt_vmx_la-vmx.lo
  CCLD     libvirt_vmx.la
  CC       libvirt_driver_la-driver.lo
  CC       libvirt_driver_la-datatypes.lo
  CC       libvirt_driver_la-fdstream.lo
  CC       libvirt_driver_la-nodeinfo.lo
  CC       libvirt_driver_la-libvirt.lo
  CC       locking/libvirt_driver_la-lock_manager.lo
  CC       locking/libvirt_driver_la-lock_driver_nop.lo
  CC       locking/libvirt_driver_la-domain_lock.lo
  CCLD     libvirt_driver.la
  CC       test/libvirt_driver_test_la-test_driver.lo
  CCLD     libvirt_driver_test.la
  CC       remote/libvirt_driver_remote_la-remote_driver.lo
  CC       remote/libvirt_driver_remote_la-remote_protocol.lo
  CC       remote/libvirt_driver_remote_la-lxc_protocol.lo
  CC       remote/libvirt_driver_remote_la-qemu_protocol.lo
  CC       rpc/libvirt_net_rpc_client_la-virnetclientprogram.lo
  CC       rpc/libvirt_net_rpc_client_la-virnetclientstream.lo
  CC       rpc/libvirt_net_rpc_client_la-virnetclient.lo
  CCLD     libvirt-net-rpc-client.la
  CC       rpc/libvirt_net_rpc_server_la-virnetserverprogram.lo
  CC       rpc/libvirt_net_rpc_server_la-virnetserverservice.lo
  CC       rpc/libvirt_net_rpc_server_la-virnetserverclient.lo
  CC       rpc/libvirt_net_rpc_server_la-virnetservermdns.lo
  CC       rpc/libvirt_net_rpc_server_la-virnetserver.lo
  CCLD     libvirt-net-rpc-server.la
  CC       rpc/libvirt_net_rpc_la-virnetmessage.lo
  CC       rpc/libvirt_net_rpc_la-virnetsocket.lo
  CC       rpc/libvirt_net_rpc_la-virkeepalive.lo
  CC       rpc/libvirt_net_rpc_la-virnetprotocol.lo
  CC       rpc/libvirt_net_rpc_la-virkeepaliveprotocol.lo
  CC       rpc/libvirt_net_rpc_la-virnetsshsession.lo
rpc/virnetsshsession.c:243:32: warning: passing 'unsigned char *const' to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
        if (VIR_STRDUP(prompt, prompts[i].text) < 0) {
                               ^~~~~~~~~~~~~~~
../src/util/virstring.h:147:49: note: expanded from macro 'VIR_STRDUP'
# define VIR_STRDUP(dst, src) virStrdup(&(dst), src, true, VIR_FROM_THIS, \
                                                ^~~
../src/util/virstring.h:117:40: note: passing argument to parameter 'src' here
int virStrdup(char **dest, const char *src, bool report, int domcode,
                                       ^
1 warning generated.
  CC       rpc/libvirt_net_rpc_la-virnettlscontext.lo
  CC       rpc/libvirt_net_rpc_la-virnetsaslcontext.lo
  CCLD     libvirt-net-rpc.la
  CCLD     libvirt_driver_remote.la
  CC       phyp/libvirt_driver_phyp_la-phyp_driver.lo
phyp/phyp_driver.c:111:9: warning: variable 'bytecount' set but not used [-Wunused-but-set-variable]
    int bytecount = 0;
        ^
phyp/phyp_driver.c:654:9: warning: variable 'total' set but not used [-Wunused-but-set-variable]
    int total = 0;
        ^
2 warnings generated.
  CCLD     libvirt_driver_phyp.la
  CC       vmware/libvirt_driver_vmware_la-vmware_driver.lo
  CC       vmware/libvirt_driver_vmware_la-vmware_conf.lo
  CCLD     libvirt_driver_vmware.la
  CC       esx/libvirt_driver_esx_la-esx_driver.lo
  CC       esx/libvirt_driver_esx_la-esx_interface_driver.lo
  CC       esx/libvirt_driver_esx_la-esx_network_driver.lo
  CC       esx/libvirt_driver_esx_la-esx_storage_driver.lo
  CC       esx/libvirt_driver_esx_la-esx_storage_backend_vmfs.lo
  CC       esx/libvirt_driver_esx_la-esx_storage_backend_iscsi.lo
  CC       esx/libvirt_driver_esx_la-esx_device_monitor.lo
  CC       esx/libvirt_driver_esx_la-esx_secret_driver.lo
  CC       esx/libvirt_driver_esx_la-esx_nwfilter_driver.lo
  CC       esx/libvirt_driver_esx_la-esx_util.lo
  CC       esx/libvirt_driver_esx_la-esx_vi.lo
  CC       esx/libvirt_driver_esx_la-esx_vi_methods.lo
  CC       esx/libvirt_driver_esx_la-esx_vi_types.lo
  CCLD     libvirt_driver_esx.la
  CC       security/libvirt_security_manager_la-security_driver.lo
  CC       security/libvirt_security_manager_la-security_nop.lo
  CC       security/libvirt_security_manager_la-security_stack.lo
  CC       security/libvirt_security_manager_la-security_dac.lo
  CC       security/libvirt_security_manager_la-security_manager.lo
  CCLD     libvirt_security_manager.la
  CC       access/libvirt_driver_access_la-viraccessperm.lo
  CC       access/libvirt_driver_access_la-viraccessmanager.lo
  CC       access/libvirt_driver_access_la-viraccessdrivernop.lo
  CC       access/libvirt_driver_access_la-viraccessdriverstack.lo
  CC       access/libvirt_driver_access_la-viraccessapicheck.lo
  CC       access/libvirt_driver_access_la-viraccessapicheckqemu.lo
  CC       access/libvirt_driver_access_la-viraccessapichecklxc.lo
  CCLD     libvirt_driver_access.la
  CCLD     libvirt.la
ld: unknown options: -M 
clang: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[3]: *** [Makefile:5447: libvirt.la] Error 1
gmake[3]: Leaving directory '/Users/pbulk/build/sysutils/libvirt/work/libvirt-1.2.9/src'
gmake[2]: *** [Makefile:5135: all] Error 2
gmake[2]: Leaving directory '/Users/pbulk/build/sysutils/libvirt/work/libvirt-1.2.9/src'
gmake[1]: *** [Makefile:1979: all-recursive] Error 1
gmake[1]: Leaving directory '/Users/pbulk/build/sysutils/libvirt/work/libvirt-1.2.9'
gmake: *** [Makefile:1877: all] Error 2
*** Error code 2

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

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