+ 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 WARNING: [license.mk] Every package should define a LICENSE. ===> Building for manedit-0.8.1nb1 --- aboutdialog.o --- --- cdialog.o --- --- csd.o --- --- editor.o --- --- aboutdialog.o --- gcc -c aboutdialog.c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -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 -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 -I/opt/pkg/include -I/usr/include `gtk-config --cflags` -O2 -Wall -DPREFIX=\"/opt/pkg\" -DLOCALBASE=\"/opt/pkg\" -DX11BASE=\"/opt/pkg\" --- editor.o --- gcc -c editor.c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include `gtk-config --cflags` -O2 -Wall -DPREFIX=\"/opt/pkg\" -DLOCALBASE=\"/opt/pkg\" -DX11BASE=\"/opt/pkg\" --- aboutdialog.o --- aboutdialog.c: In function 'AboutDialogNew': aboutdialog.c:61:36: warning: variable 'cursors_list' set but not used [-Wunused-but-set-variable] 61 | medit_cursors_list_struct *cursors_list = NULL; | ^~~~~~~~~~~~ --- 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'; have 'long long int' 260 | typedef long long int64_t; | ^~~~~~~ In file included from /usr/include/sys/types.h:55, from ../include/string.h:11: /usr/include/sys/int_types.h:79:33: note: previous declaration of 'int64_t' with type 'int64_t' {aka 'long int'} 79 | typedef long int64_t; | ^~~~~~~ editor.c: In function 'EditorItemDup': editor.c:217:13: warning: implicit declaration of function 'memcpy' [-Wimplicit-function-declaration] 217 | memcpy(new_item, src_item, sizeof(editor_item_struct)); | ^~~~~~ editor.c:70:1: note: include '<string.h>' or provide a declaration of 'memcpy' 69 | #include "images/icon_replace_all_20x20.xpm" +++ |+#include <string.h> 70 | editor.c:217:13: warning: incompatible implicit declaration of built-in function 'memcpy' [-Wbuiltin-declaration-mismatch] 217 | memcpy(new_item, src_item, sizeof(editor_item_struct)); | ^~~~~~ editor.c:217:13: note: include '<string.h>' or provide a declaration of 'memcpy' editor.c: In function 'EditorLayoutTrunkDeleteAll': editor.c:372:13: warning: incompatible implicit declaration of built-in function 'memcpy' [-Wbuiltin-declaration-mismatch] 372 | memcpy(list, editor->layout_trunk, total * sizeof(GtkCTreeNode *)); | ^~~~~~ editor.c:372:13: note: include '<string.h>' or provide a declaration of 'memcpy' --- cdialog.o --- cdialog.c: In function 'CDialogInit': cdialog.c:462:19: warning: variable 'style' set but not used [-Wunused-but-set-variable] 462 | GtkStyle *style; | ^~~~~ --- editorcb.o --- --- editor.o --- *** [editor.o] Error code 1 bmake: stopped making "all" in /home/pbulk/build/editors/manedit/work/manedit-0.8.1/manedit --- editorcb.o --- gcc -c editorcb.c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include `gtk-config --cflags` -O2 -Wall -DPREFIX=\"/opt/pkg\" -DLOCALBASE=\"/opt/pkg\" -DX11BASE=\"/opt/pkg\" In file included from ../include/string.h:12, from editorcb.c:7: ../include/../include/os.h:260:33: error: conflicting types for 'int64_t'; have 'long long int' 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:79:33: note: previous declaration of 'int64_t' with type 'int64_t' {aka 'long int'} 79 | typedef long int64_t; | ^~~~~~~ editorcb.c: In function 'EditorKeyEventCB': editorcb.c:202:28: warning: variable 'core' set but not used [-Wunused-but-set-variable] 202 | medit_core_struct *core; | ^~~~ editorcb.c: In function 'EditorCloseCB': editorcb.c:373:28: warning: variable 'core' set but not used [-Wunused-but-set-variable] 373 | medit_core_struct *core; | ^~~~ editorcb.c: In function 'EditorManualNewCB': editorcb.c:565:20: warning: variable 'toplevel' set but not used [-Wunused-but-set-variable] 565 | GtkWidget *toplevel; | ^~~~~~~~ editorcb.c: In function 'EditorManualOpenCB': editorcb.c:718:28: warning: variable 'core' set but not used [-Wunused-but-set-variable] 718 | medit_core_struct *core; | ^~~~ editorcb.c:715:19: warning: variable 'ctree' set but not used [-Wunused-but-set-variable] 715 | GtkCTree *ctree; | ^~~~~ editorcb.c: In function 'EditorManualNewFromTemplateCB': editorcb.c:864:19: warning: variable 'ctree' set but not used [-Wunused-but-set-variable] 864 | GtkCTree *ctree; | ^~~~~ editorcb.c: In function 'EditorManualSaveAsCB': editorcb.c:1208:28: warning: variable 'core' set but not used [-Wunused-but-set-variable] 1208 | medit_core_struct *core; | ^~~~ editorcb.c: In function 'EditorManualCloseCB': editorcb.c:1577:28: warning: variable 'core' set but not used [-Wunused-but-set-variable] 1577 | medit_core_struct *core; | ^~~~ editorcb.c: In function 'EditorCutCB': editorcb.c:2746:28: warning: variable 'core' set but not used [-Wunused-but-set-variable] 2746 | medit_core_struct *core; | ^~~~ editorcb.c: In function 'EditorCopyCB': editorcb.c:2815:28: warning: variable 'core' set but not used [-Wunused-but-set-variable] 2815 | medit_core_struct *core; | ^~~~ editorcb.c: In function 'EditorPasteCB': editorcb.c:2880:28: warning: variable 'core' set but not used [-Wunused-but-set-variable] 2880 | medit_core_struct *core; | ^~~~ editorcb.c: In function 'EditorFmtParagraphLeftCB': editorcb.c:3084:20: warning: variable 'toplevel' set but not used [-Wunused-but-set-variable] 3084 | GtkWidget *toplevel; \ | ^~~~~~~~ editorcb.c:3166:9: note: in expansion of macro 'EDITOR_FMT_CB_PRE' 3166 | EDITOR_FMT_CB_PRE | ^~~~~~~~~~~~~~~~~ editorcb.c: In function 'EditorFmtParagraphRightCB': editorcb.c:3084:20: warning: variable 'toplevel' set but not used [-Wunused-but-set-variable] 3084 | GtkWidget *toplevel; \ | ^~~~~~~~ editorcb.c:3188:9: note: in expansion of macro 'EDITOR_FMT_CB_PRE' 3188 | EDITOR_FMT_CB_PRE | ^~~~~~~~~~~~~~~~~ editorcb.c: In function 'EditorFmtParagraphIndentedCB': editorcb.c:3084:20: warning: variable 'toplevel' set but not used [-Wunused-but-set-variable] 3084 | GtkWidget *toplevel; \ | ^~~~~~~~ editorcb.c:3210:9: note: in expansion of macro 'EDITOR_FMT_CB_PRE' 3210 | EDITOR_FMT_CB_PRE | ^~~~~~~~~~~~~~~~~ editorcb.c: In function 'EditorFmtListItemCB': editorcb.c:3084:20: warning: variable 'toplevel' set but not used [-Wunused-but-set-variable] 3084 | GtkWidget *toplevel; \ | ^~~~~~~~ editorcb.c:3232:9: note: in expansion of macro 'EDITOR_FMT_CB_PRE' 3232 | EDITOR_FMT_CB_PRE | ^~~~~~~~~~~~~~~~~ editorcb.c: In function 'EditorFmtBoldCB': editorcb.c:3084:20: warning: variable 'toplevel' set but not used [-Wunused-but-set-variable] 3084 | GtkWidget *toplevel; \ | ^~~~~~~~ editorcb.c:3254:9: note: in expansion of macro 'EDITOR_FMT_CB_PRE' 3254 | EDITOR_FMT_CB_PRE | ^~~~~~~~~~~~~~~~~ editorcb.c: In function 'EditorFmtUnderlineCB': editorcb.c:3084:20: warning: variable 'toplevel' set but not used [-Wunused-but-set-variable] 3084 | GtkWidget *toplevel; \ | ^~~~~~~~ editorcb.c:3311:9: note: in expansion of macro 'EDITOR_FMT_CB_PRE' 3311 | EDITOR_FMT_CB_PRE | ^~~~~~~~~~~~~~~~~ editorcb.c: In function 'EditorFmtLineBreakCB': editorcb.c:3084:20: warning: variable 'toplevel' set but not used [-Wunused-but-set-variable] 3084 | GtkWidget *toplevel; \ | ^~~~~~~~ editorcb.c:3368:9: note: in expansion of macro 'EDITOR_FMT_CB_PRE' 3368 | EDITOR_FMT_CB_PRE | ^~~~~~~~~~~~~~~~~ editorcb.c: In function 'EditorFmtAmpersandCB': editorcb.c:3084:20: warning: variable 'toplevel' set but not used [-Wunused-but-set-variable] 3084 | GtkWidget *toplevel; \ | ^~~~~~~~ editorcb.c:3390:9: note: in expansion of macro 'EDITOR_FMT_CB_PRE' 3390 | EDITOR_FMT_CB_PRE | ^~~~~~~~~~~~~~~~~ editorcb.c: In function 'EditorFmtLessThanCB': editorcb.c:3084:20: warning: variable 'toplevel' set but not used [-Wunused-but-set-variable] 3084 | GtkWidget *toplevel; \ | ^~~~~~~~ editorcb.c:3412:9: note: in expansion of macro 'EDITOR_FMT_CB_PRE' 3412 | EDITOR_FMT_CB_PRE | ^~~~~~~~~~~~~~~~~ editorcb.c: In function 'EditorFmtGreaterThanCB': editorcb.c:3084:20: warning: variable 'toplevel' set but not used [-Wunused-but-set-variable] 3084 | GtkWidget *toplevel; \ | ^~~~~~~~ editorcb.c:3434:9: note: in expansion of macro 'EDITOR_FMT_CB_PRE' 3434 | EDITOR_FMT_CB_PRE | ^~~~~~~~~~~~~~~~~ editorcb.c: In function 'EditorStripTagsCB': editorcb.c:3082:18: warning: variable 'font' set but not used [-Wunused-but-set-variable] 3082 | GdkFont *font; \ | ^~~~ editorcb.c:3455:9: note: in expansion of macro 'EDITOR_FMT_CB_PRE' 3455 | EDITOR_FMT_CB_PRE | ^~~~~~~~~~~~~~~~~ editorcb.c: In function 'EditorFindBarReplaceAllCB': editorcb.c:3651:22: warning: variable 'editable' set but not used [-Wunused-but-set-variable] 3651 | GtkEditable *editable = NULL; | ^~~~~~~~ editorcb.c: In function 'EditorFindBarReplaceEntirePageIterationCB': editorcb.c:3966:22: warning: variable 'editable' set but not used [-Wunused-but-set-variable] 3966 | GtkEditable *editable = NULL; | ^~~~~~~~ *** [editorcb.o] Error code 1 bmake: stopped making "all" in /home/pbulk/build/editors/manedit/work/manedit-0.8.1/manedit bmake: 2 errors bmake: stopped making "all" in /home/pbulk/build/editors/manedit/work/manedit-0.8.1/manedit *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/editors/manedit *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/editors/manedit