+ 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/fityk-0.9.7nb33/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/fityk-0.9.7nb33/work.log => Bootstrap dependency digest>=20211023: found digest-20220214 ===> Building for fityk-0.9.7nb33 /opt/pkg/bin/bmake all-recursive Making all in doc Making all in src Making all in . /usr/bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I/opt/pkg/include -I/usr/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -I/opt/pkg/include/libdrm -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/harfbuzz -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -pthread -I/opt/pkg/include -I/usr/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -I/opt/pkg/include/libdrm -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/harfbuzz -MT logic.lo -MD -MP -MF .deps/logic.Tpo -c -o logic.lo logic.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I/home/pbulk/build/math/fityk/work/.buildlink/include -I/home/pbulk/build/math/fityk/work/.buildlink/include/ncurses -I/home/pbulk/build/math/fityk/work/.buildlink/include/freetype2 -I/home/pbulk/build/math/fityk/work/.buildlink/include/libdrm -I/home/pbulk/build/math/fityk/work/.buildlink/include/glib-2.0 -I/home/pbulk/build/math/fityk/work/.buildlink/include/gio-unix-2.0 -I/home/pbulk/build/math/fityk/work/.buildlink/lib/glib-2.0/include -I/home/pbulk/build/math/fityk/work/.buildlink/include/harfbuzz -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -pthread -MT logic.lo -MD -MP -MF .deps/logic.Tpo -c logic.cpp -fPIC -DPIC -o .libs/logic.o In file included from common.h:26, from logic.cpp:11: fityk.h:83:40: error: ISO C++17 does not allow dynamic exception specifications 83 | void execute(std::string const& s) throw(SyntaxError, ExecuteError, | ^~~~~ fityk.h:91:50: error: ISO C++17 does not allow dynamic exception specifications 91 | std::string const& title="") throw(ExecuteError); | ^~~~~ fityk.h:95:54: error: ISO C++17 does not allow dynamic exception specifications 95 | throw(ExecuteError); | ^~~~~ fityk.h:134:45: error: ISO C++17 does not allow dynamic exception specifications 134 | throw(SyntaxError, ExecuteError); | ^~~~~ fityk.h:138:45: error: ISO C++17 does not allow dynamic exception specifications 138 | throw(SyntaxError, ExecuteError); | ^~~~~ fityk.h:144:56: error: ISO C++17 does not allow dynamic exception specifications 144 | std::vector<Point> const& get_data(int dataset=0) throw(ExecuteError); | ^~~~~ fityk.h:147:54: error: ISO C++17 does not allow dynamic exception specifications 147 | double get_model_value(double x, int dataset=0) throw(ExecuteError); | ^~~~~ fityk.h:152:57: error: ISO C++17 does not allow dynamic exception specifications 152 | throw(ExecuteError); | ^~~~~ fityk.h:157:51: error: ISO C++17 does not allow dynamic exception specifications 157 | int get_variable_nr(std::string const& name) throw(ExecuteError); | ^~~~~ fityk.h:165:48: error: ISO C++17 does not allow dynamic exception specifications 165 | double get_wssr(int dataset=all_datasets) throw(ExecuteError); | ^~~~~ fityk.h:168:47: error: ISO C++17 does not allow dynamic exception specifications 168 | double get_ssr(int dataset=all_datasets) throw(ExecuteError); | ^~~~~ fityk.h:171:52: error: ISO C++17 does not allow dynamic exception specifications 171 | double get_rsquared(int dataset=all_datasets) throw(ExecuteError); | ^~~~~ fityk.h:174:44: error: ISO C++17 does not allow dynamic exception specifications 174 | int get_dof(int dataset=all_datasets) throw(ExecuteError); | ^~~~~ fityk.h:180:54: error: ISO C++17 does not allow dynamic exception specifications 180 | get_covariance_matrix(int dataset=all_datasets) throw(ExecuteError); | ^~~~~ In file included from logic.cpp:12: logic.h:34:10: warning: 'template<class> class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 34 | std::auto_ptr<Data> data_; | ^~~~~~~~ In file included from /opt/tools/gcc12/include/c++/12.2.0/memory:76, from logic.h:8: /opt/tools/gcc12/include/c++/12.2.0/bits/unique_ptr.h:64:28: note: declared here 64 | template<typename> class auto_ptr; | ^~~~~~~~ logic.h:35:10: warning: 'template<class> class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 35 | std::auto_ptr<Model> model_; | ^~~~~~~~ /opt/tools/gcc12/include/c++/12.2.0/bits/unique_ptr.h:64:28: note: declared here 64 | template<typename> class auto_ptr; | ^~~~~~~~ logic.cpp: In member function 'void Ftk::import_dataset(int, const std::string&, const std::string&, const std::string&)': logic.cpp:261:13: warning: 'template<class> class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 261 | auto_ptr<Data> data(new Data(this)); | ^~~~~~~~ /opt/tools/gcc12/include/c++/12.2.0/bits/unique_ptr.h:64:28: note: declared here 64 | template<typename> class auto_ptr; | ^~~~~~~~ *** [logic.lo] Error code 1 bmake[3]: stopped in /home/pbulk/build/math/fityk/work/fityk-0.9.7/src 1 error bmake[3]: stopped in /home/pbulk/build/math/fityk/work/fityk-0.9.7/src *** [all-recursive] Error code 1 bmake[2]: stopped in /home/pbulk/build/math/fityk/work/fityk-0.9.7/src 1 error bmake[2]: stopped in /home/pbulk/build/math/fityk/work/fityk-0.9.7/src *** [all-recursive] Error code 1 bmake[1]: stopped in /home/pbulk/build/math/fityk/work/fityk-0.9.7 1 error bmake[1]: stopped in /home/pbulk/build/math/fityk/work/fityk-0.9.7 *** [all] Error code 2 bmake: stopped in /home/pbulk/build/math/fityk/work/fityk-0.9.7 1 error bmake: stopped in /home/pbulk/build/math/fityk/work/fityk-0.9.7 *** Error code 2 Stop. bmake[1]: stopped in /data/jenkins/workspace/pkgsrc-upstream-trunk/math/fityk *** Error code 1 Stop. bmake: stopped in /data/jenkins/workspace/pkgsrc-upstream-trunk/math/fityk