=> Bootstrap dependency digest>=20211023: found digest-20220214
===> Skipping vulnerability checks.
WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found.
WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'.
===> Building for glusterfs-8.2nb20
=> Substituting "etc" in libglusterfs/src/logging.c doc/glusterfsd.8
cd /tmp/pkgbuild/filesystems/glusterfs8/work/glusterfs-8.2/extras && 					 echo "glusterd.vol.sample: glusterd.vol" >> Makefile &&	 echo "	cp glusterd.vol glusterd.vol.sample" >> Makefile
CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /tmp/pkgbuild/filesystems/glusterfs8/work/glusterfs-8.2/missing aclocal-1.13 
WARNING: 'aclocal' is missing on your system.  You should only need it if
         you modified 'acinclude.m4' or 'configure.ac'.  You might want
         to install the Automake and Perl packages.  Grab them from
         any GNU archive site.
(CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /tmp/pkgbuild/filesystems/glusterfs8/work/glusterfs-8.2/missing autoheader)
WARNING: 'autoheader' is missing on your system.  You should only need it if
         you modified 'acconfig.h' or 'configure.ac'.  You might want
         to install the Autoconf and GNU m4 packages.  Grab them
         from any GNU archive site.
rm -f stamp-h1
touch ./config.h.in
CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /tmp/pkgbuild/filesystems/glusterfs8/work/glusterfs-8.2/missing autoconf
WARNING: 'autoconf' is missing on your system.  You should only need it if
         you modified 'configure.ac'.  You might want to install the
         Autoconf and GNU m4 packages.  Grab them from any GNU
         archive site.
/bin/sh ./config.status --recheck
cd . && /bin/sh ./config.status config.h
config.status: creating config.h
config.status: config.h is unchanged
/usr/bin/make  all-recursive
Making all in libglusterfs
Making all in src
/usr/pkg/bin/bison -y -p graphyy -d ./graph.y
flex -Pgraphyy -t ./graph.l > graph.lex.c
/usr/pkg/bin/python3.11 ./gen-defaults.py ./defaults-tmpl.c > defaults.c
/usr/pkg/bin/python3.11 ../../events/eventskeygen.py C_HEADER
/usr/bin/make  all-am
 cd . && /bin/sh /tmp/pkgbuild/filesystems/glusterfs8/work/glusterfs-8.2/missing automake-1.13 --foreign
WARNING: 'automake' is missing on your system.  You should only need it if
         you modified 'Makefile.am', 'acinclude.m4' or 'configure.ac'.
         You might want to install the Automake and Perl packages.
         Grab them from any GNU archive site.
/bin/sh ./config.status --recheck
 cd . && /bin/sh ./config.status Makefile 
config.status: creating Makefile
cd ../.. && /usr/bin/make  am--refresh
/bin/sh ./config.status --recheck
 cd ../.. && /bin/sh ./config.status libglusterfs/src/Makefile depfiles
config.status: creating libglusterfs/src/Makefile
config.status: executing depfiles commands
  CC       libglusterfs_la-dict.lo
  CC       libglusterfs_la-xlator.lo
  CC       libglusterfs_la-logging.lo
  CC       libglusterfs_la-hashfn.lo
  CC       libglusterfs_la-common-utils.lo
common-utils.c: In function 'glusterfs_compute_sha256':
common-utils.c:5290:5: warning: 'SHA256_Init' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
In file included from ./glusterfs/glusterfs.h:32:0,
                 from ./glusterfs/mem-pool.h:18,
                 from glusterfs/common-utils.h:41,
                 from common-utils.c:42:
/usr/include/openssl/sha.h:77:57: note: declared here
 OSSL_DEPRECATEDIN_3_0 int SHA256_Init(SHA256_CTX *c);
                                                         ^          
common-utils.c:5291:5: warning: 'SHA256_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
In file included from ./glusterfs/glusterfs.h:32:0,
                 from ./glusterfs/mem-pool.h:18,
                 from glusterfs/common-utils.h:41,
                 from common-utils.c:42:
