+ 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/plink-1.07nb1/work.log + su pbulk -c '"$@"' make /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/plink-1.07nb1/work.log => Bootstrap dependency digest>=20211023: found digest-20220214 ===> Building for plink-1.07nb1 c++ -pipe -O2 -I/usr/pkg/include -I/usr/include -Dfopen64=fopen -I. -DUNIX -static -DWITH_R_PLUGINS -DWITH_ZLIB -DWITH_LAPACK -c plink.cpp c++ -pipe -O2 -I/usr/pkg/include -I/usr/include -Dfopen64=fopen -I. -DUNIX -static -DWITH_R_PLUGINS -DWITH_ZLIB -DWITH_LAPACK -c options.cpp c++ -pipe -O2 -I/usr/pkg/include -I/usr/include -Dfopen64=fopen -I. -DUNIX -static -DWITH_R_PLUGINS -DWITH_ZLIB -DWITH_LAPACK -c input.cpp c++ -pipe -O2 -I/usr/pkg/include -I/usr/include -Dfopen64=fopen -I. -DUNIX -static -DWITH_R_PLUGINS -DWITH_ZLIB -DWITH_LAPACK -c binput.cpp c++ -pipe -O2 -I/usr/pkg/include -I/usr/include -Dfopen64=fopen -I. -DUNIX -static -DWITH_R_PLUGINS -DWITH_ZLIB -DWITH_LAPACK -c tinput.cpp c++ -pipe -O2 -I/usr/pkg/include -I/usr/include -Dfopen64=fopen -I. -DUNIX -static -DWITH_R_PLUGINS -DWITH_ZLIB -DWITH_LAPACK -c genome.cpp c++ -pipe -O2 -I/usr/pkg/include -I/usr/include -Dfopen64=fopen -I. -DUNIX -static -DWITH_R_PLUGINS -DWITH_ZLIB -DWITH_LAPACK -c helper.cpp c++ -pipe -O2 -I/usr/pkg/include -I/usr/include -Dfopen64=fopen -I. -DUNIX -static -DWITH_R_PLUGINS -DWITH_ZLIB -DWITH_LAPACK -c stats.cpp In file included from /usr/include/c++/11/set:60, from plink.h:22, from helper.h:23, from helper.cpp:24: /usr/include/c++/11/bits/stl_tree.h: In instantiation of 'static const _Key& std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_S_key(std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_Const_Link_type) [with _Key = Locus*; _Val = Locus*; _KeyOfValue = std::_Identity<Locus*>; _Compare = std::less<Locus*>; _Alloc = std::allocator<Locus*>; std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_Const_Link_type = const std::_Rb_tree_node<Locus*>*]': /usr/include/c++/11/bits/stl_tree.h:1905:36: required from 'std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::iterator std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_M_lower_bound(std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_Link_type, std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_Base_ptr, const _Key&) [with _Key = Locus*; _Val = Locus*; _KeyOfValue = std::_Identity<Locus*>; _Compare = std::less<Locus*>; _Alloc = std::allocator<Locus*>; std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::iterator = std::_Rb_tree<Locus*, Locus*, std::_Identity<Locus*>, std::less<Locus*>, std::allocator<Locus*> >::iterator; std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_Link_type = std::_Rb_tree_node<Locus*>*; std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_Base_ptr = std::_Rb_tree_node_base*]' /usr/include/c++/11/bits/stl_tree.h:2523:36: required from 'std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::iterator std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::find(const _Key&) [with _Key = Locus*; _Val = Locus*; _KeyOfValue = std::_Identity<Locus*>; _Compare = std::less<Locus*>; _Alloc = std::allocator<Locus*>; std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::iterator = std::_Rb_tree<Locus*, Locus*, std::_Identity<Locus*>, std::less<Locus*>, std::allocator<Locus*> >::iterator]' /usr/include/c++/11/bits/stl_set.h:795:25: required from 'std::set<_Key, _Compare, _Alloc>::iterator std::set<_Key, _Compare, _Alloc>::find(const key_type&) [with _Key = Locus*; _Compare = std::less<Locus*>; _Alloc = std::allocator<Locus*>; std::set<_Key, _Compare, _Alloc>::iterator = std::_Rb_tree<Locus*, Locus*, std::_Identity<Locus*>, std::less<Locus*>, std::allocator<Locus*> >::const_iterator; std::set<_Key, _Compare, _Alloc>::key_type = Locus*]' helper.cpp:2128:19: required from here /usr/include/c++/11/bits/stl_tree.h:770:15: error: static assertion failed: comparison object must be invocable as const 770 | is_invocable_v<const _Compare&, const _Key&, const _Key&>, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/c++/11/bits/stl_tree.h:770:15: note: 'std::is_invocable_v<const std::less<Locus*>&, Locus* const&, Locus* const&>' evaluates to false helper.cpp: In member function 'std::string CArgs::value(std::string)': helper.cpp:218:8: warning: control reaches end of non-void function [-Wreturn-type] 218 | error("Missing an argument for "+s); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ helper.cpp: In member function 'int CArgs::value_int(std::string)': helper.cpp:231:8: warning: control reaches end of non-void function [-Wreturn-type] 231 | error("Missing an argument for "+s); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ helper.cpp: In member function 'long unsigned int CArgs::value_lui(std::string)': helper.cpp:243:8: warning: control reaches end of non-void function [-Wreturn-type] 243 | error("Missing an argument for "+s); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ helper.cpp: In member function 'double CArgs::value_double(std::string)': helper.cpp:255:8: warning: control reaches end of non-void function [-Wreturn-type] 255 | error("Missing an argument for "+s); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ helper.cpp: In function 'int getInt(std::string, std::string)': helper.cpp:380:1: warning: control reaches end of non-void function [-Wreturn-type] 380 | } | ^ helper.cpp: In function 'long unsigned int getLongUnsignedInt(std::string, std::string)': helper.cpp:393:1: warning: control reaches end of non-void function [-Wreturn-type] 393 | } | ^ helper.cpp: In function 'double getDouble(std::string, std::string)': helper.cpp:407:1: warning: control reaches end of non-void function [-Wreturn-type] 407 | } | ^ make: *** [Makefile:159: helper.o] Error 1 make: *** Waiting for unfinished jobs.... *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-el9-trunk-x86_64/biology/plink *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-el9-trunk-x86_64/biology/plink