+ 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/manedit-0.8.1nb1/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/manedit-0.8.1nb1/work.log => Bootstrap dependency digest>=20211023: found digest-20220214 WARNING: [license.mk] Every package should define a LICENSE. ===> Building for manedit-0.8.1nb1 --- aboutdialog.o --- --- cdialog.o --- --- csd.o --- --- editor.o --- --- editorcb.o --- --- editordnd.o --- --- editorfio.o --- --- editorfip.o --- --- editor.o --- gcc -c editor.c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/usr/include `gtk-config --cflags` -O2 -Wall -DPREFIX=\"/opt/pkg\" -DLOCALBASE=\"/opt/pkg\" -DX11BASE=\"/opt/pkg\" --- cdialog.o --- gcc -c cdialog.c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/usr/include `gtk-config --cflags` -O2 -Wall -DPREFIX=\"/opt/pkg\" -DLOCALBASE=\"/opt/pkg\" -DX11BASE=\"/opt/pkg\" --- csd.o --- gcc -c csd.c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/usr/include `gtk-config --cflags` -O2 -Wall -DPREFIX=\"/opt/pkg\" -DLOCALBASE=\"/opt/pkg\" -DX11BASE=\"/opt/pkg\" --- editorfio.o --- gcc -c editorfio.c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/usr/include `gtk-config --cflags` -O2 -Wall -DPREFIX=\"/opt/pkg\" -DLOCALBASE=\"/opt/pkg\" -DX11BASE=\"/opt/pkg\" --- editorfip.o --- gcc -c editorfip.c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/usr/include `gtk-config --cflags` -O2 -Wall -DPREFIX=\"/opt/pkg\" -DLOCALBASE=\"/opt/pkg\" -DX11BASE=\"/opt/pkg\" --- aboutdialog.o --- gcc -c aboutdialog.c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/usr/include `gtk-config --cflags` -O2 -Wall -DPREFIX=\"/opt/pkg\" -DLOCALBASE=\"/opt/pkg\" -DX11BASE=\"/opt/pkg\" --- editordnd.o --- gcc -c editordnd.c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/usr/include `gtk-config --cflags` -O2 -Wall -DPREFIX=\"/opt/pkg\" -DLOCALBASE=\"/opt/pkg\" -DX11BASE=\"/opt/pkg\" --- editorcb.o --- gcc -c editorcb.c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/usr/include `gtk-config --cflags` -O2 -Wall -DPREFIX=\"/opt/pkg\" -DLOCALBASE=\"/opt/pkg\" -DX11BASE=\"/opt/pkg\" --- editor.o --- In file included from ../include/string.h:12, from editor.c:4: ../include/../include/os.h:260:33: error: conflicting types for 'int64_t' 260 | typedef long long int64_t; | ^~~~~~~ In file included from /usr/include/sys/types.h:55, from ../include/string.h:11, from editor.c:4: /usr/include/sys/int_types.h:83:16: note: previous declaration of 'int64_t' was here 83 | typedef long int64_t; | ^~~~~~~ --- editorfio.o --- In file included from ../include/string.h:12, from editorfio.c:6: ../include/../include/os.h:260:33: error: conflicting types for 'int64_t' 260 | typedef long long int64_t; | ^~~~~~~ In file included from /usr/include/sys/types.h:55, from /usr/include/sys/stat.h:35, from editorfio.c:2: /usr/include/sys/int_types.h:83:16: note: previous declaration of 'int64_t' was here 83 | typedef long int64_t; | ^~~~~~~ --- editorfip.o --- In file included from ../include/string.h:12, from editorfip.c:3: ../include/../include/os.h:260:33: error: conflicting types for 'int64_t' 260 | typedef long long int64_t; | ^~~~~~~ In file included from /usr/include/sys/types.h:55, from ../include/string.h:11, from editorfip.c:3: /usr/include/sys/int_types.h:83:16: note: previous declaration of 'int64_t' was here 83 | typedef long int64_t; | ^~~~~~~ --- aboutdialog.o --- aboutdialog.c: In function 'AboutDialogNew': aboutdialog.c:61:29: warning: variable 'cursors_list' set but not used [-Wunused-but-set-variable] 61 | medit_cursors_list_struct *cursors_list = NULL; | ^~~~~~~~~~~~ --- editorfio.o --- editorfio.c: In function 'EditorFileOpenParseTitleHeading': editorfio.c:133:15: warning: variable 'line_end' set but not used [-Wunused-but-set-variable] 133 | const gchar *line_end, *line_next; | ^~~~~~~~ --- editordnd.o --- In file included from editordnd.c:8: editordnd.c: In function 'EditorDNDParseCmd': editor.h:13:22: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 13 | #define EDITOR(p) ((editor_struct *)(p)) | ^ editordnd.c:140:17: note: in expansion of macro 'EDITOR' 140 | *editor_rtn = EDITOR(addr_val); | ^~~~~~ editordnd.c:164:19: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 164 | (*branch)[n] = (GtkCTreeNode *)addr_val; | ^ --- editorcb.o --- In file included from ../include/string.h:12, from editorcb.c:7: ../include/../include/os.h:260:33: error: conflicting types for 'int64_t' 260 | typedef long long int64_t; | ^~~~~~~ In file included from /usr/include/sys/types.h:55, from /usr/include/sys/stat.h:35, from editorcb.c:2: /usr/include/sys/int_types.h:83:16: note: previous declaration of 'int64_t' was here 83 | typedef long int64_t; | ^~~~~~~ --- editorfio.o --- editorfio.c: In function 'EditorFileSave': editorfio.c:1033:21: warning: variable 'core' set but not used [-Wunused-but-set-variable] 1033 | medit_core_struct *core; | ^~~~ --- editordnd.o --- editordnd.c: In function 'EditorDNDTrunkListAdd': editordnd.c:594:20: warning: variable 'src_clist' set but not used [-Wunused-but-set-variable] 594 | GtkCList *clist, *src_clist; | ^~~~~~~~~ editordnd.c: In function 'EditorDNDViewerIndexItemLoad': editordnd.c:702:20: warning: variable 'src_clist' set but not used [-Wunused-but-set-variable] 702 | GtkCList *clist, *src_clist; | ^~~~~~~~~ editordnd.c: In function 'EditorDNDDataRequestCB': editordnd.c:901:3: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 901 | (guint32)editor, | ^ editordnd.c:902:3: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 902 | (guint32)branch | ^ editordnd.c:907:3: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 907 | (guint32)editor | ^ editordnd.c:915:6: warning: pointer targets in passing argument 4 of 'gtk_selection_data_set' differ in signedness [-Wpointer-sign] 915 | buf, strlen(buf) | ^~~ | | | gchar * {aka char *} In file included from /home/pbulk/build/editors/manedit/work/.buildlink/include/gtk-1.2/gtk/gtkdnd.h:33, from /home/pbulk/build/editors/manedit/work/.buildlink/include/gtk-1.2/gtk/gtk.h:56, from editordnd.c:3: /home/pbulk/build/editors/manedit/work/.buildlink/include/gtk-1.2/gtk/gtkselection.h:106:27: note: expected 'const guchar *' {aka 'const unsigned char *'} but argument is of type 'gchar *' {aka 'char *'} 106 | const guchar *data, | ~~~~~~~~~~~~~~~~~~^~~~ editordnd.c: In function 'EditorDNDDataRecievedCB': editordnd.c:1275:21: warning: pointer targets in passing argument 1 of 'EditorDNDParseURL' differ in signedness [-Wpointer-sign] 1275 | selection_data->data, selection_data->length | ~~~~~~~~~~~~~~^~~~~~ | | | guchar * {aka unsigned char *} editordnd.c:185:15: note: expected 'const gchar *' {aka 'const char *'} but argument is of type 'guchar *' {aka 'unsigned char *'} 185 | const gchar *s, const gint len | ~~~~~~~~~~~~~^ editordnd.c: In function 'EditorDNDDoDeleteItems': editordnd.c:1302:12: warning: variable 'clist' set but not used [-Wunused-but-set-variable] 1302 | GtkCList *clist; | ^~~~~ --- editorcb.o --- editorcb.c: In function 'EditorKeyEventCB': editorcb.c:202:21: warning: variable 'core' set but not used [-Wunused-but-set-variable] 202 | medit_core_struct *core; | ^~~~ editorcb.c: In function 'EditorCloseCB': editorcb.c:373:21: warning: variable 'core' set but not used [-Wunused-but-set-variable] 373 | medit_core_struct *core; | ^~~~ --- editorfip.o --- editorfip.c: In function 'EditorFIPNew': editorfip.c:408:29: warning: variable 'cursors_list' set but not used [-Wunused-but-set-variable] 408 | medit_cursors_list_struct *cursors_list; | ^~~~~~~~~~~~ editorfip.c:399:12: warning: variable 'clist' set but not used [-Wunused-but-set-variable] 399 | GtkCList *clist; | ^~~~~ --- editorcb.o --- editorcb.c: In function 'EditorManualNewCB': editorcb.c:565:13: warning: variable 'toplevel' set but not used [-Wunused-but-set-variable] 565 | GtkWidget *toplevel; | ^~~~~~~~ editorcb.c: In function 'EditorManualOpenCB': editorcb.c:718:21: warning: variable 'core' set but not used [-Wunused-but-set-variable] 718 | medit_core_struct *core; | ^~~~ editorcb.c:715:12: warning: variable 'ctree' set but not used [-Wunused-but-set-variable] 715 | GtkCTree *ctree; | ^~~~~ editorcb.c: In function 'EditorManualNewFromTemplateCB': editorcb.c:864:12: warning: variable 'ctree' set but not used [-Wunused-but-set-variable] 864 | GtkCTree *ctree; | ^~~~~ editorcb.c: In function 'EditorManualSaveAsCB': editorcb.c:1208:21: warning: variable 'core' set but not used [-Wunused-but-set-variable] 1208 | medit_core_struct *core; | ^~~~ --- editor.o --- editor.c: In function 'EditorItemDup': editor.c:217:6: warning: implicit declaration of function 'memcpy' [-Wimplicit-function-declaration] 217 | memcpy(new_item, src_item, sizeof(editor_item_struct)); | ^~~~~~ editor.c:217:6: warning: incompatible implicit declaration of built-in function 'memcpy' editor.c:70:1: note: include '' or provide a declaration of 'memcpy' 69 | #include "images/icon_replace_all_20x20.xpm" +++ |+#include 70 | --- editorcb.o --- editorcb.c: In function 'EditorManualCloseCB': editorcb.c:1577:21: warning: variable 'core' set but not used [-Wunused-but-set-variable] 1577 | medit_core_struct *core; | ^~~~ --- editor.o --- editor.c: In function 'EditorLayoutTrunkDeleteAll': editor.c:372:6: warning: incompatible implicit declaration of built-in function 'memcpy' 372 | memcpy(list, editor->layout_trunk, total * sizeof(GtkCTreeNode *)); | ^~~~~~ editor.c:372:6: note: include '' or provide a declaration of 'memcpy' --- editorcb.o --- editorcb.c: In function 'EditorCutCB': --- editorfio.o --- *** [editorfio.o] Error code 1 bmake: stopped in /home/pbulk/build/editors/manedit/work/manedit-0.8.1/manedit --- editorcb.o --- editorcb.c:2746:21: warning: variable 'core' set but not used [-Wunused-but-set-variable] 2746 | medit_core_struct *core; | ^~~~ editorcb.c: In function 'EditorCopyCB': editorcb.c:2815:21: warning: variable 'core' set but not used [-Wunused-but-set-variable] 2815 | medit_core_struct *core; | ^~~~ editorcb.c: In function 'EditorPasteCB': editorcb.c:2880:21: warning: variable 'core' set but not used [-Wunused-but-set-variable] 2880 | medit_core_struct *core; | ^~~~ editorcb.c: In function 'EditorFmtParagraphLeftCB': --- editorfip.o --- *** [editorfip.o] Error code 1 bmake: stopped in /home/pbulk/build/editors/manedit/work/manedit-0.8.1/manedit --- editorcb.o --- editorcb.c:3084:13: warning: variable 'toplevel' set but not used [-Wunused-but-set-variable] 3084 | GtkWidget *toplevel; \ | ^~~~~~~~ editorcb.c:3166:2: note: in expansion of macro 'EDITOR_FMT_CB_PRE' 3166 | EDITOR_FMT_CB_PRE | ^~~~~~~~~~~~~~~~~ editorcb.c: In function 'EditorFmtParagraphRightCB': editorcb.c:3084:13: warning: variable 'toplevel' set but not used [-Wunused-but-set-variable] 3084 | GtkWidget *toplevel; \ | ^~~~~~~~ editorcb.c:3188:2: note: in expansion of macro 'EDITOR_FMT_CB_PRE' 3188 | EDITOR_FMT_CB_PRE | ^~~~~~~~~~~~~~~~~ editorcb.c: In function 'EditorFmtParagraphIndentedCB': editorcb.c:3084:13: warning: variable 'toplevel' set but not used [-Wunused-but-set-variable] 3084 | GtkWidget *toplevel; \ | ^~~~~~~~ editorcb.c:3210:2: note: in expansion of macro 'EDITOR_FMT_CB_PRE' 3210 | EDITOR_FMT_CB_PRE | ^~~~~~~~~~~~~~~~~ editorcb.c: In function 'EditorFmtListItemCB': editorcb.c:3084:13: warning: variable 'toplevel' set but not used [-Wunused-but-set-variable] 3084 | GtkWidget *toplevel; \ | ^~~~~~~~ editorcb.c:3232:2: note: in expansion of macro 'EDITOR_FMT_CB_PRE' 3232 | EDITOR_FMT_CB_PRE | ^~~~~~~~~~~~~~~~~ editorcb.c: In function 'EditorFmtBoldCB': editorcb.c:3084:13: warning: variable 'toplevel' set but not used [-Wunused-but-set-variable] 3084 | GtkWidget *toplevel; \ | ^~~~~~~~ editorcb.c:3254:2: note: in expansion of macro 'EDITOR_FMT_CB_PRE' 3254 | EDITOR_FMT_CB_PRE | ^~~~~~~~~~~~~~~~~ editorcb.c: In function 'EditorFmtUnderlineCB': editorcb.c:3084:13: warning: variable 'toplevel' set but not used [-Wunused-but-set-variable] 3084 | GtkWidget *toplevel; \ | ^~~~~~~~ editorcb.c:3311:2: note: in expansion of macro 'EDITOR_FMT_CB_PRE' 3311 | EDITOR_FMT_CB_PRE | ^~~~~~~~~~~~~~~~~ editorcb.c: In function 'EditorFmtLineBreakCB': editorcb.c:3084:13: warning: variable 'toplevel' set but not used [-Wunused-but-set-variable] 3084 | GtkWidget *toplevel; \ | ^~~~~~~~ editorcb.c:3368:2: note: in expansion of macro 'EDITOR_FMT_CB_PRE' 3368 | EDITOR_FMT_CB_PRE | ^~~~~~~~~~~~~~~~~ editorcb.c: In function 'EditorFmtAmpersandCB': editorcb.c:3084:13: warning: variable 'toplevel' set but not used [-Wunused-but-set-variable] 3084 | GtkWidget *toplevel; \ | ^~~~~~~~ editorcb.c:3390:2: note: in expansion of macro 'EDITOR_FMT_CB_PRE' 3390 | EDITOR_FMT_CB_PRE | ^~~~~~~~~~~~~~~~~ editorcb.c: In function 'EditorFmtLessThanCB': editorcb.c:3084:13: warning: variable 'toplevel' set but not used [-Wunused-but-set-variable] 3084 | GtkWidget *toplevel; \ | ^~~~~~~~ editorcb.c:3412:2: note: in expansion of macro 'EDITOR_FMT_CB_PRE' 3412 | EDITOR_FMT_CB_PRE | ^~~~~~~~~~~~~~~~~ editorcb.c: In function 'EditorFmtGreaterThanCB': editorcb.c:3084:13: warning: variable 'toplevel' set but not used [-Wunused-but-set-variable] 3084 | GtkWidget *toplevel; \ | ^~~~~~~~ editorcb.c:3434:2: note: in expansion of macro 'EDITOR_FMT_CB_PRE' 3434 | EDITOR_FMT_CB_PRE | ^~~~~~~~~~~~~~~~~ editorcb.c: In function 'EditorStripTagsCB': editorcb.c:3082:11: warning: variable 'font' set but not used [-Wunused-but-set-variable] 3082 | GdkFont *font; \ | ^~~~ editorcb.c:3455:2: note: in expansion of macro 'EDITOR_FMT_CB_PRE' 3455 | EDITOR_FMT_CB_PRE | ^~~~~~~~~~~~~~~~~ editorcb.c: In function 'EditorFindBarReplaceAllCB': editorcb.c:3651:15: warning: variable 'editable' set but not used [-Wunused-but-set-variable] 3651 | GtkEditable *editable = NULL; | ^~~~~~~~ editorcb.c: In function 'EditorFindBarReplaceEntirePageIterationCB': editorcb.c:3966:15: warning: variable 'editable' set but not used [-Wunused-but-set-variable] 3966 | GtkEditable *editable = NULL; | ^~~~~~~~ --- cdialog.o --- cdialog.c: In function 'CDialogInit': cdialog.c:462:12: warning: variable 'style' set but not used [-Wunused-but-set-variable] 462 | GtkStyle *style; | ^~~~~ --- editor.o --- *** [editor.o] Error code 1 bmake: stopped in /home/pbulk/build/editors/manedit/work/manedit-0.8.1/manedit --- editorcb.o --- *** [editorcb.o] Error code 1 bmake: stopped in /home/pbulk/build/editors/manedit/work/manedit-0.8.1/manedit 4 errors bmake: stopped in /home/pbulk/build/editors/manedit/work/manedit-0.8.1/manedit *** Error code 2 Stop. bmake[1]: stopped in /data/jenkins/workspace/pkgsrc-upstream-bulktest/editors/manedit *** Error code 1 Stop. bmake: stopped in /data/jenkins/workspace/pkgsrc-upstream-bulktest/editors/manedit