=> Bootstrap dependency digest>=20010302: found digest-20190127
===> Skipping vulnerability checks.
WARNING: No /var/db/pkg/pkg-vulnerabilities file found.
WARNING: To fix run: `/usr/sbin/pkg_admin -K /var/db/pkg fetch-pkg-vulnerabilities'.
===> Building for herbstluftwm-0.7.2nb1
Scanning dependencies of target doc_html_herbstluftwm-tutorial
Scanning dependencies of target doc_man_herbstluftwm
Scanning dependencies of target doc_html_herbstclient
Scanning dependencies of target doc_man_herbstluftwm-tutorial
[  3%] Generating doc/herbstluftwm-tutorial.html
[  9%] Generating doc/herbstclient.html
[  9%] Generating doc/herbstluftwm-tutorial.7
Scanning dependencies of target herbstclient
[ 12%] Generating doc/herbstluftwm.1
[ 16%] Building C object CMakeFiles/herbstclient.dir/ipc-client/client-utils.c.o
Scanning dependencies of target herbstluftwm
Scanning dependencies of target doc_man_herbstclient
[ 19%] Building CXX object CMakeFiles/herbstluftwm.dir/src/clientlist.cpp.o
[ 22%] Generating doc/herbstclient.1
Scanning dependencies of target doc_html_herbstluftwm
[ 25%] Generating doc/herbstluftwm.html
[ 29%] Building C object CMakeFiles/herbstclient.dir/ipc-client/ipc-client.c.o
[ 29%] Built target doc_html_herbstluftwm-tutorial
[ 32%] Building C object CMakeFiles/herbstclient.dir/ipc-client/main.c.o
[ 32%] Built target doc_html_herbstclient
[ 35%] Linking C executable bin/herbstclient
[ 35%] Built target herbstclient
[ 35%] Built target doc_man_herbstluftwm-tutorial
[ 35%] Built target doc_man_herbstclient
[ 41%] Building CXX object CMakeFiles/herbstluftwm.dir/src/ewmh.cpp.o
[ 41%] Building CXX object CMakeFiles/herbstluftwm.dir/src/decoration.cpp.o
[ 48%] Building CXX object CMakeFiles/herbstluftwm.dir/src/desktopwindow.cpp.o
[ 48%] Building CXX object CMakeFiles/herbstluftwm.dir/src/command.cpp.o
[ 51%] Building CXX object CMakeFiles/herbstluftwm.dir/src/floating.cpp.o
[ 54%] Building CXX object CMakeFiles/herbstluftwm.dir/src/hook.cpp.o
[ 54%] Built target doc_html_herbstluftwm
[ 61%] Building CXX object CMakeFiles/herbstluftwm.dir/src/ipc-server.cpp.o
[ 61%] Building CXX object CMakeFiles/herbstluftwm.dir/src/key.cpp.o
/data/scratch/wm/herbstluftwm/work/herbstluftwm-0.7.2/src/ewmh.cpp:243:9: warning: Deprecated pre-processor symbol, replace with memmove [-W#pragma-messages]
        g_memmove(g_windows + index, g_windows + index + 1,
        ^
/data/scratch/wm/herbstluftwm/work/.buildlink/include/glib-2.0/glib/gutils.h:322:64: note: expanded from macro 'g_memmove'
  G_STMT_START { memmove ((dest), (src), (len)); } G_STMT_END  GLIB_DEPRECATED_MACRO_IN_2_40_FOR(memmove)
                                                               ^
/data/scratch/wm/herbstluftwm/work/.buildlink/include/glib-2.0/glib/gversionmacros.h:561:49: note: expanded from macro 'GLIB_DEPRECATED_MACRO_IN_2_40_FOR'
# define GLIB_DEPRECATED_MACRO_IN_2_40_FOR(f)   GLIB_DEPRECATED_MACRO_FOR(f)
                                                ^
/data/scratch/wm/herbstluftwm/work/.buildlink/include/glib-2.0/glib/gmacros.h:990:38: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
#define GLIB_DEPRECATED_MACRO_FOR(f) _GLIB_GNUC_DO_PRAGMA(GCC warning "Deprecated pre-processor symbol, replace with " #f)
                                     ^
/data/scratch/wm/herbstluftwm/work/.buildlink/include/glib-2.0/glib/gmacros.h:988:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:82:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol, replace with " "memmove"
     ^
[ 64%] Building CXX object CMakeFiles/herbstluftwm.dir/src/layout.cpp.o
[ 67%] Building CXX object CMakeFiles/herbstluftwm.dir/src/main.cpp.o
/data/scratch/wm/herbstluftwm/work/herbstluftwm-0.7.2/src/decoration.cpp:529:15: error: non-constant-expression cannot be narrowed from type 'int' to 'short' in initializer list [-Wc++11-narrowing]
            { inner.x - iw, inner.y - iw, inner.width + 2*iw, iw }, /* top */
              ^~~~~~~~~~~~
/data/scratch/wm/herbstluftwm/work/herbstluftwm-0.7.2/src/decoration.cpp:529:15: note: insert an explicit cast to silence this issue
            { inner.x - iw, inner.y - iw, inner.width + 2*iw, iw }, /* top */
              ^~~~~~~~~~~~
              static_cast<short>( )
/data/scratch/wm/herbstluftwm/work/herbstluftwm-0.7.2/src/decoration.cpp:529:29: error: non-constant-expression cannot be narrowed from type 'int' to 'short' in initializer list [-Wc++11-narrowing]
            { inner.x - iw, inner.y - iw, inner.width + 2*iw, iw }, /* top */
                            ^~~~~~~~~~~~
/data/scratch/wm/herbstluftwm/work/herbstluftwm-0.7.2/src/decoration.cpp:529:29: note: insert an explicit cast to silence this issue
            { inner.x - iw, inner.y - iw, inner.width + 2*iw, iw }, /* top */
                            ^~~~~~~~~~~~
                            static_cast<short>( )
/data/scratch/wm/herbstluftwm/work/herbstluftwm-0.7.2/src/decoration.cpp:529:43: error: non-constant-expression cannot be narrowed from type 'int' to 'unsigned short' in initializer list [-Wc++11-narrowing]
            { inner.x - iw, inner.y - iw, inner.width + 2*iw, iw }, /* top */
                                          ^~~~~~~~~~~~~~~~~~
/data/scratch/wm/herbstluftwm/work/herbstluftwm-0.7.2/src/decoration.cpp:529:43: note: insert an explicit cast to silence this issue
            { inner.x - iw, inner.y - iw, inner.width + 2*iw, iw }, /* top */
                                          ^~~~~~~~~~~~~~~~~~
                                          static_cast<unsigned short>( )
/data/scratch/wm/herbstluftwm/work/herbstluftwm-0.7.2/src/decoration.cpp:529:63: error: non-constant-expression cannot be narrowed from type 'int' to 'unsigned short' in initializer list [-Wc++11-narrowing]
            { inner.x - iw, inner.y - iw, inner.width + 2*iw, iw }, /* top */
                                                              ^~
/data/scratch/wm/herbstluftwm/work/herbstluftwm-0.7.2/src/decoration.cpp:529:63: note: insert an explicit cast to silence this issue
            { inner.x - iw, inner.y - iw, inner.width + 2*iw, iw }, /* top */
                                                              ^~
                                                              static_cast<unsigned short>( )
/data/scratch/wm/herbstluftwm/work/herbstluftwm-0.7.2/src/decoration.cpp:530:15: error: non-constant-expression cannot be narrowed from type 'int' to 'short' in initializer list [-Wc++11-narrowing]
            { inner.x - iw, inner.y, iw, inner.height },  /* left */
              ^~~~~~~~~~~~
/data/scratch/wm/herbstluftwm/work/herbstluftwm-0.7.2/src/decoration.cpp:530:15: note: insert an explicit cast to silence this issue
            { inner.x - iw, inner.y, iw, inner.height },  /* left */
              ^~~~~~~~~~~~
              static_cast<short>( )
/data/scratch/wm/herbstluftwm/work/herbstluftwm-0.7.2/src/decoration.cpp:530:29: error: non-constant-expression cannot be narrowed from type 'int' to 'short' in initializer list [-Wc++11-narrowing]
            { inner.x - iw, inner.y, iw, inner.height },  /* left */
                            ^~~~~~~
/data/scratch/wm/herbstluftwm/work/herbstluftwm-0.7.2/src/decoration.cpp:530:29: note: insert an explicit cast to silence this issue
            { inner.x - iw, inner.y, iw, inner.height },  /* left */
                            ^~~~~~~
                            static_cast<short>( )
/data/scratch/wm/herbstluftwm/work/herbstluftwm-0.7.2/src/decoration.cpp:530:38: error: non-constant-expression cannot be narrowed from type 'int' to 'unsigned short' in initializer list [-Wc++11-narrowing]
            { inner.x - iw, inner.y, iw, inner.height },  /* left */
                                     ^~
/data/scratch/wm/herbstluftwm/work/herbstluftwm-0.7.2/src/decoration.cpp:530:38: note: insert an explicit cast to silence this issue
            { inner.x - iw, inner.y, iw, inner.height },  /* left */
                                     ^~
                                     static_cast<unsigned short>( )
/data/scratch/wm/herbstluftwm/work/herbstluftwm-0.7.2/src/decoration.cpp:530:42: error: non-constant-expression cannot be narrowed from type 'int' to 'unsigned short' in initializer list [-Wc++11-narrowing]
            { inner.x - iw, inner.y, iw, inner.height },  /* left */
                                         ^~~~~~~~~~~~
/data/scratch/wm/herbstluftwm/work/herbstluftwm-0.7.2/src/decoration.cpp:530:42: note: insert an explicit cast to silence this issue
            { inner.x - iw, inner.y, iw, inner.height },  /* left */
                                         ^~~~~~~~~~~~
                                         static_cast<unsigned short>( )
/data/scratch/wm/herbstluftwm/work/herbstluftwm-0.7.2/src/decoration.cpp:531:15: error: non-constant-expression cannot be narrowed from type 'int' to 'short' in initializer list [-Wc++11-narrowing]
            { inner.x + inner.width, inner.y, iw, inner.height }, /* right */
              ^~~~~~~~~~~~~~~~~~~~~
/data/scratch/wm/herbstluftwm/work/herbstluftwm-0.7.2/src/decoration.cpp:531:15: note: insert an explicit cast to silence this issue
            { inner.x + inner.width, inner.y, iw, inner.height }, /* right */
              ^~~~~~~~~~~~~~~~~~~~~
              static_cast<short>(  )
/data/scratch/wm/herbstluftwm/work/herbstluftwm-0.7.2/src/decoration.cpp:531:38: error: non-constant-expression cannot be narrowed from type 'int' to 'short' in initializer list [-Wc++11-narrowing]
            { inner.x + inner.width, inner.y, iw, inner.height }, /* right */
                                     ^~~~~~~
/data/scratch/wm/herbstluftwm/work/herbstluftwm-0.7.2/src/decoration.cpp:531:38: note: insert an explicit cast to silence this issue
            { inner.x + inner.width, inner.y, iw, inner.height }, /* right */
                                     ^~~~~~~
                                     static_cast<short>( )
/data/scratch/wm/herbstluftwm/work/herbstluftwm-0.7.2/src/decoration.cpp:531:47: error: non-constant-expression cannot be narrowed from type 'int' to 'unsigned short' in initializer list [-Wc++11-narrowing]
            { inner.x + inner.width, inner.y, iw, inner.height }, /* right */
                                              ^~
/data/scratch/wm/herbstluftwm/work/herbstluftwm-0.7.2/src/decoration.cpp:531:47: note: insert an explicit cast to silence this issue
            { inner.x + inner.width, inner.y, iw, inner.height }, /* right */
                                              ^~
                                              static_cast<unsigned short>( )
/data/scratch/wm/herbstluftwm/work/herbstluftwm-0.7.2/src/decoration.cpp:531:51: error: non-constant-expression cannot be narrowed from type 'int' to 'unsigned short' in initializer list [-Wc++11-narrowing]
            { inner.x + inner.width, inner.y, iw, inner.height }, /* right */
                                                  ^~~~~~~~~~~~
/data/scratch/wm/herbstluftwm/work/herbstluftwm-0.7.2/src/decoration.cpp:531:51: note: insert an explicit cast to silence this issue
            { inner.x + inner.width, inner.y, iw, inner.height }, /* right */
                                                  ^~~~~~~~~~~~
                                                  static_cast<unsigned short>( )
/data/scratch/wm/herbstluftwm/work/herbstluftwm-0.7.2/src/decoration.cpp:532:15: error: non-constant-expression cannot be narrowed from type 'int' to 'short' in initializer list [-Wc++11-narrowing]
            { inner.x - iw, inner.y + inner.height, inner.width + 2*iw, iw }, /* bottom */
              ^~~~~~~~~~~~
/data/scratch/wm/herbstluftwm/work/herbstluftwm-0.7.2/src/decoration.cpp:532:15: note: insert an explicit cast to silence this issue
            { inner.x - iw, inner.y + inner.height, inner.width + 2*iw, iw }, /* bottom */
              ^~~~~~~~~~~~
              static_cast<short>( )
/data/scratch/wm/herbstluftwm/work/herbstluftwm-0.7.2/src/decoration.cpp:532:29: error: non-constant-expression cannot be narrowed from type 'int' to 'short' in initializer list [-Wc++11-narrowing]
            { inner.x - iw, inner.y + inner.height, inner.width + 2*iw, iw }, /* bottom */
                            ^~~~~~~~~~~~~~~~~~~~~~
/data/scratch/wm/herbstluftwm/work/herbstluftwm-0.7.2/src/decoration.cpp:532:29: note: insert an explicit cast to silence this issue
            { inner.x - iw, inner.y + inner.height, inner.width + 2*iw, iw }, /* bottom */
                            ^~~~~~~~~~~~~~~~~~~~~~
                            static_cast<short>(   )
/data/scratch/wm/herbstluftwm/work/herbstluftwm-0.7.2/src/decoration.cpp:532:53: error: non-constant-expression cannot be narrowed from type 'int' to 'unsigned short' in initializer list [-Wc++11-narrowing]
            { inner.x - iw, inner.y + inner.height, inner.width + 2*iw, iw }, /* bottom */
                                                    ^~~~~~~~~~~~~~~~~~
/data/scratch/wm/herbstluftwm/work/herbstluftwm-0.7.2/src/decoration.cpp:532:53: note: insert an explicit cast to silence this issue
            { inner.x - iw, inner.y + inner.height, inner.width + 2*iw, iw }, /* bottom */
                                                    ^~~~~~~~~~~~~~~~~~
                                                    static_cast<unsigned short>( )
/data/scratch/wm/herbstluftwm/work/herbstluftwm-0.7.2/src/decoration.cpp:532:73: error: non-constant-expression cannot be narrowed from type 'int' to 'unsigned short' in initializer list [-Wc++11-narrowing]
            { inner.x - iw, inner.y + inner.height, inner.width + 2*iw, iw }, /* bottom */
                                                                        ^~
/data/scratch/wm/herbstluftwm/work/herbstluftwm-0.7.2/src/decoration.cpp:532:73: note: insert an explicit cast to silence this issue
            { inner.x - iw, inner.y + inner.height, inner.width + 2*iw, iw }, /* bottom */
                                                                        ^~
                                                                        static_cast<unsigned short>( )
/data/scratch/wm/herbstluftwm/work/herbstluftwm-0.7.2/src/decoration.cpp:545:21: error: non-constant-expression cannot be narrowed from type 'int' to 'unsigned short' in initializer list [-Wc++11-narrowing]
            { 0, 0, outer.width, ow }, /* top */
                    ^~~~~~~~~~~
/data/scratch/wm/herbstluftwm/work/herbstluftwm-0.7.2/src/decoration.cpp:545:21: note: insert an explicit cast to silence this issue
            { 0, 0, outer.width, ow }, /* top */
                    ^~~~~~~~~~~
                    static_cast<unsigned short>( )
/data/scratch/wm/herbstluftwm/work/herbstluftwm-0.7.2/src/decoration.cpp:545:34: error: non-constant-expression cannot be narrowed from type 'int' to 'unsigned short' in initializer list [-Wc++11-narrowing]
            { 0, 0, outer.width, ow }, /* top */
                                 ^~
/data/scratch/wm/herbstluftwm/work/herbstluftwm-0.7.2/src/decoration.cpp:545:34: note: insert an explicit cast to silence this issue
            { 0, 0, outer.width, ow }, /* top */
                                 ^~
                                 static_cast<unsigned short>( )
/data/scratch/wm/herbstluftwm/work/herbstluftwm-0.7.2/src/decoration.cpp:546:18: error: non-constant-expression cannot be narrowed from type 'int' to 'short' in initializer list [-Wc++11-narrowing]
            { 0, ow, ow, outer.height - 2*ow }, /* left */
                 ^~
/data/scratch/wm/herbstluftwm/work/herbstluftwm-0.7.2/src/decoration.cpp:546:18: note: insert an explicit cast to silence this issue
            { 0, ow, ow, outer.height - 2*ow }, /* left */
                 ^~
                 static_cast<short>( )
fatal error: too many errors emitted, stopping now [-ferror-limit=]
[ 70%] Building CXX object CMakeFiles/herbstluftwm.dir/src/monitor.cpp.o
20 errors generated.
--- CMakeFiles/herbstluftwm.dir/src/decoration.cpp.o ---
*** [CMakeFiles/herbstluftwm.dir/src/decoration.cpp.o] Error code 1

make[2]: stopped in /data/scratch/wm/herbstluftwm/work/herbstluftwm-0.7.2/build
1 warning generated.
1 error

make[2]: stopped in /data/scratch/wm/herbstluftwm/work/herbstluftwm-0.7.2/build
--- CMakeFiles/herbstluftwm.dir/all ---
*** [CMakeFiles/herbstluftwm.dir/all] Error code 2

make[1]: stopped in /data/scratch/wm/herbstluftwm/work/herbstluftwm-0.7.2/build
A failure has been detected in another branch of the parallel make

make[2]: stopped in /data/scratch/wm/herbstluftwm/work/herbstluftwm-0.7.2/build
--- CMakeFiles/doc_man_herbstluftwm.dir/all ---
*** [CMakeFiles/doc_man_herbstluftwm.dir/all] Error code 2

make[1]: stopped in /data/scratch/wm/herbstluftwm/work/herbstluftwm-0.7.2/build
2 errors

make[1]: stopped in /data/scratch/wm/herbstluftwm/work/herbstluftwm-0.7.2/build
*** [all] Error code 2

make: stopped in /data/scratch/wm/herbstluftwm/work/herbstluftwm-0.7.2/build
1 error

make: stopped in /data/scratch/wm/herbstluftwm/work/herbstluftwm-0.7.2/build
*** Error code 2

Stop.
make[1]: stopped in /data/pkgsrc/wm/herbstluftwm
*** Error code 1

Stop.
make: stopped in /data/pkgsrc/wm/herbstluftwm