=> Bootstrap dependency digest>=20010302: found digest-20160304 ===> Building for aewm++-1.0.24nb1 --- windowmanager.o --- --- client.o --- --- main.o --- --- windowmanager.o --- echo windowmanager.cc windowmanager.cc clang++ -O2 -I/usr/pkg/include -DSHAPE -I/usr/pkg/include -c windowmanager.cc -o windowmanager.o --- client.o --- echo client.cc client.cc --- main.o --- echo main.cc --- client.o --- clang++ -O2 -I/usr/pkg/include -DSHAPE -I/usr/pkg/include -c client.cc -o client.o --- main.o --- main.cc clang++ -O2 -I/usr/pkg/include -DSHAPE -I/usr/pkg/include -c main.cc -o main.o --- basemenu.o --- echo basemenu.cc basemenu.cc clang++ -O2 -I/usr/pkg/include -DSHAPE -I/usr/pkg/include -c basemenu.cc -o basemenu.o --- windowmanager.o --- windowmanager.cc:64:17: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] opt_font = DEF_FONT; ^ ./aewm.hh:35:18: note: expanded from macro 'DEF_FONT' #define DEF_FONT "Fixed" ^ windowmanager.cc:65:11: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] opt_fm = DEF_FM; ^ --- genericmenu.o --- echo genericmenu.cc genericmenu.cc clang++ -O2 -I/usr/pkg/include -DSHAPE -I/usr/pkg/include -c genericmenu.cc -o genericmenu.o --- windowmanager.o --- ./aewm.hh:50:17: note: expanded from macro 'DEF_FM' #define DEF_FM "click" ^ windowmanager.cc:66:15: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] opt_fg = DEF_FG; ^ ./aewm.hh:36:17: note: expanded from macro 'DEF_FG' #define DEF_FG "#ffffff" ^ --- iconmenu.o --- echo iconmenu.cc iconmenu.cc clang++ -O2 -I/usr/pkg/include -DSHAPE -I/usr/pkg/include -c iconmenu.cc -o iconmenu.o --- windowmenu.o --- --- windowmanager.o --- windowmanager.cc:67:15: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] opt_fc = DEF_FC; ^ ./aewm.hh:38:17: note: expanded from macro 'DEF_FC' #define DEF_FC "#d1d1d1" ^ windowmanager.cc:68:15: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] opt_bg = DEF_BG; ^ ./aewm.hh:37:17: note: expanded from macro 'DEF_BG' #define DEF_BG "#646a8c" ^ windowmanager.cc:69:15: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] opt_bd = DEF_BD; ^ ./aewm.hh:39:17: note: expanded from macro 'DEF_BD' #define DEF_BD "#000000" ^ windowmanager.cc:70:15: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] opt_tj = TEXT_JUSTIFY; ^ ./aewm.hh:47:22: note: expanded from macro 'TEXT_JUSTIFY' #define TEXT_JUSTIFY "center" ^ windowmanager.cc:71:11: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] opt_wm = WIRE_MOVE; ^ ./aewm.hh:48:19: note: expanded from macro 'WIRE_MOVE' #define WIRE_MOVE "true" ^ windowmanager.cc:72:11: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] opt_es = EDGE_SNAP; ^ ./aewm.hh:45:19: note: expanded from macro 'EDGE_SNAP' #define EDGE_SNAP "true" ^ windowmanager.cc:73:17: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] opt_new1 = DEF_NEW1; ^ ./aewm.hh:40:18: note: expanded from macro 'DEF_NEW1' #define DEF_NEW1 "" ^ windowmanager.cc:74:17: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] opt_new2 = DEF_NEW2; ^ ./aewm.hh:41:18: note: expanded from macro 'DEF_NEW2' #define DEF_NEW2 "xterm -ls -sb -bg black -fg white" ^ --- windowmenu.o --- echo windowmenu.cc windowmenu.cc clang++ -O2 -I/usr/pkg/include -DSHAPE -I/usr/pkg/include -c windowmenu.cc -o windowmenu.o --- windowmanager.o --- windowmanager.cc:594:5: warning: 'XKeycodeToKeysym' is deprecated [-Wdeprecated-declarations] ks=XKeycodeToKeysym(dpy,ev->xkey.keycode,0); ^ /var/pkgsrc/work/wm/aewm++/work/.buildlink/include/X11/Xlib.h:1686:1: note: 'XKeycodeToKeysym' has been explicitly marked deprecated here _X_DEPRECATED ^ /var/pkgsrc/work/wm/aewm++/work/.buildlink/include/X11/Xfuncproto.h:136:40: note: expanded from macro '_X_DEPRECATED' # define _X_DEPRECATED __attribute__((deprecated)) ^ windowmanager.cc:1366:24: error: non-constant-expression cannot be narrowed from type 'int' to 'CARD32' (aka 'unsigned int') in initializer list [-Wc++11-narrowing] CARD32 geometry[] = { xres, yres }; ^~~~ windowmanager.cc:1366:24: note: insert an explicit cast to silence this issue CARD32 geometry[] = { xres, yres }; ^~~~ static_cast( ) windowmanager.cc:1366:30: error: non-constant-expression cannot be narrowed from type 'int' to 'CARD32' (aka 'unsigned int') in initializer list [-Wc++11-narrowing] CARD32 geometry[] = { xres, yres }; ^~~~ windowmanager.cc:1366:30: note: insert an explicit cast to silence this issue CARD32 geometry[] = { xres, yres }; ^~~~ static_cast( ) windowmanager.cc:1392:24: error: non-constant-expression cannot be narrowed from type 'int' to 'CARD32' (aka 'unsigned int') in initializer list [-Wc++11-narrowing] CARD32 workarea[] = { work_x, work_y, work_width, work_height }; ^~~~~~ windowmanager.cc:1392:24: note: insert an explicit cast to silence this issue CARD32 workarea[] = { work_x, work_y, work_width, work_height }; ^~~~~~ static_cast( ) windowmanager.cc:1392:32: error: non-constant-expression cannot be narrowed from type 'int' to 'CARD32' (aka 'unsigned int') in initializer list [-Wc++11-narrowing] CARD32 workarea[] = { work_x, work_y, work_width, work_height }; ^~~~~~ windowmanager.cc:1392:32: note: insert an explicit cast to silence this issue CARD32 workarea[] = { work_x, work_y, work_width, work_height }; ^~~~~~ static_cast( ) windowmanager.cc:1392:40: error: non-constant-expression cannot be narrowed from type 'int' to 'CARD32' (aka 'unsigned int') in initializer list [-Wc++11-narrowing] CARD32 workarea[] = { work_x, work_y, work_width, work_height }; ^~~~~~~~~~ windowmanager.cc:1392:40: note: insert an explicit cast to silence this issue CARD32 workarea[] = { work_x, work_y, work_width, work_height }; ^~~~~~~~~~ static_cast( ) windowmanager.cc:1392:52: error: non-constant-expression cannot be narrowed from type 'int' to 'CARD32' (aka 'unsigned int') in initializer list [-Wc++11-narrowing] CARD32 workarea[] = { work_x, work_y, work_width, work_height }; ^~~~~~~~~~~ windowmanager.cc:1392:52: note: insert an explicit cast to silence this issue CARD32 workarea[] = { work_x, work_y, work_width, work_height }; ^~~~~~~~~~~ static_cast( ) windowmanager.cc:1592:54: warning: missing sentinel in function call [-Wsentinel] execl("/bin/sh", "sh", "-c", command_line.c_str(), 0); ^ , nullptr /usr/include/unistd.h:330:6: note: function has been explicitly marked sentinel here int execl(const char *, const char *, ...) __null_sentinel; ^ 13 warnings and 6 errors generated. *** [windowmanager.o] Error code 1 bmake: stopped in /var/pkgsrc/work/wm/aewm++/work/aewm++-1.0.24 1 error bmake: stopped in /var/pkgsrc/work/wm/aewm++/work/aewm++-1.0.24 *** Error code 2 Stop. bmake[1]: stopped in /usr/pkgsrc/wm/aewm++ *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/wm/aewm++