=> Bootstrap dependency digest>=20211023: found digest-20220214 WARNING: [license.mk] Every package should define a LICENSE. ===> Building for craft-3.5nb5 echo '#define PREFIX "/opt/pkg"' > config.h clang++ -pipe -Os -Wno-return-type -I/opt/pkg/include -I/opt/pkg/include -D_REENTRANT hcc/hcc.cc -o hcc/hcc hcc/hcc.cc:1073:61: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] /* calc_min */ {if ( /* first_line */ (l == ref_start_line [ref_n])) ~~^~~~~~~~~~~~~~~~~~~~~~~~~ hcc/hcc.cc:1073:61: note: remove extraneous parentheses around the comparison to silence this warning /* calc_min */ {if ( /* first_line */ (l == ref_start_line [ref_n])) ~ ^ ~ hcc/hcc.cc:1073:61: note: use '=' to turn this equality comparison into an assignment /* calc_min */ {if ( /* first_line */ (l == ref_start_line [ref_n])) ^~ = hcc/hcc.cc:1077:60: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] /* calc_max */ {if ( /* last_line */ (l == ref_end_line [ref_n])) ~~^~~~~~~~~~~~~~~~~~~~~~~ hcc/hcc.cc:1077:60: note: remove extraneous parentheses around the comparison to silence this warning /* calc_max */ {if ( /* last_line */ (l == ref_end_line [ref_n])) ~ ^ ~ hcc/hcc.cc:1077:60: note: use '=' to turn this equality comparison into an assignment /* calc_max */ {if ( /* last_line */ (l == ref_end_line [ref_n])) ^~ = 2 warnings generated. hcc/hcc -compiler clang -I/opt/pkg/include -pipe -Os -Wno-return-type -I/opt/pkg/include -I/opt/pkg/include -D_REENTRANT -c xtimer hcc/hcc -compiler clang -I/opt/pkg/include -pipe -Os -Wno-return-type -I/opt/pkg/include -I/opt/pkg/include -D_REENTRANT -c option_menu In file included from option_menu.hc:1: In file included from ./scroller.h:4: In file included from ./win.h:31: In file included from ./xmath.h:22: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/math.h:309: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/type_traits:420: /Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/cstddef:73:29: error: redefinition of '__libcpp_is_integral<int>' template <> struct __libcpp_is_integral<int> { enum { value = 1 }; }; ^~~~~~~~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/cstddef:57:29: note: previous definition is here template <> struct __libcpp_is_integral<bool> { enum { value = 1 }; }; ^ In file included from option_menu.hc:1: In file included from ./scroller.h:4: In file included from ./win.h:31: In file included from ./xmath.h:22: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/math.h:309: /Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/type_traits:2287:20: error: redefinition of '__make_signed<int, 1>' template <> struct __make_signed< signed int, true> {typedef int type;}; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/type_traits:2284:20: note: previous definition is here template <> struct __make_signed<bool, true> {}; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/type_traits:2320:20: error: redefinition of '__make_unsigned<int, 1>' template <> struct __make_unsigned< signed int, true> {typedef unsigned int type;}; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/type_traits:2317:20: note: previous definition is here template <> struct __make_unsigned<bool, true> {}; ^ 3 errors generated. *** [option_menu.o] Error code 1 bmake: stopped in /Users/pbulk/build/games/craft/work 1 error bmake: stopped in /Users/pbulk/build/games/craft/work *** Error code 2 Stop. bmake[1]: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/games/craft *** Error code 1 Stop. bmake: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/games/craft