=> 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 cityhash-1.1.1
--- all ---
/usr/bin/make  all-recursive
--- all-recursive ---
Making all in src
--- city.lo ---
--- city-test.o ---
--- city.lo ---
/bin/sh ../libtool --tag=CXX    --mode=compile c++ -DHAVE_CONFIG_H -I. -I..      -O2 -MT city.lo -MD -MP -MF .deps/city.Tpo -c -o city.lo city.cc
--- city-test.o ---
c++ -DHAVE_CONFIG_H -I. -I..      -O2 -MT city-test.o -MD -MP -MF .deps/city-test.Tpo -c -o city-test.o city-test.cc
distcc[18175] ERROR: nonblocking connect to 192.168.1.1:3748 failed: Connection refused
distcc[18175] Warning: failed to distribute city-test.cc to 192.168.1.1:3748, running locally instead
--- city.lo ---
libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I.. -O2 -MT city.lo -MD -MP -MF .deps/city.Tpo -c city.cc  -fPIC -DPIC -o .libs/city.o
distcc[29115] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
city.cc: In function 'uint64 Fetch64(const char*)':
city.cc:90:38: error: 'bswap_64' was not declared in this scope; did you mean 'bswap64'?
   90 | #define uint64_in_expected_order(x) (bswap_64(x))
      |                                      ^~~~~~~~
city.cc:105:10: note: in expansion of macro 'uint64_in_expected_order'
  105 |   return uint64_in_expected_order(UNALIGNED_LOAD64(p));
      |          ^~~~~~~~~~~~~~~~~~~~~~~~
city.cc: In function 'uint32 Fetch32(const char*)':
city.cc:89:38: error: 'bswap_32' was not declared in this scope; did you mean 'bswap32'?
   89 | #define uint32_in_expected_order(x) (bswap_32(x))
      |                                      ^~~~~~~~
city.cc:109:10: note: in expansion of macro 'uint32_in_expected_order'
  109 |   return uint32_in_expected_order(UNALIGNED_LOAD32(p));
      |          ^~~~~~~~~~~~~~~~~~~~~~~~
city.cc: In function 'uint32 CityHash32(const char*, size_t)':
city.cc:230:9: error: 'bswap_32' was not declared in this scope; did you mean 'bswap32'?
  230 |     g = bswap_32(g) * 5;
      |         ^~~~~~~~
      |         bswap32
city.cc: In function 'uint64 HashLen33to64(const char*, size_t)':
city.cc:349:14: error: 'bswap_64' was not declared in this scope; did you mean 'bswap64'?
  349 |   uint64 w = bswap_64((u + v) * mul) + h;
      |              ^~~~~~~~
      |              bswap64
distcc[29115] ERROR: compile city.cc on localhost failed
*** [city.lo] Error code 1

make[2]: stopped in /tmp/pkgbuild/textproc/cityhash/work.sparc/cityhash-1.1.1/src
--- city-test.o ---
mv -f .deps/city-test.Tpo .deps/city-test.Po
1 error

make[2]: stopped in /tmp/pkgbuild/textproc/cityhash/work.sparc/cityhash-1.1.1/src

make[1]: stopped in /tmp/pkgbuild/textproc/cityhash/work.sparc/cityhash-1.1.1

make: stopped in /tmp/pkgbuild/textproc/cityhash/work.sparc/cityhash-1.1.1
*** Error code 2

Stop.
make[1]: stopped in /usr/pkgsrc/textproc/cityhash
*** Error code 1

Stop.
make: stopped in /usr/pkgsrc/textproc/cityhash