+ 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/graphopt-0.4.1nb5/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/graphopt-0.4.1nb5/work.log WARNING: [license.mk] Every package should define a LICENSE. ===> Building for graphopt-0.4.1nb5 --- ./stamp-h.in --- 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. --- stamp-h --- cd . && CONFIG_FILES= CONFIG_HEADERS=config.h /usr/bin/bash ./config.status creating config.h config.h is unchanged --- config.h --- --- all-recursive-am --- /opt/pkg/bin/bmake all-recursive --- all-recursive --- Making all in src --- all-recursive --- Making all in classes --- node.o --- --- nodes.o --- --- physics.o --- --- dotImporter.o --- --- nodes.o --- g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/opt/pkg/include/gtk-1.2 -I/opt/pkg/include/glib/glib-1.2 -I/opt/pkg/lib/glib/include -I/opt/pkg/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -c nodes.cc --- physics.o --- g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/opt/pkg/include/gtk-1.2 -I/opt/pkg/include/glib/glib-1.2 -I/opt/pkg/lib/glib/include -I/opt/pkg/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -c physics.cc --- node.o --- g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/opt/pkg/include/gtk-1.2 -I/opt/pkg/include/glib/glib-1.2 -I/opt/pkg/lib/glib/include -I/opt/pkg/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -c node.cc --- dotImporter.o --- g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/opt/pkg/include/gtk-1.2 -I/opt/pkg/include/glib/glib-1.2 -I/opt/pkg/lib/glib/include -I/opt/pkg/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -c dotImporter.cc --- nodes.o --- 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"); | ^~~~~~~~~~~~~~~ --- visioExporter.o --- g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/opt/pkg/include/gtk-1.2 -I/opt/pkg/include/glib/glib-1.2 -I/opt/pkg/lib/glib/include -I/opt/pkg/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -c visioExporter.cc --- optFileWriter.o --- g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/opt/pkg/include/gtk-1.2 -I/opt/pkg/include/glib/glib-1.2 -I/opt/pkg/lib/glib/include -I/opt/pkg/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -c optFileWriter.cc --- optFileReader.o --- g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/opt/pkg/include/gtk-1.2 -I/opt/pkg/include/glib/glib-1.2 -I/opt/pkg/lib/glib/include -I/opt/pkg/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -c optFileReader.cc --- objectInterface.o --- g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/opt/pkg/include/gtk-1.2 -I/opt/pkg/include/glib/glib-1.2 -I/opt/pkg/lib/glib/include -I/opt/pkg/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -c objectInterface.cc --- optFileWriter.o --- 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 = "'"; | ^~~ --- visioExporter.o --- 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 = "'"; | ^~~ --- psExporter.o --- g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/opt/pkg/include/gtk-1.2 -I/opt/pkg/include/glib/glib-1.2 -I/opt/pkg/lib/glib/include -I/opt/pkg/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/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 = ""; | ^~ --- objectInterface.o --- 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(" "); | ^~~ --- libclasses.a --- 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 --- main.o --- --- support.o --- --- interface.o --- --- callbacks.o --- --- main.o --- g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I/opt/pkg/include/gtk-1.2 -I/opt/pkg/include/glib/glib-1.2 -I/opt/pkg/lib/glib/include -I/opt/pkg/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -c main.cc --- support.o --- g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I/opt/pkg/include/gtk-1.2 -I/opt/pkg/include/glib/glib-1.2 -I/opt/pkg/lib/glib/include -I/opt/pkg/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -c support.cc --- interface.o --- g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I/opt/pkg/include/gtk-1.2 -I/opt/pkg/include/glib/glib-1.2 -I/opt/pkg/lib/glib/include -I/opt/pkg/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -c interface.cc --- callbacks.o --- g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I/opt/pkg/include/gtk-1.2 -I/opt/pkg/include/glib/glib-1.2 -I/opt/pkg/lib/glib/include -I/opt/pkg/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -c callbacks.cc --- support.o --- 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 | " " | ^~~ --- actions.o --- g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I/opt/pkg/include/gtk-1.2 -I/opt/pkg/include/glib/glib-1.2 -I/opt/pkg/lib/glib/include -I/opt/pkg/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/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:672, 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:2044:8: note: previous declaration 'struct tm' 2044 | struct tm; | ^~ *** [actions.o] Error code 1 bmake[3]: stopped making "all-am" in /home/pbulk/build/math/graphopt/work/graphopt-0.4.1/src bmake[3]: 1 error bmake[3]: stopped making "all-am" in /home/pbulk/build/math/graphopt/work/graphopt-0.4.1/src *** [all-recursive] Error code 1 bmake[2]: stopped making "all" in /home/pbulk/build/math/graphopt/work/graphopt-0.4.1/src bmake[2]: 1 error bmake[2]: stopped making "all" in /home/pbulk/build/math/graphopt/work/graphopt-0.4.1/src *** [all-recursive] Error code 1 bmake[1]: stopped making "all-recursive" in /home/pbulk/build/math/graphopt/work/graphopt-0.4.1 bmake[1]: 1 error bmake[1]: stopped making "all-recursive" in /home/pbulk/build/math/graphopt/work/graphopt-0.4.1 *** [all-recursive-am] Error code 2 bmake: stopped making "all" in /home/pbulk/build/math/graphopt/work/graphopt-0.4.1 bmake: 1 error bmake: stopped making "all" in /home/pbulk/build/math/graphopt/work/graphopt-0.4.1 *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/math/graphopt *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/math/graphopt