+ case "${usergroup_phase}" in
+ local run_cmd
+ run_cmd=run_su
+ shift
+ run_su /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent MYSQL_VERSION_REQD=mariadb106 WRKLOG=/tmp/bulklog/neko-2.3.0nb10/work.log
+ su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent MYSQL_VERSION_REQD=mariadb106 WRKLOG=/tmp/bulklog/neko-2.3.0nb10/work.log
=> Bootstrap dependency digest>=20211023: found digest-20220214
===> Building for neko-2.3.0nb10
[  1%] Building C object CMakeFiles/libneko.dir/vm/alloc.c.o
/home/pbulk/build/lang/neko/work/neko-2-3-0/vm/alloc.c: In function 'neko_gc_init':
/home/pbulk/build/lang/neko/work/neko-2-3-0/vm/alloc.c:123:2: warning: 'GC_all_interior_pointers' is deprecated [-Wdeprecated-declarations]
  123 |  GC_all_interior_pointers = 0;
      |  ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/lang/neko/work/neko-2-3-0/vm/alloc.c:45:
/home/pbulk/build/lang/neko/work/.buildlink/include/gc/gc.h:195:31: note: declared here
  195 | GC_API GC_ATTR_DEPRECATED int GC_all_interior_pointers;
      |                               ^~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/lang/neko/work/neko-2-3-0/vm/alloc.c:131:2: warning: 'GC_java_finalization' is deprecated [-Wdeprecated-declarations]
  131 |  GC_java_finalization = 1;
      |  ^~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/lang/neko/work/neko-2-3-0/vm/alloc.c:45:
/home/pbulk/build/lang/neko/work/.buildlink/include/gc/gc.h:221:31: note: declared here
  221 | GC_API GC_ATTR_DEPRECATED int GC_java_finalization;
      |                               ^~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/lang/neko/work/neko-2-3-0/vm/alloc.c:134:2: warning: 'GC_no_dls' is deprecated [-Wdeprecated-declarations]
  134 |  GC_no_dls = 1;
      |  ^~~~~~~~~
In file included from /home/pbulk/build/lang/neko/work/neko-2-3-0/vm/alloc.c:45:
/home/pbulk/build/lang/neko/work/.buildlink/include/gc/gc.h:308:31: note: declared here
  308 | GC_API GC_ATTR_DEPRECATED int GC_no_dls;
      |                               ^~~~~~~~~
[  2%] Building C object CMakeFiles/libneko.dir/vm/builtins.c.o
[  3%] Building C object CMakeFiles/libneko.dir/vm/callback.c.o
[  4%] Building C object CMakeFiles/libneko.dir/vm/elf.c.o
[  6%] Building C object CMakeFiles/libneko.dir/vm/interp.c.o
[  7%] Building C object CMakeFiles/libneko.dir/vm/load.c.o
[  8%] Building C object CMakeFiles/libneko.dir/vm/objtable.c.o
[  9%] Building C object CMakeFiles/libneko.dir/vm/others.c.o
[ 10%] Building C object CMakeFiles/libneko.dir/vm/hash.c.o
[ 12%] Building C object CMakeFiles/libneko.dir/vm/module.c.o
[ 13%] Building C object CMakeFiles/libneko.dir/vm/jit_x86.c.o
[ 14%] Building C object CMakeFiles/libneko.dir/vm/threads.c.o
/home/pbulk/build/lang/neko/work/neko-2-3-0/vm/threads.c: In function 'neko_thread_blocking':
/home/pbulk/build/lang/neko/work/neko-2-3-0/vm/threads.c:189:9: error: unknown type name 'callb_func'
  189 |  static callb_func do_blocking = NULL;
      |         ^~~~~~~~~~
/home/pbulk/build/lang/neko/work/neko-2-3-0/vm/threads.c:189:34: warning: initialization of 'int' from 'void *' makes integer from pointer without a cast [-Wint-conversion]
  189 |  static callb_func do_blocking = NULL;
      |                                  ^~~~
/home/pbulk/build/lang/neko/work/neko-2-3-0/vm/threads.c:190:9: error: unknown type name 'std_func'
  190 |  static std_func start = NULL, end = NULL;
      |         ^~~~~~~~
/home/pbulk/build/lang/neko/work/neko-2-3-0/vm/threads.c:190:26: warning: initialization of 'int' from 'void *' makes integer from pointer without a cast [-Wint-conversion]
  190 |  static std_func start = NULL, end = NULL;
      |                          ^~~~
/home/pbulk/build/lang/neko/work/neko-2-3-0/vm/threads.c:190:38: warning: initialization of 'int' from 'void *' makes integer from pointer without a cast [-Wint-conversion]
  190 |  static std_func start = NULL, end = NULL;
      |                                      ^~~~
