+ case "${usergroup_phase}" in
+ local run_cmd
+ run_cmd=run_su
+ shift
+ run_su /opt/local/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/graphopt-0.4.1nb5/work.log
+ su pbulk -c '"$@"' make /opt/local/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/graphopt-0.4.1nb5/work.log
=> Bootstrap dependency digest>=20211023: found digest-20211023
WARNING: [license.mk] Every package should define a LICENSE.
===> Building for graphopt-0.4.1nb5
cd . && autoheader
WARNING: 'autoheader' is missing on your system.  You should only need it if
         you modified 'acconfig.h' or 'configure.in'.  You might want
         to install the Autoconf and GNU m4 packages.  Grab them
         from any GNU archive site.
cd .  && CONFIG_FILES= CONFIG_HEADERS=config.h  /usr/bin/bash ./config.status
creating config.h
config.h is unchanged
/opt/local/bin/bmake  all-recursive
Making all in src
Making all in classes
g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/opt/local/include/gtk-1.2 -I/opt/local/include/glib/glib-1.2 -I/opt/local/lib/glib/include  -I/opt/local/include -I/usr/include  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -c node.cc
g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/opt/local/include/gtk-1.2 -I/opt/local/include/glib/glib-1.2 -I/opt/local/lib/glib/include  -I/opt/local/include -I/usr/include  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -c nodes.cc
nodes.cc: In member function 'node* nodes::add_node_with_export_id(char*)':
nodes.cc:37:31: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   37 |     node *new_node = new node("Nameless Node");
      |                               ^~~~~~~~~~~~~~~
g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/opt/local/include/gtk-1.2 -I/opt/local/include/glib/glib-1.2 -I/opt/local/lib/glib/include  -I/opt/local/include -I/usr/include  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -c physics.cc
g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/opt/local/include/gtk-1.2 -I/opt/local/include/glib/glib-1.2 -I/opt/local/lib/glib/include  -I/opt/local/include -I/usr/include  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -c dotImporter.cc
g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/opt/local/include/gtk-1.2 -I/opt/local/include/glib/glib-1.2 -I/opt/local/lib/glib/include  -I/opt/local/include -I/usr/include  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -c visioExporter.cc
visioExporter.cc: In member function 'void visioExporter::write_headers(std::FILE*)':
visioExporter.cc:27:20: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   27 |    char *headers = "; visio csv\nTemplate,\"Block Diagram.vst\"\n\n";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
visioExporter.cc: In member function 'void visioExporter::write_node(node*, std::FILE*)':
visioExporter.cc:51:24: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   51 |    char *MASTER_NAME = "";
      |                        ^~
visioExporter.cc:52:18: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   52 |    char *WIDTH = "";
      |                  ^~
visioExporter.cc:53:19: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   53 |    char *HEIGHT = "";
      |                   ^~
visioExporter.cc: In member function 'void visioExporter::write_edge(node*, node*, std::FILE*)':
visioExporter.cc:81:24: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   81 |    char *MASTER_NAME = "Single arrowhead";
      |                        ^~~~~~~~~~~~~~~~~~
visioExporter.cc: In member function 'char* visioExporter::itoa(int)':
visioExporter.cc:96:26: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   96 |   if (value == 0) return "0";
      |                          ^~~
visioExporter.cc: In member function 'char* visioExporter::kill_quotes(char*)':
visioExporter.cc:143:16: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  143 |   char *tick = "'";
      |                ^~~
g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/opt/local/include/gtk-1.2 -I/opt/local/include/glib/glib-1.2 -I/opt/local/lib/glib/include  -I/opt/local/include -I/usr/include  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -c optFileWriter.cc
optFileWriter.cc: In member function 'void optFileWriter::write()':
optFileWriter.cc:19:5: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   19 |     "<?xml version=\"1.0\" standalone=\"yes\"?>\n<graphopt>\n";
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
optFileWriter.cc: In member function 'char* optFileWriter::kill_quotes(char*)':
optFileWriter.cc:113:16: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  113 |   char *tick = "'";
      |                ^~~
g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/opt/local/include/gtk-1.2 -I/opt/local/include/glib/glib-1.2 -I/opt/local/lib/glib/include  -I/opt/local/include -I/usr/include  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -c optFileReader.cc
g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/opt/local/include/gtk-1.2 -I/opt/local/include/glib/glib-1.2 -I/opt/local/lib/glib/include  -I/opt/local/include -I/usr/include  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -c objectInterface.cc
objectInterface.cc: In member function 'void objectInterface::create_new()':
objectInterface.cc:36:11: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   36 |    status("All nodes destroyed.");
      |           ^~~~~~~~~~~~~~~~~~~~~~
objectInterface.cc: In member function 'void objectInterface::import(char*)':
objectInterface.cc:100:11: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  100 |    status("All nodes destroyed.");
      |           ^~~~~~~~~~~~~~~~~~~~~~
