=> Bootstrap dependency digest>=20211023: found digest-20220214
WARNING: [license.mk] Every package should define a LICENSE.
===> Building for craft-3.5nb5
--- config.h ---
--- hcc/hcc ---
--- config.h ---
echo '#define PREFIX "/opt/pkg"' > config.h
--- hcc/hcc ---
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.
--- xtimer.o ---
--- option_menu.o ---
--- setupedit.o ---
--- xtimer.o ---
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
--- option_menu.o ---
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
--- setupedit.o ---
hcc/hcc -compiler clang -I/opt/pkg/include -pipe -Os -Wno-return-type -I/opt/pkg/include -I/opt/pkg/include -D_REENTRANT -c setupedit
--- robot.o ---
hcc/hcc -compiler clang -I/opt/pkg/include -pipe -Os -Wno-return-type -I/opt/pkg/include -I/opt/pkg/include -D_REENTRANT -c robot
--- setupedit.o ---
In file included from setupedit.hc:1:

In file included from ./win.h:31:
In file included from ./xmath.h:22:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/c++/v1/math.h:309:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/c++/v1/type_traits:417:
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/c++/v1/cstddef:71:29: error: redefinition of '__libcpp_is_integral<int>'
template <>          struct __libcpp_is_integral<int>                { enum { value = 1 }; };
                            ^~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.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 setupedit.hc:1:

In file included from ./win.h:31:
In file included from ./xmath.h:22:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/c++/v1/math.h:309:
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/c++/v1/type_traits:2297:20: error: redefinition of '__make_signed<int, 1>'
template <> struct __make_signed<  signed int,       true> {typedef int       type;};
                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/c++/v1/type_traits:2294:20: note: previous definition is here
template <> struct __make_signed<bool,               true> {};
                   ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/c++/v1/type_traits:2330:20: error: redefinition of '__make_unsigned<int, 1>'
template <> struct __make_unsigned<  signed int,       true> {typedef unsigned int       type;};
                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/c++/v1/type_traits:2327:20: note: previous definition is here
template <> struct __make_unsigned<bool,               true> {};
                   ^
3 errors generated.
*** [setupedit.o] Error code 1

bmake: stopped in /Users/pbulk/build/games/craft/work
--- option_menu.o ---
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/MacOSX11.3.sdk/usr/include/c++/v1/math.h:309:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/c++/v1/type_traits:417:
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/c++/v1/cstddef:71:29: error: redefinition of '__libcpp_is_integral<int>'
template <>          struct __libcpp_is_integral<int>                { enum { value = 1 }; };
                            ^~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.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/MacOSX11.3.sdk/usr/include/c++/v1/math.h:309:
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/c++/v1/type_traits:2297:20: error: redefinition of '__make_signed<int, 1>'
template <> struct __make_signed<  signed int,       true> {typedef int       type;};
                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/c++/v1/type_traits:2294:20: note: previous definition is here
template <> struct __make_signed<bool,               true> {};
                   ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/c++/v1/type_traits:2330:20: error: redefinition of '__make_unsigned<int, 1>'
template <> struct __make_unsigned<  signed int,       true> {typedef unsigned int       type;};
                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/c++/v1/type_traits:2327: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
--- robot.o ---
In file included from robot.hc:1:

In file included from ./robot.h:5:
In file included from ./win.h:31:
In file included from ./xmath.h:22:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/c++/v1/math.h:309:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/c++/v1/type_traits:417:
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/c++/v1/cstddef:71:29: error: redefinition of '__libcpp_is_integral<int>'
template <>          struct __libcpp_is_integral<int>                { enum { value = 1 }; };
                            ^~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.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 robot.hc:1:

In file included from ./robot.h:5:
In file included from ./win.h:31:
In file included from ./xmath.h:22:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/c++/v1/math.h:309:
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/c++/v1/type_traits:2297:20: error: redefinition of '__make_signed<int, 1>'
template <> struct __make_signed<  signed int,       true> {typedef int       type;};
                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/c++/v1/type_traits:2294:20: note: previous definition is here
template <> struct __make_signed<bool,               true> {};
                   ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/c++/v1/type_traits:2330:20: error: redefinition of '__make_unsigned<int, 1>'
template <> struct __make_unsigned<  signed int,       true> {typedef unsigned int       type;};
                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/c++/v1/type_traits:2327:20: note: previous definition is here
template <> struct __make_unsigned<bool,               true> {};
                   ^
robot.hc:881:66: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]

      if ( /* ee */       /* no_cmd */      (objects->cmd [o][0] == cmd_idle))
                                             ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
robot.hc:881:66: note: remove extraneous parentheses around the comparison to silence this warning

      if ( /* ee */       /* no_cmd */      (objects->cmd [o][0] == cmd_idle))
                                            ~                    ^          ~
robot.hc:881:66: note: use '=' to turn this equality comparison into an assignment

      if ( /* ee */       /* no_cmd */      (objects->cmd [o][0] == cmd_idle))
                                                                 ^~
                                                                 =
robot.hc:881:66: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]

      if ( /* ee */       /* no_cmd */      (objects->cmd [o][0] == cmd_idle))
                                             ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
robot.hc:881:66: note: remove extraneous parentheses around the comparison to silence this warning

      if ( /* ee */       /* no_cmd */      (objects->cmd [o][0] == cmd_idle))
                                            ~                    ^          ~
robot.hc:881:66: note: use '=' to turn this equality comparison into an assignment

      if ( /* ee */       /* no_cmd */      (objects->cmd [o][0] == cmd_idle))
                                                                 ^~
                                                                 =
2 warnings and 3 errors generated.
*** [robot.o] Error code 1

bmake: stopped in /Users/pbulk/build/games/craft/work
3 errors

bmake: stopped in /Users/pbulk/build/games/craft/work
*** Error code 2

Stop.
bmake[1]: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos11-trunk-arm64/games/craft
*** Error code 1

Stop.
bmake: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos11-trunk-arm64/games/craft