+ 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/Ngraph-6.3.30nb3/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/Ngraph-6.3.30nb3/work.log WARNING: [license.mk] Every package should define a LICENSE. ===> Building for Ngraph-6.3.30nb3 (cd combo; gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include -I../combo -c ComboBox.c) In file included from ComboBoxP.h:49, from ComboBox.c:60: ComboBox.h:39:9: warning: "XmNarrowSize" redefined 39 | #define XmNarrowSize "arrowSize" | ^~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/Ngraph/work/.buildlink/include/Xm/Xm.h:65, from /home/pbulk/build/graphics/Ngraph/work/.buildlink/include/Xm/DrawnB.h:32, from ComboBoxP.h:38: /home/pbulk/build/graphics/Ngraph/work/.buildlink/include/Xm/XmStrDefs.h:4291:9: note: this is the location of the previous definition 4291 | #define XmNarrowSize ((char*)&_XmStrings[14265]) | ^~~~~~~~~~~~ ComboBox.h:40:9: warning: "XmNarrowSpacing" redefined 40 | #define XmNarrowSpacing "arrowSpacing" | ^~~~~~~~~~~~~~~ /home/pbulk/build/graphics/Ngraph/work/.buildlink/include/Xm/XmStrDefs.h:4519:9: note: this is the location of the previous definition 4519 | #define XmNarrowSpacing ((char*)&_XmStrings[15357]) | ^~~~~~~~~~~~~~~ ComboBox.h:42:9: warning: "XmNlist" redefined 42 | #define XmNlist "list" | ^~~~~~~ /home/pbulk/build/graphics/Ngraph/work/.buildlink/include/Xm/XmStrDefs.h:5281:9: note: this is the location of the previous definition 5281 | #define XmNlist ((char*)&_XmStrings[19301]) | ^~~~~~~ ComboBox.h:45:9: warning: "XmNselectedPosition" redefined 45 | #define XmNselectedPosition "selectedPosition" | ^~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/Ngraph/work/.buildlink/include/Xm/XmStrDefs.h:4516:9: note: this is the location of the previous definition 4516 | #define XmNselectedPosition ((char*)&_XmStrings[15340]) | ^~~~~~~~~~~~~~~~~~~ ComboBox.h:46:9: warning: "XmNselectedItem" redefined 46 | #define XmNselectedItem "selectedItem" | ^~~~~~~~~~~~~~~ /home/pbulk/build/graphics/Ngraph/work/.buildlink/include/Xm/XmStrDefs.h:3979:9: note: this is the location of the previous definition 3979 | #define XmNselectedItem ((char*)&_XmStrings[12701]) | ^~~~~~~~~~~~~~~ ComboBox.h:47:9: warning: "XmNtextField" redefined 47 | #define XmNtextField "textField" | ^~~~~~~~~~~~ /home/pbulk/build/graphics/Ngraph/work/.buildlink/include/Xm/XmStrDefs.h:5194:9: note: this is the location of the previous definition 5194 | #define XmNtextField ((char*)&_XmStrings[18846]) | ^~~~~~~~~~~~ ComboBox.h:51:9: warning: "XmCArrowSize" redefined 51 | #define XmCArrowSize "ArrowSize" | ^~~~~~~~~~~~ /home/pbulk/build/graphics/Ngraph/work/.buildlink/include/Xm/XmStrDefs.h:4294:9: note: this is the location of the previous definition 4294 | #define XmCArrowSize ((char*)&_XmStrings[14275]) | ^~~~~~~~~~~~ ComboBox.h:52:9: warning: "XmCArrowSpacing" redefined 52 | #define XmCArrowSpacing "ArrowSpacing" | ^~~~~~~~~~~~~~~ /home/pbulk/build/graphics/Ngraph/work/.buildlink/include/Xm/XmStrDefs.h:4522:9: note: this is the location of the previous definition 4522 | #define XmCArrowSpacing ((char*)&_XmStrings[15370]) | ^~~~~~~~~~~~~~~ ComboBox.h:55:9: warning: "XmCList" redefined 55 | #define XmCList "List" | ^~~~~~~ /home/pbulk/build/graphics/Ngraph/work/.buildlink/include/Xm/XmStrDefs.h:5284:9: note: this is the location of the previous definition 5284 | #define XmCList ((char*)&_XmStrings[19306]) | ^~~~~~~ ComboBox.h:58:9: warning: "XmCSelectedPosition" redefined 58 | #define XmCSelectedPosition "SelectedPosition" | ^~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/Ngraph/work/.buildlink/include/Xm/XmStrDefs.h:4531:9: note: this is the location of the previous definition 4531 | #define XmCSelectedPosition ((char*)&_XmStrings[15410]) | ^~~~~~~~~~~~~~~~~~~ ComboBox.h:59:9: warning: "XmCSelectedItem" redefined 59 | #define XmCSelectedItem "SelectedItem" | ^~~~~~~~~~~~~~~ /home/pbulk/build/graphics/Ngraph/work/.buildlink/include/Xm/XmStrDefs.h:3982:9: note: this is the location of the previous definition 3982 | #define XmCSelectedItem ((char*)&_XmStrings[12714]) | ^~~~~~~~~~~~~~~ ComboBox.h:61:9: warning: "XmCTextField" redefined 61 | #define XmCTextField "TextField" | ^~~~~~~~~~~~ /home/pbulk/build/graphics/Ngraph/work/.buildlink/include/Xm/XmStrDefs.h:5197:9: note: this is the location of the previous definition 5197 | #define XmCTextField ((char*)&_XmStrings[18856]) | ^~~~~~~~~~~~ ComboBox.h:81:9: warning: "XmNselectionCallback" redefined 81 | #define XmNselectionCallback "selectionCallback" | ^~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/Ngraph/work/.buildlink/include/Xm/XmStrDefs.h:3985:9: note: this is the location of the previous definition 3985 | #define XmNselectionCallback ((char*)&_XmStrings[12727]) | ^~~~~~~~~~~~~~~~~~~~ ComboBox.c: In function 'WidgetNavigable': ComboBox.c:637:15: error: implicit declaration of function '_XmShellIsExclusive' [-Wimplicit-function-declaration] 637 | !_XmShellIsExclusive((Widget)combo))) { | ^~~~~~~~~~~~~~~~~~~ In file included from ComboBoxP.h:36: ComboBox.c: In function 'DrawHighlight': ComboBox.c:686:22: error: passing argument 1 of 'XtWindowOfObject' from incompatible pointer type [-Wincompatible-pointer-types] 686 | if (XtIsRealized(combo)) { | ^~~~~ | | | DtComboBoxWidget {aka struct _DtComboBoxRec *} /home/pbulk/build/graphics/Ngraph/work/.buildlink/include/X11/IntrinsicP.h:213:51: note: in definition of macro 'XtIsRealized' 213 | #define XtIsRealized(object) (XtWindowOfObject(object) != None) | ^~~~~~ In file included from /home/pbulk/build/graphics/Ngraph/work/.buildlink/include/X11/IntrinsicP.h:51: /home/pbulk/build/graphics/Ngraph/work/.buildlink/include/X11/Intrinsic.h:1223:5: note: expected 'Widget' {aka 'struct _WidgetRec *'} but argument is of type 'DtComboBoxWidget' {aka 'struct _DtComboBoxRec *'} 1223 | Widget /* object */ | ^~~~~~ ComboBox.c: In function '_ComboBoxKbdCancel': ComboBox.c:763:5: error: implicit declaration of function '_XmRemoveGrab'; did you mean 'XtRemoveGrab'? [-Wimplicit-function-declaration] 763 | _XmRemoveGrab(combo_p->shell); | ^~~~~~~~~~~~~ | XtRemoveGrab ComboBox.c: In function 'ClearShadow': ComboBox.c:1412:38: error: passing argument 1 of 'XtWindowOfObject' from incompatible pointer type [-Wincompatible-pointer-types] 1412 | if ((shadow > 0) && XtIsRealized(w)) { | ^ | | | DtComboBoxWidget {aka struct _DtComboBoxRec *} /home/pbulk/build/graphics/Ngraph/work/.buildlink/include/X11/IntrinsicP.h:213:51: note: in definition of macro 'XtIsRealized' 213 | #define XtIsRealized(object) (XtWindowOfObject(object) != None) | ^~~~~~ /home/pbulk/build/graphics/Ngraph/work/.buildlink/include/X11/Intrinsic.h:1223:5: note: expected 'Widget' {aka 'struct _WidgetRec *'} but argument is of type 'DtComboBoxWidget' {aka 'struct _DtComboBoxRec *'} 1223 | Widget /* object */ | ^~~~~~ ComboBox.c: In function 'DrawShadow': ComboBox.c:1447:38: error: passing argument 1 of 'XtWindowOfObject' from incompatible pointer type [-Wincompatible-pointer-types] 1447 | if ((shadow > 0) && XtIsRealized(w)) { | ^ | | | DtComboBoxWidget {aka struct _DtComboBoxRec *} /home/pbulk/build/graphics/Ngraph/work/.buildlink/include/X11/IntrinsicP.h:213:51: note: in definition of macro 'XtIsRealized' 213 | #define XtIsRealized(object) (XtWindowOfObject(object) != None) | ^~~~~~ /home/pbulk/build/graphics/Ngraph/work/.buildlink/include/X11/Intrinsic.h:1223:5: note: expected 'Widget' {aka 'struct _WidgetRec *'} but argument is of type 'DtComboBoxWidget' {aka 'struct _DtComboBoxRec *'} 1223 | Widget /* object */ | ^~~~~~ In file included from /home/pbulk/build/graphics/Ngraph/work/.buildlink/include/Xm/PrimitiveP.h:30, from /home/pbulk/build/graphics/Ngraph/work/.buildlink/include/Xm/TextFP.h:26, from ComboBoxP.h:40: /home/pbulk/build/graphics/Ngraph/work/.buildlink/include/Xm/XmP.h:1377:41: error: implicit declaration of function 'XmeDrawShadows'; did you mean 'DrawShadow'? [-Wimplicit-function-declaration] 1377 | #define _XmDrawShadows XmeDrawShadows | ^~~~~~~~~~~~~~ ComboBox.c:1448:9: note: in expansion of macro '_XmDrawShadows' 1448 | _XmDrawShadows(XtDisplayOfObject((Widget)w), | ^~~~~~~~~~~~~~ ComboBox.c: In function 'list_event_handler': ComboBox.c:1745:13: error: implicit declaration of function '_XmGrabKeyboard'; did you mean 'XtGrabKeyboard'? [-Wimplicit-function-declaration] 1745 | _XmGrabKeyboard(widget, False, GrabModeAsync, GrabModeAsync, | ^~~~~~~~~~~~~~~ | XtGrabKeyboard ComboBox.c:1768:13: error: implicit declaration of function '_XmGrabPointer'; did you mean 'XtGrabPointer'? [-Wimplicit-function-declaration] 1768 | _XmGrabPointer(combo_p->shell, True, ButtonPressMask, | ^~~~~~~~~~~~~~ | XtGrabPointer ComboBox.c: In function 'TextFieldActivate': ComboBox.c:1828:17: error: passing argument 1 of 'XtGetValues' from incompatible pointer type [-Wincompatible-pointer-types] 1828 | XtGetValues(w, &arg, 1); | ^ | | | XmTextFieldWidget {aka struct _XmTextFieldRec *} /home/pbulk/build/graphics/Ngraph/work/.buildlink/include/X11/Intrinsic.h:1616:5: note: expected 'Widget' {aka 'struct _WidgetRec *'} but argument is of type 'XmTextFieldWidget' {aka 'struct _XmTextFieldRec *'} 1616 | Widget /* widget */, | ^~~~~~ ComboBox.c: In function 'activate_cb': ComboBox.c:1949:5: error: implicit declaration of function '_XmAddGrab'; did you mean 'XtAddGrab'? [-Wimplicit-function-declaration] 1949 | _XmAddGrab(combo_p->shell, True, True); | ^~~~~~~~~~ | XtAddGrab gmake: *** [Makefile:189: all] Error 1 *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/graphics/Ngraph *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/graphics/Ngraph