+ case "${usergroup_phase}" in + local run_cmd + run_cmd=run_su + shift + run_su /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/pixmap-2.6.4nb8/work.log + su pbulk -c '"$@"' make /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/pixmap-2.6.4nb8/work.log => Bootstrap dependency digest>=20211023: found digest-20220214 WARNING: [license.mk] Every package should define a LICENSE. ===> Building for pixmap-2.6.4nb8 --- PixEdit.o --- --- Pixmap.o --- --- PixEdit.o --- cc -O2 -fno-strength-reduce -fno-strict-aliasing -I. -I.. -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -Dlinux -D__amd64__ -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE -D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DFUNCPROTO=15 -DNARROWPROTO -D_NO_PROTO -DAPPDEFDIR=\"/usr/share/X11/app-defaults\" -DRGBF=\"/usr/pkg/share/X11/rgb.txt\" -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -c PixEdit.c --- Pixmap.o --- cc -O2 -fno-strength-reduce -fno-strict-aliasing -I. -I.. -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -Dlinux -D__amd64__ -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE -D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DFUNCPROTO=15 -DNARROWPROTO -D_NO_PROTO -DAPPDEFDIR=\"/usr/share/X11/app-defaults\" -DRGBF=\"/usr/pkg/share/X11/rgb.txt\" -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -c Pixmap.c Pixmap.c: In function 'CreateMaskImage': Pixmap.c:608:7: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] exit(1); ^ Pixmap.c: In function 'CreatePixmapImage': Pixmap.c:643:7: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] exit(1); ^ --- PixEdit.o --- In file included from PixEdit.c:342:0: TextOpt.c: In function 'Apply': TextOpt.c:102:21: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] new_font_name = (String) XmTextFieldGetString(text_options->font); ^ TextOpt.c:103:23: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] new_text_string = (String) XmTextFieldGetString(text_options->text); ^ TextOpt.c: In function 'CreateTextOptions': TextOpt.c:237:12: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] font = (Widget) XmCreateTextField(textOptions, "fontName", NULL, 0); ^ TextOpt.c:244:12: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] text = (Widget) XmCreateTextField(textOptions, "textString", NULL, 0); ^ TextOpt.c:321:31: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] text_options->font_name = (String)XmTextFieldGetString(text_options->font); ^ TextOpt.c:332:31: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] text_options->text_string=(String)XmTextFieldGetString(text_options->text); ^ PixEdit.c: In function 'colorToAdd': PixEdit.c:491:9: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] wi = (Widget)XmCreatePushButton(color_pane_widget, name, ^ PixEdit.c:506:9: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] wi = (Widget)XmCreatePushButton(color_pane_widget, name, ^ PixEdit.c: In function 'DoQuit': PixEdit.c:1258:3: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] exit(0); ^ In file included from PixEdit.c:1668:0: ExtEdit.c: In function 'DoSaveExtension': ExtEdit.c:491:9: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] text = (String) XmTextGetString(textW); ^ ExtEdit.c: In function 'CreateExtensionEditor': ExtEdit.c:570:12: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] text = (Widget) XmCreateScrolledText(form, "text", NULL, 0); ^ PixEdit.c: In function 'main': PixEdit.c:1903:4: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] exit (-1); ^ PixEdit.c:2055:20: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] vpane_widget = (Widget) XmCreatePanedWindow(pane_widget, "vPane", ^ PixEdit.c:2061:20: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] cview_widget = (Widget)XmCreateScrolledWindow(vpane_widget, "colorView", ^ PixEdit.c:2074:20: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] pview_widget = (Widget)XmCreateScrolledWindow(vpane_widget, "pixmapView", ^ --- Dialog.o --- cc -O2 -fno-strength-reduce -fno-strict-aliasing -I. -I.. -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -Dlinux -D__amd64__ -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE -D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DFUNCPROTO=15 -DNARROWPROTO -D_NO_PROTO -DAPPDEFDIR=\"/usr/share/X11/app-defaults\" -DRGBF=\"/usr/pkg/share/X11/rgb.txt\" -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -c Dialog.c Dialog.c: In function 'SetSelected': Dialog.c:91:14: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] selected = (int)client_data; ^ Dialog.c: In function 'CreateDialog': Dialog.c:159:5: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] (XtPointer)dialog_buttons[i].flag); ^ Dialog.c:178:5: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] (XtPointer)dialog_buttons[i].flag); ^ Dialog.c:198:5: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] (XtPointer)dialog_buttons[i].flag); ^ Dialog.c: In function 'CreateFDialog': Dialog.c:389:5: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] (XtPointer)dialog_buttons[i].flag); ^ Dialog.c:410:5: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] (XtPointer)dialog_buttons[i].flag); ^ Dialog.c:432:5: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] (XtPointer)dialog_buttons[i].flag); ^ --- pixmap._man --- rm -f pixmap._man if test -z "" ; then cd `dirname pixmap` && ln -s `basename pixmap.man` `basename pixmap._man`; else cpp -undef -traditional -D__apploaddir__=/usr/share/X11/app-defaults -D__appmansuffix__=1 -D__filemansuffix__=5 -D__libmansuffix__=3 -D__miscmansuffix__=7 -D__drivermansuffix__=4 -D__adminmansuffix__=8 -D__projectroot__=/usr/pkg -D__xconfigfile__=xorg.conf -D__xconfigdir__=/usr/pkg/lib/X11 -D__xlogfile__=Xorg -D__xservername__=Xorg -D__xorgversion__="\"`echo 7 7 0 | sed -e 's/ /./g' -e 's/^/Version\\\ /'`\" \"X Version 11\"" -D__vendorversion__="`echo 7 7 0 | sed -e 's/ /./g' -e 's/^/Version\\\ /'` X.Org" < pixmap.man | sed -e '/^# *[0-9][0-9]* *.*$/d' -e '/^#line *[0-9][0-9]* *.*$/d' -e '/^[ ]*XCOMM$/s/XCOMM/#/' -e '/^[ ]*XCOMM[^a-zA-Z0-9_]/s/XCOMM/#/' -e '/^[ ]*XHASH/s/XHASH/#/' -e '/\@\@$/s/\@\@$/\\/' >pixmap._man; fi --- dotpixmap --- awk 'NF == 4 && $4 !~ /[Gg]rey/ && $4 !~ /[0-9]/ {print $4}' /usr/pkg/share/X11/rgb.txt > dotpixmap --- Pixmap.ad --- Pixmap compiled with Motif. --- pixmap --- rm -f pixmap cc -o pixmap -O2 -fno-strength-reduce -fno-strict-aliasing -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -Wl,-zrelro -L/usr/lib64 -Wl,-R/usr/lib64 -L/usr/pkg/lib PixEdit.o Pixmap.o Dialog.o -L/usr/pkg/lib -lXpm -Wl,-R/usr/pkg/lib -L/usr/pkg/lib -lXm -lXft -lXm -lXmu -lXt -lSM -lICE -lXext -lX11 -lXt -lSM -lICE -lXext -lX11 -lm -Wl,-rpath,/usr/pkg/lib -Wl,-rpath-link,./exports/lib Pixmap.o: In function `PWUpdateColorInTable': Pixmap.c:(.text+0xbf8e): undefined reference to `xpmGetRgbName' Pixmap.c:(.text+0xc0e0): undefined reference to `xpmGetRgbName' Pixmap.o: In function `Initialize': Pixmap.c:(.text+0xceed): undefined reference to `xpmReadRgbNames' collect2: error: ld returned 1 exit status *** [pixmap] Error code 1 bmake: stopped in /home/pbulk/build/graphics/pixmap/work/pixmap 1 error bmake: stopped in /home/pbulk/build/graphics/pixmap/work/pixmap *** Error code 2 Stop. bmake[1]: stopped in /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/graphics/pixmap *** Error code 1 Stop. bmake: stopped in /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/graphics/pixmap