+ case "${usergroup_phase}" in
+ local run_cmd
+ run_cmd=run_su
+ shift
+ run_su /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/fifechan-0.1.5nb11/work.log
+ su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/fifechan-0.1.5nb11/work.log
WARNING: USE_CMAKE is deprecated; use devel/cmake/build.mk instead.
===> Building for fifechan-0.1.5nb11
[  1%] Building CXX object CMakeFiles/fifechan.dir/src/containerevent.cpp.o
[  2%] Building CXX object CMakeFiles/fifechan.dir/src/actionevent.cpp.o
[  4%] Building CXX object CMakeFiles/fifechan.dir/src/cliprectangle.cpp.o
[  5%] Building CXX object CMakeFiles/fifechan.dir/src/color.cpp.o
[  7%] Building CXX object CMakeFiles/fifechan.dir/src/defaultfont.cpp.o
[  8%] Building CXX object CMakeFiles/fifechan.dir/src/event.cpp.o
[ 10%] Building CXX object CMakeFiles/fifechan.dir/src/exception.cpp.o
[ 11%] Building CXX object CMakeFiles/fifechan.dir/src/fifechan.cpp.o
[ 13%] Building CXX object CMakeFiles/fifechan.dir/src/focushandler.cpp.o
[ 14%] Building CXX object CMakeFiles/fifechan.dir/src/font.cpp.o
[ 16%] Building CXX object CMakeFiles/fifechan.dir/src/genericinput.cpp.o
[ 17%] Building CXX object CMakeFiles/fifechan.dir/src/graphics.cpp.o
[ 19%] Building CXX object CMakeFiles/fifechan.dir/src/gui.cpp.o
[ 20%] Building CXX object CMakeFiles/fifechan.dir/src/image.cpp.o
[ 22%] Building CXX object CMakeFiles/fifechan.dir/src/imagefont.cpp.o
[ 23%] Building CXX object CMakeFiles/fifechan.dir/src/inputevent.cpp.o
[ 25%] Building CXX object CMakeFiles/fifechan.dir/src/key.cpp.o
[ 26%] Building CXX object CMakeFiles/fifechan.dir/src/keyevent.cpp.o
[ 28%] Building CXX object CMakeFiles/fifechan.dir/src/keyinput.cpp.o
[ 29%] Building CXX object CMakeFiles/fifechan.dir/src/mouseevent.cpp.o
[ 31%] Building CXX object CMakeFiles/fifechan.dir/src/mouseinput.cpp.o
[ 32%] Building CXX object CMakeFiles/fifechan.dir/src/rectangle.cpp.o
[ 34%] Building CXX object CMakeFiles/fifechan.dir/src/selectionevent.cpp.o
[ 35%] Building CXX object CMakeFiles/fifechan.dir/src/size.cpp.o
[ 37%] Building CXX object CMakeFiles/fifechan.dir/src/text.cpp.o
[ 38%] Building CXX object CMakeFiles/fifechan.dir/src/utf8stringeditor.cpp.o
[ 40%] Building CXX object CMakeFiles/fifechan.dir/src/visibilityeventhandler.cpp.o
[ 41%] Building CXX object CMakeFiles/fifechan.dir/src/widget.cpp.o
In file included from /home/pbulk/build/devel/fifechan/work/fifechan-0.1.5/include/fifechan/util/utf8/utf8.hpp:52,
                 from /home/pbulk/build/devel/fifechan/work/fifechan-0.1.5/src/utf8stringeditor.cpp:23:
