+ case "${usergroup_phase}" in + local run_cmd + run_cmd=run_su + shift + run_su /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/hunspell-1.7.2nb1/work.log + su pbulk -c '"$@"' make /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/hunspell-1.7.2nb1/work.log => Bootstrap dependency digest>=20211023: found digest-20220214 ===> Building for hunspell-1.7.2nb1 --- all --- /usr/pkg/bin/bmake all-recursive --- all-recursive --- Making all in po --- check-macro-version --- Making all in src --- all-recursive --- Making all in hunspell --- affentry.lo --- --- affixmgr.lo --- --- affentry.lo --- /bin/bash ../../libtool --tag=CXX --mode=compile c++ -std=c++11 -DHAVE_CONFIG_H -I. -I../.. -I/usr/include -I/usr/pkg/include/ncurses -fvisibility=hidden -DBUILDING_LIBHUNSPELL -pipe -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include/ncurses -MT affentry.lo -MD -MP -MF .deps/affentry.Tpo -c -o affentry.lo affentry.cxx --- affixmgr.lo --- /bin/bash ../../libtool --tag=CXX --mode=compile c++ -std=c++11 -DHAVE_CONFIG_H -I. -I../.. -I/usr/include -I/usr/pkg/include/ncurses -fvisibility=hidden -DBUILDING_LIBHUNSPELL -pipe -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include/ncurses -MT affixmgr.lo -MD -MP -MF .deps/affixmgr.Tpo -c -o affixmgr.lo affixmgr.cxx libtool: compile: c++ -std=c++11 -DHAVE_CONFIG_H -I. -I../.. -I/home/pbulk/build/textproc/hunspell/work/.buildlink/include/ncurses -fvisibility=hidden -DBUILDING_LIBHUNSPELL -pipe -O2 -D_FORTIFY_SOURCE=2 -MT affixmgr.lo -MD -MP -MF .deps/affixmgr.Tpo -c affixmgr.cxx -fPIC -DPIC -o .libs/affixmgr.o --- affentry.lo --- libtool: compile: c++ -std=c++11 -DHAVE_CONFIG_H -I. -I../.. -I/home/pbulk/build/textproc/hunspell/work/.buildlink/include/ncurses -fvisibility=hidden -DBUILDING_LIBHUNSPELL -pipe -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()); ^ affentry.cxx:293:46: note: candidates are: In file included from /usr/include/c++/4.8.2/string:52:0, from w_char.hxx:41, from atypes.hxx:55, from affentry.hxx:74, from affentry.cxx:76: /usr/include/c++/4.8.2/bits/basic_string.h:973:7: note: 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/c++/4.8.2/bits/basic_string.h:973:7: note: candidate expects 1 argument, 2 provided /usr/include/c++/4.8.2/bits/basic_string.h:989:7: note: 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 = long unsigned int] append(const basic_string& __str, size_type __pos, size_type __n); ^ /usr/include/c++/4.8.2/bits/basic_string.h:989:7: note: candidate expects 3 arguments, 2 provided /usr/include/c++/4.8.2/bits/basic_string.h:998:7: note: 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 = long unsigned int] append(const _CharT* __s, size_type __n); ^ /usr/include/c++/4.8.2/bits/basic_string.h:998:7: note: no known conversion for argument 1 from 'const string {aka const std::basic_string}' to 'const char*' /usr/include/c++/4.8.2/bits/basic_string.h:1006:7: note: 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/c++/4.8.2/bits/basic_string.h:1006:7: note: candidate expects 1 argument, 2 provided /usr/include/c++/4.8.2/bits/basic_string.h:1021:7: note: 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 = long unsigned int] append(size_type __n, _CharT __c); ^ /usr/include/c++/4.8.2/bits/basic_string.h:1021:7: note: no known conversion for argument 1 from 'const string {aka const std::basic_string}' to 'std::basic_string::size_type {aka long unsigned int}' /usr/include/c++/4.8.2/bits/basic_string.h:1030:7: note: 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/c++/4.8.2/bits/basic_string.h:1030:7: note: candidate expects 1 argument, 2 provided /usr/include/c++/4.8.2/bits/basic_string.h:1044:9: note: 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/c++/4.8.2/bits/basic_string.h:1044:9: note: template argument deduction/substitution failed: affentry.cxx:293:46: note: deduced conflicting types for parameter '_InputIterator' ('std::basic_string' and 'long 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()); ^ affentry.cxx:341:46: note: candidates are: In file included from /usr/include/c++/4.8.2/string:52:0, from w_char.hxx:41, from atypes.hxx:55, from affentry.hxx:74, from affentry.cxx:76: /usr/include/c++/4.8.2/bits/basic_string.h:973:7: note: 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/c++/4.8.2/bits/basic_string.h:973:7: note: candidate expects 1 argument, 2 provided /usr/include/c++/4.8.2/bits/basic_string.h:989:7: note: 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 = long unsigned int] append(const basic_string& __str, size_type __pos, size_type __n); ^ /usr/include/c++/4.8.2/bits/basic_string.h:989:7: note: candidate expects 3 arguments, 2 provided /usr/include/c++/4.8.2/bits/basic_string.h:998:7: note: 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 = long unsigned int] append(const _CharT* __s, size_type __n); ^ /usr/include/c++/4.8.2/bits/basic_string.h:998:7: note: no known conversion for argument 1 from 'const string {aka const std::basic_string}' to 'const char*' /usr/include/c++/4.8.2/bits/basic_string.h:1006:7: note: 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/c++/4.8.2/bits/basic_string.h:1006:7: note: candidate expects 1 argument, 2 provided /usr/include/c++/4.8.2/bits/basic_string.h:1021:7: note: 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 = long unsigned int] append(size_type __n, _CharT __c); ^ /usr/include/c++/4.8.2/bits/basic_string.h:1021:7: note: no known conversion for argument 1 from 'const string {aka const std::basic_string}' to 'std::basic_string::size_type {aka long unsigned int}' /usr/include/c++/4.8.2/bits/basic_string.h:1030:7: note: 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/c++/4.8.2/bits/basic_string.h:1030:7: note: candidate expects 1 argument, 2 provided /usr/include/c++/4.8.2/bits/basic_string.h:1044:9: note: 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/c++/4.8.2/bits/basic_string.h:1044:9: note: template argument deduction/substitution failed: affentry.cxx:341:46: note: deduced conflicting types for parameter '_InputIterator' ('std::basic_string' and 'long 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()); ^ affentry.cxx:389:46: note: candidates are: In file included from /usr/include/c++/4.8.2/string:52:0, from w_char.hxx:41, from atypes.hxx:55, from affentry.hxx:74, from affentry.cxx:76: /usr/include/c++/4.8.2/bits/basic_string.h:973:7: note: 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/c++/4.8.2/bits/basic_string.h:973:7: note: candidate expects 1 argument, 2 provided /usr/include/c++/4.8.2/bits/basic_string.h:989:7: note: 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 = long unsigned int] append(const basic_string& __str, size_type __pos, size_type __n); ^ /usr/include/c++/4.8.2/bits/basic_string.h:989:7: note: candidate expects 3 arguments, 2 provided /usr/include/c++/4.8.2/bits/basic_string.h:998:7: note: 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 = long unsigned int] append(const _CharT* __s, size_type __n); ^ /usr/include/c++/4.8.2/bits/basic_string.h:998:7: note: no known conversion for argument 1 from 'const string {aka const std::basic_string}' to 'const char*' /usr/include/c++/4.8.2/bits/basic_string.h:1006:7: note: 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/c++/4.8.2/bits/basic_string.h:1006:7: note: candidate expects 1 argument, 2 provided /usr/include/c++/4.8.2/bits/basic_string.h:1021:7: note: 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 = long unsigned int] append(size_type __n, _CharT __c); ^ /usr/include/c++/4.8.2/bits/basic_string.h:1021:7: note: no known conversion for argument 1 from 'const string {aka const std::basic_string}' to 'std::basic_string::size_type {aka long unsigned int}' /usr/include/c++/4.8.2/bits/basic_string.h:1030:7: note: 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/c++/4.8.2/bits/basic_string.h:1030:7: note: candidate expects 1 argument, 2 provided /usr/include/c++/4.8.2/bits/basic_string.h:1044:9: note: 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/c++/4.8.2/bits/basic_string.h:1044:9: note: template argument deduction/substitution failed: affentry.cxx:389:46: note: deduced conflicting types for parameter '_InputIterator' ('std::basic_string' and 'long unsigned int') tmpword.append(word, start + appnd.size()); ^ --- affixmgr.lo --- affixmgr.cxx: In member function 'int AffixMgr::compound_check_morph(const string&, short int, short int, short int, short int, hentry**, hentry**, char, std::string&, const string*)': affixmgr.cxx:2468:32: error: no matching function for call to 'std::basic_string::append(const string&, int&)' result.append(word, i); ^ affixmgr.cxx:2468:32: note: candidates are: In file included from /usr/include/c++/4.8.2/string:52:0, from /usr/include/c++/4.8.2/random:41, from /usr/include/c++/4.8.2/bits/stl_algo.h:65, from /usr/include/c++/4.8.2/algorithm:62, from affixmgr.cxx:77: /usr/include/c++/4.8.2/bits/basic_string.h:973:7: note: 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/c++/4.8.2/bits/basic_string.h:973:7: note: candidate expects 1 argument, 2 provided /usr/include/c++/4.8.2/bits/basic_string.h:989:7: note: 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 = long unsigned int] append(const basic_string& __str, size_type __pos, size_type __n); ^ /usr/include/c++/4.8.2/bits/basic_string.h:989:7: note: candidate expects 3 arguments, 2 provided /usr/include/c++/4.8.2/bits/basic_string.h:998:7: note: 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 = long unsigned int] append(const _CharT* __s, size_type __n); ^ /usr/include/c++/4.8.2/bits/basic_string.h:998:7: note: no known conversion for argument 1 from 'const string {aka const std::basic_string}' to 'const char*' /usr/include/c++/4.8.2/bits/basic_string.h:1006:7: note: 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/c++/4.8.2/bits/basic_string.h:1006:7: note: candidate expects 1 argument, 2 provided /usr/include/c++/4.8.2/bits/basic_string.h:1021:7: note: 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 = long unsigned int] append(size_type __n, _CharT __c); ^ /usr/include/c++/4.8.2/bits/basic_string.h:1021:7: note: no known conversion for argument 1 from 'const string {aka const std::basic_string}' to 'std::basic_string::size_type {aka long unsigned int}' /usr/include/c++/4.8.2/bits/basic_string.h:1030:7: note: 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/c++/4.8.2/bits/basic_string.h:1030:7: note: candidate expects 1 argument, 2 provided /usr/include/c++/4.8.2/bits/basic_string.h:1044:9: note: 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/c++/4.8.2/bits/basic_string.h:1044:9: note: template argument deduction/substitution failed: affixmgr.cxx:2468:32: note: deduced conflicting types for parameter '_InputIterator' ('std::basic_string' and 'int') result.append(word, i); ^ affixmgr.cxx:2525:32: error: no matching function for call to 'std::basic_string::append(const string&, int&)' result.append(word, i); ^ affixmgr.cxx:2525:32: note: candidates are: In file included from /usr/include/c++/4.8.2/string:52:0, from /usr/include/c++/4.8.2/random:41, from /usr/include/c++/4.8.2/bits/stl_algo.h:65, from /usr/include/c++/4.8.2/algorithm:62, from affixmgr.cxx:77: /usr/include/c++/4.8.2/bits/basic_string.h:973:7: note: 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/c++/4.8.2/bits/basic_string.h:973:7: note: candidate expects 1 argument, 2 provided /usr/include/c++/4.8.2/bits/basic_string.h:989:7: note: 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 = long unsigned int] append(const basic_string& __str, size_type __pos, size_type __n); ^ /usr/include/c++/4.8.2/bits/basic_string.h:989:7: note: candidate expects 3 arguments, 2 provided /usr/include/c++/4.8.2/bits/basic_string.h:998:7: note: 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 = long unsigned int] append(const _CharT* __s, size_type __n); ^ /usr/include/c++/4.8.2/bits/basic_string.h:998:7: note: no known conversion for argument 1 from 'const string {aka const std::basic_string}' to 'const char*' /usr/include/c++/4.8.2/bits/basic_string.h:1006:7: note: 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/c++/4.8.2/bits/basic_string.h:1006:7: note: candidate expects 1 argument, 2 provided /usr/include/c++/4.8.2/bits/basic_string.h:1021:7: note: 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 = long unsigned int] append(size_type __n, _CharT __c); ^ /usr/include/c++/4.8.2/bits/basic_string.h:1021:7: note: no known conversion for argument 1 from 'const string {aka const std::basic_string}' to 'std::basic_string::size_type {aka long unsigned int}' /usr/include/c++/4.8.2/bits/basic_string.h:1030:7: note: 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/c++/4.8.2/bits/basic_string.h:1030:7: note: candidate expects 1 argument, 2 provided /usr/include/c++/4.8.2/bits/basic_string.h:1044:9: note: 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/c++/4.8.2/bits/basic_string.h:1044:9: note: template argument deduction/substitution failed: affixmgr.cxx:2525:32: note: deduced conflicting types for parameter '_InputIterator' ('std::basic_string' and 'int') result.append(word, i); ^ affixmgr.cxx:2576:36: error: no matching function for call to 'std::basic_string::append(const string&, int&)' result.append(word, i); ^ affixmgr.cxx:2576:36: note: candidates are: In file included from /usr/include/c++/4.8.2/string:52:0, from /usr/include/c++/4.8.2/random:41, from /usr/include/c++/4.8.2/bits/stl_algo.h:65, from /usr/include/c++/4.8.2/algorithm:62, from affixmgr.cxx:77: /usr/include/c++/4.8.2/bits/basic_string.h:973:7: note: 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/c++/4.8.2/bits/basic_string.h:973:7: note: candidate expects 1 argument, 2 provided /usr/include/c++/4.8.2/bits/basic_string.h:989:7: note: 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 = long unsigned int] append(const basic_string& __str, size_type __pos, size_type __n); ^ /usr/include/c++/4.8.2/bits/basic_string.h:989:7: note: candidate expects 3 arguments, 2 provided /usr/include/c++/4.8.2/bits/basic_string.h:998:7: note: 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 = long unsigned int] append(const _CharT* __s, size_type __n); ^ /usr/include/c++/4.8.2/bits/basic_string.h:998:7: note: no known conversion for argument 1 from 'const string {aka const std::basic_string}' to 'const char*' /usr/include/c++/4.8.2/bits/basic_string.h:1006:7: note: 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/c++/4.8.2/bits/basic_string.h:1006:7: note: candidate expects 1 argument, 2 provided /usr/include/c++/4.8.2/bits/basic_string.h:1021:7: note: 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 = long unsigned int] append(size_type __n, _CharT __c); ^ /usr/include/c++/4.8.2/bits/basic_string.h:1021:7: note: no known conversion for argument 1 from 'const string {aka const std::basic_string}' to 'std::basic_string::size_type {aka long unsigned int}' /usr/include/c++/4.8.2/bits/basic_string.h:1030:7: note: 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/c++/4.8.2/bits/basic_string.h:1030:7: note: candidate expects 1 argument, 2 provided /usr/include/c++/4.8.2/bits/basic_string.h:1044:9: note: 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/c++/4.8.2/bits/basic_string.h:1044:9: note: template argument deduction/substitution failed: affixmgr.cxx:2576:36: note: deduced conflicting types for parameter '_InputIterator' ('std::basic_string' and 'int') result.append(word, i); ^ affixmgr.cxx:2668:34: error: no matching function for call to 'std::basic_string::append(const string&, int&)' result.append(word, i); ^ affixmgr.cxx:2668:34: note: candidates are: In file included from /usr/include/c++/4.8.2/string:52:0, from /usr/include/c++/4.8.2/random:41, from /usr/include/c++/4.8.2/bits/stl_algo.h:65, from /usr/include/c++/4.8.2/algorithm:62, from affixmgr.cxx:77: /usr/include/c++/4.8.2/bits/basic_string.h:973:7: note: 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/c++/4.8.2/bits/basic_string.h:973:7: note: candidate expects 1 argument, 2 provided /usr/include/c++/4.8.2/bits/basic_string.h:989:7: note: 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 = long unsigned int] append(const basic_string& __str, size_type __pos, size_type __n); ^ /usr/include/c++/4.8.2/bits/basic_string.h:989:7: note: candidate expects 3 arguments, 2 provided /usr/include/c++/4.8.2/bits/basic_string.h:998:7: note: 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 = long unsigned int] append(const _CharT* __s, size_type __n); ^ /usr/include/c++/4.8.2/bits/basic_string.h:998:7: note: no known conversion for argument 1 from 'const string {aka const std::basic_string}' to 'const char*' /usr/include/c++/4.8.2/bits/basic_string.h:1006:7: note: 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/c++/4.8.2/bits/basic_string.h:1006:7: note: candidate expects 1 argument, 2 provided /usr/include/c++/4.8.2/bits/basic_string.h:1021:7: note: 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 = long unsigned int] append(size_type __n, _CharT __c); ^ /usr/include/c++/4.8.2/bits/basic_string.h:1021:7: note: no known conversion for argument 1 from 'const string {aka const std::basic_string}' to 'std::basic_string::size_type {aka long unsigned int}' /usr/include/c++/4.8.2/bits/basic_string.h:1030:7: note: 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/c++/4.8.2/bits/basic_string.h:1030:7: note: candidate expects 1 argument, 2 provided /usr/include/c++/4.8.2/bits/basic_string.h:1044:9: note: 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/c++/4.8.2/bits/basic_string.h:1044:9: note: template argument deduction/substitution failed: affixmgr.cxx:2668:34: note: deduced conflicting types for parameter '_InputIterator' ('std::basic_string' and 'int') result.append(word, i); ^ --- affentry.lo --- *** [affentry.lo] Error code 1 bmake[3]: stopped in /home/pbulk/build/textproc/hunspell/work/hunspell-1.7.2/src/hunspell --- affixmgr.lo --- *** [affixmgr.lo] Error code 1 bmake[3]: stopped in /home/pbulk/build/textproc/hunspell/work/hunspell-1.7.2/src/hunspell 2 errors bmake[3]: stopped in /home/pbulk/build/textproc/hunspell/work/hunspell-1.7.2/src/hunspell *** [all-recursive] Error code 1 bmake[2]: stopped in /home/pbulk/build/textproc/hunspell/work/hunspell-1.7.2/src 1 error bmake[2]: stopped in /home/pbulk/build/textproc/hunspell/work/hunspell-1.7.2/src *** [all-recursive] Error code 1 bmake[1]: stopped in /home/pbulk/build/textproc/hunspell/work/hunspell-1.7.2 1 error bmake[1]: stopped in /home/pbulk/build/textproc/hunspell/work/hunspell-1.7.2 *** [all] Error code 2 bmake: stopped in /home/pbulk/build/textproc/hunspell/work/hunspell-1.7.2 1 error bmake: stopped in /home/pbulk/build/textproc/hunspell/work/hunspell-1.7.2 *** Error code 2 Stop. bmake[1]: stopped in /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/textproc/hunspell *** Error code 1 Stop. bmake: stopped in /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/textproc/hunspell