+ case "${usergroup_phase}" in
+ local run_cmd
+ run_cmd=run_su
+ shift
+ run_su /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/IglooFTP-0.6.1nb7/work.log
+ su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/IglooFTP-0.6.1nb7/work.log
=> Bootstrap dependency digest>=20211023: found digest-20220214
WARNING: [license.mk] Every package should define a LICENSE.
===> Building for IglooFTP-0.6.1nb7
gcc -c -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/usr/include -Wall -DSHARE_PATH=\"/opt/pkg/share/IglooFTP\" main.c `gtk-config --cflags`
main.c: In function 'main':
main.c:142:24: warning: '%s' directive writing 7 bytes into a region of size between 1 and 1024 [-Wformat-overflow=]
  142 |       sprintf (buf, "%s%s", home_path, "/.gtkrc");
      |                        ^~              ~~~~~~~~~
main.c:142:7: note: 'sprintf' output between 8 and 1031 bytes into a destination of size 1024
  142 |       sprintf (buf, "%s%s", home_path, "/.gtkrc");
      |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc -c -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/usr/include -Wall -DSHARE_PATH=\"/opt/pkg/share/IglooFTP\" GTKmisc.c `gtk-config --cflags`
gcc -c -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/usr/include -Wall -DSHARE_PATH=\"/opt/pkg/share/IglooFTP\" menu.c `gtk-config --cflags`
gcc -c -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/usr/include -Wall -DSHARE_PATH=\"/opt/pkg/share/IglooFTP\" toolbar.c `gtk-config --cflags`
gcc -c -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/usr/include -Wall -DSHARE_PATH=\"/opt/pkg/share/IglooFTP\" connectbar.c `gtk-config --cflags`
gcc -c -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/usr/include -Wall -DSHARE_PATH=\"/opt/pkg/share/IglooFTP\" statusbar.c `gtk-config --cflags`
statusbar.c: In function 'default_status_message':
statusbar.c:63:5: warning: implicit declaration of function 'strcpy' [-Wimplicit-function-declaration]
   63 |     strcpy (buf, "Not connected");
      |     ^~~~~~
statusbar.c:63:5: warning: incompatible implicit declaration of built-in function 'strcpy'
statusbar.c:27:1: note: include '<string.h>' or provide a declaration of 'strcpy'
   26 | #include "statusbar.h"
  +++ |+#include <string.h>
   27 | 
statusbar.c:61:33: warning: '%s' directive writing up to 254 bytes into a region of size 243 [-Wformat-overflow=]
   61 |     sprintf (buf, "Connected to %s on port %hi.", this_connexion.hostname, this_connexion.port);
      |                                 ^~                ~~~~~~~~~~~~~~~~~~~~~~~
statusbar.c:61:19: note: using the range [-32768, 32767] for directive argument
   61 |     sprintf (buf, "Connected to %s on port %hi.", this_connexion.hostname, this_connexion.port);
      |                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
statusbar.c:61:5: note: 'sprintf' output between 25 and 284 bytes into a destination of size 256
   61 |     sprintf (buf, "Connected to %s on port %hi.", this_connexion.hostname, this_connexion.port);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc -c -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/usr/include -Wall -DSHARE_PATH=\"/opt/pkg/share/IglooFTP\" dirlist.c `gtk-config --cflags`
dirlist.c: In function 'update_dirlist':
dirlist.c:343:24: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__P'
  343 |   int (*sort_function) __P ((const void *, const void *));
      |                        ^~~
dirlist.c:343:24: warning: implicit declaration of function '__P' [-Wimplicit-function-declaration]
dirlist.c:343:42: error: expected ')' before ',' token
  343 |   int (*sort_function) __P ((const void *, const void *));
      |                             ~            ^
      |                                          )
dirlist.c:343:57: error: expected expression before ')' token
  343 |   int (*sort_function) __P ((const void *, const void *));
      |                                                         ^
dirlist.c:400:7: error: 'sort_function' undeclared (first use in this function); did you mean 'GDK_function'?
  400 |       sort_function = (local_clist_sort_type == SORT_DOWN) ? local_sort_by_name_down : local_sort_by_name_up;
      |       ^~~~~~~~~~~~~
      |       GDK_function
dirlist.c:400:7: note: each undeclared identifier is reported only once for each function it appears in
dirlist.c:423:41: warning: passing argument 3 of 'scandir' from incompatible pointer type [-Wincompatible-pointer-types]
  423 |   files = scandir (pathname, &filelist, local_scandir_select, sort_function);
      |                                         ^~~~~~~~~~~~~~~~~~~~
      |                                         |
      |                                         int (*)(struct dirent *)
