=> Bootstrap dependency digest>=20211023: found digest-20220214
===> Building for libstree-0.4.2
--- all ---
/opt/pkg/bin/bmake  all-recursive
--- all-recursive ---
Making all in src
--- lst_stree.lo ---
--- lst_string.lo ---
--- lst_algorithms.lo ---
--- lst_stree.lo ---
if /opt/pkg/bin/mksh ../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H  -I. -I. -I.. -I.. -W -Wall     -pipe -Os -MT lst_stree.lo -MD -MP -MF ".deps/lst_stree.Tpo" -c -o lst_stree.lo lst_stree.c;  then mv -f ".deps/lst_stree.Tpo" ".deps/lst_stree.Plo"; else rm -f ".deps/lst_stree.Tpo"; exit 1; fi
--- lst_string.lo ---
if /opt/pkg/bin/mksh ../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H  -I. -I. -I.. -I.. -W -Wall     -pipe -Os -MT lst_string.lo -MD -MP -MF ".deps/lst_string.Tpo" -c -o lst_string.lo lst_string.c;  then mv -f ".deps/lst_string.Tpo" ".deps/lst_string.Plo"; else rm -f ".deps/lst_string.Tpo"; exit 1; fi
--- lst_algorithms.lo ---
if /opt/pkg/bin/mksh ../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H  -I. -I. -I.. -I.. -W -Wall     -pipe -Os -MT lst_algorithms.lo -MD -MP -MF ".deps/lst_algorithms.Tpo" -c -o lst_algorithms.lo lst_algorithms.c;  then mv -f ".deps/lst_algorithms.Tpo" ".deps/lst_algorithms.Plo"; else rm -f ".deps/lst_algorithms.Tpo"; exit 1; fi
--- lst_stree.lo ---
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I.. -W -Wall -pipe -Os -MT lst_stree.lo -MD -MP -MF .deps/lst_stree.Tpo -c lst_stree.c  -fno-common -DPIC -o .libs/lst_stree.o
--- lst_string.lo ---
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I.. -W -Wall -pipe -Os -MT lst_string.lo -MD -MP -MF .deps/lst_string.Tpo -c lst_string.c  -fno-common -DPIC -o .libs/lst_string.o
--- lst_algorithms.lo ---
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I.. -W -Wall -pipe -Os -MT lst_algorithms.lo -MD -MP -MF .deps/lst_algorithms.Tpo -c lst_algorithms.c  -fno-common -DPIC -o .libs/lst_algorithms.o
In file included from lst_algorithms.c:29:
./lst_string.h:101:3: error: unknown type name 'u_char'; did you mean 'char'?
  u_char                      data_external;
  ^~~~~~
  char
./lst_string.h:103:3: error: unknown type name 'u_int'
  u_int                       num_items;
  ^
--- lst_stree.lo ---
In file included from lst_stree.c:34:
In file included from ./lst_stree.h:34:
In file included from ./lst_structs.h:29:
./lst_string.h:101:3: error: unknown type name 'u_char'; did you mean 'char'?
--- lst_algorithms.lo ---
./lst_string.h:104:3: error: unknown type name 'u_int'
  u_int                       item_size;
  ^
--- lst_stree.lo ---
  u_char                      data_external;
  ^~~~~~
  char
--- lst_algorithms.lo ---
./lst_string.h:130:3: error: unknown type name 'u_int'
  u_int        start_index;
  ^
--- lst_stree.lo ---
./lst_string.h:103:3: error: unknown type name 'u_int'
  u_int                       num_items;
  ^
--- lst_algorithms.lo ---
./lst_string.h:136:3: error: unknown type name 'u_int'
  u_int       *end_index;
  ^
--- lst_stree.lo ---
./lst_string.h:104:3: error: unknown type name 'u_int'
  u_int                       item_size;
  ^
--- lst_algorithms.lo ---
./lst_string.h:137:3: error: unknown type name 'u_int'
  u_int        end_index_local;
  ^
--- lst_stree.lo ---
./lst_string.h:130:3: error: unknown type name 'u_int'
  u_int        start_index;
  ^
--- lst_algorithms.lo ---
./lst_string.h:143:3: error: unknown type name 'u_int'
  u_int        extra_index;
  ^
--- lst_stree.lo ---
./lst_string.h:136:3: error: unknown type name 'u_int'
  u_int       *end_index;
  ^
--- lst_algorithms.lo ---
./lst_string.h:165:45: error: unknown type name 'u_int'
LST_String      *lst_string_new(void *data, u_int item_size, u_int num_items);
                                            ^
--- lst_stree.lo ---
./lst_string.h:137:3: error: unknown type name 'u_int'
  u_int        end_index_local;
  ^
--- lst_algorithms.lo ---
./lst_string.h:165:62: error: unknown type name 'u_int'
LST_String      *lst_string_new(void *data, u_int item_size, u_int num_items);
                                                             ^
--- lst_stree.lo ---
./lst_string.h:143:3: error: unknown type name 'u_int'
  u_int        extra_index;
  ^
--- lst_algorithms.lo ---
./lst_string.h:180:6: error: unknown type name 'u_int'
                                 u_int item_size, u_int num_items);
                                 ^