/home/pbulk/build/lang/neko/work/neko-2-3-0/vm/threads.c:192:3: error: called object 'do_blocking' is not a function or function pointer
  192 |   do_blocking(f,p);
      |   ^~~~~~~~~~~
/home/pbulk/build/lang/neko/work/neko-2-3-0/vm/threads.c:189:20: note: declared here
  189 |  static callb_func do_blocking = NULL;
      |                    ^~~~~~~~~~~
/home/pbulk/build/lang/neko/work/neko-2-3-0/vm/threads.c:194:3: error: called object 'start' is not a function or function pointer
  194 |   start();
      |   ^~~~~
/home/pbulk/build/lang/neko/work/neko-2-3-0/vm/threads.c:190:18: note: declared here
  190 |  static std_func start = NULL, end = NULL;
      |                  ^~~~~
/home/pbulk/build/lang/neko/work/neko-2-3-0/vm/threads.c:196:3: error: called object 'end' is not a function or function pointer
  196 |   end();
      |   ^~~
/home/pbulk/build/lang/neko/work/neko-2-3-0/vm/threads.c:190:32: note: declared here
  190 |  static std_func start = NULL, end = NULL;
      |                                ^~~
/home/pbulk/build/lang/neko/work/neko-2-3-0/vm/threads.c:199:18: error: 'callb_func' undeclared (first use in this function)
  199 |   do_blocking = (callb_func)dlsym(self,"GC_do_blocking");
      |                  ^~~~~~~~~~
/home/pbulk/build/lang/neko/work/neko-2-3-0/vm/threads.c:199:18: note: each undeclared identifier is reported only once for each function it appears in
/home/pbulk/build/lang/neko/work/neko-2-3-0/vm/threads.c:199:29: error: expected ';' before 'dlsym'
  199 |   do_blocking = (callb_func)dlsym(self,"GC_do_blocking");
      |                             ^~~~~
      |                             ;
/home/pbulk/build/lang/neko/work/neko-2-3-0/vm/threads.c:201:13: error: 'std_func' undeclared (first use in this function)
  201 |    start = (std_func)dlsym(self,"GC_start_blocking");
      |             ^~~~~~~~
/home/pbulk/build/lang/neko/work/neko-2-3-0/vm/threads.c:201:22: error: expected ';' before 'dlsym'
  201 |    start = (std_func)dlsym(self,"GC_start_blocking");
      |                      ^~~~~
      |                      ;
/home/pbulk/build/lang/neko/work/neko-2-3-0/vm/threads.c:202:20: error: expected ';' before 'dlsym'
  202 |    end = (std_func)dlsym(self,"GC_end_blocking");
      |                    ^~~~~
      |                    ;
/home/pbulk/build/lang/neko/work/neko-2-3-0/vm/threads.c: In function 'neko_thread_register':
/home/pbulk/build/lang/neko/work/neko-2-3-0/vm/threads.c:226:9: error: unknown type name 'gc_stack_ptr'
  226 |  static gc_stack_ptr get_sb = NULL, my_thread = NULL;
      |         ^~~~~~~~~~~~
/home/pbulk/build/lang/neko/work/neko-2-3-0/vm/threads.c:226:31: warning: initialization of 'int' from 'void *' makes integer from pointer without a cast [-Wint-conversion]
  226 |  static gc_stack_ptr get_sb = NULL, my_thread = NULL;
      |                               ^~~~
/home/pbulk/build/lang/neko/work/neko-2-3-0/vm/threads.c:226:49: warning: initialization of 'int' from 'void *' makes integer from pointer without a cast [-Wint-conversion]
  226 |  static gc_stack_ptr get_sb = NULL, my_thread = NULL;
      |                                                 ^~~~
/home/pbulk/build/lang/neko/work/neko-2-3-0/vm/threads.c:227:9: error: unknown type name 'std_func'
  227 |  static std_func unreg_my_thread = NULL;
      |         ^~~~~~~~
/home/pbulk/build/lang/neko/work/neko-2-3-0/vm/threads.c:227:36: warning: initialization of 'int' from 'void *' makes integer from pointer without a cast [-Wint-conversion]
  227 |  static std_func unreg_my_thread = NULL;
      |                                    ^~~~
