+ 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 -O2 -msave-args -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` gcc -c -pipe -O2 -msave-args -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 -O2 -msave-args -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 -O2 -msave-args -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 -O2 -msave-args -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 -O2 -msave-args -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:27:1: note: include '<string.h>' or provide a declaration of 'strcpy' 26 | #include "statusbar.h" +++ |+#include <string.h> 27 | statusbar.c:63:5: warning: incompatible implicit declaration of built-in function 'strcpy' [-Wbuiltin-declaration-mismatch] 63 | strcpy (buf, "Not connected"); | ^~~~~~ statusbar.c:63:5: note: include '<string.h>' or provide a declaration of 'strcpy' 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 -O2 -msave-args -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:33: 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:19: 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.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