>>>pkg install -local -forge -verbose struct mkdir (/tmp/oct-CNGUAN) untar (/tmp/struct-1.0.17-EYa5YT.tar.gz, /tmp/oct-CNGUAN) checking for mkoctfile... /app/bin/mkoctfile-6.2.0 --verbose checking for octave-config... /app/bin/octave-config-6.2.0 checking for a sed that does not truncate output... /usr/bin/sed checking whether the C++ compiler works... yes checking for C++ compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking for gcc... gcc checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for stdbool.h that conforms to C99... yes checking for _Bool... yes checking for error_at_line... yes checking is_map or isstruct... isstruct checking octave_vformat or octave::vformat... octave::vformat checking octave_execution_exception or octave::execution_exception... octave::execution_exception configure: creating ./config.status config.status: creating Makefile config.status: creating config.h make: Entering directory '/tmp/oct-CNGUAN/struct-1.0.17/src' CXXFLAGS="-O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong -grecord-gcc-switches -Wall -Wno-deprecated-declarations" /app/bin/mkoctfile-6.2.0 --verbose -c error-helpers.cc g++ -c -I/app/include -fPIC -I/app/include/octave-6.2.0/octave/.. -I/app/include/octave-6.2.0/octave -I/app/include -pthread -fopenmp -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong -grecord-gcc-switches -Wall -Wno-deprecated-declarations error-helpers.cc -o error-helpers.o CXXFLAGS="-O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong -grecord-gcc-switches -Wall -Wno-deprecated-declarations" /app/bin/mkoctfile-6.2.0 --verbose fields2cell.cc error-helpers.o CXXFLAGS="-O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong -grecord-gcc-switches -Wall -Wno-deprecated-declarations" /app/bin/mkoctfile-6.2.0 --verbose fieldempty.cc error-helpers.o CXXFLAGS="-O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong -grecord-gcc-switches -Wall -Wno-deprecated-declarations" /app/bin/mkoctfile-6.2.0 --verbose structcat.cc error-helpers.o CXXFLAGS="-O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong -grecord-gcc-switches -Wall -Wno-deprecated-declarations" /app/bin/mkoctfile-6.2.0 --verbose cell2fields.cc error-helpers.o g++ -c -I/app/include -fPIC -I/app/include/octave-6.2.0/octave/.. -I/app/include/octave-6.2.0/octave -I/app/include -pthread -fopenmp -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong -grecord-gcc-switches -Wall -Wno-deprecated-declarations fields2cell.cc -o /tmp/oct-8wu4Es.o g++ -c -I/app/include -fPIC -I/app/include/octave-6.2.0/octave/.. -I/app/include/octave-6.2.0/octave -I/app/include -pthread -fopenmp -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong -grecord-gcc-switches -Wall -Wno-deprecated-declarations structcat.cc -o /tmp/oct-f2UrPA.o g++ -c -I/app/include -fPIC -I/app/include/octave-6.2.0/octave/.. -I/app/include/octave-6.2.0/octave -I/app/include -pthread -fopenmp -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong -grecord-gcc-switches -Wall -Wno-deprecated-declarations fieldempty.cc -o /tmp/oct-qQzzpt.o g++ -c -I/app/include -fPIC -I/app/include/octave-6.2.0/octave/.. -I/app/include/octave-6.2.0/octave -I/app/include -pthread -fopenmp -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong -grecord-gcc-switches -Wall -Wno-deprecated-declarations cell2fields.cc -o /tmp/oct-mQPIdE.o In file included from fields2cell.cc:23: fields2cell.cc: In function ‘octave_value_list Ffields2cell(const octave_value_list&, int)’: error-helpers.h:67:31: error: no matching function for call to ‘verror(octave::execution_exception&, const char [39], const char*)’ 67 | verror (e, __VA_ARGS__); \ | ^ fields2cell.cc:42:3: note: in expansion of macro ‘CHECK_ERROR’ 42 | CHECK_ERROR (s = args(0).map_value (), err_retval, | ^~~~~~~~~~~ In file included from /app/include/octave-6.2.0/octave/../octave/oct.h:36, from fields2cell.cc:20: /app/include/octave-6.2.0/octave/../octave/error.h:397:27: note: candidate: ‘void verror(const char*, __va_list_tag*)’ 397 | extern OCTINTERP_API void verror (const char *fmt, va_list args); | ^~~~~~ /app/include/octave-6.2.0/octave/../octave/error.h:397:27: note: candidate expects 2 arguments, 3 provided /app/include/octave-6.2.0/octave/../octave/error.h:405:1: note: candidate: ‘void verror(octave::execution_exception&, const char*, __va_list_tag*)’ 405 | verror (octave::execution_exception&, const char *fmt, va_list args); | ^~~~~~ /app/include/octave-6.2.0/octave/../octave/error.h:405:64: note: no known conversion for argument 3 from ‘const char*’ to ‘__va_list_tag*’ 405 | verror (octave::execution_exception&, const char *fmt, va_list args); | ~~~~~~~~^~~~ In file included from fields2cell.cc:23: error-helpers.h:67:31: error: no matching function for call to ‘verror(octave::execution_exception&, const char [52], const char*)’ 67 | verror (e, __VA_ARGS__); \ | ^ fields2cell.cc:46:3: note: in expansion of macro ‘CHECK_ERROR’ 46 | CHECK_ERROR (names = args(1).cellstr_value (), err_retval, | ^~~~~~~~~~~ In file included from /app/include/octave-6.2.0/octave/../octave/oct.h:36, from fields2cell.cc:20: /app/include/octave-6.2.0/octave/../octave/error.h:397:27: note: candidate: ‘void verror(const char*, __va_list_tag*)’ 397 | extern OCTINTERP_API void verror (const char *fmt, va_list args); | ^~~~~~ /app/include/octave-6.2.0/octave/../octave/error.h:397:27: note: candidate expects 2 arguments, 3 provided /app/include/octave-6.2.0/octave/../octave/error.h:405:1: note: candidate: ‘void verror(octave::execution_exception&, const char*, __va_list_tag*)’ 405 | verror (octave::execution_exception&, const char *fmt, va_list args); | ^~~~~~ /app/include/octave-6.2.0/octave/../octave/error.h:405:64: note: no known conversion for argument 3 from ‘const char*’ to ‘__va_list_tag*’ 405 | verror (octave::execution_exception&, const char *fmt, va_list args); | ~~~~~~~~^~~~ In file included from structcat.cc:28: structcat.cc: In function ‘octave_value_list Fstructcat(const octave_value_list&, int)’: error-helpers.h:67:31: error: no matching function for call to ‘verror(octave::execution_exception&, const char [38], const char*)’ 67 | verror (e, __VA_ARGS__); \ | ^ structcat.cc:97:3: note: in expansion of macro ‘CHECK_ERROR’ 97 | CHECK_ERROR (dim = args(0).int_value () - 1, err_retval, | ^~~~~~~~~~~ In file included from /app/include/octave-6.2.0/octave/../octave/oct.h:36, from structcat.cc:25: /app/include/octave-6.2.0/octave/../octave/error.h:397:27: note: candidate: ‘void verror(const char*, __va_list_tag*)’ 397 | extern OCTINTERP_API void verror (const char *fmt, va_list args); | ^~~~~~ /app/include/octave-6.2.0/octave/../octave/error.h:397:27: note: candidate expects 2 arguments, 3 provided /app/include/octave-6.2.0/octave/../octave/error.h:405:1: note: candidate: ‘void verror(octave::execution_exception&, const char*, __va_list_tag*)’ 405 | verror (octave::execution_exception&, const char *fmt, va_list args); | ^~~~~~ /app/include/octave-6.2.0/octave/../octave/error.h:405:64: note: no known conversion for argument 3 from ‘const char*’ to ‘__va_list_tag*’ 405 | verror (octave::execution_exception&, const char *fmt, va_list args); | ~~~~~~~~^~~~ In file included from fieldempty.cc:23: fieldempty.cc: In function ‘octave_value_list Ffieldempty(const octave_value_list&, int)’: error-helpers.h:67:31: error: no matching function for call to ‘verror(octave::execution_exception&, const char [39], const char*)’ 67 | verror (e, __VA_ARGS__); \ | ^ fieldempty.cc:42:3: note: in expansion of macro ‘CHECK_ERROR’ 42 | CHECK_ERROR (s = args(0).map_value (), err_retval, | ^~~~~~~~~~~ In file included from /app/include/octave-6.2.0/octave/../octave/oct.h:36, from fieldempty.cc:20: /app/include/octave-6.2.0/octave/../octave/error.h:397:27: note: candidate: ‘void verror(const char*, __va_list_tag*)’ 397 | extern OCTINTERP_API void verror (const char *fmt, va_list args); | ^~~~~~ /app/include/octave-6.2.0/octave/../octave/error.h:397:27: note: candidate expects 2 arguments, 3 provided /app/include/octave-6.2.0/octave/../octave/error.h:405:1: note: candidate: ‘void verror(octave::execution_exception&, const char*, __va_list_tag*)’ 405 | verror (octave::execution_exception&, const char *fmt, va_list args); | ^~~~~~ /app/include/octave-6.2.0/octave/../octave/error.h:405:64: note: no known conversion for argument 3 from ‘const char*’ to ‘__va_list_tag*’ 405 | verror (octave::execution_exception&, const char *fmt, va_list args); | ~~~~~~~~^~~~ In file included from cell2fields.cc:23: cell2fields.cc: In function ‘octave_value_list Fcell2fields(const octave_value_list&, int)’: error-helpers.h:67:31: error: no matching function for call to ‘verror(octave::execution_exception&, const char [40], const char*)’ 67 | verror (e, __VA_ARGS__); \ | ^ cell2fields.cc:42:3: note: in expansion of macro ‘CHECK_ERROR’ 42 | CHECK_ERROR (c = args(0).cell_value (), err_retval, | ^~~~~~~~~~~ In file included from /app/include/octave-6.2.0/octave/../octave/oct.h:36, from cell2fields.cc:20: /app/include/octave-6.2.0/octave/../octave/error.h:397:27: note: candidate: ‘void verror(const char*, __va_list_tag*)’ 397 | extern OCTINTERP_API void verror (const char *fmt, va_list args); | ^~~~~~ /app/include/octave-6.2.0/octave/../octave/error.h:397:27: note: candidate expects 2 arguments, 3 provided /app/include/octave-6.2.0/octave/../octave/error.h:405:1: note: candidate: ‘void verror(octave::execution_exception&, const char*, __va_list_tag*)’ 405 | verror (octave::execution_exception&, const char *fmt, va_list args); | ^~~~~~ /app/include/octave-6.2.0/octave/../octave/error.h:405:64: note: no known conversion for argument 3 from ‘const char*’ to ‘__va_list_tag*’ 405 | verror (octave::execution_exception&, const char *fmt, va_list args); | ~~~~~~~~^~~~ In file included from cell2fields.cc:23: error-helpers.h:67:31: error: no matching function for call to ‘verror(octave::execution_exception&, const char [52], const char*)’ 67 | verror (e, __VA_ARGS__); \ | ^ cell2fields.cc:46:3: note: in expansion of macro ‘CHECK_ERROR’ 46 | CHECK_ERROR (names = args(1).cellstr_value (), err_retval, | ^~~~~~~~~~~ In file included from /app/include/octave-6.2.0/octave/../octave/oct.h:36, from cell2fields.cc:20: /app/include/octave-6.2.0/octave/../octave/error.h:397:27: note: candidate: ‘void verror(const char*, __va_list_tag*)’ 397 | extern OCTINTERP_API void verror (const char *fmt, va_list args); | ^~~~~~ /app/include/octave-6.2.0/octave/../octave/error.h:397:27: note: candidate expects 2 arguments, 3 provided /app/include/octave-6.2.0/octave/../octave/error.h:405:1: note: candidate: ‘void verror(octave::execution_exception&, const char*, __va_list_tag*)’ 405 | verror (octave::execution_exception&, const char *fmt, va_list args); | ^~~~~~ /app/include/octave-6.2.0/octave/../octave/error.h:405:64: note: no known conversion for argument 3 from ‘const char*’ to ‘__va_list_tag*’ 405 | verror (octave::execution_exception&, const char *fmt, va_list args); | ~~~~~~~~^~~~ In file included from fieldempty.cc:23: error-helpers.h:67:31: error: no matching function for call to ‘verror(octave::execution_exception&, const char [37], const char*)’ 67 | verror (e, __VA_ARGS__); \ | ^ fieldempty.cc:46:3: note: in expansion of macro ‘CHECK_ERROR’ 46 | CHECK_ERROR (name = args(1).string_value (), err_retval, | ^~~~~~~~~~~ In file included from /app/include/octave-6.2.0/octave/../octave/oct.h:36, from fieldempty.cc:20: /app/include/octave-6.2.0/octave/../octave/error.h:397:27: note: candidate: ‘void verror(const char*, __va_list_tag*)’ 397 | extern OCTINTERP_API void verror (const char *fmt, va_list args); | ^~~~~~ /app/include/octave-6.2.0/octave/../octave/error.h:397:27: note: candidate expects 2 arguments, 3 provided /app/include/octave-6.2.0/octave/../octave/error.h:405:1: note: candidate: ‘void verror(octave::execution_exception&, const char*, __va_list_tag*)’ 405 | verror (octave::execution_exception&, const char *fmt, va_list args); | ^~~~~~ /app/include/octave-6.2.0/octave/../octave/error.h:405:64: note: no known conversion for argument 3 from ‘const char*’ to ‘__va_list_tag*’ 405 | verror (octave::execution_exception&, const char *fmt, va_list args); | ~~~~~~~~^~~~ In file included from cell2fields.cc:23: error-helpers.h:67:31: error: no matching function for call to ‘verror(octave::execution_exception&, const char [38], const char*)’ 67 | verror (e, __VA_ARGS__); \ | ^ cell2fields.cc:60:3: note: in expansion of macro ‘CHECK_ERROR’ 60 | CHECK_ERROR (dim = args(2).int_value (), err_retval, | ^~~~~~~~~~~ In file included from /app/include/octave-6.2.0/octave/../octave/oct.h:36, from cell2fields.cc:20: /app/include/octave-6.2.0/octave/../octave/error.h:397:27: note: candidate: ‘void verror(const char*, __va_list_tag*)’ 397 | extern OCTINTERP_API void verror (const char *fmt, va_list args); | ^~~~~~ /app/include/octave-6.2.0/octave/../octave/error.h:397:27: note: candidate expects 2 arguments, 3 provided /app/include/octave-6.2.0/octave/../octave/error.h:405:1: note: candidate: ‘void verror(octave::execution_exception&, const char*, __va_list_tag*)’ 405 | verror (octave::execution_exception&, const char *fmt, va_list args); | ^~~~~~ /app/include/octave-6.2.0/octave/../octave/error.h:405:64: note: no known conversion for argument 3 from ‘const char*’ to ‘__va_list_tag*’ 405 | verror (octave::execution_exception&, const char *fmt, va_list args); | ~~~~~~~~^~~~ In file included from cell2fields.cc:23: error-helpers.h:67:31: error: no matching function for call to ‘verror(octave::execution_exception&, const char [40], const char*)’ 67 | verror (e, __VA_ARGS__); \ | ^ cell2fields.cc:64:3: note: in expansion of macro ‘CHECK_ERROR’ 64 | CHECK_ERROR (s = args(3).map_value (), err_retval, | ^~~~~~~~~~~ In file included from /app/include/octave-6.2.0/octave/../octave/oct.h:36, from cell2fields.cc:20: /app/include/octave-6.2.0/octave/../octave/error.h:397:27: note: candidate: ‘void verror(const char*, __va_list_tag*)’ 397 | extern OCTINTERP_API void verror (const char *fmt, va_list args); | ^~~~~~ /app/include/octave-6.2.0/octave/../octave/error.h:397:27: note: candidate expects 2 arguments, 3 provided /app/include/octave-6.2.0/octave/../octave/error.h:405:1: note: candidate: ‘void verror(octave::execution_exception&, const char*, __va_list_tag*)’ 405 | verror (octave::execution_exception&, const char *fmt, va_list args); | ^~~~~~ /app/include/octave-6.2.0/octave/../octave/error.h:405:64: note: no known conversion for argument 3 from ‘const char*’ to ‘__va_list_tag*’ 405 | verror (octave::execution_exception&, const char *fmt, va_list args); | ~~~~~~~~^~~~ make: *** [Makefile:39: fields2cell.oct] Error 1 make: *** Waiting for unfinished jobs.... make: *** [Makefile:39: structcat.oct] Error 1 make: *** [Makefile:39: fieldempty.oct] Error 1 make: *** [Makefile:39: cell2fields.oct] Error 1 make: Leaving directory '/tmp/oct-CNGUAN/struct-1.0.17/src' error: pkg: error running 'make' for the struct package. error: called from configure_make at line 110 column 9 install at line 196 column 7 pkg at line 568 column 9