+ 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/matchbox-desktop-0.9.1nb14/work.log + su pbulk -c '"$@"' make /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/matchbox-desktop-0.9.1nb14/work.log => Bootstrap dependency digest>=20211023: found digest-20220214 WARNING: [license.mk] Every package should define a LICENSE. ===> Building for matchbox-desktop-0.9.1nb14 --- all --- /usr/pkg/bin/bmake all-recursive --- all-recursive --- Making all in src --- mbdesktop.o --- --- mbdesktop_item.o --- --- mbdesktop.o --- if cc -DHAVE_CONFIG_H -I. -I. -I.. -g -Wall -fno-strict-aliasing -DDATADIR=\"/usr/pkg/share\" -DPKGDATADIR=\"/usr/pkg/share/matchbox-desktop\" -DPREFIX=\"/usr/pkg\" -DMBCONFDIR=\"/usr/pkg/etc/matchbox\" -I/usr/pkg/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/libpng16 -D_REENTRANT -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -pipe -O2 -pipe -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -MT mbdesktop.o -MD -MP -MF ".deps/mbdesktop.Tpo" -c -o mbdesktop.o mbdesktop.c; then mv -f ".deps/mbdesktop.Tpo" ".deps/mbdesktop.Po"; else rm -f ".deps/mbdesktop.Tpo"; exit 1; fi --- mbdesktop_item.o --- if cc -DHAVE_CONFIG_H -I. -I. -I.. -g -Wall -fno-strict-aliasing -DDATADIR=\"/usr/pkg/share\" -DPKGDATADIR=\"/usr/pkg/share/matchbox-desktop\" -DPREFIX=\"/usr/pkg\" -DMBCONFDIR=\"/usr/pkg/etc/matchbox\" -I/usr/pkg/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/libpng16 -D_REENTRANT -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -pipe -O2 -pipe -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -MT mbdesktop_item.o -MD -MP -MF ".deps/mbdesktop_item.Tpo" -c -o mbdesktop_item.o mbdesktop_item.c; then mv -f ".deps/mbdesktop_item.Tpo" ".deps/mbdesktop_item.Po"; else rm -f ".deps/mbdesktop_item.Tpo"; exit 1; fi --- mbdesktop.o --- mbdesktop.c: In function 'mbdesktop_switch_bg_theme': mbdesktop.c:403:8: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] spec = strdup(mb_dotdesktop_get(theme, "DesktopBgSpec")); ^ In file included from mbdesktop.h:14:0, from mbdesktop.c:18: /usr/include/string.h:395:15: note: expected 'const char *' but argument is of type 'unsigned char *' extern size_t strlen (const char *__s) ^ mbdesktop.c:403:8: warning: pointer targets in passing argument 1 of '__strdup' differ in signedness [-Wpointer-sign] spec = strdup(mb_dotdesktop_get(theme, "DesktopBgSpec")); ^ In file included from /usr/include/string.h:633:0, from mbdesktop.h:14, from mbdesktop.c:18: /usr/include/bits/string2.h:1301:14: note: expected 'const char *' but argument is of type 'unsigned char *' extern char *__strdup (const char *__string) __THROW __attribute_malloc__; ^ mbdesktop.c:407:8: warning: pointer targets in passing argument 2 of 'mbdesktop_set_highlight_col' differ in signedness [-Wpointer-sign] mbdesktop_set_highlight_col(mb, mb_dotdesktop_get(theme, "DesktopHlCol")); ^ mbdesktop.c:43:1: note: expected 'char *' but argument is of type 'unsigned char *' mbdesktop_set_highlight_col(MBDesktop *mb, char *spec); ^ mbdesktop.c: In function 'mbdesktop_bg_parse_spec': mbdesktop.c:534:27: warning: argument to 'sizeof' in 'memset' call is the same expression as the destination; did you mean to dereference it? [-Wsizeof-pointer-memaccess] memset(mb->bg, 0, sizeof(mb->bg)); ^ mbdesktop.c: In function 'handle_key_event': mbdesktop.c:1309:3: warning: 'XKeycodeToKeysym' is deprecated (declared at /home/pbulk/build/x11/matchbox-desktop/work/.buildlink/include/X11/Xlib.h:1687) [-Wdeprecated-declarations] switch (key = XKeycodeToKeysym (mb->dpy, e->keycode, 0)) ^ mbdesktop.c: In function 'mbdesktop_progress_dialog_open': mbdesktop.c:1916:30: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] unsigned char *win_title = "Loading ..."; ^ mbdesktop.c:1940:5: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] win_title, strlen(win_title)); ^ In file included from mbdesktop.h:14:0, from mbdesktop.c:18: /usr/include/string.h:395:15: note: expected 'const char *' but argument is of type 'unsigned char *' extern size_t strlen (const char *__s) ^ mbdesktop.c:1942:3: warning: pointer targets in passing argument 3 of 'XStoreName' differ in signedness [-Wpointer-sign] XStoreName(mbdesktop_xdisplay(mb), mb->win_dialog, win_title); ^ In file included from mbdesktop.h:24:0, from mbdesktop.c:18: /home/pbulk/build/x11/matchbox-desktop/work/.buildlink/include/X11/Xlib.h:3405:12: note: expected 'const char *' but argument is of type 'unsigned char *' extern int XStoreName( ^ --- mbdesktop_view.o --- if cc -DHAVE_CONFIG_H -I. -I. -I.. -g -Wall -fno-strict-aliasing -DDATADIR=\"/usr/pkg/share\" -DPKGDATADIR=\"/usr/pkg/share/matchbox-desktop\" -DPREFIX=\"/usr/pkg\" -DMBCONFDIR=\"/usr/pkg/etc/matchbox\" -I/usr/pkg/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/libpng16 -D_REENTRANT -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -pipe -O2 -pipe -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -MT mbdesktop_view.o -MD -MP -MF ".deps/mbdesktop_view.Tpo" -c -o mbdesktop_view.o mbdesktop_view.c; then mv -f ".deps/mbdesktop_view.Tpo" ".deps/mbdesktop_view.Po"; else rm -f ".deps/mbdesktop_view.Tpo"; exit 1; fi mbdesktop_view.c: In function '_set_win_title': mbdesktop_view.c:12:5: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] title, strlen(title)); ^ In file included from mbdesktop.h:14:0, from mbdesktop_view.h:4, from mbdesktop_view.c:1: /usr/include/string.h:395:15: note: expected 'const char *' but argument is of type 'unsigned char *' extern size_t strlen (const char *__s) ^ mbdesktop_view.c:14:3: warning: pointer targets in passing argument 3 of 'XStoreName' differ in signedness [-Wpointer-sign] XStoreName(mb->dpy, mb->win_top_level, title ); ^ In file included from mbdesktop.h:24:0, from mbdesktop_view.h:4, from mbdesktop_view.c:1: /home/pbulk/build/x11/matchbox-desktop/work/.buildlink/include/X11/Xlib.h:3405:12: note: expected 'const char *' but argument is of type 'unsigned char *' extern int XStoreName( ^ mbdesktop_view.c: In function 'mbdesktop_view_paint': mbdesktop_view.c:386:3: warning: pointer targets in passing argument 2 of 'mbdesktop_view_header_paint' differ in signedness [-Wpointer-sign] mbdesktop_view_header_paint(mb, folder_title); ^ mbdesktop_view.c:299:1: note: expected 'unsigned char *' but argument is of type 'char *' mbdesktop_view_header_paint(MBDesktop *mb, unsigned char* folder_title) ^ mbdesktop_view.c: In function 'mbdesktop_view_paint_list': mbdesktop_view.c:522:7: warning: pointer targets in passing argument 2 of 'mb_layout_set_text' differ in signedness [-Wpointer-sign] mb_layout_set_text(layout, item->name, MB_ENCODING_UTF8); ^ In file included from /home/pbulk/build/x11/matchbox-desktop/work/.buildlink/include/libmb/mb.h:27:0, from mbdesktop.h:35, from mbdesktop_view.h:4, from mbdesktop_view.c:1: /home/pbulk/build/x11/matchbox-desktop/work/.buildlink/include/libmb/mbexp.h:562:1: note: expected 'unsigned char *' but argument is of type 'char *' mb_layout_set_text(MBLayout *layout, ^ mbdesktop_view.c: In function 'mbdesktop_view_paint_items': mbdesktop_view.c:684:4: warning: pointer targets in passing argument 2 of 'mb_layout_set_text' differ in signedness [-Wpointer-sign] mb_layout_set_text(layout, item->name, MB_ENCODING_UTF8); ^ In file included from /home/pbulk/build/x11/matchbox-desktop/work/.buildlink/include/libmb/mb.h:27:0, from mbdesktop.h:35, from mbdesktop_view.h:4, from mbdesktop_view.c:1: /home/pbulk/build/x11/matchbox-desktop/work/.buildlink/include/libmb/mbexp.h:562:1: note: expected 'unsigned char *' but argument is of type 'char *' mb_layout_set_text(MBLayout *layout, ^ mbdesktop_view.c:542:38: warning: variable 'limit_y' set but not used [-Wunused-but-set-variable] int cur_x = 0, cur_y = 0, limit_x, limit_y, cur_row = 1; ^ mbdesktop_view.c: In function 'mbdesktop_view_item_highlight': mbdesktop_view.c:816:4: warning: pointer targets in passing argument 2 of 'mb_layout_set_text' differ in signedness [-Wpointer-sign] mb_layout_set_text(layout, item->name, MB_ENCODING_UTF8); ^ In file included from /home/pbulk/build/x11/matchbox-desktop/work/.buildlink/include/libmb/mb.h:27:0, from mbdesktop.h:35, from mbdesktop_view.h:4, from mbdesktop_view.c:1: /home/pbulk/build/x11/matchbox-desktop/work/.buildlink/include/libmb/mbexp.h:562:1: note: expected 'unsigned char *' but argument is of type 'char *' mb_layout_set_text(MBLayout *layout, ^ mbdesktop_view.c:834:4: warning: pointer targets in passing argument 2 of 'mbdesktop_view_header_paint' differ in signedness [-Wpointer-sign] mbdesktop_view_header_paint(mb, item->name); ^ mbdesktop_view.c:299:1: note: expected 'unsigned char *' but argument is of type 'char *' mbdesktop_view_header_paint(MBDesktop *mb, unsigned char* folder_title) ^ --- mbdesktop_module.o --- if cc -DHAVE_CONFIG_H -I. -I. -I.. -g -Wall -fno-strict-aliasing -DDATADIR=\"/usr/pkg/share\" -DPKGDATADIR=\"/usr/pkg/share/matchbox-desktop\" -DPREFIX=\"/usr/pkg\" -DMBCONFDIR=\"/usr/pkg/etc/matchbox\" -I/usr/pkg/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/libpng16 -D_REENTRANT -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -pipe -O2 -pipe -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -MT mbdesktop_module.o -MD -MP -MF ".deps/mbdesktop_module.Tpo" -c -o mbdesktop_module.o mbdesktop_module.c; then mv -f ".deps/mbdesktop_module.Tpo" ".deps/mbdesktop_module.Po"; else rm -f ".deps/mbdesktop_module.Tpo"; exit 1; fi --- md5.o --- if cc -DHAVE_CONFIG_H -I. -I. -I.. -g -Wall -fno-strict-aliasing -DDATADIR=\"/usr/pkg/share\" -DPKGDATADIR=\"/usr/pkg/share/matchbox-desktop\" -DPREFIX=\"/usr/pkg\" -DMBCONFDIR=\"/usr/pkg/etc/matchbox\" -I/usr/pkg/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/libpng16 -D_REENTRANT -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -pipe -O2 -pipe -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -MT md5.o -MD -MP -MF ".deps/md5.Tpo" -c -o md5.o md5.c; then mv -f ".deps/md5.Tpo" ".deps/md5.Po"; else rm -f ".deps/md5.Tpo"; exit 1; fi --- mbdesktop_win_plugin.o --- if cc -DHAVE_CONFIG_H -I. -I. -I.. -g -Wall -fno-strict-aliasing -DDATADIR=\"/usr/pkg/share\" -DPKGDATADIR=\"/usr/pkg/share/matchbox-desktop\" -DPREFIX=\"/usr/pkg\" -DMBCONFDIR=\"/usr/pkg/etc/matchbox\" -I/usr/pkg/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/libpng16 -D_REENTRANT -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -pipe -O2 -pipe -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -MT mbdesktop_win_plugin.o -MD -MP -MF ".deps/mbdesktop_win_plugin.Tpo" -c -o mbdesktop_win_plugin.o mbdesktop_win_plugin.c; then mv -f ".deps/mbdesktop_win_plugin.Tpo" ".deps/mbdesktop_win_plugin.Po"; else rm -f ".deps/mbdesktop_win_plugin.Tpo"; exit 1; fi mbdesktop_win_plugin.c: In function 'mbdesktop_win_plugin_load': mbdesktop_win_plugin.c:21:7: warning: ignoring return value of 'pipe', declared with attribute warn_unused_result [-Wunused-result] pipe(fd); ^ --- matchbox-desktop --- /bin/bash ../libtool --mode=link cc -pipe -O2 -pipe -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wl,-zrelro -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib64 -Wl,-R/usr/lib64 -o matchbox-desktop -export-dynamic mbdesktop.o mbdesktop_item.o mbdesktop_view.o mbdesktop_module.o md5.o mbdesktop_win_plugin.o -L/usr/pkg/lib -lmb -lX11 -lXext -lpng16 -Wl,-R/usr/pkg/lib -lz -lz libtool: link: unable to infer tagged configuration libtool: error: specify a tag with '--tag' *** [matchbox-desktop] Error code 1 bmake[2]: stopped in /home/pbulk/build/x11/matchbox-desktop/work/matchbox-desktop-0.9.1/src 1 error bmake[2]: stopped in /home/pbulk/build/x11/matchbox-desktop/work/matchbox-desktop-0.9.1/src *** [all-recursive] Error code 1 bmake[1]: stopped in /home/pbulk/build/x11/matchbox-desktop/work/matchbox-desktop-0.9.1 1 error bmake[1]: stopped in /home/pbulk/build/x11/matchbox-desktop/work/matchbox-desktop-0.9.1 *** [all] Error code 2 bmake: stopped in /home/pbulk/build/x11/matchbox-desktop/work/matchbox-desktop-0.9.1 1 error bmake: stopped in /home/pbulk/build/x11/matchbox-desktop/work/matchbox-desktop-0.9.1 *** Error code 2 Stop. bmake[1]: stopped in /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/x11/matchbox-desktop *** Error code 1 Stop. bmake: stopped in /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/x11/matchbox-desktop