=> "/opt/pkg/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-upstream-trunk/x11/matchbox-desktop", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] WARNING: [license.mk] Every package should define a LICENSE. ===> Building for matchbox-desktop-0.9.1nb16 --- all --- /opt/pkg/bin/bmake all-recursive --- all-recursive --- Making all in src --- mbdesktop.o --- --- mbdesktop_item.o --- --- mbdesktop.o --- if gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -Wall -fno-strict-aliasing -DDATADIR=\"/opt/pkg/share\" -DPKGDATADIR=\"/opt/pkg/share/matchbox-desktop\" -DPREFIX=\"/opt/pkg\" -DMBCONFDIR=\"/opt/pkg/etc/matchbox\" -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 -I/opt/pkg/include -I/opt/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 gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -Wall -fno-strict-aliasing -DDATADIR=\"/opt/pkg/share\" -DPKGDATADIR=\"/opt/pkg/share/matchbox-desktop\" -DPREFIX=\"/opt/pkg\" -DMBCONFDIR=\"/opt/pkg/etc/matchbox\" -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 -I/opt/pkg/include -I/opt/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:29: warning: pointer targets in passing argument 1 of 'strdup' differ in signedness [-Wpointer-sign] 403 | spec = strdup(mb_dotdesktop_get(theme, "DesktopBgSpec")); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | unsigned char * In file included from mbdesktop.h:14, from mbdesktop.c:18: /usr/include/string.h:142:21: note: expected 'const char *' but argument is of type 'unsigned char *' 142 | extern char *strdup(const char *); | ^~~~~~~~~~~~ mbdesktop.c:407:47: warning: pointer targets in passing argument 2 of 'mbdesktop_set_highlight_col' differ in signedness [-Wpointer-sign] 407 | mbdesktop_set_highlight_col(mb, mb_dotdesktop_get(theme, "DesktopHlCol")); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | unsigned char * mbdesktop.c:43:50: note: expected 'char *' but argument is of type 'unsigned char *' 43 | 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] 534 | memset(mb->bg, 0, sizeof(mb->bg)); | ^ mbdesktop.c: In function 'handle_key_event': mbdesktop.c:1309:3: warning: 'XKeycodeToKeysym' is deprecated [-Wdeprecated-declarations] 1309 | switch (key = XKeycodeToKeysym (mb->dpy, e->keycode, 0)) | ^~~~~~ In file included from mbdesktop.h:24: /home/pbulk/work/x11/matchbox-desktop/work/.buildlink/include/X11/Xlib.h:1683:15: note: declared here 1683 | extern KeySym XKeycodeToKeysym( | ^~~~~~~~~~~~~~~~ mbdesktop.c: In function 'mbdesktop_progress_dialog_open': mbdesktop.c:1916:30: warning: pointer targets in initialization of 'unsigned char *' from 'char *' differ in signedness [-Wpointer-sign] 1916 | unsigned char *win_title = "Loading ..."; | ^~~~~~~~~~~~~ mbdesktop.c:1940:37: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] 1940 | win_title, strlen(win_title)); | ^~~~~~~~~ | | | unsigned char * In file included from /usr/include/string.h:35: /usr/include/iso/string_iso.h:79:22: note: expected 'const char *' but argument is of type 'unsigned char *' 79 | extern size_t strlen(const char *); | ^~~~~~~~~~~~ mbdesktop.c:1942:54: warning: pointer targets in passing argument 3 of 'XStoreName' differ in signedness [-Wpointer-sign] 1942 | XStoreName(mbdesktop_xdisplay(mb), mb->win_dialog, win_title); | ^~~~~~~~~ | | | unsigned char * In file included from /home/pbulk/work/x11/matchbox-desktop/work/.buildlink/include/X11/Xlib.h:47: /home/pbulk/work/x11/matchbox-desktop/work/.buildlink/include/X11/Xfuncproto.h:47:17: note: expected 'const char *' but argument is of type 'unsigned char *' 47 | #define _Xconst const /home/pbulk/work/x11/matchbox-desktop/work/.buildlink/include/X11/Xlib.h:3408:5: note: in expansion of macro '_Xconst' 3408 | _Xconst char* /* window_name */ | ^~~~~~~ mbdesktop.c: In function 'mbdesktop_switch_bg_theme': mbdesktop.c:381:7: warning: 'strncpy' specified bound 255 equals destination size [-Wstringop-truncation] 381 | strncpy(theme_filename, mb->theme_name, 255); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --- mbdesktop_view.o --- if gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -Wall -fno-strict-aliasing -DDATADIR=\"/opt/pkg/share\" -DPKGDATADIR=\"/opt/pkg/share/matchbox-desktop\" -DPREFIX=\"/opt/pkg\" -DMBCONFDIR=\"/opt/pkg/etc/matchbox\" -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 -I/opt/pkg/include -I/opt/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:33: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] 12 | title, strlen(title)); | ^~~~~ | | | unsigned char * In file included from /usr/include/string.h:35, from mbdesktop.h:14, from mbdesktop_view.h:4, from mbdesktop_view.c:1: /usr/include/iso/string_iso.h:79:22: note: expected 'const char *' but argument is of type 'unsigned char *' 79 | extern size_t strlen(const char *); | ^~~~~~~~~~~~ mbdesktop_view.c:14:42: warning: pointer targets in passing argument 3 of 'XStoreName' differ in signedness [-Wpointer-sign] 14 | XStoreName(mb->dpy, mb->win_top_level, title ); | ^~~~~ | | | unsigned char * In file included from /home/pbulk/work/x11/matchbox-desktop/work/.buildlink/include/X11/Xlib.h:47, from mbdesktop.h:24: /home/pbulk/work/x11/matchbox-desktop/work/.buildlink/include/X11/Xfuncproto.h:47:17: note: expected 'const char *' but argument is of type 'unsigned char *' 47 | #define _Xconst const /home/pbulk/work/x11/matchbox-desktop/work/.buildlink/include/X11/Xlib.h:3408:5: note: in expansion of macro '_Xconst' 3408 | _Xconst char* /* window_name */ | ^~~~~~~ mbdesktop_view.c: In function 'mbdesktop_view_paint': mbdesktop_view.c:386:35: warning: pointer targets in passing argument 2 of 'mbdesktop_view_header_paint' differ in signedness [-Wpointer-sign] 386 | mbdesktop_view_header_paint(mb, folder_title); | ^~~~~~~~~~~~ | | | char * mbdesktop_view.c:299:59: note: expected 'unsigned char *' but argument is of type 'char *' 299 | mbdesktop_view_header_paint(MBDesktop *mb, unsigned char* folder_title) | ~~~~~~~~~~~~~~~^~~~~~~~~~~~ mbdesktop_view.c: In function 'mbdesktop_view_paint_list': mbdesktop_view.c:522:38: warning: pointer targets in passing argument 2 of 'mb_layout_set_text' differ in signedness [-Wpointer-sign] 522 | mb_layout_set_text(layout, item->name, MB_ENCODING_UTF8); | ~~~~^~~~~~ | | | char * In file included from /home/pbulk/work/x11/matchbox-desktop/work/.buildlink/include/libmb/mb.h:27, from mbdesktop.h:35: /home/pbulk/work/x11/matchbox-desktop/work/.buildlink/include/libmb/mbexp.h:563:36: note: expected 'unsigned char *' but argument is of type 'char *' 563 | unsigned char *text, | ~~~~~~~~~~~~~~~~^~~~ mbdesktop_view.c: In function 'mbdesktop_view_paint_items': mbdesktop_view.c:684:42: warning: pointer targets in passing argument 2 of 'mb_layout_set_text' differ in signedness [-Wpointer-sign] 684 | mb_layout_set_text(layout, item->name, MB_ENCODING_UTF8); | ~~~~^~~~~~ | | | char * /home/pbulk/work/x11/matchbox-desktop/work/.buildlink/include/libmb/mbexp.h:563:36: note: expected 'unsigned char *' but argument is of type 'char *' 563 | unsigned char *text, | ~~~~~~~~~~~~~~~~^~~~ mbdesktop_view.c:542:38: warning: variable 'limit_y' set but not used [-Wunused-but-set-variable] 542 | 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:42: warning: pointer targets in passing argument 2 of 'mb_layout_set_text' differ in signedness [-Wpointer-sign] 816 | mb_layout_set_text(layout, item->name, MB_ENCODING_UTF8); | ~~~~^~~~~~ | | | char * /home/pbulk/work/x11/matchbox-desktop/work/.buildlink/include/libmb/mbexp.h:563:36: note: expected 'unsigned char *' but argument is of type 'char *' 563 | unsigned char *text, | ~~~~~~~~~~~~~~~~^~~~ mbdesktop_view.c:834:47: warning: pointer targets in passing argument 2 of 'mbdesktop_view_header_paint' differ in signedness [-Wpointer-sign] 834 | mbdesktop_view_header_paint(mb, item->name); | ~~~~^~~~~~ | | | char * mbdesktop_view.c:299:59: note: expected 'unsigned char *' but argument is of type 'char *' 299 | mbdesktop_view_header_paint(MBDesktop *mb, unsigned char* folder_title) | ~~~~~~~~~~~~~~~^~~~~~~~~~~~ --- mbdesktop_module.o --- if gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -Wall -fno-strict-aliasing -DDATADIR=\"/opt/pkg/share\" -DPKGDATADIR=\"/opt/pkg/share/matchbox-desktop\" -DPREFIX=\"/opt/pkg\" -DMBCONFDIR=\"/opt/pkg/etc/matchbox\" -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 -I/opt/pkg/include -I/opt/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 gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -Wall -fno-strict-aliasing -DDATADIR=\"/opt/pkg/share\" -DPKGDATADIR=\"/opt/pkg/share/matchbox-desktop\" -DPREFIX=\"/opt/pkg\" -DMBCONFDIR=\"/opt/pkg/etc/matchbox\" -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 -I/opt/pkg/include -I/opt/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 gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -Wall -fno-strict-aliasing -DDATADIR=\"/opt/pkg/share\" -DPKGDATADIR=\"/opt/pkg/share/matchbox-desktop\" -DPREFIX=\"/opt/pkg\" -DMBCONFDIR=\"/opt/pkg/etc/matchbox\" -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 -I/opt/pkg/include -I/opt/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 --- matchbox-desktop --- /usr/bin/bash ../libtool --mode=link gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/freetype2 -L/opt/pkg/lib -Wl,-R/opt/pkg/lib -lintl -liconv -o matchbox-desktop -export-dynamic mbdesktop.o mbdesktop_item.o mbdesktop_view.o mbdesktop_module.o md5.o mbdesktop_win_plugin.o -L/opt/pkg/lib -lmb -lXext -lX11 -Wl,-R/opt/pkg/lib -lpng16 -lz libtool: link: gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/home/pbulk/work/x11/matchbox-desktop/work/.buildlink/include -I/home/pbulk/work/x11/matchbox-desktop/work/.buildlink/include/freetype2 -Wl,-rpath -Wl,/opt/pkg/lib -o matchbox-desktop mbdesktop.o mbdesktop_item.o mbdesktop_view.o mbdesktop_module.o md5.o mbdesktop_win_plugin.o -Wl,-rpath -Wl,/opt/pkg/lib -L/home/pbulk/work/x11/matchbox-desktop/work/.buildlink/lib /home/pbulk/work/x11/matchbox-desktop/work/.buildlink/lib/libmb.so /home/pbulk/work/x11/matchbox-desktop/work/.buildlink/lib/libXft.so /home/pbulk/work/x11/matchbox-desktop/work/.buildlink/lib/libintl.so /home/pbulk/work/x11/matchbox-desktop/work/.buildlink/lib/libiconv.so -lfontconfig /home/pbulk/work/x11/matchbox-desktop/work/.buildlink/lib/libfreetype.so /home/pbulk/work/x11/matchbox-desktop/work/.buildlink/lib/libbz2.so -lbrotlidec -lpthread /home/pbulk/work/x11/matchbox-desktop/work/.buildlink/lib/libXrender.so /home/pbulk/work/x11/matchbox-desktop/work/.buildlink/lib/libXext.so /home/pbulk/work/x11/matchbox-desktop/work/.buildlink/lib/libX11.so /home/pbulk/work/x11/matchbox-desktop/work/.buildlink/lib/libxcb.so /home/pbulk/work/x11/matchbox-desktop/work/.buildlink/lib/libXau.so /home/pbulk/work/x11/matchbox-desktop/work/.buildlink/lib/libXdmcp.so -lnsl -lsocket /home/pbulk/work/x11/matchbox-desktop/work/.buildlink/lib/libpng16.so -lm /home/pbulk/work/x11/matchbox-desktop/work/.buildlink/lib/libz.so -R/home/pbulk/work/x11/matchbox-desktop/work/.buildlink/lib -R/home/pbulk/work/x11/matchbox-desktop/work/.buildlink/lib Making all in modules --- tasks.lo --- --- dotdesktop.lo --- --- tasks.lo --- if /usr/bin/bash ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../src -DDATADIR=\"/opt/pkg/share\" -DPKGDATADIR=\"/opt/pkg/share/matchbox\" -DPREFIX=\"/opt/pkg\" -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/libpng16 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -I/opt/pkg/include/startup-notification-1.0 -I/opt/pkg/include -I/opt/pkg/include/freetype2 -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/freetype2 -MT tasks.lo -MD -MP -MF ".deps/tasks.Tpo" -c -o tasks.lo tasks.c; then mv -f ".deps/tasks.Tpo" ".deps/tasks.Plo"; else rm -f ".deps/tasks.Tpo"; exit 1; fi --- dotdesktop.lo --- if /usr/bin/bash ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../src -DDATADIR=\"/opt/pkg/share\" -DPKGDATADIR=\"/opt/pkg/share/matchbox\" -DPREFIX=\"/opt/pkg\" -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/libpng16 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -I/opt/pkg/include/startup-notification-1.0 -I/opt/pkg/include -I/opt/pkg/include/freetype2 -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/freetype2 -MT dotdesktop.lo -MD -MP -MF ".deps/dotdesktop.Tpo" -c -o dotdesktop.lo dotdesktop.c; then mv -f ".deps/dotdesktop.Tpo" ".deps/dotdesktop.Plo"; else rm -f ".deps/dotdesktop.Tpo"; exit 1; fi --- tasks.lo --- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../src -DDATADIR=\"/opt/pkg/share\" -DPKGDATADIR=\"/opt/pkg/share/matchbox\" -DPREFIX=\"/opt/pkg\" -I/home/pbulk/work/x11/matchbox-desktop/work/.buildlink/include -I/home/pbulk/work/x11/matchbox-desktop/work/.buildlink/include/freetype2 -I/home/pbulk/work/x11/matchbox-desktop/work/.buildlink/include/libpng16 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -I/home/pbulk/work/x11/matchbox-desktop/work/.buildlink/include/startup-notification-1.0 -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -MT tasks.lo -MD -MP -MF .deps/tasks.Tpo -c tasks.c -fPIC -DPIC -o .libs/tasks.o --- dotdesktop.lo --- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../src -DDATADIR=\"/opt/pkg/share\" -DPKGDATADIR=\"/opt/pkg/share/matchbox\" -DPREFIX=\"/opt/pkg\" -I/home/pbulk/work/x11/matchbox-desktop/work/.buildlink/include -I/home/pbulk/work/x11/matchbox-desktop/work/.buildlink/include/freetype2 -I/home/pbulk/work/x11/matchbox-desktop/work/.buildlink/include/libpng16 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -I/home/pbulk/work/x11/matchbox-desktop/work/.buildlink/include/startup-notification-1.0 -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -MT dotdesktop.lo -MD -MP -MF .deps/dotdesktop.Tpo -c dotdesktop.c -fPIC -DPIC -o .libs/dotdesktop.o --- tasks.lo --- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../src -DDATADIR=\"/opt/pkg/share\" -DPKGDATADIR=\"/opt/pkg/share/matchbox\" -DPREFIX=\"/opt/pkg\" -I/home/pbulk/work/x11/matchbox-desktop/work/.buildlink/include -I/home/pbulk/work/x11/matchbox-desktop/work/.buildlink/include/freetype2 -I/home/pbulk/work/x11/matchbox-desktop/work/.buildlink/include/libpng16 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -I/home/pbulk/work/x11/matchbox-desktop/work/.buildlink/include/startup-notification-1.0 -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -MT tasks.lo -MD -MP -MF .deps/tasks.Tpo -c tasks.c -o tasks.o >/dev/null 2>&1 --- dotdesktop.lo --- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../src -DDATADIR=\"/opt/pkg/share\" -DPKGDATADIR=\"/opt/pkg/share/matchbox\" -DPREFIX=\"/opt/pkg\" -I/home/pbulk/work/x11/matchbox-desktop/work/.buildlink/include -I/home/pbulk/work/x11/matchbox-desktop/work/.buildlink/include/freetype2 -I/home/pbulk/work/x11/matchbox-desktop/work/.buildlink/include/libpng16 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -I/home/pbulk/work/x11/matchbox-desktop/work/.buildlink/include/startup-notification-1.0 -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -MT dotdesktop.lo -MD -MP -MF .deps/dotdesktop.Tpo -c dotdesktop.c -o dotdesktop.o >/dev/null 2>&1 --- simplefilebrowser.lo --- if /usr/bin/bash ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../src -DDATADIR=\"/opt/pkg/share\" -DPKGDATADIR=\"/opt/pkg/share/matchbox\" -DPREFIX=\"/opt/pkg\" -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/libpng16 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -I/opt/pkg/include/startup-notification-1.0 -I/opt/pkg/include -I/opt/pkg/include/freetype2 -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/freetype2 -MT simplefilebrowser.lo -MD -MP -MF ".deps/simplefilebrowser.Tpo" -c -o simplefilebrowser.lo simplefilebrowser.c; then mv -f ".deps/simplefilebrowser.Tpo" ".deps/simplefilebrowser.Plo"; else rm -f ".deps/simplefilebrowser.Tpo"; exit 1; fi libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../src -DDATADIR=\"/opt/pkg/share\" -DPKGDATADIR=\"/opt/pkg/share/matchbox\" -DPREFIX=\"/opt/pkg\" -I/home/pbulk/work/x11/matchbox-desktop/work/.buildlink/include -I/home/pbulk/work/x11/matchbox-desktop/work/.buildlink/include/freetype2 -I/home/pbulk/work/x11/matchbox-desktop/work/.buildlink/include/libpng16 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -I/home/pbulk/work/x11/matchbox-desktop/work/.buildlink/include/startup-notification-1.0 -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -MT simplefilebrowser.lo -MD -MP -MF .deps/simplefilebrowser.Tpo -c simplefilebrowser.c -fPIC -DPIC -o .libs/simplefilebrowser.o --- tasks.la --- /usr/bin/bash ../libtool --mode=link gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/freetype2 -L/opt/pkg/lib -Wl,-R/opt/pkg/lib -lintl -liconv -o tasks.la -rpath /opt/pkg/lib/matchbox/desktop -avoid-version -module -export-dynamic tasks.lo -L/opt/pkg/lib -lmb -lXext -lX11 -Wl,-R/opt/pkg/lib -lpng16 --- simplefilebrowser.lo --- simplefilebrowser.c: In function 'filebrowser_file_activate_cb': simplefilebrowser.c:36:14: error: implicit declaration of function 'alloca' [-Wimplicit-function-declaration] 36 | exec_str = alloca(strlen(mod_data->BrowserExecWith)+strlen(current_path)+strlen(item->name)+6); | ^~~~~~ simplefilebrowser.c:36:14: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] *** [simplefilebrowser.lo] Error code 1 bmake[2]: stopped making "all" in /home/pbulk/work/x11/matchbox-desktop/work/matchbox-desktop-0.9.1/modules --- tasks.la --- libtool: link: gcc -shared -fPIC -DPIC -Wl,-z -Wl,text -Wl,-h -Wl,tasks.so -o .libs/tasks.so .libs/tasks.o -R/home/pbulk/work/x11/matchbox-desktop/work/.buildlink/lib -R/home/pbulk/work/x11/matchbox-desktop/work/.buildlink/lib -L/home/pbulk/work/x11/matchbox-desktop/work/.buildlink/lib /home/pbulk/work/x11/matchbox-desktop/work/.buildlink/lib/libmb.so /home/pbulk/work/x11/matchbox-desktop/work/.buildlink/lib/libXft.so /home/pbulk/work/x11/matchbox-desktop/work/.buildlink/lib/libintl.so /home/pbulk/work/x11/matchbox-desktop/work/.buildlink/lib/libiconv.so -lfontconfig /home/pbulk/work/x11/matchbox-desktop/work/.buildlink/lib/libfreetype.so /home/pbulk/work/x11/matchbox-desktop/work/.buildlink/lib/libbz2.so -lbrotlidec -lpthread /home/pbulk/work/x11/matchbox-desktop/work/.buildlink/lib/libXrender.so /home/pbulk/work/x11/matchbox-desktop/work/.buildlink/lib/libXext.so /home/pbulk/work/x11/matchbox-desktop/work/.buildlink/lib/libX11.so /home/pbulk/work/x11/matchbox-desktop/work/.buildlink/lib/libxcb.so /home/pbulk/work/x11/matchbox-desktop/work/.buildlink/lib/libXau.so /home/pbulk/work/x11/matchbox-desktop/work/.buildlink/lib/libXdmcp.so -lnsl -lsocket /home/pbulk/work/x11/matchbox-desktop/work/.buildlink/lib/libpng16.so /home/pbulk/work/x11/matchbox-desktop/work/.buildlink/lib/libz.so -lm -O2 -msave-args -Wl,-rpath -Wl,/opt/pkg/lib -Wl,-rpath -Wl,/opt/pkg/lib libtool: link: ar cr .libs/tasks.a tasks.o libtool: link: ranlib .libs/tasks.a libtool: link: ( cd ".libs" && rm -f "tasks.la" && ln -s "../tasks.la" "tasks.la" ) bmake[2]: 1 error bmake[2]: stopped making "all" in /home/pbulk/work/x11/matchbox-desktop/work/matchbox-desktop-0.9.1/modules *** [all-recursive] Error code 1 bmake[1]: stopped making "all-recursive" in /home/pbulk/work/x11/matchbox-desktop/work/matchbox-desktop-0.9.1 bmake[1]: 1 error bmake[1]: stopped making "all-recursive" in /home/pbulk/work/x11/matchbox-desktop/work/matchbox-desktop-0.9.1 *** [all] Error code 2 bmake: stopped making "all" in /home/pbulk/work/x11/matchbox-desktop/work/matchbox-desktop-0.9.1 bmake: 1 error bmake: stopped making "all" in /home/pbulk/work/x11/matchbox-desktop/work/matchbox-desktop-0.9.1 *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/x11/matchbox-desktop *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/x11/matchbox-desktop