=> Bootstrap dependency digest>=20010302: found digest-20190127 => Checksum SHA1 OK for octave-6.2.0.tar.xz => Checksum RMD160 OK for octave-6.2.0.tar.xz => Checksum SHA512 OK for octave-6.2.0.tar.xz ===> Installing dependencies for octave-6.2.0 ========================================================================== The supported build options for octave are: glpk graphicsmagick hdf5 qhull The currently selected options are: glpk hdf5 qhull You can select which build options to use by setting PKG_DEFAULT_OPTIONS or the following variable. Its current value is shown: PKG_OPTIONS.octave (not defined) ========================================================================== ========================================================================== The following variables will affect the build process of this package, octave-6.2.0. Their current value is shown below: * JPEG_DEFAULT = jpeg * KRB5_DEFAULT = heimdal * PKGSRC_BLAS_TYPES = netlib openblas openblas_pthread openblas_openmp * SSLBASE = /usr * SSLCERTBUNDLE (not defined) * SSLCERTS = /etc/openssl/certs * SSLDIR = /etc/openssl * SSLKEYS = /etc/openssl/private Based on these variables, the following variables have been set: * BLAS_LIBS = -lblas * BLAS_TYPE = netlib * JPEGBASE (defined, but empty) * JPEG_TYPE = jpeg * KRB5BASE (defined, but empty) * KRB5_TYPE = heimdal * LAPACK_LIBS = -llapack -lblas * TERMCAP_TYPE = termcap You may want to abort the process now with CTRL-C and change the value of variables in the first group before continuing. Be sure to run `/usr/bin/make clean' after the changes. ========================================================================== => Tool dependency glib2-tools-[0-9]*: found glib2-tools-2.68.2 => Tool dependency libtool-base>=2.4.2nb9: found libtool-base-2.4.6nb3 => Tool dependency bison>=1.0: found bison-3.7.6nb1 => Tool dependency gsed>=3.0.2: found gsed-4.8nb1 => Tool dependency perl>=5.0: found perl-5.34.0nb2 => Tool dependency pkgconf-[0-9]*: found pkgconf-1.7.4nb1 => Tool dependency checkperms>=1.1: found checkperms-1.12 => Build dependency libtool-fortran>=2.4.2nb9: found libtool-fortran-2.4.6nb2 => Build dependency x11-links>=1.33: found x11-links-1.33 => Build dependency gperf>=3.0.1: found gperf-3.1 => Build dependency cwrappers>=20150314: found cwrappers-20180325 => Full dependency gnuplot>=3.7: found gnuplot-5.4.1nb3 => Full dependency gmake>=3.81: found gmake-4.3nb2 => Full dependency glpk>=4.35nb1: found glpk-4.65 => Full dependency hdf5>=1.8.11: found hdf5-1.10.7 => Full dependency qhull>=2015.1: found qhull-2020.2 => Full dependency libsndfile>=1.0.29nb1: found libsndfile-1.0.31 => Full dependency pcre>=8.30nb1: found pcre-8.44 => Full dependency readline>=6.0: found readline-8.1 => Full dependency hicolor-icon-theme>=0.9nb1: found hicolor-icon-theme-0.17nb1 => Full dependency gl2ps>=1.4.2: found gl2ps-1.4.2 => Full dependency arpack-ng>=3.7.0: found arpack-ng-3.8.0 => Full dependency lapack>=3.9.0nb1: found lapack-3.9.1 => Full dependency fftw>=3.1nb1: found fftw-3.3.9nb7 => Full dependency qrupdate>=1.1.2: found qrupdate-1.1.2 => Full dependency desktop-file-utils>=0.10nb1: found desktop-file-utils-0.26 => Full dependency curl>=7.76.1nb1: found curl-7.77.0 => Full dependency fltk>=1.3.5nb1: found fltk-1.3.6 => Full dependency qt5-qtbase>=5.15.2nb3: found qt5-qtbase-5.15.2nb5 => Full dependency qt5-qttools>=5.15.2nb4: found qt5-qttools-5.15.2nb4 => Full dependency qt5-qscintilla>=2.11.5nb3: found qt5-qscintilla-2.11.5nb3 => Full dependency gcc7>=7.0: found gcc7-7.5.0nb5 ===> Skipping vulnerability checks. WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Overriding tools for octave-6.2.0 ===> Extracting for octave-6.2.0 ===> Patching for octave-6.2.0 => Applying pkgsrc patches for octave-6.2.0 => Verifying /amd/pkgsrc/CHROOT/P/pkgsrc/math/octave/patches/patch-configure.ac => Applying pkgsrc patch /amd/pkgsrc/CHROOT/P/pkgsrc/math/octave/patches/patch-configure.ac Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-configure.ac,v 1.6 2021/05/31 07:16:51 thor Exp $ | |install .oct loadable modules with INSTALL_LIB to avoid stripping them | |Allow overriding MKOCTFILE_F77 so we can install a full path gfortran |(for building octave-forge packages like control) | |--- configure.ac.orig 2021-02-19 17:36:34.000000000 +0000 |+++ configure.ac -------------------------- Patching file configure.ac using Plan A... Hunk #1 succeeded at 230. Hunk #2 succeeded at 900. done => Verifying /amd/pkgsrc/CHROOT/P/pkgsrc/math/octave/patches/patch-doc_interpreter_module.mk => Applying pkgsrc patch /amd/pkgsrc/CHROOT/P/pkgsrc/math/octave/patches/patch-doc_interpreter_module.mk Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-doc_interpreter_module.mk,v 1.1 2018/12/26 10:45:46 adam Exp $ | |Use QHELPGENERATOR instead of QCOLLECTIONGENERATOR. | |--- doc/interpreter/module.mk.orig 2018-12-25 23:35:44.000000000 +0000 |+++ doc/interpreter/module.mk -------------------------- Patching file doc/interpreter/module.mk using Plan A... Hunk #1 succeeded at 262 (offset 10 lines). done => Verifying /amd/pkgsrc/CHROOT/P/pkgsrc/math/octave/patches/patch-fseeko-fpos_t.c => Applying pkgsrc patch /amd/pkgsrc/CHROOT/P/pkgsrc/math/octave/patches/patch-fseeko-fpos_t.c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-fseeko-fpos_t.c,v 1.2 2016/02/16 04:21:40 dbj Exp $ | |--- libgnu/fseeko.c.orig 2015-05-23 14:36:16.000000000 +0000 |+++ libgnu/fseeko.c -------------------------- Patching file libgnu/fseeko.c using Plan A... Hunk #1 succeeded at 22. Hunk #2 succeeded at 137 (offset 2 lines). done => Verifying /amd/pkgsrc/CHROOT/P/pkgsrc/math/octave/patches/patch-libgnu_stdio.in.h => Applying pkgsrc patch /amd/pkgsrc/CHROOT/P/pkgsrc/math/octave/patches/patch-libgnu_stdio.in.h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-libgnu_stdio.in.h,v 1.4 2021/05/31 07:16:51 thor Exp $ | |Do not re-define gets() on SunOS, incompatible prototype. | |--- libgnu/stdio.in.h.orig 2021-02-19 17:36:34.000000000 +0000 |+++ libgnu/stdio.in.h -------------------------- Patching file libgnu/stdio.in.h using Plan A... Hunk #1 succeeded at 838. done => Verifying /amd/pkgsrc/CHROOT/P/pkgsrc/math/octave/patches/patch-libinterp_corefcn_input.cc => Applying pkgsrc patch /amd/pkgsrc/CHROOT/P/pkgsrc/math/octave/patches/patch-libinterp_corefcn_input.cc Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-libinterp_corefcn_input.cc,v 1.2 2020/04/12 21:19:32 adam Exp $ | |Do not conflict between header and body | |--- libinterp/corefcn/input.cc.orig 2020-01-28 01:57:35.000000000 +0000 |+++ libinterp/corefcn/input.cc -------------------------- Patching file libinterp/corefcn/input.cc using Plan A... Hunk #1 succeeded at 516 (offset -5 lines). done => Verifying /amd/pkgsrc/CHROOT/P/pkgsrc/math/octave/patches/patch-libinterp_dldfcn_config-module.awk => Applying pkgsrc patch /amd/pkgsrc/CHROOT/P/pkgsrc/math/octave/patches/patch-libinterp_dldfcn_config-module.awk Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-libinterp_dldfcn_config-module.awk,v 1.4 2019/03/05 11:11:12 ryoon Exp $ | |install .oct loadable modules with INSTALL_LIB to avoid stripping them | |--- libinterp/dldfcn/config-module.awk.orig 2019-02-23 17:33:37.000000000 +0000 |+++ libinterp/dldfcn/config-module.awk -------------------------- Patching file libinterp/dldfcn/config-module.awk using Plan A... Hunk #1 succeeded at 62 (offset 7 lines). done => Verifying /amd/pkgsrc/CHROOT/P/pkgsrc/math/octave/patches/patch-libinterp_dldfcn_module.mk => Applying pkgsrc patch /amd/pkgsrc/CHROOT/P/pkgsrc/math/octave/patches/patch-libinterp_dldfcn_module.mk Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-libinterp_dldfcn_module.mk,v 1.4 2019/03/05 11:11:12 ryoon Exp $ | |install .oct loadable modules with INSTALL_LIB to avoid stripping them | |--- libinterp/dldfcn/module.mk.orig 2019-02-23 17:33:37.000000000 +0000 |+++ libinterp/dldfcn/module.mk -------------------------- Patching file libinterp/dldfcn/module.mk using Plan A... Hunk #1 succeeded at 28 (offset -9 lines). done => Verifying /amd/pkgsrc/CHROOT/P/pkgsrc/math/octave/patches/patch-liboctave_util_quit.cc => Applying pkgsrc patch /amd/pkgsrc/CHROOT/P/pkgsrc/math/octave/patches/patch-liboctave_util_quit.cc Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-liboctave_util_quit.cc,v 1.3 2021/05/31 07:16:51 thor Exp $ | |Make sure exit() is defined. | |--- liboctave/util/quit.cc.orig 2021-02-19 17:36:34.000000000 +0000 |+++ liboctave/util/quit.cc -------------------------- Patching file liboctave/util/quit.cc using Plan A... Hunk #1 succeeded at 27. done => Verifying /amd/pkgsrc/CHROOT/P/pkgsrc/math/octave/patches/patch-liboctave_wrappers_iconv-wrappers.h => Applying pkgsrc patch /amd/pkgsrc/CHROOT/P/pkgsrc/math/octave/patches/patch-liboctave_wrappers_iconv-wrappers.h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-liboctave_wrappers_iconv-wrappers.h,v 1.1 2019/03/05 11:11:12 ryoon Exp $ | |* Do not conflict between header and body | |--- liboctave/wrappers/iconv-wrappers.h.orig 2019-02-23 17:33:37.000000000 +0000 |+++ liboctave/wrappers/iconv-wrappers.h -------------------------- Patching file liboctave/wrappers/iconv-wrappers.h using Plan A... Hunk #1 succeeded at 26 (offset 3 lines). done => Verifying /amd/pkgsrc/CHROOT/P/pkgsrc/math/octave/patches/patch-m4_acinclude.m4 => Applying pkgsrc patch /amd/pkgsrc/CHROOT/P/pkgsrc/math/octave/patches/patch-m4_acinclude.m4 Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-m4_acinclude.m4,v 1.3 2020/04/12 21:19:32 adam Exp $ | |we pass and assume a given MACHINE_GNU_PLATFORM, but this package did not |use this value due to an error. |the guess it had for linux (x86_64-unknown-linux-gnu), seems to trample |over our own tools: |https://mail-index.netbsd.org/pkgsrc-users/2014/03/26/msg019464.html | |Do not look for qcollectiongenerator; it is now part of qhelpgenerator. | |On Darwin, do not produce a mach-o bundle. | |--- m4/acinclude.m4.orig 2019-02-23 17:33:37.000000000 +0000 |+++ m4/acinclude.m4 -------------------------- Patching file m4/acinclude.m4 using Plan A... Hunk #1 succeeded at 37 (offset 6 lines). Hunk #2 succeeded at 2490 (offset 445 lines). Hunk #3 succeeded at 3077 (offset 99 lines). done => Verifying /amd/pkgsrc/CHROOT/P/pkgsrc/math/octave/patches/patch-scripts_miscellaneous_unpack.m => Applying pkgsrc patch /amd/pkgsrc/CHROOT/P/pkgsrc/math/octave/patches/patch-scripts_miscellaneous_unpack.m Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-scripts_miscellaneous_unpack.m,v 1.1 2017/08/01 11:06:18 maya Exp $ | |Unpack with bsdtar. if we get PaxHeaders.1234 files, we trip an octave-forge |sanity check | |--- scripts/miscellaneous/unpack.m.orig 2016-11-13 15:16:10.000000000 +0000 |+++ scripts/miscellaneous/unpack.m -------------------------- Patching file scripts/miscellaneous/unpack.m using Plan A... Hunk #1 succeeded at 196 (offset 22 lines). done => Verifying /amd/pkgsrc/CHROOT/P/pkgsrc/math/octave/patches/patch-scripts_pkg_private_configure__make.m => Applying pkgsrc patch /amd/pkgsrc/CHROOT/P/pkgsrc/math/octave/patches/patch-scripts_pkg_private_configure__make.m Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-scripts_pkg_private_configure__make.m,v 1.1 2016/02/16 04:21:40 dbj Exp $ | |Provide path to GNU make, since this is what assumed here. | |--- scripts/pkg/private/configure_make.m.orig 2015-05-23 14:21:53.000000000 +0000 |+++ scripts/pkg/private/configure_make.m -------------------------- Patching file scripts/pkg/private/configure_make.m using Plan A... Hunk #1 succeeded at 102 (offset 14 lines). done => Verifying /amd/pkgsrc/CHROOT/P/pkgsrc/math/octave/patches/patch-scripts_plot_util_____gnuplot__drawnow____.m => Applying pkgsrc patch /amd/pkgsrc/CHROOT/P/pkgsrc/math/octave/patches/patch-scripts_plot_util_____gnuplot__drawnow____.m Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-scripts_plot_util_____gnuplot__drawnow____.m,v 1.1 2016/02/16 04:21:40 dbj Exp $ | |We don't currently install libaquaterm on pkgsrc, so making the gnuplot |"aqua" term the default on the mac is unlikely to work. | |--- scripts/plot/util/__gnuplot_drawnow__.m.orig 2015-05-23 14:21:53.000000000 +0000 |+++ scripts/plot/util/__gnuplot_drawnow__.m -------------------------- Patching file scripts/plot/util/__gnuplot_drawnow__.m using Plan A... Hunk #1 succeeded at 348 (offset -3 lines). done ===> Creating toolchain wrappers for octave-6.2.0 ===> Configuring for octave-6.2.0 => Fixing path to gmake. => Avoiding qtchooser assumption (-qt=x argument) => Generating pkg-config file for builtin expat package. => Modifying GNU configure scripts to avoid --recheck => Replacing config-guess with pkgsrc versions => Replacing config-sub with pkgsrc versions => Replacing install-sh with pkgsrc version => Checking for portability problems in extracted files checking for a BSD-compatible install... /usr/bin/install -c -o pbulk -g wheel checking whether build environment is sane... yes checking for a thread-safe mkdir -p... build-aux/install-sh -c -d checking for gawk... /usr/bin/awk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether UID '2029' is supported by ustar format... yes checking whether GID '0' is supported by ustar format... yes checking how to create a ustar tar archive... gnutar checking whether make supports nested variables... (cached) yes checking build system type... x86_64--netbsd checking host system type... x86_64--netbsd checking whether make supports the include directive... yes (GNU style) checking for x86_64--netbsd-gcc... gcc 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 gcc accepts -g... yes checking for gcc option to enable C11 features... none needed checking whether the compiler is clang... no checking for compiler option needed when checking for declarations... none checking dependency style of gcc... gcc3 checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep 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 minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking whether _XOPEN_SOURCE should be defined... no defining octlibdir to be ${libdir}/octave/${version} defining archlibdir to be ${libexecdir}/octave/${version}/exec/${canonical_host_type} defining localarchlibdir to be ${libexecdir}/octave/site/exec/${canonical_host_type} defining localapiarchlibdir to be ${libexecdir}/octave/${api_version}/site/exec/${canonical_host_type} defining localverarchlibdir to be ${libexecdir}/octave/${version}/site/exec/${canonical_host_type} defining octfiledir to be ${libdir}/octave/${version}/oct/${canonical_host_type} defining localoctfiledir to be ${libdir}/octave/site/oct/${canonical_host_type} defining localapioctfiledir to be ${libdir}/octave/site/oct/${api_version}/${canonical_host_type} defining localveroctfiledir to be ${libdir}/octave/${version}/site/oct/${canonical_host_type} defining octincludedir to be ${includedir}/octave-${version}/octave defining fcnfiledir to be ${datadir}/octave/${version}/m defining localfcnfiledir to be ${datadir}/octave/site/m defining localapifcnfiledir to be ${datadir}/octave/site/${api_version}/m defining localverfcnfiledir to be ${datadir}/octave/${version}/site/m defining octetcdir to be ${datadir}/octave/${version}/etc defining octlocaledir to be ${datadir}/octave/${version}/locale defining doc_cache_file to be ${octetcdir}/doc-cache defining octtestsdir to be ${octetcdir}/tests defining texi_macros_file to be ${octetcdir}/macros.texi defining imagedir to be ${datadir}/octave/${version}/imagelib defining octdatadir to be ${datadir}/octave/${version}/data defining octdocdir to be ${datadir}/octave/${version}/doc defining octfontsdir to be ${datadir}/octave/${version}/fonts defining startupfiledir to be ${fcnfiledir}/startup defining localstartupfiledir to be ${localfcnfiledir}/startup defining man1dir to be ${mandir}/man1 defining man1ext to be .1 defining infofile to be ${infodir}/octave.info checking pkg-config is at least version 0.9.0... yes checking for gawk... (cached) /usr/bin/awk checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for gfind... /usr/bin/find checking for a usable sed... /usr/pkg/bin/gsed checking for perl... /usr/pkg/bin/perl checking for gperf... gperf checking for flex... flex checking lex output file root... lex.yy checking lex library... -lfl checking whether yytext is a pointer... yes defining LFLAGS to be -I checking for bison... /usr/pkg/bin/bison -y checking syntax of bison api.prefix (or name-prefix) declaration... api brace checking for makeinfo... makeinfo checking for makeinfo support for @sortas command... no configure: WARNING: I wasn't able to find a version of GNU makeinfo that supports the @sortas command, but it's only a problem if you need to build the manual, which is the case if you're building from VCS sources. checking for texi2dvi... texi2dvi checking for texi2pdf... no checking for options to make reproducible archives with GNU tar... --numeric-owner checking whether ln -s works... yes checking for gs... gs checking for gnuplot... gnuplot checking for less... less checking for python... no checking for icotool... no configure: WARNING: I didn't find icotool, but it's only a problem if you need to reconstruct octave-logo.ico, which is the case if you're building from VCS sources. checking for rsvg-convert... no configure: WARNING: I didn't find rsvg-convert, but it's only a problem if you need to reconstruct octave-logo-*.png, which is the case if you're building from VCS sources. checking whether we are using the GNU C++ compiler... yes checking whether c++ accepts -g... yes checking for c++ option to enable C++11 features... none needed checking dependency style of c++... gcc3 checking how to run the C++ preprocessor... c++ -E checking how to run the C preprocessor... gcc -E checking whether gcc needs -traditional... no checking for Minix Amsterdam compiler... no checking for x86_64--netbsd-ar... no checking for ar... ar checking for x86_64--netbsd-ranlib... no checking for ranlib... ranlib checking for _LARGEFILE_SOURCE value needed for large files... no checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking C++ compiler version number... 7.4.0 checking whether stl_algo.h is broken... no checking C compiler version number... 7.4.0 configure: defining __NO_MATH_INLINES avoids buggy GNU libc exp function checking for sin in -lm... yes checking for x86_64--netbsd-gfortran... gfortran checking whether we are using the GNU Fortran 77 compiler... yes checking whether gfortran accepts -g... yes checking whether a usable Fortran compiler was found... yes checking how to get verbose linking output from gfortran... -v checking for Fortran 77 libraries of gfortran... -L/tmp/math/octave/work/.buildlink/lib -L/tmp/math/octave/work/.x11-buildlink/lib -L/tmp/math/octave/work/.buildlink/qt5/lib -L/tmp/math/octave/work/.buildlink/qt5/plugins -L/tmp/math/octave/work/.buildlink/lib/pulseaudio -L/usr/pkg/gcc7/lib/gcc/x86_64--netbsd/7.5.0 -L/usr/pkg/gcc7/lib/gcc/x86_64--netbsd/7.5.0/../../.. -R/usr/pkg/gcc7/x86_64--netbsd/lib/. -R/usr/pkg/gcc7/lib/. -lgfortran -lm -lquadmath checking for dummy main to link with Fortran 77 libraries... none checking for Fortran 77 name-mangling scheme... lower case, underscore, no extra underscore configure: defining FFLAGS to be -O configure: defining FPICFLAG to be -fPIC configure: defining CPICFLAG to be -fPIC configure: defining CXXPICFLAG to be -fPIC configure: defining SH_LDFLAGS to be -Bshareable configure: defining DL_LDFLAGS to be -shared configure: defining MKOCTFILE_DL_LDFLAGS to be -shared configure: defining NO_OCT_FILE_STRIP to be false configure: defining TEMPLATE_AR to be ar configure: defining TEMPLATE_ARFLAGS to be cr configure: defining EXTERNAL_DLL_DEFS to be configure: defining OCTAVE_DLL_DEFS to be configure: defining OCTINTERP_DLL_DEFS to be configure: defining OCTGUI_DLL_DEFS to be configure: defining OCTGRAPHICS_DLL_DEFS to be configure: defining library_path_var to be LD_LIBRARY_PATH checking size of void *... 8 checking for pthread_join in LIBS= with CFLAGS= -pthread ... yes checking if compiler needs -Werror to reject unknown flags... no checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE checking if more special flags are required for pthreads... no checking for PTHREAD_PRIO_INHERIT... yes checking whether pthread stack size does not account for thread-local storage... no checking for OpenMP flag of C compiler... -fopenmp checking for OpenMP flag of C++ compiler... -fopenmp checking omp.h usability... yes checking omp.h presence... yes checking for omp.h... yes checking for omp_get_num_threads... yes checking how to print strings... printf checking for a sed that does not truncate output... /usr/pkg/bin/gsed checking for fgrep... /usr/bin/grep -F checking for ld used by gcc... /tmp/math/octave/work/.cwrapper/bin/ld checking if the linker (/tmp/math/octave/work/.cwrapper/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking the maximum length of command line arguments... (cached) 262144 checking how to convert x86_64--netbsd file names to x86_64--netbsd format... func_convert_file_noop checking how to convert x86_64--netbsd file names to toolchain format... func_convert_file_noop checking for /tmp/math/octave/work/.cwrapper/bin/ld option to reload object files... -r checking for x86_64--netbsd-objdump... no checking for objdump... objdump checking how to recognize dependent libraries... match_pattern /lib[^/]+(\.so|_pic\.a)$ checking for x86_64--netbsd-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for x86_64--netbsd-ar... ar checking for archiver @FILE support... @ checking for x86_64--netbsd-strip... no checking for strip... strip checking for x86_64--netbsd-ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc object... ok checking for sysroot... no checking for a working dd... /bin/dd checking how to truncate binary pipes... /bin/dd bs=4096 count=1 checking for x86_64--netbsd-mt... no checking for mt... mt checking if mt is a manifest tool... no checking for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... rm: conftest*: No such file or directory yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/tmp/math/octave/work/.cwrapper/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... rm: conftest*: No such file or directory no checking dynamic linker characteristics... NetBSD ld.elf_so checking how to hardcode library paths into programs... immediate checking for shl_load... no checking for shl_load in -ldld... no checking for dlopen... yes checking whether a program can dlopen itself... yes checking whether a statically linked program can dlopen itself... no checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking how to run the C++ preprocessor... c++ -E checking for ld used by c++... /tmp/math/octave/work/.cwrapper/bin/ld checking if the linker (/tmp/math/octave/work/.cwrapper/bin/ld) is GNU ld... yes checking whether the c++ linker (/tmp/math/octave/work/.cwrapper/bin/ld) supports shared libraries... yes checking for c++ option to produce PIC... -fPIC -DPIC checking if c++ PIC flag -fPIC -DPIC works... yes checking if c++ static flag -static works... yes checking if c++ supports -c -o file.o... rm: conftest*: No such file or directory yes checking if c++ supports -c -o file.o... (cached) yes checking whether the c++ linker (/tmp/math/octave/work/.cwrapper/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... NetBSD ld.elf_so checking how to hardcode library paths into programs... immediate checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for gfortran option to produce PIC... -fPIC checking if gfortran PIC flag -fPIC works... yes checking if gfortran static flag -static works... yes checking if gfortran supports -c -o file.o... rm: conftest*: No such file or directory yes checking if gfortran supports -c -o file.o... (cached) yes checking whether the gfortran linker (/tmp/math/octave/work/.cwrapper/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... NetBSD ld.elf_so checking how to hardcode library paths into programs... immediate checking for sgemm_ in -lblas... yes checking whether LSAME is called correctly from Fortran... yes checking whether ISAMAX is called correctly from Fortran... yes checking whether SDOT is called correctly from Fortran... yes checking whether DDOT is called correctly from Fortran... yes checking whether CDOTU is called correctly from Fortran... yes checking whether ZDOTU is called correctly from Fortran... yes checking BLAS library integer size... 4 checking for cheev_ in -llapack -lblas... yes checking default size of Fortran INTEGER... 4 checking whether gfortran accepts -ffloat-store... yes setting F77_FLOAT_STORE_FLAG to -ffloat-store checking whether gfortran accepts -std=legacy... yes adding -std=legacy to FFLAGS checking whether c++ accepts -rdynamic... yes configure: defining CROSS_TOOL_PREFIX to be configure: defining MKOCTFILE_AR to be ar configure: defining MKOCTFILE_CC to be gcc configure: defining MKOCTFILE_CXX to be c++ configure: defining MKOCTFILE_F77 to be gfortran configure: defining MKOCTFILE_RANLIB to be ranlib checking whether C++ supports dynamic auto arrays... yes checking for IEEE 754 data format... yes checking whether bit_and, bit_or, bit_xor are defined in the C++ library... yes checking whether complex class can set components independently... yes checking whether complex class can reference components independently... no checking for size_t... yes checking for working alloca.h... no checking for alloca... yes checking for C/C++ restrict keyword... __restrict checking whether uses 'inline' correctly... yes checking for btowc... yes checking for canonicalize_file_name... no checking for realpath... yes checking for readlinkat... yes checking for _set_invalid_parameter_handler... no checking for fchdir... yes checking for fcntl... yes checking for symlink... yes checking for fdopendir... yes checking for mempcpy... no checking for fnmatch... yes checking for mbsrtowcs... yes checking for fpurge... yes checking for __fpurge... no checking for __freading... no checking for fstatat... yes checking for ftruncate... yes checking for getdtablesize... yes checking for getlogin_r... yes checking for getprogname... yes checking for getexecname... no checking for getrandom... no checking for getrusage... yes checking for gettimeofday... yes checking for glob... yes checking for glob_pattern_p... yes checking for getpwnam_r... yes checking for isblank... yes checking for link... yes checking for uselocale... no checking for newlocale... yes checking for duplocale... yes checking for freelocale... yes checking for lstat... yes checking for mbsinit... yes checking for mbrtowc... yes checking for mprotect... yes checking for mkostemp... yes checking for mkostemps... yes checking for openat... yes checking for pipe... yes checking for readlink... yes checking for secure_getenv... no checking for getuid... yes checking for geteuid... yes checking for getgid... yes checking for getegid... yes checking for setenv... yes checking for sigaction... yes checking for sigaltstack... yes checking for siginterrupt... yes checking for snprintf... yes checking for strptime... yes checking for localtime_r... yes checking for timegm... yes checking for vasnprintf... no checking for iswcntrl... yes checking for wmempcpy... no checking for nl_langinfo and CODESET... yes checking for a traditional french locale... fr_FR.ISO8859-1 checking whether // is distinct from /... no checking whether realpath works... yes checking for unistd.h... (cached) yes checking for sys/param.h... yes checking for sys/socket.h... yes checking for dirent.h... yes checking for fnmatch.h... yes checking for sys/stat.h... (cached) yes checking for netdb.h... yes checking for getopt.h... yes checking for sys/cdefs.h... yes checking for sys/time.h... yes checking for glob.h... yes checking for threads.h... yes checking for iconv.h... yes checking for limits.h... yes checking for wchar.h... yes checking for stdint.h... (cached) yes checking for inttypes.h... (cached) yes checking for langinfo.h... yes checking for xlocale.h... no checking for math.h... yes checking for sys/mman.h... yes checking for sys/select.h... yes checking for strings.h... (cached) yes checking for sys/random.h... no checking for sys/resource.h... yes checking for sys/times.h... yes checking for sys/uio.h... yes checking for sys/utsname.h... yes checking for sys/wait.h... yes checking for features.h... no checking for crtdefs.h... no checking for wctype.h... yes checking whether the preprocessor supports include_next... yes checking whether source code line length is unlimited... yes checking whether is self-contained... yes checking for shutdown... yes checking whether defines the SHUT_* macros... yes checking for struct sockaddr_storage... yes checking for sa_family_t... yes checking for struct sockaddr_storage.ss_family... yes checking for inline... inline checking whether linux/if_alg.h has struct sockaddr_alg.... no checking whether byte ordering is bigendian... no checking if environ is properly declared... no checking for complete errno.h... no checking for EMULTIHOP value... yes checking for ENOLINK value... yes checking for EOVERFLOW value... yes checking whether strerror_r is declared... yes checking for strerror_r... yes checking whether strerror_r returns char *... no checking whether fchdir is declared... yes checking for working fcntl.h... no (bad O_NOATIME) checking for pid_t... yes checking for mode_t... yes checking for st_dm_mode in struct stat... no checking whether strmode is declared... yes checking for mbstate_t... yes checking whether frexp() can be used without linking with libm... yes checking whether alarm is declared... yes checking whether frexp works... yes checking whether stdin defaults to large file offsets... yes checking whether fseeko is declared... yes checking for fseeko... yes checking whether fflush works on input streams... no checking whether stat file-mode macros are broken... no checking for nlink_t... yes checking whether lstat correctly handles trailing slash... yes checking whether ftello is declared... yes checking for ftello... yes checking whether ftello works... yes checking whether getcwd (NULL, 0) allocates memory for result... yes checking for getcwd with POSIX signature... yes checking whether getcwd is declared... yes checking whether getdtablesize is declared... yes checking whether getlogin_r is declared... yes checking whether getlogin is declared... yes checking for getopt.h... (cached) yes checking for getopt_long_only... no checking for struct timeval... yes checking for wide-enough struct timeval.tv_sec member... yes checking pthread.h usability... yes checking pthread.h presence... yes checking for pthread.h... yes checking for pthread_kill in -lpthread... yes checking whether POSIX threads API is available... yes checking whether setlocale (LC_ALL, NULL) is multithread-safe... no checking whether setlocale (category, NULL) is multithread-safe... yes checking whether imported symbols can be declared weak... yes checking for ld... /tmp/math/octave/work/.cwrapper/bin/ld checking if the linker (/tmp/math/octave/work/.cwrapper/bin/ld) is GNU ld... yes checking for shared library run path origin... done checking 32-bit host C ABI... no checking for ELF binary format... yes checking for the common suffixes of directories in the library search path... lib,lib,lib checking for iconv... yes checking for working iconv... yes checking whether iconv is compatible with its POSIX signature... no checking whether limits.h has LLONG_MAX, WORD_BIT, ULLONG_WIDTH etc.... no checking for wint_t... yes checking whether wint_t is large enough... yes checking whether the compiler produces multi-arch binaries... no checking whether stdint.h conforms to C99... yes checking whether stdint.h works without ISO C predefines... yes checking whether stdint.h has UINTMAX_WIDTH etc.... no checking where to find the exponent in a 'double'... word 1 bit 20 checking for wchar_t... yes checking for good max_align_t... yes checking whether NULL can be used in arbitrary expressions... yes checking whether locale.h defines locale_t... yes checking for LC_MESSAGES... yes checking for CFPreferencesCopyAppValue... no checking for CFLocaleCopyPreferredLanguages... no checking whether imported symbols can be declared weak... (cached) yes checking for multithread API to use... posix checking whether malloc, realloc, calloc are POSIX compliant... yes checking for GNU libc compatible malloc... yes checking for a traditional japanese locale... ja_JP.eucJP checking for a french Unicode locale... fr_FR.UTF-8 checking for a transitional chinese locale... zh_CN.GB18030 checking for mmap... yes checking for MAP_ANONYMOUS... yes checking whether memchr works... yes checking whether memrchr is declared... yes checking whether defines MIN and MAX... no checking whether defines MIN and MAX... yes checking whether time_t is signed... yes checking for working mktime... no checking whether is self-contained... yes checking for library containing setsockopt... none needed checking whether select supports a 0 argument... yes checking whether select detects invalid fds... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for struct tm.tm_zone... yes checking for struct tm.tm_gmtoff... yes checking for O_CLOEXEC... yes checking for promoted mode_t type... mode_t checking for sigset_t... yes checking whether setenv is declared... yes checking search.h usability... yes checking search.h presence... yes checking for search.h... yes checking for tsearch... yes checking for uid_t in sys/types.h... yes checking whether snprintf returns a byte count as in C99... yes checking whether snprintf is declared... yes checking for stdbool.h that conforms to C99... yes checking for _Bool... yes checking whether strdup is declared... yes checking whether strerror(0) succeeds... no checking whether strnlen is declared... yes checking whether strsignal is declared... yes checking for struct timespec in ... yes checking whether unsetenv is declared... yes checking for inttypes.h... yes checking for stdint.h... yes checking for intmax_t... yes checking for snprintf... (cached) yes checking for strnlen... yes checking for wcslen... yes checking for wcsnlen... yes checking for mbrtowc... (cached) yes checking for wcrtomb... yes checking whether _snprintf is declared... no checking whether btowc(0) is correct... yes checking whether btowc(EOF) is correct... yes checking for __builtin_expect... yes checking byteswap.h usability... no checking byteswap.h presence... no checking for byteswap.h... no checking whether this system supports file names of any length... no checking for library containing clock_gettime... none required checking for clock_gettime... yes checking for clock_settime... yes checking for closedir... yes checking for d_ino member in directory struct... yes checking for d_type member in directory struct... yes checking for dirfd... no checking whether dirfd is declared... yes checking whether dirfd is a macro... yes checking whether // is distinct from /... (cached) no checking whether dup works... yes checking whether dup2 works... yes checking for error_at_line... no checking whether fcntl handles F_DUPFD correctly... yes checking whether fcntl understands F_DUPFD_CLOEXEC... yes checking whether fdopendir is declared... yes checking whether fdopendir works... yes checking whether fflush works on input streams... (cached) no checking for flexible array member... yes checking whether conversion from 'int' to 'long double' works... yes checking for working POSIX fnmatch... yes checking whether fpurge is declared... yes checking whether fpurge works... no checking whether frexpf can be used without linking with libm... yes checking whether frexpf works... yes checking for fseeko... (cached) yes checking whether fflush works on input streams... (cached) no checking for _fseeki64... no checking whether fstatat (..., 0) works... yes checking for ftello... (cached) yes checking whether ftello works... (cached) yes checking whether getcwd handles long file names properly... yes checking for getpagesize... yes checking whether getcwd succeeds when 4k < cwd_length < 16k... no checking whether getdtablesize works... yes checking for gethostname... yes checking for HOST_NAME_MAX... 256 checking whether getlogin_r works with small buffers... yes checking whether program_invocation_name is declared... no checking whether program_invocation_short_name is declared... no checking whether __argv is declared... no checking whether __progname is defined in default libraries... yes checking for gettimeofday with POSIX signature... yes checking for GNU glob interface version 1 or 2... no checking whether the compiler generally respects inline... yes checking whether isnan(double) can be used without linking with libm... yes checking whether langinfo.h defines CODESET... yes checking whether langinfo.h defines T_FMT_AMPM... yes checking whether langinfo.h defines ALTMON_1... no checking whether langinfo.h defines ERA... yes checking whether langinfo.h defines YESEXPR... yes checking whether the compiler supports the __inline keyword... yes checking whether link obeys POSIX... yes checking whether locale.h conforms to POSIX:2001... yes checking whether struct lconv is properly defined... yes checking for pthread_rwlock_t... yes checking whether pthread_rwlock_rdlock prefers a writer to a reader... yes checking whether lseek detects pipes... yes checking for GNU libc compatible malloc... (cached) yes checking whether NAN macro works... yes checking whether HUGE_VAL works... yes checking whether mbrtowc handles incomplete characters... yes checking whether mbrtowc works as well as mbtowc... yes checking whether mbrtowc handles a NULL pwc argument... yes checking whether mbrtowc handles a NULL string argument... yes checking whether mbrtowc has a correct return value... yes checking whether mbrtowc returns 0 when parsing a NUL character... yes checking whether mbrtowc stores incomplete characters... no checking whether mbrtowc works on empty input... yes checking whether the C locale is free of encoding errors... yes checking whether mbrtowc handles incomplete characters... (cached) yes checking whether mbrtowc works as well as mbtowc... (cached) yes checking whether mbrtowc handles incomplete characters... (cached) yes checking whether mbrtowc works as well as mbtowc... (cached) yes checking whether mbsrtowcs works... yes checking for mbtowc... yes checking for mempcpy... (cached) no checking for memrchr... yes checking whether mkdir handles trailing slash... yes checking whether mkdir handles trailing dot... yes checking for mkfifo... yes checking whether mkfifo rejects trailing slashes... yes checking for __mktime_internal... no checking for library containing nanosleep... none required checking for working nanosleep... yes checking for sys/pstat.h... no checking for sys/sysmp.h... no checking for sys/param.h... (cached) yes checking for sys/sysctl.h... yes checking for sched_getaffinity... no checking for sched_getaffinity_np... yes checking for pstat_getdynamic... no checking for sysmp... no checking for sysctl... yes checking whether open recognizes a trailing slash... yes checking for opendir... yes checking whether program_invocation_name is declared... (cached) no checking whether program_invocation_short_name is declared... (cached) no checking for putenv compatible with GNU and SVID... no checking whether _putenv is declared... no checking for raise... yes checking for sigprocmask... yes checking for readdir... yes checking whether readlink signature is correct... yes checking whether readlink handles trailing slash correctly... yes checking for rewinddir... yes checking whether rmdir works... yes checking for __secure_getenv... no checking for issetugid... yes checking whether select supports a 0 argument... (cached) yes checking whether select detects invalid fds... (cached) yes checking whether setenv validates arguments... yes checking whether setlocale supports the C locale... yes checking whether setlocale (LC_ALL, NULL) is multithread-safe... (cached) no checking whether setlocale (category, NULL) is multithread-safe... (cached) yes checking whether imported symbols can be declared weak... (cached) yes checking whether the -Werror option is usable... yes checking for simple visibility declarations... yes checking for struct sigaction.sa_sigaction... yes checking for volatile sig_atomic_t... yes checking for sighandler_t... no checking for sigprocmask... (cached) yes checking for stdint.h... (cached) yes checking for SIZE_MAX... yes checking for snprintf... (cached) yes checking whether snprintf respects a size of 1... yes checking whether printf supports POSIX/XSI format strings with positions... yes checking for socklen_t... yes checking for ssize_t... yes checking whether stat handles trailing slashes on files... yes checking for struct stat.st_atim.tv_nsec... yes checking whether struct stat.st_atim is of type struct timespec... yes checking for struct stat.st_birthtimespec.tv_nsec... yes checking for working stdalign.h... yes checking for good max_align_t... (cached) yes checking whether NULL can be used in arbitrary expressions... (cached) yes checking which flavor of printf attribute matches inttypes macros... system checking for strcasecmp... yes checking for strncasecmp... yes checking whether strncasecmp is declared... yes checking for working strnlen... yes checking for strsignal... yes checking whether strsignal always returns a string... yes checking whether symlink handles trailing slash correctly... yes checking for nlink_t... (cached) yes checking for struct tms... yes checking for struct utsname... yes checking sys/single_threaded.h usability... no checking sys/single_threaded.h presence... no checking for sys/single_threaded.h... no checking whether localtime_r is declared... yes checking whether localtime_r is compatible with its POSIX signature... yes checking whether localtime works even near extrema... yes checking for timezone_t... yes checking whether tmpfile works... yes checking for uname... yes checking whether unlink honors trailing slashes... yes checking whether unlink of a parent directory fails as it should... guessing yes checking for unsetenv... yes checking for unsetenv() return type... int checking whether unsetenv obeys POSIX... yes checking for ptrdiff_t... yes checking for vasprintf... yes checking whether iswcntrl works... yes checking for towlower... yes checking for wctype_t... yes checking for wctrans_t... yes checking for wmemchr... yes checking for stdint.h... (cached) yes checking for sys/wait.h that is POSIX.1 compatible... (cached) yes checking for dlfcn.h... (cached) yes checking floatingpoint.h usability... no checking floatingpoint.h presence... no checking for floatingpoint.h... no checking fpu_control.h usability... no checking fpu_control.h presence... no checking for fpu_control.h... no checking grp.h usability... yes checking grp.h presence... yes checking for grp.h... yes checking ieeefp.h usability... yes checking ieeefp.h presence... yes checking for ieeefp.h... yes checking for pthread.h... (cached) yes checking pwd.h usability... yes checking pwd.h presence... yes checking for pwd.h... yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking whether stdatomic.h can be compiled... yes checking termios.h usability... yes checking termios.h presence... yes checking for termios.h... yes checking termio.h usability... no checking termio.h presence... no checking for termio.h... no checking sgtty.h usability... yes checking sgtty.h presence... yes checking for sgtty.h... yes checking conio.h usability... no checking conio.h presence... no checking for conio.h... no checking for int64_t... yes checking for mode_t... (cached) yes checking for off_t... yes checking for pid_t... (cached) yes checking for size_t... (cached) yes checking for ssize_t... yes checking for uid_t in sys/types.h... (cached) yes checking for uint64_t... yes checking for dev_t... yes checking for ino_t... yes checking for ptrdiff_t... (cached) yes checking for long long int... yes checking for unsigned long long int... yes checking size of long double... 16 checking for struct stat.st_blksize... yes checking for struct stat.st_blocks... yes checking for struct stat.st_rdev... yes checking for struct group.gr_passwd... no checking for struct tm.tm_zone... (cached) yes checking whether c++ allows overload of char, int8_t, and uint8_t... yes checking whether MIPS processor is using non-standard NaN encoding... no checking for ctermid... yes checking for dup2... yes checking for endgrent... yes checking for endpwent... yes checking for execvp... yes checking for fork... yes checking for getegid... (cached) yes checking for geteuid... (cached) yes checking for getgid... (cached) yes checking for getgrent... yes checking for getgrgid... yes checking for getgrnam... yes checking for getpgrp... yes checking for getpid... yes checking for getppid... yes checking for getpwent... yes checking for getpwuid... yes checking for getuid... (cached) yes checking for isascii... yes checking for kill... yes checking for lgamma_r... yes checking for lgammaf_r... yes checking for realpath... (cached) yes checking for resolvepath... no checking for select... yes checking for setgrent... yes checking for setpwent... yes checking for setsid... yes checking for siglongjmp... no checking for strsignal... (cached) yes checking for tcgetattr... yes checking for tcsetattr... yes checking for toascii... yes checking for umask... yes checking for waitpid... yes checking for _getch... no checking for _kbhit... no checking for MATH DEFINES in math.h... yes checking for getrusage... (cached) yes checking for getpwnam... yes checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking whether closedir returns void... no checking for struct exception in math.h... yes checking whether sys_siglist is declared... yes checking libqhull/libqhull.h usability... yes checking libqhull/libqhull.h presence... yes checking for libqhull/libqhull.h... yes checking for qh_qhull in -lqhull... no configure: WARNING: Qhull library not found. This will result in loss of functionality for some geometry functions. checking pcre.h usability... yes checking pcre.h presence... yes checking for pcre.h... yes checking for pcre_compile in -lpcre ... yes checking whether PCRE library was compiled with UTF support... yes checking for library containing tputs... -lncurses checking for rl_set_keyboard_input_timeout in -lreadline... yes checking for library containing tputs... (cached) -lncurses checking zlib.h usability... yes checking zlib.h presence... yes checking for zlib.h... yes checking for gzclearerr in -lz... yes checking bzlib.h usability... yes checking bzlib.h presence... yes checking for bzlib.h... yes checking for BZ2_bzCompressInit in -lbz2... yes checking hdf5.h usability... yes checking hdf5.h presence... yes checking for hdf5.h... yes checking for H5Gget_num_objs in -lhdf5... yes checking whether HDF5 library has enforced version 1.6 API... no checking fftw3.h usability... yes checking fftw3.h presence... yes checking for fftw3.h... yes checking for fftw_plan_dft_1d in -lfftw3 ... yes checking for fftw3.h... (cached) yes checking for fftwf_plan_dft_1d in -lfftw3f ... yes checking for fftw3 multi-threading support... -lfftw3_threads checking for fftw3f multi-threading support... -lfftw3f_threads checking glpk/glpk.h usability... no checking glpk/glpk.h presence... no checking for glpk/glpk.h... no checking glpk.h usability... yes checking glpk.h presence... yes checking for glpk.h... yes checking for glp_simplex in -lglpk... yes checking whether the glpk library has glp_interior(glp_prob*, glp_iptcp*)... yes checking curl/curl.h usability... yes checking curl/curl.h presence... yes checking for curl/curl.h... yes checking for curl_easy_escape in -lcurl... yes checking for CURLOPT_DIRLISTONLY in curl/curl.h... yes checking sndfile.h usability... yes checking sndfile.h presence... yes checking for sndfile.h... yes checking for sf_open in -lsndfile ... yes checking whether sndfile library is modern enough... yes checking portaudio.h usability... no checking portaudio.h presence... no checking for portaudio.h... no configure: WARNING: PortAudio library not found. The audioplayer, audiorecorder, and audiodevinfo functions will be disabled. configure: WARNING: GraphicsMagick++ library not found. The imread, imwrite, and imfinfo functions for reading and writing image files will not be fully functional. checking for X... libraries /usr/X11R7/lib, headers /usr/X11R7/include checking for XrmInitialize in -lX11... yes checking whether /tmp/math/octave/work/.cwrapper/bin/ld accepts -framework Carbon... no checking whether /tmp/math/octave/work/.cwrapper/bin/ld accepts -framework OpenGL... no checking for GL/gl.h... yes checking for GL/glu.h... yes checking for GL/glext.h... yes checking for OpenGL/glext.h... no checking for glEnable in -lGL... yes checking for freetype2... yes checking for FreeType2 version >= 9.03... yes checking for FT_Reference_Face... yes checking fontconfig.h usability... no checking fontconfig.h presence... no checking for fontconfig.h... no checking fontconfig/fontconfig.h usability... yes checking fontconfig/fontconfig.h presence... yes checking for fontconfig/fontconfig.h... yes checking for FcInit in -lfontconfig ... yes checking gl2ps.h usability... yes checking gl2ps.h presence... yes checking for gl2ps.h... yes checking for gl2psLineJoin... yes checking Qt version 5... checking for Qt5Core Qt5Gui Qt5Network Qt5PrintSupport Qt5Help Qt5Xml... yes checking for x86_64--netbsd-qtchooser... no checking for qtchooser... no checking for x86_64--netbsd-moc-qt5... no checking for moc-qt5... no checking for x86_64--netbsd-moc... /usr/pkg/qt5/bin/moc checking for x86_64--netbsd-uic-qt5... no checking for uic-qt5... no checking for x86_64--netbsd-uic... no checking for uic... uic checking for x86_64--netbsd-rcc-qt5... no checking for rcc-qt5... no checking for x86_64--netbsd-rcc... no checking for rcc... rcc checking for x86_64--netbsd-lrelease-qt5... no checking for lrelease-qt5... no checking for x86_64--netbsd-lrelease... no checking for lrelease... lrelease checking for x86_64--netbsd-qcollectiongenerator-qt5... no checking for qcollectiongenerator-qt5... no checking for x86_64--netbsd-qcollectiongenerator... no checking for qcollectiongenerator... qcollectiongenerator checking for x86_64--netbsd-qhelpgenerator-qt5... no checking for qhelpgenerator-qt5... no checking for x86_64--netbsd-qhelpgenerator... no checking for qhelpgenerator... qhelpgenerator checking pty.h usability... no checking pty.h presence... no checking for pty.h... no checking libutil.h usability... no checking libutil.h presence... no checking for libutil.h... no checking util.h usability... yes checking util.h presence... yes checking for util.h... yes checking for library containing openpty... -lutil checking for chmod... yes checking for chown... yes checking for ftruncate... (cached) yes checking for mmap... (cached) yes checking for munmap... yes checking for QAbstractItemModel::beginResetModel in ... yes checking QStandardPaths usability... yes checking QStandardPaths presence... yes checking for QStandardPaths... yes checking for QComboBox::setCurrentText... yes checking for QFontDatabase::systemFont function... yes checking for QFontMetrics::horizontalAdvance function... yes checking for QGuiApplication::setDesktopFileName... yes checking for QHeaderView::setSectionResizeMode... yes checking for QHeaderView::setSectionsClickable... yes checking for QHeaderView::setSectionsMovable... yes checking for QHelpSearchQueryWidget::searchInput... yes checking for new QHelpIndexWidget API... yes checking for qInstallMessageHandler... yes checking for QLineEdit::setPlaceholderText in ... yes checking for QList::QList (iterator, iterator) constructor... yes checking for QMouseEvent::localPos... yes checking whether QObject::findChildren accepts Qt::FindChildOptions... yes checking for QMainWindow::resizeDocks in ... yes checking for QScreen::devicePixelRatio in ... yes checking for QTabWidget::setMovable in ... yes checking whether Qt message handler accepts QMessageLogContext... yes checking for QHelpEngine::documentsForIdentifier in ... yes checking for QWheelEvent::angleDelta in ... yes checking for QWheelEvent::position in ... yes checking for QFont::ForceIntegerMetrics in ... yes checking for QFont::Monospace in ... yes checking whether QVariant::canConvert accepts QMetaType::Type argument... yes checking for QGuiApplication... yes checking for QRegion iterators and related functions... yes checking for Qt::SplitBehavior enum... yes checking QOpenGLWidget usability... yes checking QOpenGLWidget presence... yes checking for QOpenGLWidget... yes checking QGLWidget usability... yes checking QGLWidget presence... yes checking for QGLWidget... yes checking QGLFunctions_1_1 usability... no checking QGLFunctions_1_1 presence... no checking for QGLFunctions_1_1... no checking whether Qt works with OpenGL and GLU... yes checking QOffscreenSurface usability... yes checking QOffscreenSurface presence... yes checking for QOffscreenSurface... yes checking whether Qt supports full offscreen OpenGL rendering... yes checking for the QScintilla library for Qt 5... -lqscintilla2_qt5 checking whether QScintilla has version 2.6.0 or later... yes checking Qsci/qscilexeroctave.h usability... yes checking Qsci/qscilexeroctave.h presence... yes checking for Qsci/qscilexeroctave.h... yes checking Qsci/qscilexermatlab.h usability... yes checking Qsci/qscilexermatlab.h presence... yes checking for Qsci/qscilexermatlab.h... yes checking for fltk-config... /usr/pkg/bin/fltk-config checking for OpenGL support in FLTK... yes checking for sqr1up in -lqrupdate... yes checking for slup1up in -lqrupdate... yes checking for SuiteSparse_time in -lsuitesparseconfig... no checking suitesparse/amd.h usability... no checking suitesparse/amd.h presence... no checking for suitesparse/amd.h... no checking ufsparse/amd.h usability... no checking ufsparse/amd.h presence... no checking for ufsparse/amd.h... no checking amd/amd.h usability... no checking amd/amd.h presence... no checking for amd/amd.h... no checking amd.h usability... no checking amd.h presence... no checking for amd.h... no configure: WARNING: AMD library not found. This will result in some lack of functionality for sparse matrices. checking suitesparse/camd.h usability... no checking suitesparse/camd.h presence... no checking for suitesparse/camd.h... no checking ufsparse/camd.h usability... no checking ufsparse/camd.h presence... no checking for ufsparse/camd.h... no checking camd/camd.h usability... no checking camd/camd.h presence... no checking for camd/camd.h... no checking camd.h usability... no checking camd.h presence... no checking for camd.h... no configure: WARNING: CAMD library not found. This will result in some lack of functionality for sparse matrices. checking suitesparse/colamd.h usability... no checking suitesparse/colamd.h presence... no checking for suitesparse/colamd.h... no checking ufsparse/colamd.h usability... no checking ufsparse/colamd.h presence... no checking for ufsparse/colamd.h... no checking colamd/colamd.h usability... no checking colamd/colamd.h presence... no checking for colamd/colamd.h... no checking colamd.h usability... no checking colamd.h presence... no checking for colamd.h... no configure: WARNING: COLAMD library not found. This will result in some lack of functionality for sparse matrices. checking suitesparse/ccolamd.h usability... no checking suitesparse/ccolamd.h presence... no checking for suitesparse/ccolamd.h... no checking ufsparse/ccolamd.h usability... no checking ufsparse/ccolamd.h presence... no checking for ufsparse/ccolamd.h... no checking ccolamd/ccolamd.h usability... no checking ccolamd/ccolamd.h presence... no checking for ccolamd/ccolamd.h... no checking ccolamd.h usability... no checking ccolamd.h presence... no checking for ccolamd.h... no configure: WARNING: CCOLAMD library not found. This will result in some lack of functionality for sparse matrices. checking suitesparse/cholmod.h usability... no checking suitesparse/cholmod.h presence... no checking for suitesparse/cholmod.h... no checking ufsparse/cholmod.h usability... no checking ufsparse/cholmod.h presence... no checking for ufsparse/cholmod.h... no checking cholmod/cholmod.h usability... no checking cholmod/cholmod.h presence... no checking for cholmod/cholmod.h... no checking cholmod.h usability... no checking cholmod.h presence... no checking for cholmod.h... no configure: WARNING: CHOLMOD library not found. This will result in some lack of functionality for sparse matrices. checking suitesparse/cs.h usability... no checking suitesparse/cs.h presence... no checking for suitesparse/cs.h... no checking ufsparse/cs.h usability... no checking ufsparse/cs.h presence... no checking for ufsparse/cs.h... no checking cxsparse/cs.h usability... no checking cxsparse/cs.h presence... no checking for cxsparse/cs.h... no checking cs.h usability... no checking cs.h presence... no checking for cs.h... no configure: WARNING: CXSparse library not found. This will result in some lack of functionality for sparse matrices. checking suitesparse/umfpack.h usability... no checking suitesparse/umfpack.h presence... no checking for suitesparse/umfpack.h... no checking ufsparse/umfpack.h usability... no checking ufsparse/umfpack.h presence... no checking for ufsparse/umfpack.h... no checking umfpack/umfpack.h usability... no checking umfpack/umfpack.h presence... no checking for umfpack/umfpack.h... no checking umfpack.h usability... no checking umfpack.h presence... no checking for umfpack.h... no configure: WARNING: UMFPACK not found. This will result in some lack of functionality for sparse matrices. checking for suitesparse/umfpack.h... (cached) no checking for ufsparse/umfpack.h... (cached) no checking for umfpack/umfpack.h... (cached) no checking for umfpack.h... (cached) no configure: WARNING: UMFPACK not found. This will result in some lack of functionality for sparse matrices. checking suitesparse/klu.h usability... no checking suitesparse/klu.h presence... no checking for suitesparse/klu.h... no checking ufsparse/klu.h usability... no checking ufsparse/klu.h presence... no checking for ufsparse/klu.h... no checking klu/klu.h usability... no checking klu/klu.h presence... no checking for klu/klu.h... no checking klu.h usability... no checking klu.h presence... no checking for klu.h... no configure: WARNING: KLU library not found. This will result in some lack of functionality for sparse matrices. checking nvector/nvector_serial.h usability... no checking nvector/nvector_serial.h presence... no checking for nvector/nvector_serial.h... no checking nvector_serial.h usability... no checking nvector_serial.h presence... no checking for nvector_serial.h... no configure: WARNING: SUNDIALS NVECTOR serial library not found. The solvers ode15i and ode15s will be disabled. checking ida/ida.h usability... no checking ida/ida.h presence... no checking for ida/ida.h... no checking ida.h usability... no checking ida.h presence... no checking for ida.h... no configure: WARNING: SUNDIALS IDA library not found. The solvers ode15i and ode15s will be disabled. checking for dseupd in -larpack ... yes checking whether the arpack library works... yes checking whether the arpack library is free of bugs... yes configure: WARNING: building documentation disabled because makeinfo was not found or does not support @sortas; make dist will fail. checking whether gcc accepts -Wall... yes adding -Wall to WARN_CFLAGS checking whether gcc accepts -W... yes adding -W to WARN_CFLAGS checking whether gcc accepts -Wformat... yes adding -Wformat to WARN_CFLAGS checking whether gcc accepts -Wpointer-arith... yes adding -Wpointer-arith to WARN_CFLAGS checking whether gcc accepts -Wmissing-prototypes... yes adding -Wmissing-prototypes to WARN_CFLAGS checking whether gcc accepts -Wstrict-prototypes... yes adding -Wstrict-prototypes to WARN_CFLAGS checking whether gcc accepts -Wwrite-strings... yes adding -Wwrite-strings to WARN_CFLAGS checking whether gcc accepts -Wcast-align... yes adding -Wcast-align to WARN_CFLAGS checking whether gcc accepts -Wcast-qual... yes adding -Wcast-qual to WARN_CFLAGS checking whether c++ accepts -Wall... yes adding -Wall to WARN_CXXFLAGS checking whether c++ accepts -W... yes adding -W to WARN_CXXFLAGS checking whether c++ accepts -Woverloaded-virtual... yes adding -Woverloaded-virtual to WARN_CXXFLAGS checking whether c++ accepts -Wold-style-cast... yes adding -Wold-style-cast to WARN_CXXFLAGS checking whether c++ accepts -Wformat... yes adding -Wformat to WARN_CXXFLAGS checking whether c++ accepts -Wpointer-arith... yes adding -Wpointer-arith to WARN_CXXFLAGS checking whether c++ accepts -Wwrite-strings... yes adding -Wwrite-strings to WARN_CXXFLAGS checking whether c++ accepts -Wcast-align... yes adding -Wcast-align to WARN_CXXFLAGS checking whether c++ accepts -Wcast-qual... yes adding -Wcast-qual to WARN_CXXFLAGS checking for #pragma GCC diagnostic push/pop/ignore... yes checking whether gcc accepts -Wimplicit-fallthrough... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating build-aux/check-subst-vars.sh config.status: creating doc/doxyhtml/Doxyfile config.status: creating libgnu/Makefile config.status: creating liboctave/octave.pc config.status: creating libinterp/octinterp.pc config.status: creating oct-conf-post.h-tmp config.status: creating libgui/mk-default-qt-settings.sh-tmp config.status: creating liboctave/external/mk-f77-def.sh-tmp config.status: creating liboctave/mk-version-h.sh-tmp config.status: creating libinterp/corefcn/mk-mxarray-h.sh-tmp config.status: creating build-aux/subst-config-vals.sh-tmp config.status: creating build-aux/subst-cross-config-vals.sh-tmp config.status: creating build-aux/subst-script-vals.sh-tmp config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands rm: libtoolT: No such file or directory config.status: executing oct-conf-post.h commands config.status: executing libgui/mk-default-qt-settings.sh commands config.status: executing liboctave/external/mk-f77-def.sh commands config.status: executing liboctave/mk-version-h.sh commands config.status: executing libinterp/corefcn/mk-mxarray-h.sh commands config.status: executing build-aux/subst-config-vals.sh commands config.status: executing build-aux/subst-cross-config-vals.sh commands config.status: executing build-aux/subst-script-vals.sh commands configure: Octave is now configured for x86_64--netbsd Source directory: . Installation prefix: /usr/pkg C compiler: gcc -pthread -fopenmp -Wall -W -Wformat -Wpointer-arith -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings -Wcast-align -Wcast-qual -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include/krb5 -I/usr/X11R7/include/freetype2 -I/usr/pkg/qt5/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz C++ compiler: c++ -pthread -fopenmp -Wall -W -Woverloaded-virtual -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include/krb5 -I/usr/X11R7/include/freetype2 -I/usr/pkg/qt5/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz Fortran compiler: gfortran -O -std=legacy Fortran libraries: -L/tmp/math/octave/work/.buildlink/lib -L/tmp/math/octave/work/.x11-buildlink/lib -L/tmp/math/octave/work/.buildlink/qt5/lib -L/tmp/math/octave/work/.buildlink/qt5/plugins -L/tmp/math/octave/work/.buildlink/lib/pulseaudio -L/usr/pkg/gcc7/lib/gcc/x86_64--netbsd/7.5.0 -L/usr/pkg/gcc7/lib/gcc/x86_64--netbsd/7.5.0/../../.. -R/usr/pkg/gcc7/x86_64--netbsd/lib/. -R/usr/pkg/gcc7/lib/. -lgfortran -lm -lquadmath Lex libraries: LIBS: -lutil -lm LDFLAGS: -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib -L/usr/pkg/qt5/lib -L/usr/pkg/qt5/plugins -Wl,-R/usr/pkg/qt5/lib -Wl,-R/usr/pkg/qt5/plugins -L/usr/pkg/lib/pulseaudio -Wl,-R/usr/pkg/lib/pulseaudio Extra LDFLAGS: AMD CPPFLAGS: AMD LDFLAGS: AMD libraries: ARPACK CPPFLAGS: -I/usr/pkg/include/arpack ARPACK LDFLAGS: -L/usr/pkg/lib ARPACK libraries: -larpack BLAS libraries: -lblas BZ2 CPPFLAGS: BZ2 LDFLAGS: BZ2 libraries: -lbz2 CAMD CPPFLAGS: CAMD LDFLAGS: CAMD libraries: CARBON libraries: CCOLAMD CPPFLAGS: CCOLAMD LDFLAGS: CCOLAMD libraries: CHOLMOD CPPFLAGS: CHOLMOD LDFLAGS: CHOLMOD libraries: COLAMD CPPFLAGS: COLAMD LDFLAGS: COLAMD libraries: CURL CPPFLAGS: CURL LDFLAGS: CURL libraries: -lcurl CXSPARSE CPPFLAGS: CXSPARSE LDFLAGS: CXSPARSE libraries: DL libraries: FFTW3 CPPFLAGS: -I/usr/pkg/include FFTW3 LDFLAGS: -L/usr/pkg/lib FFTW3 libraries: -lfftw3_threads -lfftw3 FFTW3F CPPFLAGS: -I/usr/pkg/include FFTW3F LDFLAGS: -L/usr/pkg/lib FFTW3F libraries: -lfftw3f_threads -lfftw3f FLTK CPPFLAGS: -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/X11R7/include FLTK LDFLAGS: -L/usr/pkg/lib -L/usr/X11R7/lib -R/usr/X11R7/lib -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib FLTK libraries: -lfltk_gl -lGLU -lGL -lfltk -lXrender -lXcursor -lXfixes -lXext -lXft -lfontconfig -lXinerama -lpthread -lm -lX11 fontconfig CPPFLAGS: -I/usr/X11R7/include fontconfig libraries: -lfontconfig FreeType2 CPPFLAGS: -I/usr/X11R7/include/freetype2 FreeType2 libraries: -Wl,-rpath,/usr/X11R7/lib -L/usr/X11R7/lib -lfreetype -lz -lbz2 GLPK CPPFLAGS: GLPK LDFLAGS: GLPK libraries: -lglpk HDF5 CPPFLAGS: HDF5 LDFLAGS: HDF5 libraries: -lhdf5 Java home: Java JVM path: Java CPPFLAGS: Java libraries: KLU CPPFLAGS: KLU LDFLAGS: KLU libraries: LAPACK libraries: -llapack -lblas LLVM CPPFLAGS: LLVM LDFLAGS: LLVM libraries: Magick++ CPPFLAGS: Magick++ LDFLAGS: Magick++ libraries: OpenGL libraries: -lGL -lGLU PCRE CPPFLAGS: -I/usr/pkg/include PCRE LDFLAGS: -L/usr/pkg/lib PCRE libraries: -lpcre PortAudio CPPFLAGS: PortAudio LDFLAGS: PortAudio libraries: PTHREAD flags: -pthread PTHREAD libraries: QHULL CPPFLAGS: QHULL LDFLAGS: QHULL libraries: QRUPDATE CPPFLAGS: QRUPDATE LDFLAGS: QRUPDATE libraries: -lqrupdate Qt CPPFLAGS: -I/usr/pkg/qt5/include/QtCore -I/usr/pkg/qt5/include -I/usr/pkg/qt5/include/QtGui -I/usr/pkg/qt5/include/QtNetwork -I/usr/pkg/qt5/include/QtPrintSupport -I/usr/pkg/qt5/include/QtWidgets -I/usr/pkg/qt5/include/QtHelp -I/usr/pkg/qt5/include/QtSql -I/usr/pkg/qt5/include/QtXml Qt LDFLAGS: -L/usr/pkg/qt5/lib Qt GUI libraries: -lQt5Network -lQt5PrintSupport -lQt5Help -lQt5Widgets -lQt5Gui -lQt5Sql -lQt5Xml -lQt5Core -lqscintilla2_qt5 Qt OpenGL libraries: -lQt5OpenGL -lQt5Widgets -lQt5Gui -lQt5Core Qt moc: /usr/pkg/qt5/bin/moc Qt uic: uic Qt rcc: rcc Qt lrelease: lrelease Qt qcollectiongenerator: qcollectiongenerator Qt qhelpgenerator: qhelpgenerator READLINE libraries: -lreadline Sndfile CPPFLAGS: -I/usr/pkg/include -I/usr/pkg/include/opus Sndfile LDFLAGS: -L/usr/pkg/lib Sndfile libraries: -lsndfile SuiteSparse config libraries: SUNDIALS IDA CPPFLAGS: SUNDIALS IDA LDFLAGS: SUNDIALS IDA libraries: SUNDIALS NVECTOR CPPFLAGS: SUNDIALS NVECTOR LDFLAGS: SUNDIALS NVECTOR libraries: SUNLINSOL KLU CPPFLAGS: SUNLINSOL KLU LDFLAGS: SUNLINSOL KLU libraries: TERM libraries: -lncurses UMFPACK CPPFLAGS: UMFPACK LDFLAGS: UMFPACK libraries: X11 include flags: /usr/X11R7/include X11 libraries: -L/usr/X11R7/lib -lX11 Z CPPFLAGS: Z LDFLAGS: Z libraries: -lz Default pager: less gnuplot: gnuplot Build Octave Qt GUI: yes (version: 5) JIT compiler for loops: no Build Java interface: no Build static libraries: yes Build shared libraries: yes Dynamic Linking API: dlopen Include support for GNU readline: yes Use push parser in command line REPL: yes 64-bit array dims and indexing: yes 64-bit BLAS array dims and indexing: no OpenMP SMP multithreading: yes Truncate intermediate FP results: yes Build cross tools: no Build docs: no configure: WARNING: I wasn't able to find a version of GNU makeinfo that supports the @sortas command, but it's only a problem if you need to build the manual, which is the case if you're building from VCS sources. configure: WARNING: I didn't find icotool, but it's only a problem if you need to reconstruct octave-logo.ico, which is the case if you're building from VCS sources. configure: WARNING: I didn't find rsvg-convert, but it's only a problem if you need to reconstruct octave-logo-*.png, which is the case if you're building from VCS sources. configure: WARNING: Qhull library not found. This will result in loss of functionality for some geometry functions. configure: WARNING: PortAudio library not found. The audioplayer, audiorecorder, and audiodevinfo functions will be disabled. configure: WARNING: GraphicsMagick++ library not found. The imread, imwrite, and imfinfo functions for reading and writing image files will not be fully functional. configure: WARNING: AMD library not found. This will result in some lack of functionality for sparse matrices. configure: WARNING: CAMD library not found. This will result in some lack of functionality for sparse matrices. configure: WARNING: COLAMD library not found. This will result in some lack of functionality for sparse matrices. configure: WARNING: CCOLAMD library not found. This will result in some lack of functionality for sparse matrices. configure: WARNING: CHOLMOD library not found. This will result in some lack of functionality for sparse matrices. configure: WARNING: CXSparse library not found. This will result in some lack of functionality for sparse matrices. configure: WARNING: UMFPACK not found. This will result in some lack of functionality for sparse matrices. configure: WARNING: KLU library not found. This will result in some lack of functionality for sparse matrices. configure: WARNING: SUNDIALS NVECTOR serial library not found. The solvers ode15i and ode15s will be disabled. configure: WARNING: SUNDIALS IDA library not found. The solvers ode15i and ode15s will be disabled. configure: WARNING: building documentation disabled because makeinfo was not found or does not support @sortas; make dist will fail. configure: configure: NOTE: Libraries or auxiliary programs may be skipped if they are not found configure: NOTE: OR if they are missing required features on your system. => Modifying libtool scripts to use pkgsrc libtool => Modifying libtool scripts to use pkgsrc depcomp