/usr/include/openssl/sha.h:78:57: note: declared here
 OSSL_DEPRECATEDIN_3_0 int SHA256_Update(SHA256_CTX *c,
                                                         ^            
common-utils.c:5292:5: warning: 'SHA256_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
In file included from ./glusterfs/glusterfs.h:32:0,
                 from ./glusterfs/mem-pool.h:18,
                 from glusterfs/common-utils.h:41,
                 from common-utils.c:42:
/usr/include/openssl/sha.h:80:57: note: declared here
 OSSL_DEPRECATEDIN_3_0 int SHA256_Final(unsigned char *md, SHA256_CTX *c);
                                                         ^~~~~~~~~~~~
  CC       libglusterfs_la-timer.lo
  CC       libglusterfs_la-inode.lo
  CC       libglusterfs_la-call-stub.lo
  CC       libglusterfs_la-compat.lo
compat.c: In function 'gf_extattr_list_reshape':
compat.c:569:87: warning: format '%lu' expects argument of type 'long unsigned int', but argument 10 has type 'size_t {aka unsigned int}' [-Wformat=]
  CC       libglusterfs_la-fd.lo
  CC       libglusterfs_la-compat-errno.lo
  CC       libglusterfs_la-event.lo
  CC       libglusterfs_la-mem-pool.lo
  CC       libglusterfs_la-gf-dirent.lo
  CC       libglusterfs_la-syscall.lo
  CC       libglusterfs_la-iobuf.lo
  CC       libglusterfs_la-globals.lo
  CC       libglusterfs_la-statedump.lo
  CC       libglusterfs_la-stack.lo
stack.c: In function 'gf_proc_dump_call_frame':
stack.c:124:24: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'time_t {aka long long int}' [-Wformat=]
stack.c:124:24: warning: format '%ld' expects argument of type 'long int', but argument 5 has type 'time_t {aka long long int}' [-Wformat=]
stack.c: In function 'gf_proc_dump_call_frame_to_dict':
stack.c:291:8: warning: format '%ld' expects argument of type 'long int', but argument 6 has type 'time_t {aka long long int}' [-Wformat=]
stack.c:291:8: warning: format '%ld' expects argument of type 'long int', but argument 8 has type 'time_t {aka long long int}' [-Wformat=]
  CC       libglusterfs_la-checksum.lo
checksum.c: In function 'gf_rsync_md5_checksum':
checksum.c:43:5: warning: 'MD5' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
In file included from checksum.c:11:0:
/usr/include/openssl/md5.h:52:68: note: declared here
 OSSL_DEPRECATEDIN_3_0 unsigned char *MD5(const unsigned char *d, size_t n,
                                                                    ^~~
  CC       libglusterfs_la-daemon.lo
  CC       libglusterfs_la-timespec.lo
  CC       libglusterfs_la-rb.lo
  CC       libglusterfs_la-rbthash.lo
  CC       libglusterfs_la-store.lo
  CC       libglusterfs_la-latency.lo
  CC       libglusterfs_la-graph.lo
  CC       libglusterfs_la-syncop.lo
  CC       libglusterfs_la-graph-print.lo
  CC       libglusterfs_la-trie.lo
  CC       libglusterfs_la-run.lo
  CC       libglusterfs_la-options.lo
  CC       libglusterfs_la-fd-lk.lo
  CC       libglusterfs_la-circ-buff.lo
  CC       libglusterfs_la-event-history.lo
  CC       libglusterfs_la-gidcache.lo
  CC       libglusterfs_la-ctx.lo
  CC       libglusterfs_la-client_t.lo
  CC       libglusterfs_la-event-poll.lo
  CC       libglusterfs_la-event-epoll.lo
  CC       libglusterfs_la-syncop-utils.lo
  CC       libglusterfs_la-cluster-syncop.lo
  CC       libglusterfs_la-refcount.lo
  CC       libglusterfs_la-basename_r.lo
  CC       libglusterfs_la-dirname_r.lo
  CC       libglusterfs_la-strfd.lo
  CC       libglusterfs_la-parse-utils.lo
  CC       libglusterfs_la-mntent.lo
  CC       libglusterfs_la-execinfo.lo
  CC       libglusterfs_la-quota-common-utils.lo
  CC       libglusterfs_la-rot-buffs.lo
  CC       libglusterfs_la-timer-wheel.lo
  CC       libglusterfs_la-find_last_bit.lo
  CC       libglusterfs_la-default-args.lo
  CC       libglusterfs_la-locking.lo
  CC       libglusterfs_la-xxhash.lo
  CC       libglusterfs_la-throttle-tbf.lo
  CC       libglusterfs_la-monitoring.lo
  CC       libglusterfs_la-async.lo
  CC       libglusterfs_la-events.lo
  CC       libglusterfs_la-y.tab.lo
  CC       libglusterfs_la-graph.lex.lo
  CC       libglusterfs_la-defaults.lo
  CCLD     libglusterfs.la
cd .. && /usr/bin/make  am--refresh
/bin/sh ./config.status --recheck
 cd .. && /bin/sh ./config.status libglusterfs/Makefile 
config.status: creating libglusterfs/Makefile
Making all in rpc
Making all in xdr
Making all in src
/usr/bin/make  all-am
cd ../../.. && /usr/bin/make  am--refresh
/bin/sh ./config.status --recheck
 cd ../../.. && /bin/sh ./config.status rpc/xdr/src/Makefile depfiles
config.status: creating rpc/xdr/src/Makefile
config.status: executing depfiles commands
  CC       libgfxdr_la-xdr-generic.lo
  CC       libgfxdr_la-glusterfs3-xdr.lo
  CC       libgfxdr_la-glusterfs4-xdr.lo
  CC       libgfxdr_la-cli1-xdr.lo
  CC       libgfxdr_la-rpc-common-xdr.lo
  CC       libgfxdr_la-glusterd1-xdr.lo
  CC       libgfxdr_la-changelog-xdr.lo
  CC       libgfxdr_la-portmap-xdr.lo
  CCLD     libgfxdr.la
cd ../.. && /usr/bin/make  am--refresh
/bin/sh ./config.status --recheck
 cd ../.. && /bin/sh ./config.status rpc/xdr/Makefile 
config.status: creating rpc/xdr/Makefile
Making all in rpc-lib
Making all in src
cd ../../.. && /usr/bin/make  am--refresh
/bin/sh ./config.status --recheck
 cd ../../.. && /bin/sh ./config.status rpc/rpc-lib/src/Makefile depfiles
config.status: creating rpc/rpc-lib/src/Makefile
config.status: executing depfiles commands
  CC       auth-unix.lo
  CC       rpcsvc-auth.lo
  CC       rpcsvc.lo
  CC       auth-null.lo
  CC       rpc-transport.lo
  CC       xdr-rpc.lo
xdr-rpc.c: In function 'xdr_to_auth_unix_cred':
xdr-rpc.c:185:18: warning: pointer targets in assignment differ in signedness [-Wpointer-sign]
  CC       xdr-rpcclnt.lo
  CC       rpc-clnt.lo
  CC       auth-glusterfs.lo
  CC       rpc-drc.lo
  CC       xdr_sizeof.lo
  CC       rpc-clnt-ping.lo
  CC       autoscale-threads.lo
  CC       mgmt-pmap.lo
  CCLD     libgfrpc.la
cd ../.. && /usr/bin/make  am--refresh
/bin/sh ./config.status --recheck
 cd ../.. && /bin/sh ./config.status rpc/rpc-lib/Makefile 
config.status: creating rpc/rpc-lib/Makefile
Making all in rpc-transport
Making all in socket
Making all in src
cd ../../../.. && /usr/bin/make  am--refresh
/bin/sh ./config.status --recheck
 cd ../../../.. && /bin/sh ./config.status rpc/rpc-transport/socket/src/Makefile depfiles
config.status: creating rpc/rpc-transport/socket/src/Makefile
config.status: executing depfiles commands
  CC       socket.lo
socket.c: In function 'ssl_setup_connection_params':
socket.c:4309:13: warning: 'PEM_read_bio_DHparams' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
In file included from /usr/include/openssl/ssl.h:35:0,
                 from socket.h:14,
                 from socket.c:11:
/usr/include/openssl/pem.h:469:57: note: declared here
 DECLARE_PEM_rw_attr(OSSL_DEPRECATEDIN_3_0, DHparams, DH)
                                                         ^                    
socket.c:4314:17: warning: 'DH_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
In file included from /usr/include/openssl/dsa.h:51:0,
                 from /usr/include/openssl/x509.h:36,
                 from /usr/include/openssl/ssl.h:30,
                 from socket.h:14,
                 from socket.c:11:
/usr/include/openssl/dh.h:204:58: note: declared here
 OSSL_DEPRECATEDIN_3_0 void DH_free(DH *dh);
                                                          ^      
socket.c:4336:17: warning: 'EC_KEY_new_by_curve_name' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
In file included from /usr/include/openssl/x509.h:32:0,
                 from /usr/include/openssl/ssl.h:30,
                 from socket.h:14,
                 from socket.c:11:
/usr/include/openssl/ec.h:998:61: note: declared here
 OSSL_DEPRECATEDIN_3_0 EC_KEY *EC_KEY_new_by_curve_name(int nid);
                                                             ^~~~                    
socket.c:4341:17: warning: 'EC_KEY_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
In file included from /usr/include/openssl/x509.h:32:0,
                 from /usr/include/openssl/ssl.h:30,
                 from socket.h:14,
                 from socket.c:11:
/usr/include/openssl/ec.h:1003:58: note: declared here
 OSSL_DEPRECATEDIN_3_0 void EC_KEY_free(EC_KEY *key);
                                                          ^          
  CC       name.lo
  CCLD     socket.la
cd ../../.. && /usr/bin/make  am--refresh
/bin/sh ./config.status --recheck
 cd ../../.. && /bin/sh ./config.status rpc/rpc-transport/socket/Makefile 
config.status: creating rpc/rpc-transport/socket/Makefile
cd ../.. && /usr/bin/make  am--refresh
/bin/sh ./config.status --recheck
 cd ../.. && /bin/sh ./config.status rpc/rpc-transport/Makefile 
config.status: creating rpc/rpc-transport/Makefile
cd .. && /usr/bin/make  am--refresh
/bin/sh ./config.status --recheck
 cd .. && /bin/sh ./config.status rpc/Makefile 
config.status: creating rpc/Makefile
Making all in libglusterd
Making all in src
cd ../.. && /usr/bin/make  am--refresh
/bin/sh ./config.status --recheck
 cd ../.. && /bin/sh ./config.status libglusterd/src/Makefile depfiles
config.status: creating libglusterd/src/Makefile
config.status: executing depfiles commands
  CC       libglusterd_la-gd-common-utils.lo
  CCLD     libglusterd.la
cd .. && /usr/bin/make  am--refresh
/bin/sh ./config.status --recheck
 cd .. && /bin/sh ./config.status libglusterd/Makefile 
config.status: creating libglusterd/Makefile
Making all in api
Making all in src
cd ../.. && /usr/bin/make  am--refresh
/bin/sh ./config.status --recheck
 cd ../.. && /bin/sh ./config.status api/src/Makefile depfiles
config.status: creating api/src/Makefile
config.status: executing depfiles commands
  CC       libgfapi_la-glfs.lo
glfs.c:282:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs.c:332:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs.c:392:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs.c:512:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs.c:522:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs.c:532:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs.c:542:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs.c:652:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs.c:807:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs.c:914:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs.c:933:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs.c:969:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs.c:986:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs.c:1042:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs.c:1112:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs.c:1222:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs.c:1413:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs.c:1439:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs.c:1467:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs.c:1482:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs.c:1489:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs.c:1496:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs.c:1503:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs.c:1510:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs.c:1517:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs.c:1524:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs.c:1531:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs.c:1538:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs.c:1545:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs.c:1552:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs.c:1559:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs.c:1566:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs.c:1573:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs.c:1588:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs.c:1638:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs.c:1693:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs.c:1740:1: warning: '__symver__' attribute directive ignored [-Wattributes]
  CC       libgfapi_la-glfs-mgmt.lo
glfs-mgmt.c:370:1: warning: '__symver__' attribute directive ignored [-Wattributes]
  CC       libgfapi_la-glfs-fops.lo
glfs-fops.c:298:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs-fops.c:421:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs-fops.c:516:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs-fops.c:571:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs-fops.c:612:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs-fops.c:654:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs-fops.c:707:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs-fops.c:756:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs-fops.c:956:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs-fops.c:1090:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs-fops.c:1097:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs-fops.c:1115:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs-fops.c:1133:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs-fops.c:1151:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs-fops.c:1365:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs-fops.c:1375:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs-fops.c:1384:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs-fops.c:1403:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs-fops.c:1422:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs-fops.c:1441:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs-fops.c:1460:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs-fops.c:1472:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs-fops.c:1571:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs-fops.c:1723:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs-fops.c:1730:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs-fops.c:1748:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs-fops.c:1760:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs-fops.c:1779:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs-fops.c:1916:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs-fops.c:1926:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs-fops.c:1935:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs-fops.c:1954:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs-fops.c:1973:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs-fops.c:1992:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs-fops.c:2011:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs-fops.c:2023:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs-fops.c:2098:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs-fops.c:2106:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs-fops.c:2193:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs-fops.c:2210:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs-fops.c:2291:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs-fops.c:2299:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs-fops.c:2306:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs-fops.c:2323:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs-fops.c:2405:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs-fops.c:2413:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs-fops.c:2420:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs-fops.c:2559:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs-fops.c:2568:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs-fops.c:2575:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs-fops.c:2621:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs-fops.c:2711:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs-fops.c:2768:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs-fops.c:2858:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs-fops.c:2948:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs-fops.c:3004:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs-fops.c:3059:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs-fops.c:3148:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs-fops.c:3234:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs-fops.c:3315:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs-fops.c:3336:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs-fops.c:3343:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs-fops.c:3463:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs-fops.c:3472:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs-fops.c:3572:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs-fops.c:3581:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs-fops.c:3748:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs-fops.c:3804:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs-fops.c:3811:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs-fops.c:3825:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs-fops.c:3832:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs-fops.c:3879:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs-fops.c:3938:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs-fops.c:3991:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs-fops.c:4008:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs-fops.c:4025:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs-fops.c:4050:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs-fops.c:4075:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs-fops.c:4101:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs-fops.c:4121:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs-fops.c:4140:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs-fops.c:4259:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs-fops.c:4267:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs-fops.c:4275:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs-fops.c:4420:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs-fops.c:4427:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs-fops.c:4434:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs-fops.c:4564:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs-fops.c:4572:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs-fops.c:4580:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs-fops.c:4704:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs-fops.c:4711:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs-fops.c:4718:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs-fops.c:4762:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs-fops.c:4812:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs-fops.c:4862:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs-fops.c:4910:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs-fops.c:4960:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs-fops.c:5094:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs-fops.c:5101:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs-fops.c:5108:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs-fops.c:5264:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs-fops.c:5300:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs-fops.c:5307:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs-fops.c:5344:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs-fops.c:5879:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs-fops.c:6134:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs-fops.c:6242:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs-fops.c:6278:1: warning: '__symver__' attribute directive ignored [-Wattributes]
  CC       libgfapi_la-glfs-resolve.lo
glfs-resolve.c:168:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs-resolve.c:474:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs-resolve.c:652:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs-resolve.c:982:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs-resolve.c:1010:1: warning: '__symver__' attribute directive ignored [-Wattributes]
  CC       libgfapi_la-glfs-handleops.lo
glfs-handleops.c:67:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs-handleops.c:134:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs-handleops.c:142:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs-handleops.c:199:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs-handleops.c:264:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs-handleops.c:382:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs-handleops.c:419:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs-handleops.c:483:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs-handleops.c:569:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs-handleops.c:625:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs-handleops.c:726:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs-handleops.c:839:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs-handleops.c:972:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs-handleops.c:1070:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs-handleops.c:1166:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs-handleops.c:1237:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs-handleops.c:1319:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs-handleops.c:1377:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs-handleops.c:1408:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs-handleops.c:1530:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs-handleops.c:1543:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs-handleops.c:1604:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs-handleops.c:1703:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs-handleops.c:1768:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs-handleops.c:1866:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs-handleops.c:2181:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs-handleops.c:2312:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs-handleops.c:2489:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs-handleops.c:2498:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs-handleops.c:2509:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs-handleops.c:2534:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs-handleops.c:2557:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs-handleops.c:2580:1: warning: '__symver__' attribute directive ignored [-Wattributes]
glfs-handleops.c:2598:1: warning: '__symver__' attribute directive ignored [-Wattributes]
  CCLD     libgfapi.la
  CC       api_la-glfs-master.lo
  CCLD     api.la
Making all in examples
cd ../.. && /usr/bin/make  am--refresh
/bin/sh ./config.status --recheck
 cd ../.. && /bin/sh ./config.status api/examples/Makefile depfiles
config.status: creating api/examples/Makefile
config.status: executing depfiles commands
cd .. && /usr/bin/make  am--refresh
/bin/sh ./config.status --recheck
 cd .. && /bin/sh ./config.status api/Makefile 
config.status: creating api/Makefile
Making all in glusterfsd
Making all in src
cd ../.. && /usr/bin/make  am--refresh
/bin/sh ./config.status --recheck
 cd ../.. && /bin/sh ./config.status glusterfsd/src/Makefile depfiles
config.status: creating glusterfsd/src/Makefile
config.status: executing depfiles commands
  CC       glusterfsd.o
  CC       glusterfsd-mgmt.o
  CCLD     glusterfsd
  CC       gf_attach.o
  CCLD     gf_attach
ld: gf_attach.o: in function `main':
/tmp/pkgbuild/filesystems/glusterfs8/work/glusterfs-8.2/glusterfsd/src/gf_attach.c:162: undefined reference to `glfs_new'
ld: /tmp/pkgbuild/filesystems/glusterfs8/work/glusterfs-8.2/glusterfsd/src/gf_attach.c:168: undefined reference to `glfs_set_logging'
ld: /tmp/pkgbuild/filesystems/glusterfs8/work/glusterfs-8.2/glusterfsd/src/gf_attach.c:173: undefined reference to `glfs_init'
ld: ../../api/src/.libs/libgfapi.so: undefined reference to `glfs_h_close'
ld: ../../api/src/.libs/libgfapi.so: undefined reference to `glfs_resolve_at'
ld: ../../api/src/.libs/libgfapi.so: undefined reference to `glfs_fsetattr'
ld: ../../api/src/.libs/libgfapi.so: undefined reference to `glfs_chdir'
ld: ../../api/src/.libs/libgfapi.so: undefined reference to `glfs_iatt_from_statx'
ld: ../../api/src/.libs/libgfapi.so: undefined reference to `glfs_h_create_from_handle'
ld: ../../api/src/.libs/libgfapi.so: undefined reference to `glfs_subvol_done'
ld: ../../api/src/.libs/libgfapi.so: undefined reference to `glfs_resolve'
ld: ../../api/src/.libs/libgfapi.so: undefined reference to `glfs_setattr'
ld: ../../api/src/.libs/libgfapi.so: undefined reference to `glfs_fini'
ld: ../../api/src/.libs/libgfapi.so: undefined reference to `glfs_sysrq'
ld: ../../api/src/.libs/libgfapi.so: undefined reference to `glfs_active_subvol'
ld: ../../api/src/.libs/libgfapi.so: undefined reference to `glfs_loc_touchup'
ld: ../../api/src/.libs/libgfapi.so: undefined reference to `glfs_init_done'
ld: ../../api/src/.libs/libgfapi.so: undefined reference to `glfs_free_from_ctx'
distcc[13001] ERROR: compile (null) on localhost failed
*** Error code 1

Stop.
make[3]: stopped in /tmp/pkgbuild/filesystems/glusterfs8/work/glusterfs-8.2/glusterfsd/src
*** Error code 1

Stop.
make[2]: stopped in /tmp/pkgbuild/filesystems/glusterfs8/work/glusterfs-8.2/glusterfsd
*** Error code 1

Stop.
make[1]: stopped in /tmp/pkgbuild/filesystems/glusterfs8/work/glusterfs-8.2
*** Error code 1

Stop.
make: stopped in /tmp/pkgbuild/filesystems/glusterfs8/work/glusterfs-8.2
*** Error code 1

Stop.
make[1]: stopped in /usr/pkgsrc/filesystems/glusterfs8
*** Error code 1

Stop.
make: stopped in /usr/pkgsrc/filesystems/glusterfs8