/home/pbulk/build/lang/neko/work/neko-2-3-0/vm/threads.c:228:28: warning: comparison between pointer and integer
  228 |  if( !t && unreg_my_thread != NULL ) {
      |                            ^~
/home/pbulk/build/lang/neko/work/neko-2-3-0/vm/threads.c:229:10: error: called object 'unreg_my_thread' is not a function or function pointer
  229 |   return unreg_my_thread() == GC_SUCCESS;
      |          ^~~~~~~~~~~~~~~
/home/pbulk/build/lang/neko/work/neko-2-3-0/vm/threads.c:227:18: note: declared here
  227 |  static std_func unreg_my_thread = NULL;
      |                  ^~~~~~~~~~~~~~~
/home/pbulk/build/lang/neko/work/neko-2-3-0/vm/threads.c:230:23: warning: comparison between pointer and integer
  230 |  } else if( my_thread != NULL ) {
      |                       ^~
/home/pbulk/build/lang/neko/work/neko-2-3-0/vm/threads.c:233:7: error: called object 'get_sb' is not a function or function pointer
  233 |   if( get_sb(&sb) != GC_SUCCESS )
      |       ^~~~~~
/home/pbulk/build/lang/neko/work/neko-2-3-0/vm/threads.c:226:22: note: declared here
  226 |  static gc_stack_ptr get_sb = NULL, my_thread = NULL;
      |                      ^~~~~~
/home/pbulk/build/lang/neko/work/neko-2-3-0/vm/threads.c:235:7: error: called object 'my_thread' is not a function or function pointer
  235 |   r = my_thread(&sb);
      |       ^~~~~~~~~
/home/pbulk/build/lang/neko/work/neko-2-3-0/vm/threads.c:226:37: note: declared here
  226 |  static gc_stack_ptr get_sb = NULL, my_thread = NULL;
      |                                     ^~~~~~~~~
/home/pbulk/build/lang/neko/work/neko-2-3-0/vm/threads.c:239:16: error: 'gc_stack_ptr' undeclared (first use in this function)
  239 |   my_thread = (gc_stack_ptr)dlsym(self,"GC_register_my_thread");
      |                ^~~~~~~~~~~~
/home/pbulk/build/lang/neko/work/neko-2-3-0/vm/threads.c:239:29: error: expected ';' before 'dlsym'
  239 |   my_thread = (gc_stack_ptr)dlsym(self,"GC_register_my_thread");
      |                             ^~~~~
      |                             ;
/home/pbulk/build/lang/neko/work/neko-2-3-0/vm/threads.c:240:26: error: expected ';' before 'dlsym'
  240 |   get_sb = (gc_stack_ptr)dlsym(self,"GC_get_stack_base");
      |                          ^~~~~
      |                          ;
/home/pbulk/build/lang/neko/work/neko-2-3-0/vm/threads.c:241:22: error: 'std_func' undeclared (first use in this function)
  241 |   unreg_my_thread = (std_func)dlsym(self,"GC_unregister_my_thread");
      |                      ^~~~~~~~
/home/pbulk/build/lang/neko/work/neko-2-3-0/vm/threads.c:241:31: error: expected ';' before 'dlsym'
  241 |   unreg_my_thread = (std_func)dlsym(self,"GC_unregister_my_thread");
      |                               ^~~~~
      |                               ;
/home/pbulk/build/lang/neko/work/neko-2-3-0/vm/threads.c:242:17: warning: comparison between pointer and integer
  242 |   if( my_thread == NULL ) my_thread = do_nothing;
      |                 ^~
/home/pbulk/build/lang/neko/work/neko-2-3-0/vm/threads.c:242:39: error: 'do_nothing' undeclared (first use in this function)
  242 |   if( my_thread == NULL ) my_thread = do_nothing;
      |                                       ^~~~~~~~~~
/home/pbulk/build/lang/neko/work/neko-2-3-0/vm/threads.c:243:14: warning: comparison between pointer and integer
  243 |   if( get_sb == NULL ) get_sb = do_nothing;
      |              ^~
/home/pbulk/build/lang/neko/work/neko-2-3-0/vm/threads.c:244:23: warning: comparison between pointer and integer
  244 |   if( unreg_my_thread == NULL ) unreg_my_thread = (std_func)do_nothing;
      |                       ^~
/home/pbulk/build/lang/neko/work/neko-2-3-0/vm/threads.c:244:61: error: expected ';' before 'do_nothing'
  244 |   if( unreg_my_thread == NULL ) unreg_my_thread = (std_func)do_nothing;
      |                                                             ^~~~~~~~~~
      |                                                             ;
*** Error code 1

Stop.
bmake[2]: stopped in /home/pbulk/build/lang/neko/work/neko-2-3-0
*** Error code 1

Stop.
bmake[1]: stopped in /home/pbulk/build/lang/neko/work/neko-2-3-0
*** Error code 1

Stop.
bmake: stopped in /home/pbulk/build/lang/neko/work/neko-2-3-0
*** Error code 1

Stop.
bmake[1]: stopped in /data/jenkins/workspace/pkgsrc-upstream-trunk/lang/neko
*** Error code 1

Stop.
bmake: stopped in /data/jenkins/workspace/pkgsrc-upstream-trunk/lang/neko