=> 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 zxcvbn-c-2.6 [ 2%] Building CXX object CMakeFiles/dictgen.dir/dict-generate.cpp.o [ 5%] Linking CXX executable dictgen [ 5%] Built target dictgen [ 7%] Generating dict-src.h [ 10%] Generating dict-src.h [ 13%] Generating dict-src.h [ 18%] Generating dict-src.h [ 18%] Generating dict-src.h [ 21%] Generating dict-src.h [ 23%] Generating dict-crc.h [ 26%] Generating dict-src.h [ 31%] Building CXX object CMakeFiles/test-c++inline.dir/test.cpp.o [ 31%] Building CXX object CMakeFiles/test-c++inline.dir/zxcvbn.cpp.o [ 34%] Building C object CMakeFiles/zxcvbn-shared.dir/zxcvbn.c.o /pbulk/work/security/zxcvbn-c/work/zxcvbn-c-2.6/cmake-pkgsrc-build/zxcvbn.cpp:468:1: error: expected '}' before 'static' 468 | static const uint8_t L33TChr[] = "abcegilostxz"; | ^~~~~~ In file included from /pbulk/work/security/zxcvbn-c/work/zxcvbn-c-2.6/cmake-pkgsrc-build/zxcvbn.cpp:460: /pbulk/work/security/zxcvbn-c/work/zxcvbn-c-2.6/cmake-pkgsrc-build/dict-src.h:5887:1: note: to match this '{' 5887 | { | ^ /pbulk/work/security/zxcvbn-c/work/zxcvbn-c-2.6/cmake-pkgsrc-build/zxcvbn.cpp:468:1: error: expected ',' or ';' before 'static' 468 | static const uint8_t L33TChr[] = "abcegilostxz"; | ^~~~~~ /pbulk/work/security/zxcvbn-c/work/zxcvbn-c-2.6/cmake-pkgsrc-build/zxcvbn.cpp:481:28: error: 'L33TChr' was not declared in this scope; did you mean 'L33TCnv'? 481 | uint8_t Leeted[sizeof L33TChr]; /* Number of leeted chars for each char found in L33TChr */ | ^~~~~~~ | L33TCnv /pbulk/work/security/zxcvbn-c/work/zxcvbn-c-2.6/cmake-pkgsrc-build/zxcvbn.cpp:482:28: error: 'L33TChr' was not declared in this scope; did you mean 'L33TCnv'? 482 | uint8_t UnLeet[sizeof L33TChr]; /* Number of normal chars for each char found in L33TChr */ | ^~~~~~~ | L33TCnv /pbulk/work/security/zxcvbn-c/work/zxcvbn-c-2.6/cmake-pkgsrc-build/zxcvbn.cpp:495:27: error: 'L33TChr' was not declared in this scope; did you mean 'L33TCnv'? 495 | uint8_t Leeted[sizeof L33TChr]; | ^~~~~~~ | L33TCnv /pbulk/work/security/zxcvbn-c/work/zxcvbn-c-2.6/cmake-pkgsrc-build/zxcvbn.cpp:496:27: error: 'L33TChr' was not declared in this scope; did you mean 'L33TCnv'? 496 | uint8_t UnLeet[sizeof L33TChr]; | ^~~~~~~ | L33TCnv /pbulk/work/security/zxcvbn-c/work/zxcvbn-c-2.6/cmake-pkgsrc-build/zxcvbn.cpp:499:23: error: 'CHARSET_SIZE' was not declared in this scope 499 | uint8_t PossChars[CHARSET_SIZE]; | ^~~~~~~~~~~~ /pbulk/work/security/zxcvbn-c/work/zxcvbn-c-2.6/cmake-pkgsrc-build/zxcvbn.cpp: In function 'int ListPossibleChars(uint8_t*, const uint8_t*)': /pbulk/work/security/zxcvbn-c/work/zxcvbn-c-2.6/cmake-pkgsrc-build/zxcvbn.cpp:510:24: error: 'SizeChildMapEntry' was not declared in this scope 510 | for(k = i = 0; i < SizeChildMapEntry; ++i, ++Map) | ^~~~~~~~~~~~~~~~~ /pbulk/work/security/zxcvbn-c/work/zxcvbn-c-2.6/cmake-pkgsrc-build/zxcvbn.cpp:521:27: error: 'CharSet' was not declared in this scope 521 | *List++ = CharSet[k]; | ^~~~~~~ /pbulk/work/security/zxcvbn-c/work/zxcvbn-c-2.6/cmake-pkgsrc-build/zxcvbn.cpp: In function 'void AddLeetChr(uint8_t, int, uint8_t*, uint8_t*)': /pbulk/work/security/zxcvbn-c/work/zxcvbn-c-2.6/cmake-pkgsrc-build/zxcvbn.cpp:536:41: error: 'L33TChr' was not declared in this scope; did you mean 'L33TCnv'? 536 | const uint8_t *p = CharBinSearch(c, L33TChr, sizeof L33TChr - 1, 1); | ^~~~~~~ | L33TCnv /pbulk/work/security/zxcvbn-c/work/zxcvbn-c-2.6/cmake-pkgsrc-build/zxcvbn.cpp: In function 'void DictionaryEntropy(ZxcMatch_t*, DictMatchInfo_t*, const uint8_t*)': /pbulk/work/security/zxcvbn-c/work/zxcvbn-c-2.6/cmake-pkgsrc-build/zxcvbn.cpp:595:31: error: 'struct DictMatchInfo_t' has no member named 'Leeted' 595 | for(i = sizeof Extra->Leeted - 1; i >= 0; --i) | ^~~~~~ /pbulk/work/security/zxcvbn-c/work/zxcvbn-c-2.6/cmake-pkgsrc-build/zxcvbn.cpp:597:29: error: 'struct DictMatchInfo_t' has no member named 'Leeted' 597 | int Sb = Extra->Leeted[i]; | ^~~~~~ /pbulk/work/security/zxcvbn-c/work/zxcvbn-c-2.6/cmake-pkgsrc-build/zxcvbn.cpp:600:33: error: 'struct DictMatchInfo_t' has no member named 'UnLeet' 600 | int Un = Extra->UnLeet[i]; | ^~~~~~ /pbulk/work/security/zxcvbn-c/work/zxcvbn-c-2.6/cmake-pkgsrc-build/zxcvbn.cpp: In function 'void DoDictMatch(const uint8_t*, int, int, DictWork_t*, ZxcMatch_t**, DictMatchInfo_t*, int)': /pbulk/work/security/zxcvbn-c/work/zxcvbn-c-2.6/cmake-pkgsrc-build/zxcvbn.cpp:636:31: error: 'struct DictWork_t' has no member named 'PossChars'; did you mean 'NumPossChrs'? 636 | uint8_t *PossChars = Wrk->PossChars; | ^~~~~~~~~ | NumPossChrs /pbulk/work/security/zxcvbn-c/work/zxcvbn-c-2.6/cmake-pkgsrc-build/zxcvbn.cpp:656:20: error: 'ChildMap' was not declared in this scope 656 | Bmap = ChildMap + (NodeData & ((1<Leeted, Wrk->UnLeet); | ^~~~~~ /pbulk/work/security/zxcvbn-c/work/zxcvbn-c-2.6/cmake-pkgsrc-build/zxcvbn.cpp:718:53: error: 'struct DictWork_t' has no member named 'UnLeet' 718 | AddLeetChr(c, 0, Wrk->Leeted, Wrk->UnLeet); | ^~~~~~ /pbulk/work/security/zxcvbn-c/work/zxcvbn-c-2.6/cmake-pkgsrc-build/zxcvbn.cpp:727:23: error: 'struct DictWork_t' has no member named 'PossChars'; did you mean 'NumPossChrs'? 727 | x = (q - Wrk->PossChars); | ^~~~~~~~~ | NumPossChrs /pbulk/work/security/zxcvbn-c/work/zxcvbn-c-2.6/cmake-pkgsrc-build/zxcvbn.cpp:733:17: error: 'EndCountSml' was not declared in this scope 733 | z = EndCountSml[Cloc]; | ^~~~~~~~~~~ /pbulk/work/security/zxcvbn-c/work/zxcvbn-c-2.6/cmake-pkgsrc-build/zxcvbn.cpp:734:24: error: 'NumLargeCounts' was not declared in this scope 734 | if (Cloc < NumLargeCounts) | ^~~~~~~~~~~~~~ /pbulk/work/security/zxcvbn-c/work/zxcvbn-c-2.6/cmake-pkgsrc-build/zxcvbn.cpp:735:22: error: 'EndCountLge' was not declared in this scope 735 | z += EndCountLge[Cloc]*256; | ^~~~~~~~~~~ /pbulk/work/security/zxcvbn-c/work/zxcvbn-c-2.6/cmake-pkgsrc-build/zxcvbn.cpp:746:17: error: 'Ranks' was not declared in this scope 746 | v = Ranks[Ord]; | ^~~~~ /pbulk/work/security/zxcvbn-c/work/zxcvbn-c-2.6/cmake-pkgsrc-build/zxcvbn.cpp:752:42: error: 'struct DictMatchInfo_t' has no member named 'Leeted' 752 | for(x = 0, y = sizeof Extra->Leeted - 1; y >= 0; --y) | ^~~~~~ /pbulk/work/security/zxcvbn-c/work/zxcvbn-c-2.6/cmake-pkgsrc-build/zxcvbn.cpp:753:27: error: 'struct DictWork_t' has no member named 'Leeted' 753 | x += Wrk->Leeted[y]; | ^~~~~~ /pbulk/work/security/zxcvbn-c/work/zxcvbn-c-2.6/cmake-pkgsrc-build/zxcvbn.cpp:756:27: error: 'struct DictMatchInfo_t' has no member named 'UnLeet' 756 | memcpy(Extra->UnLeet, Wrk->UnLeet, sizeof Extra->UnLeet); | ^~~~~~ /pbulk/work/security/zxcvbn-c/work/zxcvbn-c-2.6/cmake-pkgsrc-build/zxcvbn.cpp:756:40: error: 'struct DictWork_t' has no member named 'UnLeet' 756 | memcpy(Extra->UnLeet, Wrk->UnLeet, sizeof Extra->UnLeet); | ^~~~~~ /pbulk/work/security/zxcvbn-c/work/zxcvbn-c-2.6/cmake-pkgsrc-build/zxcvbn.cpp:756:62: error: 'struct DictMatchInfo_t' has no member named 'UnLeet' 756 | memcpy(Extra->UnLeet, Wrk->UnLeet, sizeof Extra->UnLeet); | ^~~~~~ /pbulk/work/security/zxcvbn-c/work/zxcvbn-c-2.6/cmake-pkgsrc-build/zxcvbn.cpp:757:27: error: 'struct DictMatchInfo_t' has no member named 'Leeted' 757 | memcpy(Extra->Leeted, Wrk->Leeted, sizeof Extra->Leeted); | ^~~~~~ /pbulk/work/security/zxcvbn-c/work/zxcvbn-c-2.6/cmake-pkgsrc-build/zxcvbn.cpp:757:40: error: 'struct DictWork_t' has no member named 'Leeted' 757 | memcpy(Extra->Leeted, Wrk->Leeted, sizeof Extra->Leeted); | ^~~~~~ /pbulk/work/security/zxcvbn-c/work/zxcvbn-c-2.6/cmake-pkgsrc-build/zxcvbn.cpp:757:62: error: 'struct DictMatchInfo_t' has no member named 'Leeted' 757 | memcpy(Extra->Leeted, Wrk->Leeted, sizeof Extra->Leeted); | ^~~~~~ /pbulk/work/security/zxcvbn-c/work/zxcvbn-c-2.6/cmake-pkgsrc-build/zxcvbn.cpp: In function 'void UserMatch(ZxcMatch_t**, const char**, const uint8_t*, int, int)': /pbulk/work/security/zxcvbn-c/work/zxcvbn-c-2.6/cmake-pkgsrc-build/zxcvbn.cpp:800:22: error: 'struct DictMatchInfo_t' has no member named 'Leeted' 800 | memset(Extra.Leeted, 0, sizeof Extra.Leeted); | ^~~~~~ /pbulk/work/security/zxcvbn-c/work/zxcvbn-c-2.6/cmake-pkgsrc-build/zxcvbn.cpp:800:46: error: 'struct DictMatchInfo_t' has no member named 'Leeted' 800 | memset(Extra.Leeted, 0, sizeof Extra.Leeted); | ^~~~~~ /pbulk/work/security/zxcvbn-c/work/zxcvbn-c-2.6/cmake-pkgsrc-build/zxcvbn.cpp:801:22: error: 'struct DictMatchInfo_t' has no member named 'UnLeet' 801 | memset(Extra.UnLeet, 0, sizeof Extra.UnLeet); | ^~~~~~ /pbulk/work/security/zxcvbn-c/work/zxcvbn-c-2.6/cmake-pkgsrc-build/zxcvbn.cpp:801:46: error: 'struct DictMatchInfo_t' has no member named 'UnLeet' 801 | memset(Extra.UnLeet, 0, sizeof Extra.UnLeet); | ^~~~~~ /pbulk/work/security/zxcvbn-c/work/zxcvbn-c-2.6/cmake-pkgsrc-build/zxcvbn.cpp:841:52: error: 'struct DictMatchInfo_t' has no member named 'Leeted' 841 | AddLeetChr(c, 1, Extra.Leeted, Extra.UnLeet); | ^~~~~~ /pbulk/work/security/zxcvbn-c/work/zxcvbn-c-2.6/cmake-pkgsrc-build/zxcvbn.cpp:841:66: error: 'struct DictMatchInfo_t' has no member named 'UnLeet' 841 | AddLeetChr(c, 1, Extra.Leeted, Extra.UnLeet); | ^~~~~~ /pbulk/work/security/zxcvbn-c/work/zxcvbn-c-2.6/cmake-pkgsrc-build/zxcvbn.cpp:856:38: error: 'L33TChr' was not declared in this scope; did you mean 'L33TCnv'? 856 | if (CharBinSearch(c, L33TChr, sizeof L33TChr - 1, 1)) | ^~~~~~~ | L33TCnv /pbulk/work/security/zxcvbn-c/work/zxcvbn-c-2.6/cmake-pkgsrc-build/zxcvbn.cpp:859:45: error: 'struct DictMatchInfo_t' has no member named 'Leeted' 859 | AddLeetChr(c, 0, Extra.Leeted, Extra.UnLeet); | ^~~~~~ /pbulk/work/security/zxcvbn-c/work/zxcvbn-c-2.6/cmake-pkgsrc-build/zxcvbn.cpp:859:59: error: 'struct DictMatchInfo_t' has no member named 'UnLeet' 859 | AddLeetChr(c, 0, Extra.Leeted, Extra.UnLeet); | ^~~~~~ /pbulk/work/security/zxcvbn-c/work/zxcvbn-c-2.6/cmake-pkgsrc-build/zxcvbn.cpp: At global scope: /pbulk/work/security/zxcvbn-c/work/zxcvbn-c-2.6/cmake-pkgsrc-build/zxcvbn.cpp:534:13: warning: 'void AddLeetChr(uint8_t, int, uint8_t*, uint8_t*)' defined but not used [-Wunused-function] 534 | static void AddLeetChr(uint8_t c, int IsLeet, uint8_t *Leeted, uint8_t *UnLeet) | ^~~~~~~~~~ --- CMakeFiles/test-c++inline.dir/zxcvbn.cpp.o --- *** [CMakeFiles/test-c++inline.dir/zxcvbn.cpp.o] Error code 1 make[2]: stopped making "CMakeFiles/test-c++inline.dir/build" in /pbulk/work/security/zxcvbn-c/work/zxcvbn-c-2.6/cmake-pkgsrc-build make[2]: 1 error make[2]: stopped making "CMakeFiles/test-c++inline.dir/build" in /pbulk/work/security/zxcvbn-c/work/zxcvbn-c-2.6/cmake-pkgsrc-build --- CMakeFiles/test-c++inline.dir/all --- *** [CMakeFiles/test-c++inline.dir/all] Error code 2 make[1]: stopped making "all" in /pbulk/work/security/zxcvbn-c/work/zxcvbn-c-2.6/cmake-pkgsrc-build --- CMakeFiles/test-internals.dir/all --- *** [CMakeFiles/test-internals.dir/all] Error code 6 make[1]: stopped making "all" in /pbulk/work/security/zxcvbn-c/work/zxcvbn-c-2.6/cmake-pkgsrc-build --- CMakeFiles/test-inline.dir/all --- *** [CMakeFiles/test-inline.dir/all] Error code 6 make[1]: stopped making "all" in /pbulk/work/security/zxcvbn-c/work/zxcvbn-c-2.6/cmake-pkgsrc-build --- CMakeFiles/zxcvbn-static.dir/all --- *** [CMakeFiles/zxcvbn-static.dir/all] Error code 6 make[1]: stopped making "all" in /pbulk/work/security/zxcvbn-c/work/zxcvbn-c-2.6/cmake-pkgsrc-build --- CMakeFiles/test-c++file.dir/all --- *** [CMakeFiles/test-c++file.dir/all] Error code 6 make[1]: stopped making "all" in /pbulk/work/security/zxcvbn-c/work/zxcvbn-c-2.6/cmake-pkgsrc-build --- CMakeFiles/zxcvbn-shared.dir/all --- *** [CMakeFiles/zxcvbn-shared.dir/all] Error code 6 make[1]: stopped making "all" in /pbulk/work/security/zxcvbn-c/work/zxcvbn-c-2.6/cmake-pkgsrc-build --- CMakeFiles/test-file.dir/all --- *** [CMakeFiles/test-file.dir/all] Error code 6 make[1]: stopped making "all" in /pbulk/work/security/zxcvbn-c/work/zxcvbn-c-2.6/cmake-pkgsrc-build make[1]: 7 errors make[1]: stopped making "all" in /pbulk/work/security/zxcvbn-c/work/zxcvbn-c-2.6/cmake-pkgsrc-build *** [all] Error code 2 make: stopped making "all" in /pbulk/work/security/zxcvbn-c/work/zxcvbn-c-2.6/cmake-pkgsrc-build make: 1 error make: stopped making "all" in /pbulk/work/security/zxcvbn-c/work/zxcvbn-c-2.6/cmake-pkgsrc-build *** Error code 2 Stop. make[1]: stopped making "all" in /usr/pkgsrc/security/zxcvbn-c *** Error code 1 Stop. make: stopped making "all" in /usr/pkgsrc/security/zxcvbn-c