=> "/opt/pkg/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-upstream-trunk/x11/matchbox-panel", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] WARNING: [license.mk] Every package should define a LICENSE. ===> Building for matchbox-panel-0.9.2nb16 /opt/pkg/bin/gmake all-recursive gmake[1]: Entering directory '/tmp/work/x11/matchbox-panel/work/matchbox-panel-0.9.2' Making all in src gmake[2]: Entering directory '/tmp/work/x11/matchbox-panel/work/matchbox-panel-0.9.2/src' if gcc -DHAVE_CONFIG_H -I. -I. -I.. -DDATADIR=\"/opt/pkg/share\" -DPKGDATADIR=\"/opt/pkg/share/matchbox\" -DPREFIX=\"/opt/pkg\" -g -Wall -fno-strict-aliasing -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/libpng16 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -I/opt/pkg/include -I/opt/pkg/include/freetype2 -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Du_int64_t=uint64_t -I/opt/pkg/include -I/opt/pkg/include/freetype2 -MT panel.o -MD -MP -MF ".deps/panel.Tpo" -c -o panel.o panel.c; \ then mv -f ".deps/panel.Tpo" ".deps/panel.Po"; else rm -f ".deps/panel.Tpo"; exit 1; fi if gcc -DHAVE_CONFIG_H -I. -I. -I.. -DDATADIR=\"/opt/pkg/share\" -DPKGDATADIR=\"/opt/pkg/share/matchbox\" -DPREFIX=\"/opt/pkg\" -g -Wall -fno-strict-aliasing -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/libpng16 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -I/opt/pkg/include -I/opt/pkg/include/freetype2 -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Du_int64_t=uint64_t -I/opt/pkg/include -I/opt/pkg/include/freetype2 -MT panel_app.o -MD -MP -MF ".deps/panel_app.Tpo" -c -o panel_app.o panel_app.c; \ then mv -f ".deps/panel_app.Tpo" ".deps/panel_app.Po"; else rm -f ".deps/panel_app.Tpo"; exit 1; fi panel.c: In function 'panel_set_bg': panel.c:277:22: error: implicit declaration of function 'alloca' [-Wimplicit-function-declaration] 277 | tmp_path = alloca( sizeof(char) * (strlen(panel->theme_path) + strlen(bg_spec) + 2)); | ^~~~~~ panel.c:277:22: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] panel.c:448:7: warning: the address of 'xprop_def' will always evaluate as 'true' [-Waddress] 448 | if (xprop_def) | ^~~~~~~~~ panel.c:455:40: warning: pointer targets in passing argument 7 of 'XChangeProperty' differ in signedness [-Wpointer-sign] 455 | PropModeReplace, xprop_def, | ^~~~~~~~~ | | | char * In file included from /tmp/work/x11/matchbox-panel/work/.buildlink/include/X11/Xlib.h:47, from panel.h:16, from panel.c:22: /tmp/work/x11/matchbox-panel/work/.buildlink/include/X11/Xfuncproto.h:47:17: note: expected 'const unsigned char *' but argument is of type 'char *' 47 | #define _Xconst const /tmp/work/x11/matchbox-panel/work/.buildlink/include/X11/Xlib.h:2085:5: note: in expansion of macro '_Xconst' 2085 | _Xconst unsigned char* /* data */, | ^~~~~~~ panel.c: In function 'panel_set_theme_from_root_prop': panel.c:523:36: warning: pointer targets in passing argument 3 of 'panel_set_bg' differ in signedness [-Wpointer-sign] 523 | mb_dotdesktop_get(theme, "TitlebarDockBgColor")); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | unsigned char * panel.c:254:49: note: expected 'char *' but argument is of type 'unsigned char *' 254 | panel_set_bg(MBPanel *panel, int bg_type, char *bg_spec) | ~~~~~~^~~~~~~ panel.c:529:36: warning: pointer targets in passing argument 3 of 'panel_set_bg' differ in signedness [-Wpointer-sign] 529 | mb_dotdesktop_get(theme, "TitlebarDockBgPixmap")); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | unsigned char * panel.c:254:49: note: expected 'char *' but argument is of type 'unsigned char *' 254 | panel_set_bg(MBPanel *panel, int bg_type, char *bg_spec) | ~~~~~~^~~~~~~ panel.c:537:36: warning: pointer targets in passing argument 3 of 'panel_set_bg' differ in signedness [-Wpointer-sign] 537 | mb_dotdesktop_get(theme, "TitlebarPanelBgColor")); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | unsigned char * panel.c:254:49: note: expected 'char *' but argument is of type 'unsigned char *' 254 | panel_set_bg(MBPanel *panel, int bg_type, char *bg_spec) | ~~~~~~^~~~~~~ panel.c:543:36: warning: pointer targets in passing argument 3 of 'panel_set_bg' differ in signedness [-Wpointer-sign] 543 | mb_dotdesktop_get(theme, "TitlebarPanelBgPixmap")); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | unsigned char * panel.c:254:49: note: expected 'char *' but argument is of type 'unsigned char *' 254 | panel_set_bg(MBPanel *panel, int bg_type, char *bg_spec) | ~~~~~~^~~~~~~ panel.c:558:36: warning: pointer targets in passing argument 3 of 'panel_set_bg' differ in signedness [-Wpointer-sign] 558 | mb_dotdesktop_get(theme, "DockBgColor")); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | unsigned char * panel.c:254:49: note: expected 'char *' but argument is of type 'unsigned char *' 254 | panel_set_bg(MBPanel *panel, int bg_type, char *bg_spec) | ~~~~~~^~~~~~~ panel.c:563:36: warning: pointer targets in passing argument 3 of 'panel_set_bg' differ in signedness [-Wpointer-sign] 563 | mb_dotdesktop_get(theme, "DockBgTrans")); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | unsigned char * panel.c:254:49: note: expected 'char *' but argument is of type 'unsigned char *' 254 | panel_set_bg(MBPanel *panel, int bg_type, char *bg_spec) | ~~~~~~^~~~~~~ panel.c:568:36: warning: pointer targets in passing argument 3 of 'panel_set_bg' differ in signedness [-Wpointer-sign] 568 | mb_dotdesktop_get(theme, "DockBgPixmap")); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | unsigned char * panel.c:254:49: note: expected 'char *' but argument is of type 'unsigned char *' 254 | panel_set_bg(MBPanel *panel, int bg_type, char *bg_spec) | ~~~~~~^~~~~~~ panel.c:576:36: warning: pointer targets in passing argument 3 of 'panel_set_bg' differ in signedness [-Wpointer-sign] 576 | mb_dotdesktop_get(theme, "PanelBgColor")); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | unsigned char * panel.c:254:49: note: expected 'char *' but argument is of type 'unsigned char *' 254 | panel_set_bg(MBPanel *panel, int bg_type, char *bg_spec) | ~~~~~~^~~~~~~ panel.c:581:36: warning: pointer targets in passing argument 3 of 'panel_set_bg' differ in signedness [-Wpointer-sign] 581 | mb_dotdesktop_get(theme, "PanelBgTrans")); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | unsigned char * panel.c:254:49: note: expected 'char *' but argument is of type 'unsigned char *' 254 | panel_set_bg(MBPanel *panel, int bg_type, char *bg_spec) | ~~~~~~^~~~~~~ panel.c:586:36: warning: pointer targets in passing argument 3 of 'panel_set_bg' differ in signedness [-Wpointer-sign] 586 | mb_dotdesktop_get(theme, "PanelBgPixmap")); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | unsigned char * panel.c:254:49: note: expected 'char *' but argument is of type 'unsigned char *' 254 | panel_set_bg(MBPanel *panel, int bg_type, char *bg_spec) | ~~~~~~^~~~~~~ panel.c:594:41: warning: pointer targets in passing argument 2 of 'mb_font_set_from_string' differ in signedness [-Wpointer-sign] 594 | mb_dotdesktop_get(theme, "PanelMsgFont")); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | unsigned char * In file included from /tmp/work/x11/matchbox-panel/work/.buildlink/include/libmb/mb.h:27, from panel.h:23: /tmp/work/x11/matchbox-panel/work/.buildlink/include/libmb/mbexp.h:354:45: note: expected 'char *' but argument is of type 'unsigned char *' 354 | mb_font_set_from_string(MBFont *font, char *spec) ; | ~~~~~~^~~~ panel.c:598:37: warning: pointer targets in passing argument 3 of 'util_xcol_from_spec' differ in signedness [-Wpointer-sign] 598 | mb_dotdesktop_get(theme, "PanelMsgBgCol")); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | unsigned char * In file included from panel.h:328: panel_util.h:25:57: note: expected 'char *' but argument is of type 'unsigned char *' 25 | util_xcol_from_spec(MBPanel *panel, MBColor *col, char *spec); | ~~~~~~^~~~ panel.c:608:37: warning: pointer targets in passing argument 3 of 'util_xcol_from_spec' differ in signedness [-Wpointer-sign] 608 | mb_dotdesktop_get(theme, | ^~~~~~~~~~~~~~~~~~~~~~~~ | | | unsigned char * 609 | "PanelMsgBgUrgentCol")); | ~~~~~~~~~~~~~~~~~~~~~~ panel_util.h:25:57: note: expected 'char *' but argument is of type 'unsigned char *' 25 | util_xcol_from_spec(MBPanel *panel, MBColor *col, char *spec); | ~~~~~~^~~~ panel.c:617:37: warning: pointer targets in passing argument 3 of 'util_xcol_from_spec' differ in signedness [-Wpointer-sign] 617 | mb_dotdesktop_get(theme, | ^~~~~~~~~~~~~~~~~~~~~~~~ | | | unsigned char * 618 | "PanelMsgFgCol")); | ~~~~~~~~~~~~~~~~ panel_util.h:25:57: note: expected 'char *' but argument is of type 'unsigned char *' 25 | util_xcol_from_spec(MBPanel *panel, MBColor *col, char *spec); | ~~~~~~^~~~ panel.c: In function 'panel_handle_dock_request': panel.c:821:7: warning: variable 'app_origin_dist' set but not used [-Wunused-but-set-variable] 821 | int app_origin_dist = 0; | ^~~~~~~~~~~~~~~ panel.c: In function 'panel_main': panel.c:1009:7: warning: variable 'xfd' set but not used [-Wunused-but-set-variable] 1009 | int xfd; | ^~~ panel.c: In function 'panel_init': panel.c:1600:3: warning: 'memset' used with constant zero length parameter; this could be due to transposed parameters [-Wmemset-transposed-args] 1600 | memset(panel, sizeof(MBPanel), 0); | ^~~~~~ panel.c:1791:56: warning: pointer targets in passing argument 4 of 'XParseGeometry' differ in signedness [-Wpointer-sign] 1791 | XParseGeometry(geometry_str, &panel->x, &panel->y, &panel->w, &panel->h); | ^~~~~~~~~ | | | int * /tmp/work/x11/matchbox-panel/work/.buildlink/include/X11/Xlib.h:2871:5: note: expected 'unsigned int *' but argument is of type 'int *' 2871 | unsigned int* /* width_return */, | ^~~~~~~~~~~~~ panel.c:1791:67: warning: pointer targets in passing argument 5 of 'XParseGeometry' differ in signedness [-Wpointer-sign] 1791 | XParseGeometry(geometry_str, &panel->x, &panel->y, &panel->w, &panel->h); | ^~~~~~~~~ | | | int * /tmp/work/x11/matchbox-panel/work/.buildlink/include/X11/Xlib.h:2872:5: note: expected 'unsigned int *' but argument is of type 'int *' 2872 | unsigned int* /* height_return */ | ^~~~~~~~~~~~~ panel.c:1554:24: warning: variable 'panel_length' set but not used [-Wunused-but-set-variable] 1554 | int panel_length; | ^~~~~~~~~~~~ panel_app.c: In function 'panel_app_name_get': panel_app.c:106:49: warning: pointer targets in passing argument 10 of 'XGetWindowProperty' differ in signedness [-Wpointer-sign] 106 | &type, &format, &n_items, | ^~~~~~~~ | | | long int * In file included from panel.h:16, from panel_app.h:4, from panel_app.c:1: /tmp/work/x11/matchbox-panel/work/.buildlink/include/X11/Xlib.h:2696:5: note: expected 'long unsigned int *' but argument is of type 'long int *' 2696 | unsigned long* /* nitems_return */, | ^~~~~~~~~~~~~~ panel_app.c:107:33: warning: pointer targets in passing argument 11 of 'XGetWindowProperty' differ in signedness [-Wpointer-sign] 107 | &bytes_after, (unsigned char **)&papp->name); | ^~~~~~~~~~~~ | | | long int * /tmp/work/x11/matchbox-panel/work/.buildlink/include/X11/Xlib.h:2697:5: note: expected 'long unsigned int *' but argument is of type 'long int *' 2697 | unsigned long* /* bytes_after_return */, | ^~~~~~~~~~~~~~ panel_app.c:122:22: warning: pointer targets in assignment from 'char *' to 'unsigned char *' differ in signedness [-Wpointer-sign] 122 | papp->name = strdup(""); | ^ panel_app.c: In function 'panel_app_icon_prop_data_get': panel_app.c:167:49: warning: pointer targets in passing argument 10 of 'XGetWindowProperty' differ in signedness [-Wpointer-sign] 167 | &type, &format, &n_items, | ^~~~~~~~ | | | long int * /tmp/work/x11/matchbox-panel/work/.buildlink/include/X11/Xlib.h:2696:5: note: expected 'long unsigned int *' but argument is of type 'long int *' 2696 | unsigned long* /* nitems_return */, | ^~~~~~~~~~~~~~ panel_app.c:168:33: warning: pointer targets in passing argument 11 of 'XGetWindowProperty' differ in signedness [-Wpointer-sign] 168 | &bytes_after, (unsigned char **)&data); | ^~~~~~~~~~~~ | | | long int * /tmp/work/x11/matchbox-panel/work/.buildlink/include/X11/Xlib.h:2697:5: note: expected 'long unsigned int *' but argument is of type 'long int *' 2697 | unsigned long* /* bytes_after_return */, | ^~~~~~~~~~~~~~ gmake[2]: *** [Makefile:248: panel.o] Error 1 gmake[2]: *** Waiting for unfinished jobs.... gmake[2]: Leaving directory '/tmp/work/x11/matchbox-panel/work/matchbox-panel-0.9.2/src' gmake[1]: *** [Makefile:228: all-recursive] Error 1 gmake[1]: Leaving directory '/tmp/work/x11/matchbox-panel/work/matchbox-panel-0.9.2' gmake: *** [Makefile:166: all] Error 2 *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/x11/matchbox-panel *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/x11/matchbox-panel