=> Bootstrap dependency digest>=20211023: found digest-20220214 ===> Building for qalculate-gtk-3.5.0nb26 /opt/pkg/bin/gmake all-recursive gmake[1]: Entering directory '/Users/pbulk/build/math/qalculate-gtk/work/qalculate-gtk-3.5.0' Making all in data gmake[2]: Entering directory '/Users/pbulk/build/math/qalculate-gtk/work/qalculate-gtk-3.5.0/data' LC_ALL=C /Users/pbulk/build/math/qalculate-gtk/work/.tools/bin/intltool-merge -x -u -c ../po/.intltool-merge-cache ../po qalculate-gtk.appdata.xml.in qalculate-gtk.appdata.xml Generating and caching the translation database Merging translations into qalculate-gtk.appdata.xml. CREATED qalculate-gtk.appdata.xml LC_ALL=C /Users/pbulk/build/math/qalculate-gtk/work/.tools/bin/intltool-merge -d -u -c ../po/.intltool-merge-cache ../po qalculate-gtk.desktop.in qalculate-gtk.desktop Found cached translation database Merging translations into qalculate-gtk.desktop. gmake[2]: Leaving directory '/Users/pbulk/build/math/qalculate-gtk/work/qalculate-gtk-3.5.0/data' Making all in src gmake[2]: Entering directory '/Users/pbulk/build/math/qalculate-gtk/work/qalculate-gtk-3.5.0/src' clang++ -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\""/opt/pkg/share"\" -DPACKAGE_DOC_DIR=\""/opt/pkg/share/doc/qalculate-gtk"\" -I/opt/pkg/include/gtk-3.0 -I/opt/pkg/include -I/opt/pkg/include/pango-1.0 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/freetype2 -I/opt/pkg/include/cairo -I/opt/pkg/include/atk-1.0 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/gdk-pixbuf-2.0 -D_REENTRANT -I/opt/pkg/include/libpng16 -I/opt/pkg/include/pixman-1 -I/opt/pkg/include/fribidi -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/libxml2 -I/opt/pkg/include -I/opt/pkg/include -I/opt/pkg/include/libxml2 -I/opt/pkg/include -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -pipe -Os -I/opt/pkg/include -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -O2 -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.cc In file included from main.cc:25: ./callbacks.h:37:2: error: unknown type name 'string'; did you mean 'std::string'? string name; ^~~~~~ std::string /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/c++/v1/iosfwd:210:65: note: 'std::string' declared here typedef basic_string, allocator > string; ^ In file included from main.cc:25: ./callbacks.h:63:40: error: too few arguments provided to function-like macro invocation DECLARE_BUILTIN_FUNCTION(AnswerFunction) ^ /Users/pbulk/build/math/qalculate-gtk/work/.buildlink/include/libqalculate/BuiltinFunctions.h:39:9: note: macro 'DECLARE_BUILTIN_FUNCTION' defined here #define DECLARE_BUILTIN_FUNCTION(x, i) class x : public MathFunction { \ ^ In file included from main.cc:25: ./callbacks.h:64:44: error: too few arguments provided to function-like macro invocation DECLARE_BUILTIN_FUNCTION(ExpressionFunction) ^ /Users/pbulk/build/math/qalculate-gtk/work/.buildlink/include/libqalculate/BuiltinFunctions.h:39:9: note: macro 'DECLARE_BUILTIN_FUNCTION' defined here #define DECLARE_BUILTIN_FUNCTION(x, i) class x : public MathFunction { \ ^ In file included from main.cc:25: ./callbacks.h:63:1: error: unknown type name 'DECLARE_BUILTIN_FUNCTION' DECLARE_BUILTIN_FUNCTION(AnswerFunction) ^ ./callbacks.h:64:25: error: expected ';' after top level declarator DECLARE_BUILTIN_FUNCTION(ExpressionFunction) ^ ; ./callbacks.h:81:21: error: unknown type name 'string'; did you mean 'std::string'? bool string_is_less(string str1, string str2); ^~~~~~ std::string /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/c++/v1/iosfwd:210:65: note: 'std::string' declared here typedef basic_string, allocator > string; ^ In file included from main.cc:25: ./callbacks.h:81:34: error: unknown type name 'string'; did you mean 'std::string'? bool string_is_less(string str1, string str2); ^~~~~~ std::string /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/c++/v1/iosfwd:210:65: note: 'std::string' declared here typedef basic_string, allocator > string; ^ In file included from main.cc:25: ./callbacks.h:132:180: error: unknown type name 'string'; did you mean 'std::string'? void execute_expression(bool force = true, bool do_mathoperation = false, MathOperation op = OPERATION_ADD, MathFunction *f = NULL, bool do_stack = false, size_t stack_index = 0, string execute_str = string(), string str = string(), bool check_exrates = true); ^~~~~~ std::string /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/c++/v1/iosfwd:210:65: note: 'std::string' declared here typedef basic_string, allocator > string; ^ In file included from main.cc:25: ./callbacks.h:132:201: error: use of undeclared identifier 'string'; did you mean 'std::string'? void execute_expression(bool force = true, bool do_mathoperation = false, MathOperation op = OPERATION_ADD, MathFunction *f = NULL, bool do_stack = false, size_t stack_index = 0, string execute_str = string(), string str = string(), bool check_exrates = true); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/c++/v1/iosfwd:210:65: note: 'std::string' declared here typedef basic_string, allocator > string; ^ In file included from main.cc:25: ./callbacks.h:132:211: error: unknown type name 'string'; did you mean 'std::string'? void execute_expression(bool force = true, bool do_mathoperation = false, MathOperation op = OPERATION_ADD, MathFunction *f = NULL, bool do_stack = false, size_t stack_index = 0, string execute_str = string(), string str = string(), bool check_exrates = true); ^~~~~~ std::string /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/c++/v1/iosfwd:210:65: note: 'std::string' declared here typedef basic_string, allocator > string; ^ In file included from main.cc:25: ./callbacks.h:132:224: error: use of undeclared identifier 'string'; did you mean 'std::string'? void execute_expression(bool force = true, bool do_mathoperation = false, MathOperation op = OPERATION_ADD, MathFunction *f = NULL, bool do_stack = false, size_t stack_index = 0, string execute_str = string(), string str = string(), bool check_exrates = true); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/c++/v1/iosfwd:210:65: note: 'std::string' declared here typedef basic_string, allocator > string; ^ In file included from main.cc:25: ./callbacks.h:133:114: error: unknown type name 'string'; did you mean 'std::string'? void setResult(Prefix *prefix = NULL, bool update_history = true, bool update_parse = false, bool force = false, string transformation = "", size_t stack_index = 0, bool register_moved = false); ^~~~~~ std::string /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/c++/v1/iosfwd:210:65: note: 'std::string' declared here typedef basic_string, allocator > string; ^ In file included from main.cc:25: ./callbacks.h:138:23: error: unknown type name 'string'; did you mean 'std::string'? void RPNRegisterAdded(string text, gint index = 0); ^~~~~~ std::string /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/c++/v1/iosfwd:210:65: note: 'std::string' declared here typedef basic_string, allocator > string; ^ In file included from main.cc:25: ./callbacks.h:140:25: error: unknown type name 'string'; did you mean 'std::string'? void RPNRegisterChanged(string text, gint index); ^~~~~~ std::string /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/c++/v1/iosfwd:210:65: note: 'std::string' declared here typedef basic_string, allocator > string; ^ main.cc:29:1: error: unknown type name 'string'; did you mean 'std::string'? string *parsed_to_str; ^~~~~~ std::string /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/c++/v1/iosfwd:210:65: note: 'std::string' declared here typedef basic_string, allocator > string; ^ main.cc:32:1: error: unknown type name 'string'; did you mean 'std::string'? string selected_function_category; ^~~~~~ std::string /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/c++/v1/iosfwd:210:65: note: 'std::string' declared here typedef basic_string, allocator > string; ^ main.cc:35:1: error: unknown type name 'string'; did you mean 'std::string'? string selected_variable_category; ^~~~~~ std::string /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/c++/v1/iosfwd:210:65: note: 'std::string' declared here typedef basic_string, allocator > string; ^ main.cc:37:1: error: unknown type name 'string'; did you mean 'std::string'? string result_text, parsed_text; ^~~~~~ std::string /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/c++/v1/iosfwd:210:65: note: 'std::string' declared here typedef basic_string, allocator > string; ^ main.cc:39:1: error: unknown type name 'string'; did you mean 'std::string'? string selected_unit_category; ^~~~~~ std::string /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/c++/v1/iosfwd:210:65: note: 'std::string' declared here typedef basic_string, allocator > string; ^ fatal error: too many errors emitted, stopping now [-ferror-limit=] 20 errors generated. gmake[2]: *** [Makefile:515: main.o] Error 1 gmake[2]: Leaving directory '/Users/pbulk/build/math/qalculate-gtk/work/qalculate-gtk-3.5.0/src' gmake[1]: *** [Makefile:442: all-recursive] Error 1 gmake[1]: Leaving directory '/Users/pbulk/build/math/qalculate-gtk/work/qalculate-gtk-3.5.0' gmake: *** [Makefile:374: all] Error 2 *** Error code 2 Stop. bmake[1]: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos11-trunk-x86_64/math/qalculate-gtk *** Error code 1 Stop. bmake: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos11-trunk-x86_64/math/qalculate-gtk