In file included from dirlist.c:27:
/usr/include/dirent.h:106:5: note: expected 'int (*)(const struct dirent *)' but argument is of type 'int (*)(struct dirent *)'
  106 |     int (*)(const struct dirent *),
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dirlist.c: In function 'local_selected_is_executable':
dirlist.c:833:18: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  833 |       this_row = (int) selection->data;
      |                  ^
dirlist.c: In function 'local_file_view_or_edit':
dirlist.c:1130:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
 1130 |     this_row = (int) selection->data;
      |                ^
dirlist.c: In function 'local_exec':
dirlist.c:1169:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
 1169 |     this_row = (int) selection->data;
      |                ^
dirlist.c: In function 'local_chmod':
dirlist.c:1239:15: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
 1239 |       index = (int) selection->data;
      |               ^
dirlist.c: In function 'local_rename':
dirlist.c:1310:42: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
 1310 |   gtk_clist_get_text (GTK_CLIST (clist), (int) selection->data, 1, &oldfilename);
      |                                          ^
dirlist.c: In function 'local_rename_dialog':
dirlist.c:1341:42: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
 1341 |   gtk_clist_get_text (GTK_CLIST (clist), (int) selection->data, 1, &filename);
      |                                          ^
dirlist.c: In function 'local_move':
dirlist.c:1381:12: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
 1381 |    index = (int) selection->data;
      |            ^
dirlist.c: In function 'local_delete':
dirlist.c:1471:15: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
 1471 |       index = (int) selection->data;
      |               ^
dirlist.c: In function 'local_delete_dialog':
dirlist.c:1528:46: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
 1528 |       gtk_clist_get_text (GTK_CLIST (clist), (int) selection->data, 1, &filename);
      |                                              ^
dirlist.c: In function 'upload_selection_recursive':
dirlist.c:1646:15: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
 1646 |       index = (int) selection->data;
      |               ^
dirlist.c: In function 'local_exec':
dirlist.c:1175:37: warning: 'sprintf' may write a terminating nul past the end of the destination [-Wformat-overflow=]
 1175 |   sprintf (absolute_filename, "%s/%s", current_path, filename);
      |                                     ^
dirlist.c:1175:3: note: 'sprintf' output 2 or more bytes (assuming 1025) into a destination of size 1024
 1175 |   sprintf (absolute_filename, "%s/%s", current_path, filename);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dirlist.c: In function 'local_move':
dirlist.c:1389:29: warning: '
 already exists ...' directive writing 20 bytes into a region of size between 1 and 1024 [-Wformat-overflow=]
 1389 |        sprintf (msg_buf, "%s\n already exists ...", buf);
      |                             ^~~~~~~~~~~~~~~~~~~~~
dirlist.c:1389:8: note: 'sprintf' output between 21 and 1044 bytes into a destination of size 1024
 1389 |        sprintf (msg_buf, "%s\n already exists ...", buf);
      |        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dirlist.c:1368:24: warning: ' is not a directory.' directive writing 20 bytes into a region of size between 1 and 1024 [-Wformat-overflow=]
 1368 |       sprintf (buf, "%s is not a directory.", path);
      |                        ^~~~~~~~~~~~~~~~~~~~
dirlist.c:1368:7: note: 'sprintf' output between 21 and 1044 bytes into a destination of size 1024
 1368 |       sprintf (buf, "%s is not a directory.", path);
      |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dirlist.c: In function 'local_create_directory':
dirlist.c:1556:48: warning: '%s' directive writing up to 1023 bytes into a region of size 999 [-Wformat-overflow=]
 1556 |    sprintf (msg_buf, "Can't create directory : %s", buf);
      |                                                ^~   ~~~
dirlist.c:1556:4: note: 'sprintf' output between 26 and 1049 bytes into a destination of size 1024
 1556 |    sprintf (msg_buf, "Can't create directory : %s", buf);
      |    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dirlist.c: In function 'local_change_directory':
dirlist.c:1590:53: warning: '%s' directive writing up to 1023 bytes into a region of size 995 [-Wformat-overflow=]
 1590 |    sprintf (msg_buf, "Can't change to directory :\n %s", buf);
      |                                                     ^~   ~~~
dirlist.c:1590:4: note: 'sprintf' output between 30 and 1053 bytes into a destination of size 1024
 1590 |    sprintf (msg_buf, "Can't change to directory :\n %s", buf);
      |    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*** [dirlist.o] Error code 1

bmake: stopped in /home/pbulk/build/net/IglooFTP/work/IglooFTP-0.6.1/src
1 error

bmake: stopped in /home/pbulk/build/net/IglooFTP/work/IglooFTP-0.6.1/src
*** Error code 2

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

Stop.
bmake: stopped in /data/jenkins/workspace/pkgsrc-upstream-trunk/net/IglooFTP