=> Bootstrap dependency digest>=20211023: found digest-20220214 ===> 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 cityhash-1.1.1 /usr/bin/make all-recursive Making all in src /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -O2 -D_FORTIFY_SOURCE=2 -MT city.lo -MD -MP -MF .deps/city.Tpo -c -o city.lo city.cc libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -O2 -D_FORTIFY_SOURCE=2 -MT city.lo -MD -MP -MF .deps/city.Tpo -c city.cc -fPIC -DPIC -o .libs/city.o city.cc: In function 'uint64 Fetch64(const char*)': city.cc:90:38: error: 'bswap_64' was not declared in this scope #define uint64_in_expected_order(x) (bswap_64(x)) ^ city.cc:105:10: note: in expansion of macro 'uint64_in_expected_order' return uint64_in_expected_order(UNALIGNED_LOAD64(p)); ^~~~~~~~~~~~~~~~~~~~~~~~ city.cc:90:38: note: suggested alternative: 'bswap64' #define uint64_in_expected_order(x) (bswap_64(x)) ^ city.cc:105:10: note: in expansion of macro 'uint64_in_expected_order' 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 #define uint32_in_expected_order(x) (bswap_32(x)) ^ city.cc:109:10: note: in expansion of macro 'uint32_in_expected_order' return uint32_in_expected_order(UNALIGNED_LOAD32(p)); ^~~~~~~~~~~~~~~~~~~~~~~~ city.cc:89:38: note: suggested alternative: 'bswap32' #define uint32_in_expected_order(x) (bswap_32(x)) ^ city.cc:109:10: note: in expansion of macro 'uint32_in_expected_order' 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 g = bswap_32(g) * 5; ^~~~~~~~ city.cc:230:9: note: suggested alternative: 'bswap32' 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 uint64 w = bswap_64((u + v) * mul) + h; ^~~~~~~~ city.cc:349:14: note: suggested alternative: 'bswap64' uint64 w = bswap_64((u + v) * mul) + h; ^~~~~~~~ bswap64 *** Error code 1 Stop. make[2]: stopped in /usr/pkgsrc/textproc/cityhash/work/cityhash-1.1.1/src *** Error code 1 Stop. make[1]: stopped in /usr/pkgsrc/textproc/cityhash/work/cityhash-1.1.1 *** Error code 1 Stop. make: stopped in /usr/pkgsrc/textproc/cityhash/work/cityhash-1.1.1 *** Error code 1 Stop. make[1]: stopped in /usr/pkgsrc/textproc/cityhash *** Error code 1 Stop. make: stopped in /usr/pkgsrc/textproc/cityhash