--- lst_stree.lo ---
./lst_string.h:165:45: error: unknown type name 'u_int'
--- lst_algorithms.lo ---
./lst_string.h:180:23: error: unknown type name 'u_int'
--- lst_stree.lo ---
LST_String      *lst_string_new(void *data, u_int item_size, u_int num_items);
                                            ^
--- lst_algorithms.lo ---
                                 u_int item_size, u_int num_items);
                                                  ^
--- lst_stree.lo ---
./lst_string.h:165:62: error: unknown type name 'u_int'
LST_String      *lst_string_new(void *data, u_int item_size, u_int num_items);
                                                             ^
--- lst_algorithms.lo ---
./lst_string.h:217:1: error: unknown type name 'u_int'
u_int            lst_string_get_length(LST_String *string);
^
--- lst_stree.lo ---
./lst_string.h:180:6: error: unknown type name 'u_int'
--- lst_algorithms.lo ---
./lst_string.h:228:58: error: unknown type name 'u_int'
--- lst_stree.lo ---
                                 u_int item_size, u_int num_items);
                                 ^
--- lst_algorithms.lo ---
void            *lst_string_get_item(LST_String *string, u_int index);
                                                         ^
--- lst_stree.lo ---
./lst_string.h:180:23: error: unknown type name 'u_int'
                                 u_int item_size, u_int num_items);
                                                  ^
--- lst_algorithms.lo ---
./lst_string.h:254:56: error: unknown type name 'u_int'
void             lst_string_item_copy(LST_String *src, u_int src_index,
                                                       ^
./lst_string.h:255:28: error: unknown type name 'u_int'
                                      LST_String *dst, u_int dst_index);
                                                       ^
--- lst_stree.lo ---
./lst_string.h:217:1: error: unknown type name 'u_int'
u_int            lst_string_get_length(LST_String *string);
^
--- lst_algorithms.lo ---
./lst_string.h:271:48: error: unknown type name 'u_int'
int              lst_string_eq(LST_String *s1, u_int item1,
                                               ^
--- lst_stree.lo ---
./lst_string.h:228:58: error: unknown type name 'u_int'
void            *lst_string_get_item(LST_String *string, u_int index);
                                                         ^
--- lst_algorithms.lo ---
./lst_string.h:272:27: error: unknown type name 'u_int'
                               LST_String *s2, u_int item2);
                                               ^
--- lst_stree.lo ---
./lst_string.h:254:56: error: unknown type name 'u_int'
void             lst_string_item_copy(LST_String *src, u_int src_index,
                                                       ^
--- lst_algorithms.lo ---
./lst_string.h:289:1: error: unknown type name 'u_int'
u_int            lst_string_items_common(LST_String *s1, u_int off1,
^
./lst_string.h:289:58: error: unknown type name 'u_int'
u_int            lst_string_items_common(LST_String *s1, u_int off1,
                                                         ^
--- lst_stree.lo ---
./lst_string.h:255:28: error: unknown type name 'u_int'
                                      LST_String *dst, u_int dst_index);
                                                       ^
--- lst_algorithms.lo ---
fatal error: too many errors emitted, stopping now [-ferror-limit=]
--- lst_stree.lo ---
./lst_string.h:271:48: error: unknown type name 'u_int'
int              lst_string_eq(LST_String *s1, u_int item1,
                                               ^
./lst_string.h:272:27: error: unknown type name 'u_int'
                               LST_String *s2, u_int item2);
                                               ^
./lst_string.h:289:1: error: unknown type name 'u_int'
u_int            lst_string_items_common(LST_String *s1, u_int off1,
^
./lst_string.h:289:58: error: unknown type name 'u_int'
u_int            lst_string_items_common(LST_String *s1, u_int off1,
                                                         ^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
--- lst_algorithms.lo ---
20 errors generated.
--- lst_stree.lo ---
20 errors generated.
--- lst_algorithms.lo ---
*** [lst_algorithms.lo] Error code 1

bmake[2]: stopped in /Users/pbulk/build/devel/libstree/work/libstree-0.4.2/src
--- lst_string.lo ---
lst_string.c:330:7: warning: unused variable 'tmp' [-Wunused-variable]
  int tmp;
      ^
--- lst_stree.lo ---
*** [lst_stree.lo] Error code 1

bmake[2]: stopped in /Users/pbulk/build/devel/libstree/work/libstree-0.4.2/src
--- lst_string.lo ---
1 warning generated.
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I.. -W -Wall -pipe -Os -MT lst_string.lo -MD -MP -MF .deps/lst_string.Tpo -c lst_string.c -o lst_string.o >/dev/null 2>&1
2 errors

bmake[2]: stopped in /Users/pbulk/build/devel/libstree/work/libstree-0.4.2/src
*** [all-recursive] Error code 1

bmake[1]: stopped in /Users/pbulk/build/devel/libstree/work/libstree-0.4.2
1 error

bmake[1]: stopped in /Users/pbulk/build/devel/libstree/work/libstree-0.4.2
*** [all] Error code 2

bmake: stopped in /Users/pbulk/build/devel/libstree/work/libstree-0.4.2
1 error

bmake: stopped in /Users/pbulk/build/devel/libstree/work/libstree-0.4.2
*** Error code 2

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

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