objectInterface.cc: In member function 'void objectInterface::export_as_gif(char*)':
objectInterface.cc:152:11: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  152 |    status("function not implemented.");
      |           ^~~~~~~~~~~~~~~~~~~~~~~~~~~
objectInterface.cc: In member function 'void objectInterface::move_selected_node_to(float, float)':
objectInterface.cc:387:11: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  387 |    status(" ");
      |           ^~~
g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/opt/local/include/gtk-1.2 -I/opt/local/include/glib/glib-1.2 -I/opt/local/lib/glib/include  -I/opt/local/include -I/usr/include  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -c psExporter.cc
psExporter.cc: In member function 'void psExporter::write_node(node*, std::FILE*)':
psExporter.cc:62:18: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   62 |    char *WIDTH = "";
      |                  ^~
psExporter.cc:63:19: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   63 |    char *HEIGHT = "";
      |                   ^~
rm -f libclasses.a
ar cru libclasses.a objectInterface.o nodes.o node.o physics.o  dotImporter.o visioExporter.o optFileWriter.o optFileReader.o  psExporter.o 
ranlib libclasses.a
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../intl  -I/opt/local/include/gtk-1.2 -I/opt/local/include/glib/glib-1.2 -I/opt/local/lib/glib/include  -I/opt/local/include -I/usr/include  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -c main.cc
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../intl  -I/opt/local/include/gtk-1.2 -I/opt/local/include/glib/glib-1.2 -I/opt/local/lib/glib/include  -I/opt/local/include -I/usr/include  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -c support.cc
support.cc:52:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   52 | "1 1 1 1",
      | ^~~~~~~~~
support.cc:53:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   53 | "  c None",
      | ^~~~~~~~~~
support.cc:55:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   55 | " "
      | ^~~
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../intl  -I/opt/local/include/gtk-1.2 -I/opt/local/include/glib/glib-1.2 -I/opt/local/lib/glib/include  -I/opt/local/include -I/usr/include  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -c interface.cc
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../intl  -I/opt/local/include/gtk-1.2 -I/opt/local/include/glib/glib-1.2 -I/opt/local/lib/glib/include  -I/opt/local/include -I/usr/include  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -c callbacks.cc
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../intl  -I/opt/local/include/gtk-1.2 -I/opt/local/include/glib/glib-1.2 -I/opt/local/lib/glib/include  -I/opt/local/include -I/usr/include  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -c actions.cc
In file included from /usr/include/sys/time.h:490,
                 from /usr/include/sys/select.h:53,
                 from /usr/include/sys/types.h:640,
                 from /usr/include/unistd.h:41,
                 from actions.cc:5:
/usr/include/time.h:58:12: error: 'struct std::tm' conflicts with a previous declaration
   58 | using std::tm;
      |            ^~
In file included from /home/pbulk/build/math/graphopt/work/.buildlink/include/gtk-1.2/gdk/gdktypes.h:33,
                 from /home/pbulk/build/math/graphopt/work/.buildlink/include/gtk-1.2/gdk/gdk.h:31,
                 from /home/pbulk/build/math/graphopt/work/.buildlink/include/gtk-1.2/gtk/gtk.h:31,
                 from actions.h:8,
                 from actions.cc:1:
/home/pbulk/build/math/graphopt/work/.buildlink/include/glib/glib-1.2/glib.h:2106:8: note: previous declaration 'struct tm'
 2106 | struct tm;
      |        ^~
*** [actions.o] Error code 1

bmake[3]: stopped in /home/pbulk/build/math/graphopt/work/graphopt-0.4.1/src
1 error

bmake[3]: stopped in /home/pbulk/build/math/graphopt/work/graphopt-0.4.1/src
*** [all-recursive] Error code 1

bmake[2]: stopped in /home/pbulk/build/math/graphopt/work/graphopt-0.4.1/src
1 error

bmake[2]: stopped in /home/pbulk/build/math/graphopt/work/graphopt-0.4.1/src
*** [all-recursive] Error code 1

bmake[1]: stopped in /home/pbulk/build/math/graphopt/work/graphopt-0.4.1
1 error

bmake[1]: stopped in /home/pbulk/build/math/graphopt/work/graphopt-0.4.1
*** [all-recursive-am] Error code 2

bmake: stopped in /home/pbulk/build/math/graphopt/work/graphopt-0.4.1
1 error

bmake: stopped in /home/pbulk/build/math/graphopt/work/graphopt-0.4.1
*** Error code 2

Stop.
bmake[1]: stopped in /data/jenkins/workspace/pkgsrc-2021Q4-x86_64/math/graphopt
*** Error code 1

Stop.
bmake: stopped in /data/jenkins/workspace/pkgsrc-2021Q4-x86_64/math/graphopt