[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-bug-tracker] [bug #63173] lsqnonlin from optim 1.6.2 package thr
From: |
Thomas Madden |
Subject: |
[Octave-bug-tracker] [bug #63173] lsqnonlin from optim 1.6.2 package throws errors in Octave 7.2 |
Date: |
Fri, 7 Oct 2022 09:06:13 -0400 (EDT) |
Follow-up Comment #6, bug #63173 (project octave):
Sure thing—thanks.
octave:3> pkg install -verbose -forge optim
mkdir (/var/folders/kp/yzlp966s2tjb5xtfvrp6rvth0000gn/T/oct-SfIq7N)
untar
(/var/folders/kp/yzlp966s2tjb5xtfvrp6rvth0000gn/T/optim-1.6.2-Q8DKIr.tar.gz,
/var/folders/kp/yzlp966s2tjb5xtfvrp6rvth0000gn/T/oct-SfIq7N)
checking for mkoctfile... /usr/local/Cellar/octave/7.2.0_1/bin/mkoctfile-7.2.0
--verbose
checking for octave-config...
/usr/local/Cellar/octave/7.2.0_1/bin/octave-config-7.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 clang++ -std=gnu++11 accepts -g... yes
checking how to run the C++ preprocessor... clang++ -std=gnu++11 -E
checking for gcc... clang
checking whether we are using the GNU C compiler... yes
checking whether clang accepts -g... yes
checking for clang option to accept ISO C89... none needed
checking how to run the C preprocessor... clang -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 float.h usability... yes
checking float.h presence... yes
checking for float.h... yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking for error_at_line... no
checking for sqrt... yes
checking feval or octave::feval... octave::feval
checking xisnan or octave::math::isnan... octave::math::isnan
checking is_cell or iscell... iscell
checking octave_execution_exception or octave::execution_exception...
octave::execution_exception
checking octave_vformat or octave::vformat... octave::vformat
checking identity_matrix or octave::identity_matrix...
octave::identity_matrix
checking symbol_table::find_user_function or
octave::interpreter::the_interpreter () -> get_symbol_table
().find_user_function... octave::interpreter::the_interpreter () ->
get_symbol_table ().find_user_function
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
CXXFLAGS="-g -O2 -Wall -Wno-deprecated-declarations"
/usr/local/Cellar/octave/7.2.0_1/bin/mkoctfile-7.2.0 --verbose -c
error-helpers.cc
clang++ -std=gnu++11 -c -I/usr/local/opt/qt@5/include -fPIC
-I/usr/local/Cellar/octave/7.2.0_1/include/octave-7.2.0/octave/..
-I/usr/local/Cellar/octave/7.2.0_1/include/octave-7.2.0/octave
-I/usr/local/Cellar/octave/7.2.0_1/include -pthread -g -O2 -Wall
-Wno-deprecated-declarations error-helpers.cc -o error-helpers.o
CXXFLAGS="-g -O2 -Wall -Wno-deprecated-declarations"
/usr/local/Cellar/octave/7.2.0_1/bin/mkoctfile-7.2.0 --verbose __bfgsmin.cc
error-helpers.o
CXXFLAGS="-g -O2 -Wall -Wno-deprecated-declarations"
/usr/local/Cellar/octave/7.2.0_1/bin/mkoctfile-7.2.0 --verbose numgradient.cc
error-helpers.o
CXXFLAGS="-g -O2 -Wall -Wno-deprecated-declarations"
/usr/local/Cellar/octave/7.2.0_1/bin/mkoctfile-7.2.0 --verbose numhessian.cc
error-helpers.o
CXXFLAGS="-g -O2 -Wall -Wno-deprecated-declarations"
/usr/local/Cellar/octave/7.2.0_1/bin/mkoctfile-7.2.0 --verbose \
-L/usr/local/opt/openblas/lib -lopenblas \
__disna_optim__.cc error-helpers.o
clang++ -std=gnu++11 -c -I/usr/local/opt/qt@5/include -fPIC
-I/usr/local/Cellar/octave/7.2.0_1/include/octave-7.2.0/octave/..
-I/usr/local/Cellar/octave/7.2.0_1/include/octave-7.2.0/octave
-I/usr/local/Cellar/octave/7.2.0_1/include -pthread -g -O2 -Wall
-Wno-deprecated-declarations __bfgsmin.cc -o
/var/folders/kp/yzlp966s2tjb5xtfvrp6rvth0000gn/T//oct-t4QQIF.o
clang++ -std=gnu++11 -c -I/usr/local/opt/qt@5/include -fPIC
-I/usr/local/Cellar/octave/7.2.0_1/include/octave-7.2.0/octave/..
-I/usr/local/Cellar/octave/7.2.0_1/include/octave-7.2.0/octave
-I/usr/local/Cellar/octave/7.2.0_1/include -pthread -g -O2 -Wall
-Wno-deprecated-declarations numgradient.cc -o
/var/folders/kp/yzlp966s2tjb5xtfvrp6rvth0000gn/T//oct-8cLvxS.o
clang++ -std=gnu++11 -c -I/usr/local/opt/qt@5/include -fPIC
-I/usr/local/Cellar/octave/7.2.0_1/include/octave-7.2.0/octave/..
-I/usr/local/Cellar/octave/7.2.0_1/include/octave-7.2.0/octave
-I/usr/local/Cellar/octave/7.2.0_1/include -pthread -g -O2 -Wall
-Wno-deprecated-declarations numhessian.cc -o
/var/folders/kp/yzlp966s2tjb5xtfvrp6rvth0000gn/T//oct-QwKZ3T.o
clang++ -std=gnu++11 -c -I/usr/local/opt/qt@5/include -fPIC
-I/usr/local/Cellar/octave/7.2.0_1/include/octave-7.2.0/octave/..
-I/usr/local/Cellar/octave/7.2.0_1/include/octave-7.2.0/octave
-I/usr/local/Cellar/octave/7.2.0_1/include -pthread -g -O2 -Wall
-Wno-deprecated-declarations __disna_optim__.cc -o
/var/folders/kp/yzlp966s2tjb5xtfvrp6rvth0000gn/T//oct-D5nvRY.o
clang++ -std=gnu++11
-I/usr/local/Cellar/octave/7.2.0_1/include/octave-7.2.0/octave/..
-I/usr/local/Cellar/octave/7.2.0_1/include/octave-7.2.0/octave
-I/usr/local/Cellar/octave/7.2.0_1/include -pthread -g -O2 -Wall
-Wno-deprecated-declarations -o __disna_optim__.oct error-helpers.o
/var/folders/kp/yzlp966s2tjb5xtfvrp6rvth0000gn/T//oct-D5nvRY.o
-L/usr/local/opt/openblas/lib -lopenblas -bundle -undefined dynamic_lookup
-bind_at_load -bundle_loader /usr/local/Cellar/octave/7.2.0_1/bin/octave-7.2.0
-L/usr/local/Cellar/octave/7.2.0_1/lib/octave/7.2.0
-L/usr/local/Cellar/octave/7.2.0_1/lib -bundle -undefined dynamic_lookup
-bind_at_load -bundle_loader /usr/local/Cellar/octave/7.2.0_1/bin/octave-7.2.0
-L/usr/local/Cellar/octave/7.2.0_1/lib/octave/7.2.0
-L/usr/local/Cellar/octave/7.2.0_1/lib -bundle -undefined dynamic_lookup
-bind_at_load -bundle_loader /usr/local/Cellar/octave/7.2.0_1/bin/octave-7.2.0
-loctinterp -loctave
ld: warning: -undefined dynamic_lookup may not work with chained fixups
CXXFLAGS="-g -O2 -Wall -Wno-deprecated-declarations"
/usr/local/Cellar/octave/7.2.0_1/bin/mkoctfile-7.2.0 --verbose
__max_nargin_optim__.cc error-helpers.o
clang++ -std=gnu++11 -c -I/usr/local/opt/qt@5/include -fPIC
-I/usr/local/Cellar/octave/7.2.0_1/include/octave-7.2.0/octave/..
-I/usr/local/Cellar/octave/7.2.0_1/include/octave-7.2.0/octave
-I/usr/local/Cellar/octave/7.2.0_1/include -pthread -g -O2 -Wall
-Wno-deprecated-declarations __max_nargin_optim__.cc -o
/var/folders/kp/yzlp966s2tjb5xtfvrp6rvth0000gn/T//oct-lahE09.o
clang++ -std=gnu++11
-I/usr/local/Cellar/octave/7.2.0_1/include/octave-7.2.0/octave/..
-I/usr/local/Cellar/octave/7.2.0_1/include/octave-7.2.0/octave
-I/usr/local/Cellar/octave/7.2.0_1/include -pthread -g -O2 -Wall
-Wno-deprecated-declarations -o numgradient.oct error-helpers.o
/var/folders/kp/yzlp966s2tjb5xtfvrp6rvth0000gn/T//oct-8cLvxS.o -bundle
-undefined dynamic_lookup -bind_at_load -bundle_loader
/usr/local/Cellar/octave/7.2.0_1/bin/octave-7.2.0
-L/usr/local/Cellar/octave/7.2.0_1/lib/octave/7.2.0
-L/usr/local/Cellar/octave/7.2.0_1/lib -bundle -undefined dynamic_lookup
-bind_at_load -bundle_loader /usr/local/Cellar/octave/7.2.0_1/bin/octave-7.2.0
-L/usr/local/Cellar/octave/7.2.0_1/lib/octave/7.2.0
-L/usr/local/Cellar/octave/7.2.0_1/lib -bundle -undefined dynamic_lookup
-bind_at_load -bundle_loader /usr/local/Cellar/octave/7.2.0_1/bin/octave-7.2.0
-loctinterp -loctave
clang++ -std=gnu++11
-I/usr/local/Cellar/octave/7.2.0_1/include/octave-7.2.0/octave/..
-I/usr/local/Cellar/octave/7.2.0_1/include/octave-7.2.0/octave
-I/usr/local/Cellar/octave/7.2.0_1/include -pthread -g -O2 -Wall
-Wno-deprecated-declarations -o numhessian.oct error-helpers.o
/var/folders/kp/yzlp966s2tjb5xtfvrp6rvth0000gn/T//oct-QwKZ3T.o -bundle
-undefined dynamic_lookup -bind_at_load -bundle_loader
/usr/local/Cellar/octave/7.2.0_1/bin/octave-7.2.0
-L/usr/local/Cellar/octave/7.2.0_1/lib/octave/7.2.0
-L/usr/local/Cellar/octave/7.2.0_1/lib -bundle -undefined dynamic_lookup
-bind_at_load -bundle_loader /usr/local/Cellar/octave/7.2.0_1/bin/octave-7.2.0
-L/usr/local/Cellar/octave/7.2.0_1/lib/octave/7.2.0
-L/usr/local/Cellar/octave/7.2.0_1/lib -bundle -undefined dynamic_lookup
-bind_at_load -bundle_loader /usr/local/Cellar/octave/7.2.0_1/bin/octave-7.2.0
-loctinterp -loctave
ld: warning: -undefined dynamic_lookup may not work with chained fixups
ld: warning: -undefined dynamic_lookup may not work with chained fixups
clang++ -std=gnu++11
-I/usr/local/Cellar/octave/7.2.0_1/include/octave-7.2.0/octave/..
-I/usr/local/Cellar/octave/7.2.0_1/include/octave-7.2.0/octave
-I/usr/local/Cellar/octave/7.2.0_1/include -pthread -g -O2 -Wall
-Wno-deprecated-declarations -o __bfgsmin.oct error-helpers.o
/var/folders/kp/yzlp966s2tjb5xtfvrp6rvth0000gn/T//oct-t4QQIF.o -bundle
-undefined dynamic_lookup -bind_at_load -bundle_loader
/usr/local/Cellar/octave/7.2.0_1/bin/octave-7.2.0
-L/usr/local/Cellar/octave/7.2.0_1/lib/octave/7.2.0
-L/usr/local/Cellar/octave/7.2.0_1/lib -bundle -undefined dynamic_lookup
-bind_at_load -bundle_loader /usr/local/Cellar/octave/7.2.0_1/bin/octave-7.2.0
-L/usr/local/Cellar/octave/7.2.0_1/lib/octave/7.2.0
-L/usr/local/Cellar/octave/7.2.0_1/lib -bundle -undefined dynamic_lookup
-bind_at_load -bundle_loader /usr/local/Cellar/octave/7.2.0_1/bin/octave-7.2.0
-loctinterp -loctave
ld: warning: -undefined dynamic_lookup may not work with chained fixups
clang++ -std=gnu++11
-I/usr/local/Cellar/octave/7.2.0_1/include/octave-7.2.0/octave/..
-I/usr/local/Cellar/octave/7.2.0_1/include/octave-7.2.0/octave
-I/usr/local/Cellar/octave/7.2.0_1/include -pthread -g -O2 -Wall
-Wno-deprecated-declarations -o __max_nargin_optim__.oct error-helpers.o
/var/folders/kp/yzlp966s2tjb5xtfvrp6rvth0000gn/T//oct-lahE09.o -bundle
-undefined dynamic_lookup -bind_at_load -bundle_loader
/usr/local/Cellar/octave/7.2.0_1/bin/octave-7.2.0
-L/usr/local/Cellar/octave/7.2.0_1/lib/octave/7.2.0
-L/usr/local/Cellar/octave/7.2.0_1/lib -bundle -undefined dynamic_lookup
-bind_at_load -bundle_loader /usr/local/Cellar/octave/7.2.0_1/bin/octave-7.2.0
-L/usr/local/Cellar/octave/7.2.0_1/lib/octave/7.2.0
-L/usr/local/Cellar/octave/7.2.0_1/lib -bundle -undefined dynamic_lookup
-bind_at_load -bundle_loader /usr/local/Cellar/octave/7.2.0_1/bin/octave-7.2.0
-loctinterp -loctave
ld: warning: -undefined dynamic_lookup may not work with chained fixups
copyfile
/var/folders/kp/yzlp966s2tjb5xtfvrp6rvth0000gn/T/oct-SfIq7N/optim-1.6.2/src/__bfgsmin.oct
/var/folders/kp/yzlp966s2tjb5xtfvrp6rvth0000gn/T/oct-SfIq7N/optim-1.6.2/src/__disna_optim__.oct
/var/folders/kp/yzlp966s2tjb5xtfvrp6rvth0000gn/T/oct-SfIq7N/optim-1.6.2/src/__max_nargin_optim__.oct
/var/folders/kp/yzlp966s2tjb5xtfvrp6rvth0000gn/T/oct-SfIq7N/optim-1.6.2/src/numgradient.oct
/var/folders/kp/yzlp966s2tjb5xtfvrp6rvth0000gn/T/oct-SfIq7N/optim-1.6.2/src/numhessian.oct
/var/folders/kp/yzlp966s2tjb5xtfvrp6rvth0000gn/T/oct-SfIq7N/optim-1.6.2/inst/x86_64-apple-darwin21.5.0-api-v57
For information about changes from previous versions of the optim package, run
'news optim'.
octave:4>
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?63173>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
- [Octave-bug-tracker] [bug #63173] lsqnonlin from optim 1.6.2 package throws errors in Octave 7.2, anonymous, 2022/10/06
- [Octave-bug-tracker] [bug #63173] lsqnonlin from optim 1.6.2 package throws errors in Octave 7.2, Arun Giridhar, 2022/10/06
- [Octave-bug-tracker] [bug #63173] lsqnonlin from optim 1.6.2 package throws errors in Octave 7.2, Markus Mützel, 2022/10/07
- [Octave-bug-tracker] [bug #63173] lsqnonlin from optim 1.6.2 package throws errors in Octave 7.2, Thomas Madden, 2022/10/07
- [Octave-bug-tracker] [bug #63173] lsqnonlin from optim 1.6.2 package throws errors in Octave 7.2, Thomas Madden, 2022/10/07
- [Octave-bug-tracker] [bug #63173] lsqnonlin from optim 1.6.2 package throws errors in Octave 7.2, Markus Mützel, 2022/10/07
- [Octave-bug-tracker] [bug #63173] lsqnonlin from optim 1.6.2 package throws errors in Octave 7.2,
Thomas Madden <=
- [Octave-bug-tracker] [bug #63173] lsqnonlin from optim 1.6.2 package throws errors in Octave 7.2, Markus Mützel, 2022/10/07
- [Octave-bug-tracker] [bug #63173] lsqnonlin from optim 1.6.2 package throws errors in Octave 7.2, Thomas Madden, 2022/10/07
- [Octave-bug-tracker] [bug #63173] lsqnonlin from optim 1.6.2 package throws errors in Octave 7.2, Thomas Madden, 2022/10/07
- [Octave-bug-tracker] [bug #63173] lsqnonlin from optim 1.6.2 package throws errors in Octave 7.2, Thomas Madden, 2022/10/07
- [Octave-bug-tracker] [bug #63173] lsqnonlin from optim 1.6.2 package throws errors in Octave 7.2, Markus Mützel, 2022/10/07
- [Octave-bug-tracker] [bug #63173] lsqnonlin from optim 1.6.2 package throws errors in Octave 7.2, Thomas Madden, 2022/10/07
- [Octave-bug-tracker] [bug #63173] lsqnonlin from optim 1.6.2 package throws errors in Octave 7.2, Markus Mützel, 2022/10/07