/home/pbulk/build/devel/fifechan/work/fifechan-0.1.5/include/fifechan/util/utf8/utf8/checked.hpp:289:34: warning: 'template<class _Category, class _Tp, class _Distance, class _Pointer, class _Reference> struct std::iterator' is deprecated [-Wdeprecated-declarations]
  289 |     class iterator : public std::iterator <std::bidirectional_iterator_tag, uint32_t> {
      |                                  ^~~~~~~~
In file included from /opt/tools/gcc13/include/c++/13.3.0/bits/stl_iterator_base_funcs.h:66,
                 from /opt/tools/gcc13/include/c++/13.3.0/string:47,
                 from /home/pbulk/build/devel/fifechan/work/fifechan-0.1.5/include/fifechan/utf8stringeditor.hpp:26,
                 from /home/pbulk/build/devel/fifechan/work/fifechan-0.1.5/src/utf8stringeditor.cpp:22:
/opt/tools/gcc13/include/c++/13.3.0/bits/stl_iterator_base_types.h:127:34: note: declared here
  127 |     struct _GLIBCXX17_DEPRECATED iterator
      |                                  ^~~~~~~~
In file included from /home/pbulk/build/devel/fifechan/work/fifechan-0.1.5/include/fifechan/util/utf8/utf8.hpp:53:
/home/pbulk/build/devel/fifechan/work/fifechan-0.1.5/include/fifechan/util/utf8/utf8/unchecked.hpp:200:40: warning: 'template<class _Category, class _Tp, class _Distance, class _Pointer, class _Reference> struct std::iterator' is deprecated [-Wdeprecated-declarations]
  200 |           class iterator : public std::iterator <std::bidirectional_iterator_tag, uint32_t> {
      |                                        ^~~~~~~~
/opt/tools/gcc13/include/c++/13.3.0/bits/stl_iterator_base_types.h:127:34: note: declared here
  127 |     struct _GLIBCXX17_DEPRECATED iterator
      |                                  ^~~~~~~~
[ 43%] Building CXX object CMakeFiles/fifechan.dir/src/widgets/adjustingcontainer.cpp.o
[ 44%] Building CXX object CMakeFiles/fifechan.dir/src/widgets/bargraph.cpp.o
[ 46%] Building CXX object CMakeFiles/fifechan.dir/src/widgets/button.cpp.o
[ 47%] Building CXX object CMakeFiles/fifechan.dir/src/widgets/checkbox.cpp.o
[ 49%] Building CXX object CMakeFiles/fifechan.dir/src/widgets/container.cpp.o
[ 50%] Building CXX object CMakeFiles/fifechan.dir/src/widgets/curvegraph.cpp.o
[ 52%] Building CXX object CMakeFiles/fifechan.dir/src/widgets/dropdown.cpp.o
[ 53%] Building CXX object CMakeFiles/fifechan.dir/src/widgets/flowcontainer.cpp.o
[ 55%] Building CXX object CMakeFiles/fifechan.dir/src/widgets/icon.cpp.o
[ 56%] Building CXX object CMakeFiles/fifechan.dir/src/widgets/iconprogressbar.cpp.o
[ 58%] Building CXX object CMakeFiles/fifechan.dir/src/widgets/imagebutton.cpp.o
[ 59%] Building CXX object CMakeFiles/fifechan.dir/src/widgets/imageprogressbar.cpp.o
[ 61%] Building CXX object CMakeFiles/fifechan.dir/src/widgets/label.cpp.o
[ 62%] Building CXX object CMakeFiles/fifechan.dir/src/widgets/linegraph.cpp.o
[ 64%] Building CXX object CMakeFiles/fifechan.dir/src/widgets/listbox.cpp.o
[ 65%] Building CXX object CMakeFiles/fifechan.dir/src/widgets/passwordfield.cpp.o
[ 67%] Building CXX object CMakeFiles/fifechan.dir/src/widgets/piegraph.cpp.o
[ 68%] Building CXX object CMakeFiles/fifechan.dir/src/widgets/pointgraph.cpp.o
[ 70%] Building CXX object CMakeFiles/fifechan.dir/src/widgets/radiobutton.cpp.o
[ 71%] Building CXX object CMakeFiles/fifechan.dir/src/widgets/scrollarea.cpp.o
[ 73%] Building CXX object CMakeFiles/fifechan.dir/src/widgets/slider.cpp.o
[ 74%] Building CXX object CMakeFiles/fifechan.dir/src/widgets/spacer.cpp.o
[ 76%] Building CXX object CMakeFiles/fifechan.dir/src/widgets/tab.cpp.o
[ 77%] Building CXX object CMakeFiles/fifechan.dir/src/widgets/tabbedarea.cpp.o
[ 79%] Building CXX object CMakeFiles/fifechan.dir/src/widgets/textbox.cpp.o
[ 80%] Building CXX object CMakeFiles/fifechan.dir/src/widgets/textfield.cpp.o
In file included from /home/pbulk/build/devel/fifechan/work/fifechan-0.1.5/include/fifechan/util/utf8/utf8.hpp:52,
                 from /home/pbulk/build/devel/fifechan/work/fifechan-0.1.5/src/widgets/textbox.cpp:77:
/home/pbulk/build/devel/fifechan/work/fifechan-0.1.5/include/fifechan/util/utf8/utf8/checked.hpp:289:34: warning: 'template<class _Category, class _Tp, class _Distance, class _Pointer, class _Reference> struct std::iterator' is deprecated [-Wdeprecated-declarations]
  289 |     class iterator : public std::iterator <std::bidirectional_iterator_tag, uint32_t> {
      |                                  ^~~~~~~~
In file included from /opt/tools/gcc13/include/c++/13.3.0/bits/stl_iterator_base_funcs.h:66,
                 from /opt/tools/gcc13/include/c++/13.3.0/string:47,
                 from /home/pbulk/build/devel/fifechan/work/fifechan-0.1.5/include/fifechan/widgets/textbox.hpp:69,
                 from /home/pbulk/build/devel/fifechan/work/fifechan-0.1.5/src/widgets/textbox.cpp:69:
/opt/tools/gcc13/include/c++/13.3.0/bits/stl_iterator_base_types.h:127:34: note: declared here
  127 |     struct _GLIBCXX17_DEPRECATED iterator
      |                                  ^~~~~~~~
In file included from /home/pbulk/build/devel/fifechan/work/fifechan-0.1.5/include/fifechan/util/utf8/utf8.hpp:53:
/home/pbulk/build/devel/fifechan/work/fifechan-0.1.5/include/fifechan/util/utf8/utf8/unchecked.hpp:200:40: warning: 'template<class _Category, class _Tp, class _Distance, class _Pointer, class _Reference> struct std::iterator' is deprecated [-Wdeprecated-declarations]
  200 |           class iterator : public std::iterator <std::bidirectional_iterator_tag, uint32_t> {
      |                                        ^~~~~~~~
/opt/tools/gcc13/include/c++/13.3.0/bits/stl_iterator_base_types.h:127:34: note: declared here
  127 |     struct _GLIBCXX17_DEPRECATED iterator
      |                                  ^~~~~~~~
[ 82%] Building CXX object CMakeFiles/fifechan.dir/src/widgets/togglebutton.cpp.o
[ 83%] Building CXX object CMakeFiles/fifechan.dir/src/widgets/window.cpp.o
[ 85%] Linking CXX shared library libfifechan.so
ld: fatal: file CMakeFiles/fifechan.dir/src/selectionevent.cpp.o: open failed: No such file or directory
ld: fatal: file processing errors. No output written to libfifechan.so.0.1.5
collect2: error: ld returned 1 exit status
--- libfifechan.so.0.1.5 ---
*** [libfifechan.so.0.1.5] Error code 1

bmake[2]: stopped making "CMakeFiles/fifechan.dir/build" in /home/pbulk/build/devel/fifechan/work/fifechan-0.1.5/build
bmake[2]: 1 error

bmake[2]: stopped making "CMakeFiles/fifechan.dir/build" in /home/pbulk/build/devel/fifechan/work/fifechan-0.1.5/build
--- CMakeFiles/fifechan.dir/all ---
*** [CMakeFiles/fifechan.dir/all] Error code 2

bmake[1]: stopped making "all" in /home/pbulk/build/devel/fifechan/work/fifechan-0.1.5/build
bmake[1]: 1 error

bmake[1]: stopped making "all" in /home/pbulk/build/devel/fifechan/work/fifechan-0.1.5/build
*** [all] Error code 2

bmake: stopped making "all" in /home/pbulk/build/devel/fifechan/work/fifechan-0.1.5/build
bmake: 1 error

bmake: stopped making "all" in /home/pbulk/build/devel/fifechan/work/fifechan-0.1.5/build
*** Error code 2

Stop.
bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/devel/fifechan
*** Error code 1

Stop.
bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/devel/fifechan