=> 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 hunspell-1.7.2nb1 /usr/bin/make all-recursive Making all in po Making all in src Making all in hunspell /bin/sh ../../libtool --tag=CXX --mode=compile c++ -std=c++11 -DHAVE_CONFIG_H -I. -I../.. -I/usr/include -I/usr/pkg/include -fvisibility=hidden -DBUILDING_LIBHUNSPELL -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -MT affentry.lo -MD -MP -MF .deps/affentry.Tpo -c -o affentry.lo affentry.cxx libtool: compile: c++ -std=c++11 -DHAVE_CONFIG_H -I. -I../.. -I/usr/pkgsrc/textproc/hunspell/work/.buildlink/include -fvisibility=hidden -DBUILDING_LIBHUNSPELL -O2 -D_FORTIFY_SOURCE=2 -MT affentry.lo -MD -MP -MF .deps/affentry.Tpo -c affentry.cxx -fPIC -DPIC -o .libs/affentry.o affentry.cxx: In member function 'hentry* PfxEntry::check_twosfx(const string&, int, int, char, short unsigned int)': affentry.cxx:293:46: error: no matching function for call to 'std::basic_string::append(const string&, std::basic_string::size_type)' tmpword.append(word, start + appnd.size()); ^ In file included from /usr/include/g++/string:52:0, from w_char.hxx:41, from atypes.hxx:55, from affentry.hxx:74, from affentry.cxx:76: /usr/include/g++/bits/basic_string.h:3482:7: note: candidate: std::basic_string<_CharT, _Traits, _Alloc>& std::basic_string<_CharT, _Traits, _Alloc>::append(const std::basic_string<_CharT, _Traits, _Alloc>&) [with _CharT = char; _Traits = std::char_traits; _Alloc = std::allocator] append(const basic_string& __str); ^ /usr/include/g++/bits/basic_string.h:3482:7: note: candidate expects 1 argument, 2 provided /usr/include/g++/bits/basic_string.h:3498:7: note: candidate: std::basic_string<_CharT, _Traits, _Alloc>& std::basic_string<_CharT, _Traits, _Alloc>::append(const std::basic_string<_CharT, _Traits, _Alloc>&, std::basic_string<_CharT, _Traits, _Alloc>::size_type, std::basic_string<_CharT, _Traits, _Alloc>::size_type) [with _CharT = char; _Traits = std::char_traits; _Alloc = std::allocator; std::basic_string<_CharT, _Traits, _Alloc>::size_type = unsigned int] append(const basic_string& __str, size_type __pos, size_type __n); ^ /usr/include/g++/bits/basic_string.h:3498:7: note: candidate expects 3 arguments, 2 provided /usr/include/g++/bits/basic_string.h:3507:7: note: candidate: std::basic_string<_CharT, _Traits, _Alloc>& std::basic_string<_CharT, _Traits, _Alloc>::append(const _CharT*, std::basic_string<_CharT, _Traits, _Alloc>::size_type) [with _CharT = char; _Traits = std::char_traits; _Alloc = std::allocator; std::basic_string<_CharT, _Traits, _Alloc>::size_type = unsigned int] append(const _CharT* __s, size_type __n); ^ /usr/include/g++/bits/basic_string.h:3507:7: note: no known conversion for argument 1 from 'const string {aka const std::basic_string}' to 'const char*' /usr/include/g++/bits/basic_string.h:3515:7: note: candidate: std::basic_string<_CharT, _Traits, _Alloc>& std::basic_string<_CharT, _Traits, _Alloc>::append(const _CharT*) [with _CharT = char; _Traits = std::char_traits; _Alloc = std::allocator] append(const _CharT* __s) ^ /usr/include/g++/bits/basic_string.h:3515:7: note: candidate expects 1 argument, 2 provided /usr/include/g++/bits/basic_string.h:3530:7: note: candidate: std::basic_string<_CharT, _Traits, _Alloc>& std::basic_string<_CharT, _Traits, _Alloc>::append(std::basic_string<_CharT, _Traits, _Alloc>::size_type, _CharT) [with _CharT = char; _Traits = std::char_traits; _Alloc = std::allocator; std::basic_string<_CharT, _Traits, _Alloc>::size_type = unsigned int] append(size_type __n, _CharT __c); ^ /usr/include/g++/bits/basic_string.h:3530:7: note: no known conversion for argument 1 from 'const string {aka const std::basic_string}' to 'std::basic_string::size_type {aka unsigned int}' /usr/include/g++/bits/basic_string.h:3539:7: note: candidate: std::basic_string<_CharT, _Traits, _Alloc>& std::basic_string<_CharT, _Traits, _Alloc>::append(std::initializer_list<_Tp>) [with _CharT = char; _Traits = std::char_traits; _Alloc = std::allocator] append(initializer_list<_CharT> __l) ^ /usr/include/g++/bits/basic_string.h:3539:7: note: candidate expects 1 argument, 2 provided /usr/include/g++/bits/basic_string.h:3553:9: note: candidate: template std::basic_string<_CharT, _Traits, _Alloc>& std::basic_string<_CharT, _Traits, _Alloc>::append(_InputIterator, _InputIterator) [with _InputIterator = _InputIterator; _CharT = char; _Traits = std::char_traits; _Alloc = std::allocator] append(_InputIterator __first, _InputIterator __last) ^ /usr/include/g++/bits/basic_string.h:3553:9: note: template argument deduction/substitution failed: affentry.cxx:293:46: note: deduced conflicting types for parameter '_InputIterator' ('std::basic_string' and 'unsigned int') tmpword.append(word, start + appnd.size()); ^ affentry.cxx: In member function 'std::string PfxEntry::check_twosfx_morph(const string&, int, int, char, short unsigned int)': affentry.cxx:341:46: error: no matching function for call to 'std::basic_string::append(const string&, std::basic_string::size_type)' tmpword.append(word, start + appnd.size()); ^ In file included from /usr/include/g++/string:52:0, from w_char.hxx:41, from atypes.hxx:55, from affentry.hxx:74, from affentry.cxx:76: /usr/include/g++/bits/basic_string.h:3482:7: note: candidate: std::basic_string<_CharT, _Traits, _Alloc>& std::basic_string<_CharT, _Traits, _Alloc>::append(const std::basic_string<_CharT, _Traits, _Alloc>&) [with _CharT = char; _Traits = std::char_traits; _Alloc = std::allocator] append(const basic_string& __str); ^ /usr/include/g++/bits/basic_string.h:3482:7: note: candidate expects 1 argument, 2 provided /usr/include/g++/bits/basic_string.h:3498:7: note: candidate: std::basic_string<_CharT, _Traits, _Alloc>& std::basic_string<_CharT, _Traits, _Alloc>::append(const std::basic_string<_CharT, _Traits, _Alloc>&, std::basic_string<_CharT, _Traits, _Alloc>::size_type, std::basic_string<_CharT, _Traits, _Alloc>::size_type) [with _CharT = char; _Traits = std::char_traits; _Alloc = std::allocator; std::basic_string<_CharT, _Traits, _Alloc>::size_type = unsigned int] append(const basic_string& __str, size_type __pos, size_type __n); ^ /usr/include/g++/bits/basic_string.h:3498:7: note: candidate expects 3 arguments, 2 provided /usr/include/g++/bits/basic_string.h:3507:7: note: candidate: std::basic_string<_CharT, _Traits, _Alloc>& std::basic_string<_CharT, _Traits, _Alloc>::append(const _CharT*, std::basic_string<_CharT, _Traits, _Alloc>::size_type) [with _CharT = char; _Traits = std::char_traits; _Alloc = std::allocator; std::basic_string<_CharT, _Traits, _Alloc>::size_type = unsigned int] append(const _CharT* __s, size_type __n); ^ /usr/include/g++/bits/basic_string.h:3507:7: note: no known conversion for argument 1 from 'const string {aka const std::basic_string}' to 'const char*' /usr/include/g++/bits/basic_string.h:3515:7: note: candidate: std::basic_string<_CharT, _Traits, _Alloc>& std::basic_string<_CharT, _Traits, _Alloc>::append(const _CharT*) [with _CharT = char; _Traits = std::char_traits; _Alloc = std::allocator] append(const _CharT* __s) ^ /usr/include/g++/bits/basic_string.h:3515:7: note: candidate expects 1 argument, 2 provided /usr/include/g++/bits/basic_string.h:3530:7: note: candidate: std::basic_string<_CharT, _Traits, _Alloc>& std::basic_string<_CharT, _Traits, _Alloc>::append(std::basic_string<_CharT, _Traits, _Alloc>::size_type, _CharT) [with _CharT = char; _Traits = std::char_traits; _Alloc = std::allocator; std::basic_string<_CharT, _Traits, _Alloc>::size_type = unsigned int] append(size_type __n, _CharT __c); ^ /usr/include/g++/bits/basic_string.h:3530:7: note: no known conversion for argument 1 from 'const string {aka const std::basic_string}' to 'std::basic_string::size_type {aka unsigned int}' /usr/include/g++/bits/basic_string.h:3539:7: note: candidate: std::basic_string<_CharT, _Traits, _Alloc>& std::basic_string<_CharT, _Traits, _Alloc>::append(std::initializer_list<_Tp>) [with _CharT = char; _Traits = std::char_traits; _Alloc = std::allocator] append(initializer_list<_CharT> __l) ^ /usr/include/g++/bits/basic_string.h:3539:7: note: candidate expects 1 argument, 2 provided /usr/include/g++/bits/basic_string.h:3553:9: note: candidate: template std::basic_string<_CharT, _Traits, _Alloc>& std::basic_string<_CharT, _Traits, _Alloc>::append(_InputIterator, _InputIterator) [with _InputIterator = _InputIterator; _CharT = char; _Traits = std::char_traits; _Alloc = std::allocator] append(_InputIterator __first, _InputIterator __last) ^ /usr/include/g++/bits/basic_string.h:3553:9: note: template argument deduction/substitution failed: affentry.cxx:341:46: note: deduced conflicting types for parameter '_InputIterator' ('std::basic_string' and 'unsigned int') tmpword.append(word, start + appnd.size()); ^ affentry.cxx: In member function 'std::string PfxEntry::check_morph(const string&, int, int, char, short unsigned int)': affentry.cxx:389:46: error: no matching function for call to 'std::basic_string::append(const string&, std::basic_string::size_type)' tmpword.append(word, start + appnd.size()); ^ In file included from /usr/include/g++/string:52:0, from w_char.hxx:41, from atypes.hxx:55, from affentry.hxx:74, from affentry.cxx:76: /usr/include/g++/bits/basic_string.h:3482:7: note: candidate: std::basic_string<_CharT, _Traits, _Alloc>& std::basic_string<_CharT, _Traits, _Alloc>::append(const std::basic_string<_CharT, _Traits, _Alloc>&) [with _CharT = char; _Traits = std::char_traits; _Alloc = std::allocator] append(const basic_string& __str); ^ /usr/include/g++/bits/basic_string.h:3482:7: note: candidate expects 1 argument, 2 provided /usr/include/g++/bits/basic_string.h:3498:7: note: candidate: std::basic_string<_CharT, _Traits, _Alloc>& std::basic_string<_CharT, _Traits, _Alloc>::append(const std::basic_string<_CharT, _Traits, _Alloc>&, std::basic_string<_CharT, _Traits, _Alloc>::size_type, std::basic_string<_CharT, _Traits, _Alloc>::size_type) [with _CharT = char; _Traits = std::char_traits; _Alloc = std::allocator; std::basic_string<_CharT, _Traits, _Alloc>::size_type = unsigned int] append(const basic_string& __str, size_type __pos, size_type __n); ^ /usr/include/g++/bits/basic_string.h:3498:7: note: candidate expects 3 arguments, 2 provided /usr/include/g++/bits/basic_string.h:3507:7: note: candidate: std::basic_string<_CharT, _Traits, _Alloc>& std::basic_string<_CharT, _Traits, _Alloc>::append(const _CharT*, std::basic_string<_CharT, _Traits, _Alloc>::size_type) [with _CharT = char; _Traits = std::char_traits; _Alloc = std::allocator; std::basic_string<_CharT, _Traits, _Alloc>::size_type = unsigned int] append(const _CharT* __s, size_type __n); ^ /usr/include/g++/bits/basic_string.h:3507:7: note: no known conversion for argument 1 from 'const string {aka const std::basic_string}' to 'const char*' /usr/include/g++/bits/basic_string.h:3515:7: note: candidate: std::basic_string<_CharT, _Traits, _Alloc>& std::basic_string<_CharT, _Traits, _Alloc>::append(const _CharT*) [with _CharT = char; _Traits = std::char_traits; _Alloc = std::allocator] append(const _CharT* __s) ^ /usr/include/g++/bits/basic_string.h:3515:7: note: candidate expects 1 argument, 2 provided /usr/include/g++/bits/basic_string.h:3530:7: note: candidate: std::basic_string<_CharT, _Traits, _Alloc>& std::basic_string<_CharT, _Traits, _Alloc>::append(std::basic_string<_CharT, _Traits, _Alloc>::size_type, _CharT) [with _CharT = char; _Traits = std::char_traits; _Alloc = std::allocator; std::basic_string<_CharT, _Traits, _Alloc>::size_type = unsigned int] append(size_type __n, _CharT __c); ^ /usr/include/g++/bits/basic_string.h:3530:7: note: no known conversion for argument 1 from 'const string {aka const std::basic_string}' to 'std::basic_string::size_type {aka unsigned int}' /usr/include/g++/bits/basic_string.h:3539:7: note: candidate: std::basic_string<_CharT, _Traits, _Alloc>& std::basic_string<_CharT, _Traits, _Alloc>::append(std::initializer_list<_Tp>) [with _CharT = char; _Traits = std::char_traits; _Alloc = std::allocator] append(initializer_list<_CharT> __l) ^ /usr/include/g++/bits/basic_string.h:3539:7: note: candidate expects 1 argument, 2 provided /usr/include/g++/bits/basic_string.h:3553:9: note: candidate: template std::basic_string<_CharT, _Traits, _Alloc>& std::basic_string<_CharT, _Traits, _Alloc>::append(_InputIterator, _InputIterator) [with _InputIterator = _InputIterator; _CharT = char; _Traits = std::char_traits; _Alloc = std::allocator] append(_InputIterator __first, _InputIterator __last) ^ /usr/include/g++/bits/basic_string.h:3553:9: note: template argument deduction/substitution failed: affentry.cxx:389:46: note: deduced conflicting types for parameter '_InputIterator' ('std::basic_string' and 'unsigned int') tmpword.append(word, start + appnd.size()); ^ *** Error code 1 Stop. make[3]: stopped in /usr/pkgsrc/textproc/hunspell/work/hunspell-1.7.2/src/hunspell *** Error code 1 Stop. make[2]: stopped in /usr/pkgsrc/textproc/hunspell/work/hunspell-1.7.2/src *** Error code 1 Stop. make[1]: stopped in /usr/pkgsrc/textproc/hunspell/work/hunspell-1.7.2 *** Error code 1 Stop. make: stopped in /usr/pkgsrc/textproc/hunspell/work/hunspell-1.7.2 *** Error code 1 Stop. make[1]: stopped in /usr/pkgsrc/textproc/hunspell *** Error code 1 Stop. make: stopped in /usr/pkgsrc/textproc/hunspell