=> Bootstrap dependency digest>=20010302: found digest-20160304 ===> 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. --- config.h --- --- all-recursive-am --- /usr/pkg/bin/bmake all-recursive --- all-recursive --- Making all in src --- all-recursive --- Making all in classes --- node.o --- --- nodes.o --- --- physics.o --- --- node.o --- clang++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/pkg/include/gtk-1.2 -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -I/usr/pkg/include -I/usr/include -O2 -I/usr/pkg/include -I/usr/include -c node.cc --- nodes.o --- clang++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/pkg/include/gtk-1.2 -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -I/usr/pkg/include -I/usr/include -O2 -I/usr/pkg/include -I/usr/include -c nodes.cc --- physics.o --- clang++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/pkg/include/gtk-1.2 -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -I/usr/pkg/include -I/usr/include -O2 -I/usr/pkg/include -I/usr/include -c physics.cc --- dotImporter.o --- --- physics.o --- In file included from physics.cc:4: In file included from ./physics.h:10: In file included from ./objectInterface.h:12: In file included from /var/pkgsrc/work/math/graphopt/work/.buildlink/include/gtk-1.2/gtk/gtk.h:31: In file included from /var/pkgsrc/work/math/graphopt/work/.buildlink/include/gtk-1.2/gdk/gdk.h:31: In file included from /var/pkgsrc/work/math/graphopt/work/.buildlink/include/gtk-1.2/gdk/gdktypes.h:33: /var/pkgsrc/work/math/graphopt/work/.buildlink/include/glib/glib-1.2/glib.h:1624:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register guint n_bits = 0; ^~~~~~~~~ --- nodes.o --- nodes.cc:37:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] node *new_node = new node("Nameless Node"); ^ nodes.cc:173:14: warning: format specifies type 'int' but the argument has type 'std::__1::__vector_base >::value_type' (aka 'node *') [-Wformat] my_nodes[x], my_nodes[x]->get_name(), ^~~~~~~~~~~ nodes.cc:178:43: warning: format specifies type 'int' but the argument has type 'std::__1::__vector_base >::value_type' (aka 'node *') [-Wformat] printf(" link to node %d\n", bobs[y]); ~~ ^~~~~~~ --- dotImporter.o --- clang++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/pkg/include/gtk-1.2 -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -I/usr/pkg/include -I/usr/include -O2 -I/usr/pkg/include -I/usr/include -c dotImporter.cc --- physics.o --- In file included from physics.cc:4: --- nodes.o --- 3 warnings generated. --- visioExporter.o --- --- physics.o --- ./physics.h:37:22: error: in-class initializer for static data member of type 'const float' requires 'constexpr' specifier [-Wstatic-float-init] static const float COULOMBS_CONSTANT = 8987500000.0; ^ ~~~~~~~~~~~~ ./physics.h:37:3: note: add 'constexpr' static const float COULOMBS_CONSTANT = 8987500000.0; ^ constexpr 1 warning and 1 error generated. *** [physics.o] Error code 1 bmake[3]: stopped in /var/pkgsrc/work/math/graphopt/work/graphopt-0.4.1/src/classes --- visioExporter.o --- clang++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/pkg/include/gtk-1.2 -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -I/usr/pkg/include -I/usr/include -O2 -I/usr/pkg/include -I/usr/include -c visioExporter.cc --- dotImporter.o --- In file included from dotImporter.cc:4: In file included from /var/pkgsrc/work/math/graphopt/work/.buildlink/include/gtk-1.2/gtk/gtk.h:31: --- visioExporter.o --- visioExporter.cc:27:20: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] char *headers = "; visio csv\nTemplate,\"Block Diagram.vst\"\n\n"; ^ visioExporter.cc:51:24: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] char *MASTER_NAME = ""; ^ visioExporter.cc:52:18: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] char *WIDTH = ""; ^ visioExporter.cc:53:19: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] char *HEIGHT = ""; ^ visioExporter.cc:62:3: warning: 'delete' applied to a pointer that was allocated with 'new[]'; did you mean 'delete[]'? [-Wmismatched-new-delete] delete line; ^ [] visioExporter.cc:54:17: note: allocated with 'new[]' here char *line = new char[200]; ^ visioExporter.cc:81:24: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] char *MASTER_NAME = "Single arrowhead"; ^ visioExporter.cc:86:3: warning: 'delete' applied to a pointer that was allocated with 'new[]'; did you mean 'delete[]'? [-Wmismatched-new-delete] delete line; ^ [] visioExporter.cc:82:17: note: allocated with 'new[]' here char *line = new char[200]; ^ visioExporter.cc:96:26: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] if (value == 0) return "0"; ^ visioExporter.cc:143:16: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] char *tick = "'"; ^ --- dotImporter.o --- In file included from /var/pkgsrc/work/math/graphopt/work/.buildlink/include/gtk-1.2/gdk/gdk.h:31: --- visioExporter.o --- 9 warnings generated. --- dotImporter.o --- In file included from /var/pkgsrc/work/math/graphopt/work/.buildlink/include/gtk-1.2/gdk/gdktypes.h:33: /var/pkgsrc/work/math/graphopt/work/.buildlink/include/glib/glib-1.2/glib.h:1624:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register guint n_bits = 0; ^~~~~~~~~ 1 warning generated. 1 error bmake[3]: stopped in /var/pkgsrc/work/math/graphopt/work/graphopt-0.4.1/src/classes *** [all-recursive] Error code 1 bmake[2]: stopped in /var/pkgsrc/work/math/graphopt/work/graphopt-0.4.1/src 1 error bmake[2]: stopped in /var/pkgsrc/work/math/graphopt/work/graphopt-0.4.1/src *** [all-recursive] Error code 1 bmake[1]: stopped in /var/pkgsrc/work/math/graphopt/work/graphopt-0.4.1 1 error bmake[1]: stopped in /var/pkgsrc/work/math/graphopt/work/graphopt-0.4.1 *** [all-recursive-am] Error code 2 bmake: stopped in /var/pkgsrc/work/math/graphopt/work/graphopt-0.4.1 1 error bmake: stopped in /var/pkgsrc/work/math/graphopt/work/graphopt-0.4.1 *** Error code 2 Stop. bmake[1]: stopped in /usr/pkgsrc/math/graphopt *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/math/graphopt