help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Package install error


From: Chuck Cook
Subject: Re: Package install error
Date: Wed, 18 Nov 2020 13:42:12 -0500
User-agent: Evolution 3.38.1 (3.38.1-1.module_f33+10288+0a1d8bbf)


Now it builds, loads and test without a problem.
I did restart octave prior to install.

>> pkg install -forge -verbose instrument-control
mkdir (/tmp/oct-X5WmhS)
untar (/home/ccook/instrument-control-0.6.0.tar.gz, /tmp/oct-X5WmhS)
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 mkoctfile... /usr/bin/mkoctfile-5.2.0 --verbose
checking for octave-config... /usr/bin/octave-config-5.2.0
checking for grep that handles long lines and -e... /usr/bin/grep
checking for octave/interpreter.h... yes
checking for octave/lo-sysdep.h... yes
checking feval or octave::feval... octave::feval
checking is_float_type or isfloat... isfloat
checking is_integer_type or isinteger... isinteger
checking is_bool_type or islogical... islogical
checking unwind_protect or octave::unwind_protect... octave::unwind_protect
checking octave_value_typeinfo::register_binary_op or octave::type_info::register_binary_op... octave::type_info::register_binary_op
checking for octave::sys::u8_to_wstring... yes
checking for windows... no
checking how to run the C++ preprocessor... g++ -E
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 linux/i2c-dev.h usability... yes
checking linux/i2c-dev.h presence... yes
checking for linux/i2c-dev.h... yes
checking dev/iicbus/iic.h usability... no
checking dev/iicbus/iic.h presence... no
checking for dev/iicbus/iic.h... no
checking linux/spi/spidev.h usability... yes
checking linux/spi/spidev.h presence... yes
checking for linux/spi/spidev.h... yes
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking linux/parport.h usability... yes
checking linux/parport.h presence... yes
checking for linux/parport.h... yes
checking linux/ppdev.h usability... yes
checking linux/ppdev.h presence... yes
checking for linux/ppdev.h... yes
checking dev/ppbus/ppi.h usability... no
checking dev/ppbus/ppi.h presence... no
checking for dev/ppbus/ppi.h... no
checking dev/ppbus/ppbconf.h usability... no
checking dev/ppbus/ppbconf.h presence... no
checking for dev/ppbus/ppbconf.h... no
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking winsock2.h usability... no
checking winsock2.h presence... no
checking for winsock2.h... no
checking for library containing getnameinfo... none required
checking gpib/ib.h usability... no
checking gpib/ib.h presence... no
checking for gpib/ib.h... no
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for TIRPC... no
checking for library containing clnt_create... no
checking rpc/rpc.h usability... no
checking rpc/rpc.h presence... no
checking for rpc/rpc.h... no
configure: Did not find valid rpc libraries - disabling vxi11 interface
checking for rpcgen... no
checking for rpcgen-mt... no
checking whether none accepts -M option... no
checking visa/visa.h usability... no
checking visa/visa.h presence... no
checking for visa/visa.h... no
configure: creating ./config.status
config.status: creating common.mk
config.status: creating Makefile
config.status: creating gpib/Makefile
config.status: creating tcp/Makefile
config.status: creating udp/Makefile
config.status: creating vxi11/Makefile
config.status: creating usbtmc/Makefile
config.status: creating spi/Makefile
config.status: creating serial/Makefile
config.status: creating parallel/Makefile
config.status: creating i2c/Makefile
config.status: creating resolvehost/Makefile
config.status: creating hwinfo/Makefile
config.status: creating serialport/Makefile
config.status: creating config.h
configure:

octave instrument control package is now configured with

BUILD SERIAL: yes
BUILD PARALLEL: yes
BUILD I2C: yes
BUILD SPI: yes
BUILD TCP: yes
BUILD UDP: yes
BUILD USBTMC: yes
BUILD GPIB: no
BUILD VXI11: no
BUILD RESOLVEHOST: yes

GPIB LIBS:
VXI11 LIBS: no
VXI11 INCLUDE:
VISA LIBS:
TCP LIBS:


make: Entering directory '/tmp/oct-X5WmhS/instrument-control-0.6.0/src'
make -C serial
make -C parallel
make -C i2c
make -C spi
make[1]: Entering directory '/tmp/oct-X5WmhS/instrument-control-0.6.0/src/serial'
make[1]: Entering directory '/tmp/oct-X5WmhS/instrument-control-0.6.0/src/parallel'
make[1]: Entering directory '/tmp/oct-X5WmhS/instrument-control-0.6.0/src/i2c'
make[1]: Entering directory '/tmp/oct-X5WmhS/instrument-control-0.6.0/src/spi'
/usr/bin/mkoctfile-5.2.0 --verbose -DHAVE_CONFIG_H -c i2c.cc
/usr/bin/mkoctfile-5.2.0 --verbose -DHAVE_CONFIG_H -c serial.cc
/usr/bin/mkoctfile-5.2.0 --verbose -DHAVE_CONFIG_H -c spi.cc
/usr/bin/mkoctfile-5.2.0 --verbose -DHAVE_CONFIG_H -c parallel.cc
g++ -c -I/usr/include/suitesparse -fPIC -I/usr/include/octave-5.2.0/octave/.. -I/usr/include/octave-5.2.0/octave -pthread -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe-Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -flto=auto -DHAVE_CONFIG_H i2c.cc -o i2c.o
g++ -c -I/usr/include/suitesparse -fPIC -I/usr/include/octave-5.2.0/octave/.. -I/usr/include/octave-5.2.0/octave -pthread -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe-Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -flto=auto -DHAVE_CONFIG_H serial.cc -o serial.o
g++ -c -I/usr/include/suitesparse -fPIC -I/usr/include/octave-5.2.0/octave/.. -I/usr/include/octave-5.2.0/octave -pthread -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe-Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -flto=auto -DHAVE_CONFIG_H parallel.cc -o parallel.o
g++ -c -I/usr/include/suitesparse -fPIC -I/usr/include/octave-5.2.0/octave/.. -I/usr/include/octave-5.2.0/octave -pthread -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe-Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -flto=auto -DHAVE_CONFIG_H spi.cc -o spi.o
annobin: serial.cc: Warning: -D_GLIBCXX_ASSERTIONS not defined
annobin: i2c.cc: Warning: -D_GLIBCXX_ASSERTIONS not defined
annobin: parallel.cc: Warning: -D_GLIBCXX_ASSERTIONS not defined
annobin: spi.cc: Warning: -D_GLIBCXX_ASSERTIONS not defined
/usr/bin/mkoctfile-5.2.0 --verbose -DHAVE_CONFIG_H -c i2c_close.cc
g++ -c -I/usr/include/suitesparse -fPIC -I/usr/include/octave-5.2.0/octave/.. -I/usr/include/octave-5.2.0/octave -pthread -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe-Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -flto=auto -DHAVE_CONFIG_H i2c_close.cc -o i2c_close.o
annobin: i2c_close.cc: Warning: -D_GLIBCXX_ASSERTIONS not defined
/usr/bin/mkoctfile-5.2.0 --verbose -DHAVE_CONFIG_H -c srl_write.cc
g++ -c -I/usr/include/suitesparse -fPIC -I/usr/include/octave-5.2.0/octave/.. -I/usr/include/octave-5.2.0/octave -pthread -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe-Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -flto=auto -DHAVE_CONFIG_H srl_write.cc -o srl_write.o
annobin: srl_write.cc: Warning: -D_GLIBCXX_ASSERTIONS not defined
/usr/bin/mkoctfile-5.2.0 --verbose -DHAVE_CONFIG_H -c parallel_class.cc
g++ -c -I/usr/include/suitesparse -fPIC -I/usr/include/octave-5.2.0/octave/.. -I/usr/include/octave-5.2.0/octave -pthread -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe-Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -flto=auto -DHAVE_CONFIG_H parallel_class.cc -o parallel_class.o
annobin: parallel_class.cc: Warning: -D_GLIBCXX_ASSERTIONS not defined
/usr/bin/mkoctfile-5.2.0 --verbose -DHAVE_CONFIG_H -c i2c_addr.cc
g++ -c -I/usr/include/suitesparse -fPIC -I/usr/include/octave-5.2.0/octave/.. -I/usr/include/octave-5.2.0/octave -pthread -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe-Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -flto=auto -DHAVE_CONFIG_H i2c_addr.cc -o i2c_addr.o
annobin: i2c_addr.cc: Warning: -D_GLIBCXX_ASSERTIONS not defined
/usr/bin/mkoctfile-5.2.0 --verbose -DHAVE_CONFIG_H -c srl_read.cc
g++ -c -I/usr/include/suitesparse -fPIC -I/usr/include/octave-5.2.0/octave/.. -I/usr/include/octave-5.2.0/octave -pthread -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe-Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -flto=auto -DHAVE_CONFIG_H srl_read.cc -o srl_read.o
annobin: srl_read.cc: Warning: -D_GLIBCXX_ASSERTIONS not defined
/usr/bin/mkoctfile-5.2.0 --verbose -DHAVE_CONFIG_H -c pp_close.cc
g++ -c -I/usr/include/suitesparse -fPIC -I/usr/include/octave-5.2.0/octave/.. -I/usr/include/octave-5.2.0/octave -pthread -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe-Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -flto=auto -DHAVE_CONFIG_H pp_close.cc -o pp_close.o
annobin: pp_close.cc: Warning: -D_GLIBCXX_ASSERTIONS not defined
/usr/bin/mkoctfile-5.2.0 --verbose -DHAVE_CONFIG_H -c i2c_write.cc
g++ -c -I/usr/include/suitesparse -fPIC -I/usr/include/octave-5.2.0/octave/.. -I/usr/include/octave-5.2.0/octave -pthread -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe-Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -flto=auto -DHAVE_CONFIG_H i2c_write.cc -o i2c_write.o
annobin: i2c_write.cc: Warning: -D_GLIBCXX_ASSERTIONS not defined
/usr/bin/mkoctfile-5.2.0 --verbose -DHAVE_CONFIG_H -c __srl_properties__.cc
g++ -c -I/usr/include/suitesparse -fPIC -I/usr/include/octave-5.2.0/octave/.. -I/usr/include/octave-5.2.0/octave -pthread -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe-Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -flto=auto -DHAVE_CONFIG_H __srl_properties__.cc -o __srl_properties__.o
annobin: __srl_properties__.cc: Warning: -D_GLIBCXX_ASSERTIONS not defined
/usr/bin/mkoctfile-5.2.0 --verbose -DHAVE_CONFIG_H -c i2c_read.cc
g++ -c -I/usr/include/suitesparse -fPIC -I/usr/include/octave-5.2.0/octave/.. -I/usr/include/octave-5.2.0/octave -pthread -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe-Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -flto=auto -DHAVE_CONFIG_H i2c_read.cc -o i2c_read.o
annobin: i2c_read.cc: Warning: -D_GLIBCXX_ASSERTIONS not defined
/usr/bin/mkoctfile-5.2.0 --verbose -DHAVE_CONFIG_H -c spi_close.cc
g++ -c -I/usr/include/suitesparse -fPIC -I/usr/include/octave-5.2.0/octave/.. -I/usr/include/octave-5.2.0/octave -pthread -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe-Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -flto=auto -DHAVE_CONFIG_H spi_close.cc -o spi_close.o
annobin: spi_close.cc: Warning: -D_GLIBCXX_ASSERTIONS not defined
/usr/bin/mkoctfile-5.2.0 --verbose -DHAVE_CONFIG_H -c pp_datadir.cc
g++ -c -I/usr/include/suitesparse -fPIC -I/usr/include/octave-5.2.0/octave/.. -I/usr/include/octave-5.2.0/octave -pthread -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe-Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -flto=auto -DHAVE_CONFIG_H pp_datadir.cc -o pp_datadir.o
annobin: pp_datadir.cc: Warning: -D_GLIBCXX_ASSERTIONS not defined
/usr/bin/mkoctfile-5.2.0 --verbose -DHAVE_CONFIG_H -c __serial_pkg_lock__.cc
g++ -c -I/usr/include/suitesparse -fPIC -I/usr/include/octave-5.2.0/octave/.. -I/usr/include/octave-5.2.0/octave -pthread -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe-Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -flto=auto -DHAVE_CONFIG_H __serial_pkg_lock__.cc -o __serial_pkg_lock__.o
annobin: __serial_pkg_lock__.cc: Warning: -D_GLIBCXX_ASSERTIONS not defined
/usr/bin/mkoctfile-5.2.0 --verbose -DHAVE_CONFIG_H -c i2c_class.cc
g++ -c -I/usr/include/suitesparse -fPIC -I/usr/include/octave-5.2.0/octave/.. -I/usr/include/octave-5.2.0/octave -pthread -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe-Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -flto=auto -DHAVE_CONFIG_H i2c_class.cc -o i2c_class.o
annobin: i2c_class.cc: Warning: -D_GLIBCXX_ASSERTIONS not defined
/usr/bin/mkoctfile-5.2.0 --verbose -DHAVE_CONFIG_H -c pp_data.cc
g++ -c -I/usr/include/suitesparse -fPIC -I/usr/include/octave-5.2.0/octave/.. -I/usr/include/octave-5.2.0/octave -pthread -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe-Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -flto=auto -DHAVE_CONFIG_H pp_data.cc -o pp_data.o
annobin: pp_data.cc: Warning: -D_GLIBCXX_ASSERTIONS not defined
/usr/bin/mkoctfile-5.2.0 --verbose -DHAVE_CONFIG_H -c serial_class.cc
g++ -c -I/usr/include/suitesparse -fPIC -I/usr/include/octave-5.2.0/octave/.. -I/usr/include/octave-5.2.0/octave -pthread -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe-Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -flto=auto -DHAVE_CONFIG_H serial_class.cc -o serial_class.o
annobin: serial_class.cc: Warning: -D_GLIBCXX_ASSERTIONS not defined
/usr/bin/mkoctfile-5.2.0 --verbose -DHAVE_CONFIG_H -c __i2c_pkg_lock__.cc
g++ -c -I/usr/include/suitesparse -fPIC -I/usr/include/octave-5.2.0/octave/.. -I/usr/include/octave-5.2.0/octave -pthread -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe-Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -flto=auto -DHAVE_CONFIG_H __i2c_pkg_lock__.cc -o __i2c_pkg_lock__.o
annobin: __i2c_pkg_lock__.cc: Warning: -D_GLIBCXX_ASSERTIONS not defined
/usr/bin/mkoctfile-5.2.0 --verbose -DHAVE_CONFIG_H -c pp_stat.cc
g++ -c -I/usr/include/suitesparse -fPIC -I/usr/include/octave-5.2.0/octave/.. -I/usr/include/octave-5.2.0/octave -pthread -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe-Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -flto=auto -DHAVE_CONFIG_H pp_stat.cc -o pp_stat.o
annobin: pp_stat.cc: Warning: -D_GLIBCXX_ASSERTIONS not defined
/usr/bin/mkoctfile-5.2.0 --verbose -DHAVE_CONFIG_H -c serial_class_lin.cc
g++ -c -I/usr/include/suitesparse -fPIC -I/usr/include/octave-5.2.0/octave/.. -I/usr/include/octave-5.2.0/octave -pthread -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe-Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -flto=auto -DHAVE_CONFIG_H serial_class_lin.cc -o serial_class_lin.o
annobin: serial_class_lin.cc: Warning: -D_GLIBCXX_ASSERTIONS not defined
/usr/bin/mkoctfile-5.2.0 --verbose -DHAVE_CONFIG_H -c spi_write.cc
g++ -c -I/usr/include/suitesparse -fPIC -I/usr/include/octave-5.2.0/octave/.. -I/usr/include/octave-5.2.0/octave -pthread -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe-Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -flto=auto -DHAVE_CONFIG_H spi_write.cc -o spi_write.o
annobin: spi_write.cc: Warning: -D_GLIBCXX_ASSERTIONS not defined
/usr/bin/mkoctfile-5.2.0 --verbose -DHAVE_CONFIG_H -c pp_ctrl.cc
g++ -c -I/usr/include/suitesparse -fPIC -I/usr/include/octave-5.2.0/octave/.. -I/usr/include/octave-5.2.0/octave -pthread -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe-Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -flto=auto -DHAVE_CONFIG_H pp_ctrl.cc -o pp_ctrl.o
annobin: pp_ctrl.cc: Warning: -D_GLIBCXX_ASSERTIONS not defined
/usr/bin/mkoctfile-5.2.0 --verbose -DHAVE_CONFIG_H -c __i2c_properties__.cc
g++ -c -I/usr/include/suitesparse -fPIC -I/usr/include/octave-5.2.0/octave/.. -I/usr/include/octave-5.2.0/octave -pthread -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe-Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -flto=auto -DHAVE_CONFIG_H __i2c_properties__.cc -o __i2c_properties__.o
annobin: __i2c_properties__.cc: Warning: -D_GLIBCXX_ASSERTIONS not defined
/usr/bin/mkoctfile-5.2.0 --verbose -DHAVE_CONFIG_H -c spi_read.cc
g++ -c -I/usr/include/suitesparse -fPIC -I/usr/include/octave-5.2.0/octave/.. -I/usr/include/octave-5.2.0/octave -pthread -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe-Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -flto=auto -DHAVE_CONFIG_H spi_read.cc -o spi_read.o
annobin: spi_read.cc: Warning: -D_GLIBCXX_ASSERTIONS not defined
/usr/bin/mkoctfile-5.2.0 --verbose -DHAVE_CONFIG_H -c __parallel_pkg_lock__.cc
g++ -c -I/usr/include/suitesparse -fPIC -I/usr/include/octave-5.2.0/octave/.. -I/usr/include/octave-5.2.0/octave -pthread -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe-Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -flto=auto -DHAVE_CONFIG_H __parallel_pkg_lock__.cc -o __parallel_pkg_lock__.o
annobin: __parallel_pkg_lock__.cc: Warning: -D_GLIBCXX_ASSERTIONS not defined
/usr/bin/mkoctfile-5.2.0 --verbose i2c.o i2c_close.o i2c_addr.o i2c_write.o i2c_read.o i2c_class.o __i2c_pkg_lock__.o __i2c_properties__.o -o ../i2c.oct
g++ -I/usr/include/octave-5.2.0/octave/.. -I/usr/include/octave-5.2.0/octave -pthread -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -flto=auto -shared -Wl,-Bsymbolic -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -flto -o ../i2c.oct i2c.o i2c_close.o i2c_addr.o i2c_write.o i2c_read.o i2c_class.o __i2c_pkg_lock__.o __i2c_properties__.o -L/usr/lib64 -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -flto
/usr/bin/mkoctfile-5.2.0 --verbose -DHAVE_CONFIG_H -c spi_writeAndRead.cc
g++ -c -I/usr/include/suitesparse -fPIC -I/usr/include/octave-5.2.0/octave/.. -I/usr/include/octave-5.2.0/octave -pthread -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe-Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -flto=auto -DHAVE_CONFIG_H spi_writeAndRead.cc -o spi_writeAndRead.o
annobin: spi_writeAndRead.cc: Warning: -D_GLIBCXX_ASSERTIONS not defined
Extracting tests from i2c.cc ...
rm i2c_close.o i2c_write.o i2c_addr.o __i2c_pkg_lock__.o i2c_read.o i2c_class.o i2c.o __i2c_properties__.o
make[1]: Leaving directory '/tmp/oct-X5WmhS/instrument-control-0.6.0/src/i2c'
/usr/bin/mkoctfile-5.2.0 --verbose -DHAVE_CONFIG_H -c spi_class.cc
g++ -c -I/usr/include/suitesparse -fPIC -I/usr/include/octave-5.2.0/octave/.. -I/usr/include/octave-5.2.0/octave -pthread -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe-Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -flto=auto -DHAVE_CONFIG_H spi_class.cc -o spi_class.o
annobin: spi_class.cc: Warning: -D_GLIBCXX_ASSERTIONS not defined
/usr/bin/mkoctfile-5.2.0 --verbose parallel.o parallel_class.o pp_close.o pp_datadir.o pp_data.o pp_stat.o pp_ctrl.o __parallel_pkg_lock__.o -o ../parallel.oct
g++ -I/usr/include/octave-5.2.0/octave/.. -I/usr/include/octave-5.2.0/octave -pthread -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -flto=auto -shared -Wl,-Bsymbolic -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -flto -o ../parallel.oct parallel.o parallel_class.o pp_close.o pp_datadir.o pp_data.o pp_stat.o pp_ctrl.o __parallel_pkg_lock__.o -L/usr/lib64 -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -flto
Extracting tests from parallel.cc ...
Extracting tests from pp_close.cc ...
Extracting tests from pp_ctrl.cc ...
Extracting tests from pp_data.cc ...
Extracting tests from pp_datadir.cc ...
Extracting tests from pp_stat.cc ...
rm parallel.o parallel_class.o pp_ctrl.o pp_close.o __parallel_pkg_lock__.o pp_data.o pp_stat.o pp_datadir.o
make[1]: Leaving directory '/tmp/oct-X5WmhS/instrument-control-0.6.0/src/parallel'
make -C usbtmc
make[1]: Entering directory '/tmp/oct-X5WmhS/instrument-control-0.6.0/src/usbtmc'
/usr/bin/mkoctfile-5.2.0 --verbose -DHAVE_CONFIG_H -c usbtmc.cc
g++ -c -I/usr/include/suitesparse -fPIC -I/usr/include/octave-5.2.0/octave/.. -I/usr/include/octave-5.2.0/octave -pthread -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe-Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -flto=auto -DHAVE_CONFIG_H usbtmc.cc -o usbtmc.o
annobin: usbtmc.cc: Warning: -D_GLIBCXX_ASSERTIONS not defined
/usr/bin/mkoctfile-5.2.0 --verbose serial.o srl_write.o srl_read.o __srl_properties__.o __serial_pkg_lock__.o serial_class.o serial_class_lin.o -o ../serial.oct
g++ -I/usr/include/octave-5.2.0/octave/.. -I/usr/include/octave-5.2.0/octave -pthread -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -flto=auto -shared -Wl,-Bsymbolic -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -flto -o ../serial.oct serial.o srl_write.o srl_read.o __srl_properties__.o __serial_pkg_lock__.o serial_class.o serial_class_lin.o -L/usr/lib64 -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -flto
/usr/bin/mkoctfile-5.2.0 --verbose -DHAVE_CONFIG_H -c __spi_pkg_lock__.cc
g++ -c -I/usr/include/suitesparse -fPIC -I/usr/include/octave-5.2.0/octave/.. -I/usr/include/octave-5.2.0/octave -pthread -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe-Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -flto=auto -DHAVE_CONFIG_H __spi_pkg_lock__.cc -o __spi_pkg_lock__.o
annobin: __spi_pkg_lock__.cc: Warning: -D_GLIBCXX_ASSERTIONS not defined
Extracting tests from serial.cc ...
rm srl_write.o serial_class.o serial.o __serial_pkg_lock__.o __srl_properties__.o srl_read.o serial_class_lin.o
make[1]: Leaving directory '/tmp/oct-X5WmhS/instrument-control-0.6.0/src/serial'
make -C tcp
make[1]: Entering directory '/tmp/oct-X5WmhS/instrument-control-0.6.0/src/tcp'
/usr/bin/mkoctfile-5.2.0 --verbose -DHAVE_CONFIG_H -c tcp.cc
g++ -c -I/usr/include/suitesparse -fPIC -I/usr/include/octave-5.2.0/octave/.. -I/usr/include/octave-5.2.0/octave -pthread -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe-Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -flto=auto -DHAVE_CONFIG_H tcp.cc -o tcp.o
annobin: tcp.cc: Warning: -D_GLIBCXX_ASSERTIONS not defined
/usr/bin/mkoctfile-5.2.0 --verbose -DHAVE_CONFIG_H -c usbtmc_close.cc
g++ -c -I/usr/include/suitesparse -fPIC -I/usr/include/octave-5.2.0/octave/.. -I/usr/include/octave-5.2.0/octave -pthread -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe-Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -flto=auto -DHAVE_CONFIG_H usbtmc_close.cc -o usbtmc_close.o
annobin: usbtmc_close.cc: Warning: -D_GLIBCXX_ASSERTIONS not defined
/usr/bin/mkoctfile-5.2.0 --verbose -DHAVE_CONFIG_H -c __spi_properties__.cc
g++ -c -I/usr/include/suitesparse -fPIC -I/usr/include/octave-5.2.0/octave/.. -I/usr/include/octave-5.2.0/octave -pthread -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe-Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -flto=auto -DHAVE_CONFIG_H __spi_properties__.cc -o __spi_properties__.o
annobin: __spi_properties__.cc: Warning: -D_GLIBCXX_ASSERTIONS not defined
/usr/bin/mkoctfile-5.2.0 --verbose -DHAVE_CONFIG_H -c tcp_timeout.cc
g++ -c -I/usr/include/suitesparse -fPIC -I/usr/include/octave-5.2.0/octave/.. -I/usr/include/octave-5.2.0/octave -pthread -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe-Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -flto=auto -DHAVE_CONFIG_H tcp_timeout.cc -o tcp_timeout.o
annobin: tcp_timeout.cc: Warning: -D_GLIBCXX_ASSERTIONS not defined
/usr/bin/mkoctfile-5.2.0 --verbose -DHAVE_CONFIG_H -c usbtmc_write.cc
g++ -c -I/usr/include/suitesparse -fPIC -I/usr/include/octave-5.2.0/octave/.. -I/usr/include/octave-5.2.0/octave -pthread -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe-Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -flto=auto -DHAVE_CONFIG_H usbtmc_write.cc -o usbtmc_write.o
annobin: usbtmc_write.cc: Warning: -D_GLIBCXX_ASSERTIONS not defined
/usr/bin/mkoctfile-5.2.0 --verbose -DHAVE_CONFIG_H -c tcp_write.cc
g++ -c -I/usr/include/suitesparse -fPIC -I/usr/include/octave-5.2.0/octave/.. -I/usr/include/octave-5.2.0/octave -pthread -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe-Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -flto=auto -DHAVE_CONFIG_H tcp_write.cc -o tcp_write.o
annobin: tcp_write.cc: Warning: -D_GLIBCXX_ASSERTIONS not defined
/usr/bin/mkoctfile-5.2.0 --verbose spi.o spi_close.o spi_write.o spi_read.o spi_writeAndRead.o spi_class.o __spi_pkg_lock__.o __spi_properties__.o -o ../spi.oct
g++ -I/usr/include/octave-5.2.0/octave/.. -I/usr/include/octave-5.2.0/octave -pthread -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -flto=auto -shared -Wl,-Bsymbolic -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -flto -o ../spi.oct spi.o spi_close.o spi_write.o spi_read.o spi_writeAndRead.o spi_class.o __spi_pkg_lock__.o __spi_properties__.o -L/usr/lib64 -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -flto
/usr/bin/mkoctfile-5.2.0 --verbose -DHAVE_CONFIG_H -c tcp_close.cc
g++ -c -I/usr/include/suitesparse -fPIC -I/usr/include/octave-5.2.0/octave/.. -I/usr/include/octave-5.2.0/octave -pthread -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe-Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -flto=auto -DHAVE_CONFIG_H tcp_close.cc -o tcp_close.o
annobin: tcp_close.cc: Warning: -D_GLIBCXX_ASSERTIONS not defined
/usr/bin/mkoctfile-5.2.0 --verbose -DHAVE_CONFIG_H -c usbtmc_read.cc
g++ -c -I/usr/include/suitesparse -fPIC -I/usr/include/octave-5.2.0/octave/.. -I/usr/include/octave-5.2.0/octave -pthread -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe-Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -flto=auto -DHAVE_CONFIG_H usbtmc_read.cc -o usbtmc_read.o
annobin: usbtmc_read.cc: Warning: -D_GLIBCXX_ASSERTIONS not defined
make -C udp
make[1]: Entering directory '/tmp/oct-X5WmhS/instrument-control-0.6.0/src/udp'
/usr/bin/mkoctfile-5.2.0 --verbose -DHAVE_CONFIG_H -c udp.cc
g++ -c -I/usr/include/suitesparse -fPIC -I/usr/include/octave-5.2.0/octave/.. -I/usr/include/octave-5.2.0/octave -pthread -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe-Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -flto=auto -DHAVE_CONFIG_H udp.cc -o udp.o
annobin: udp.cc: Warning: -D_GLIBCXX_ASSERTIONS not defined
Extracting tests from spi.cc ...
rm spi_close.o __spi_properties__.o __spi_pkg_lock__.o spi_read.o spi_class.o spi_write.o spi.o spi_writeAndRead.o
make[1]: Leaving directory '/tmp/oct-X5WmhS/instrument-control-0.6.0/src/spi'
/usr/bin/mkoctfile-5.2.0 --verbose -DHAVE_CONFIG_H -c udp_timeout.cc
g++ -c -I/usr/include/suitesparse -fPIC -I/usr/include/octave-5.2.0/octave/.. -I/usr/include/octave-5.2.0/octave -pthread -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe-Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -flto=auto -DHAVE_CONFIG_H udp_timeout.cc -o udp_timeout.o
annobin: udp_timeout.cc: Warning: -D_GLIBCXX_ASSERTIONS not defined
/usr/bin/mkoctfile-5.2.0 --verbose -DHAVE_CONFIG_H -c usbtmc_class.cc
g++ -c -I/usr/include/suitesparse -fPIC -I/usr/include/octave-5.2.0/octave/.. -I/usr/include/octave-5.2.0/octave -pthread -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe-Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -flto=auto -DHAVE_CONFIG_H usbtmc_class.cc -o usbtmc_class.o
annobin: usbtmc_class.cc: Warning: -D_GLIBCXX_ASSERTIONS not defined
/usr/bin/mkoctfile-5.2.0 --verbose -DHAVE_CONFIG_H -c udp_write.cc
g++ -c -I/usr/include/suitesparse -fPIC -I/usr/include/octave-5.2.0/octave/.. -I/usr/include/octave-5.2.0/octave -pthread -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe-Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -flto=auto -DHAVE_CONFIG_H udp_write.cc -o udp_write.o
annobin: udp_write.cc: Warning: -D_GLIBCXX_ASSERTIONS not defined
/usr/bin/mkoctfile-5.2.0 --verbose -DHAVE_CONFIG_H -c udp_close.cc
g++ -c -I/usr/include/suitesparse -fPIC -I/usr/include/octave-5.2.0/octave/.. -I/usr/include/octave-5.2.0/octave -pthread -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe-Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -flto=auto -DHAVE_CONFIG_H udp_close.cc -o udp_close.o
annobin: udp_close.cc: Warning: -D_GLIBCXX_ASSERTIONS not defined
/usr/bin/mkoctfile-5.2.0 --verbose -DHAVE_CONFIG_H -c __usbtmc_pkg_lock__.cc
g++ -c -I/usr/include/suitesparse -fPIC -I/usr/include/octave-5.2.0/octave/.. -I/usr/include/octave-5.2.0/octave -pthread -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe-Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -flto=auto -DHAVE_CONFIG_H __usbtmc_pkg_lock__.cc -o __usbtmc_pkg_lock__.o
annobin: __usbtmc_pkg_lock__.cc: Warning: -D_GLIBCXX_ASSERTIONS not defined
/usr/bin/mkoctfile-5.2.0 --verbose -DHAVE_CONFIG_H -c udp_read.cc
g++ -c -I/usr/include/suitesparse -fPIC -I/usr/include/octave-5.2.0/octave/.. -I/usr/include/octave-5.2.0/octave -pthread -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe-Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -flto=auto -DHAVE_CONFIG_H udp_read.cc -o udp_read.o
annobin: udp_read.cc: Warning: -D_GLIBCXX_ASSERTIONS not defined
/usr/bin/mkoctfile-5.2.0 --verbose -DHAVE_CONFIG_H -c __udp_properties__.cc
g++ -c -I/usr/include/suitesparse -fPIC -I/usr/include/octave-5.2.0/octave/.. -I/usr/include/octave-5.2.0/octave -pthread -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe-Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -flto=auto -DHAVE_CONFIG_H __udp_properties__.cc -o __udp_properties__.o
annobin: __udp_properties__.cc: Warning: -D_GLIBCXX_ASSERTIONS not defined
/usr/bin/mkoctfile-5.2.0 --verbose usbtmc.o usbtmc_close.o usbtmc_write.o usbtmc_read.o usbtmc_class.o __usbtmc_pkg_lock__.o -o ../usbtmc.oct
g++ -I/usr/include/octave-5.2.0/octave/.. -I/usr/include/octave-5.2.0/octave -pthread -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -flto=auto -shared -Wl,-Bsymbolic -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -flto -o ../usbtmc.oct usbtmc.o usbtmc_close.o usbtmc_write.o usbtmc_read.o usbtmc_class.o __usbtmc_pkg_lock__.o -L/usr/lib64 -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -flto
Extracting tests from usbtmc.cc ...
rm usbtmc_read.o __usbtmc_pkg_lock__.o usbtmc_write.o usbtmc.o usbtmc_class.o usbtmc_close.o
make[1]: Leaving directory '/tmp/oct-X5WmhS/instrument-control-0.6.0/src/usbtmc'
make -C gpib
make[1]: Entering directory '/tmp/oct-X5WmhS/instrument-control-0.6.0/src/gpib'
/usr/bin/mkoctfile-5.2.0 --verbose -DHAVE_CONFIG_H -c gpib.cc
g++ -c -I/usr/include/suitesparse -fPIC -I/usr/include/octave-5.2.0/octave/.. -I/usr/include/octave-5.2.0/octave -pthread -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe-Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -flto=auto -DHAVE_CONFIG_H gpib.cc -o gpib.o
annobin: gpib.cc: Warning: -D_GLIBCXX_ASSERTIONS not defined
/usr/bin/mkoctfile-5.2.0 --verbose -DHAVE_CONFIG_H -c gpib_timeout.cc
g++ -c -I/usr/include/suitesparse -fPIC -I/usr/include/octave-5.2.0/octave/.. -I/usr/include/octave-5.2.0/octave -pthread -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe-Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -flto=auto -DHAVE_CONFIG_H gpib_timeout.cc -o gpib_timeout.o
annobin: gpib_timeout.cc: Warning: -D_GLIBCXX_ASSERTIONS not defined
/usr/bin/mkoctfile-5.2.0 --verbose -DHAVE_CONFIG_H -c udp_class.cc
g++ -c -I/usr/include/suitesparse -fPIC -I/usr/include/octave-5.2.0/octave/.. -I/usr/include/octave-5.2.0/octave -pthread -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe-Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -flto=auto -DHAVE_CONFIG_H udp_class.cc -o udp_class.o
annobin: udp_class.cc: Warning: -D_GLIBCXX_ASSERTIONS not defined
/usr/bin/mkoctfile-5.2.0 --verbose -DHAVE_CONFIG_H -c gpib_write.cc
g++ -c -I/usr/include/suitesparse -fPIC -I/usr/include/octave-5.2.0/octave/.. -I/usr/include/octave-5.2.0/octave -pthread -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe-Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -flto=auto -DHAVE_CONFIG_H gpib_write.cc -o gpib_write.o
annobin: gpib_write.cc: Warning: -D_GLIBCXX_ASSERTIONS not defined
/usr/bin/mkoctfile-5.2.0 --verbose -DHAVE_CONFIG_H -c gpib_close.cc
g++ -c -I/usr/include/suitesparse -fPIC -I/usr/include/octave-5.2.0/octave/.. -I/usr/include/octave-5.2.0/octave -pthread -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe-Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -flto=auto -DHAVE_CONFIG_H gpib_close.cc -o gpib_close.o
annobin: gpib_close.cc: Warning: -D_GLIBCXX_ASSERTIONS not defined
/usr/bin/mkoctfile-5.2.0 --verbose -DHAVE_CONFIG_H -c __udp_pkg_lock__.cc
g++ -c -I/usr/include/suitesparse -fPIC -I/usr/include/octave-5.2.0/octave/.. -I/usr/include/octave-5.2.0/octave -pthread -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe-Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -flto=auto -DHAVE_CONFIG_H __udp_pkg_lock__.cc -o __udp_pkg_lock__.o
annobin: __udp_pkg_lock__.cc: Warning: -D_GLIBCXX_ASSERTIONS not defined
/usr/bin/mkoctfile-5.2.0 --verbose -DHAVE_CONFIG_H -c gpib_read.cc
g++ -c -I/usr/include/suitesparse -fPIC -I/usr/include/octave-5.2.0/octave/.. -I/usr/include/octave-5.2.0/octave -pthread -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe-Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -flto=auto -DHAVE_CONFIG_H gpib_read.cc -o gpib_read.o
annobin: gpib_read.cc: Warning: -D_GLIBCXX_ASSERTIONS not defined
/usr/bin/mkoctfile-5.2.0 --verbose -DHAVE_CONFIG_H -c tcp_read.cc
g++ -c -I/usr/include/suitesparse -fPIC -I/usr/include/octave-5.2.0/octave/.. -I/usr/include/octave-5.2.0/octave -pthread -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe-Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -flto=auto -DHAVE_CONFIG_H tcp_read.cc -o tcp_read.o
annobin: tcp_read.cc: Warning: -D_GLIBCXX_ASSERTIONS not defined
/usr/bin/mkoctfile-5.2.0 --verbose udp.o udp_timeout.o udp_write.o udp_close.o udp_read.o __udp_properties__.o udp_class.o __udp_pkg_lock__.o -o ../udp.oct
g++ -I/usr/include/octave-5.2.0/octave/.. -I/usr/include/octave-5.2.0/octave -pthread -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -flto=auto -shared -Wl,-Bsymbolic -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -flto -o ../udp.oct udp.o udp_timeout.o udp_write.o udp_close.o udp_read.o __udp_properties__.o udp_class.o __udp_pkg_lock__.o -L/usr/lib64 -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -flto
/usr/bin/mkoctfile-5.2.0 --verbose -DHAVE_CONFIG_H -c __gpib_spoll__.cc
g++ -c -I/usr/include/suitesparse -fPIC -I/usr/include/octave-5.2.0/octave/.. -I/usr/include/octave-5.2.0/octave -pthread -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe-Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -flto=auto -DHAVE_CONFIG_H __gpib_spoll__.cc -o __gpib_spoll__.o
annobin: __gpib_spoll__.cc: Warning: -D_GLIBCXX_ASSERTIONS not defined
Extracting tests from udp.cc ...
Extracting tests from udp_close.cc ...
Extracting tests from __udp_properties__.cc ...
Extracting tests from udp_read.cc ...
Extracting tests from udp_timeout.cc ...
Extracting tests from udp_write.cc ...
rm udp_close.o udp_read.o udp_timeout.o __udp_pkg_lock__.o udp_write.o udp_class.o __udp_properties__.o udp.o
make[1]: Leaving directory '/tmp/oct-X5WmhS/instrument-control-0.6.0/src/udp'
make -C vxi11
make[1]: Entering directory '/tmp/oct-X5WmhS/instrument-control-0.6.0/src/vxi11'
/usr/bin/mkoctfile-5.2.0 --verbose -DHAVE_CONFIG_H -c vxi11.cc
g++ -c -I/usr/include/suitesparse -fPIC -I/usr/include/octave-5.2.0/octave/.. -I/usr/include/octave-5.2.0/octave -pthread -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe-Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -flto=auto -DHAVE_CONFIG_H vxi11.cc -o vxi11.o
annobin: vxi11.cc: Warning: -D_GLIBCXX_ASSERTIONS not defined
/usr/bin/mkoctfile-5.2.0 --verbose -DHAVE_CONFIG_H -c vxi11_write.cc
g++ -c -I/usr/include/suitesparse -fPIC -I/usr/include/octave-5.2.0/octave/.. -I/usr/include/octave-5.2.0/octave -pthread -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe-Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -flto=auto -DHAVE_CONFIG_H vxi11_write.cc -o vxi11_write.o
annobin: vxi11_write.cc: Warning: -D_GLIBCXX_ASSERTIONS not defined
/usr/bin/mkoctfile-5.2.0 --verbose -DHAVE_CONFIG_H -c tcp_class.cc
g++ -c -I/usr/include/suitesparse -fPIC -I/usr/include/octave-5.2.0/octave/.. -I/usr/include/octave-5.2.0/octave -pthread -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe-Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -flto=auto -DHAVE_CONFIG_H tcp_class.cc -o tcp_class.o
annobin: tcp_class.cc: Warning: -D_GLIBCXX_ASSERTIONS not defined
/usr/bin/mkoctfile-5.2.0 --verbose -DHAVE_CONFIG_H -c __gpib_trigger__.cc
g++ -c -I/usr/include/suitesparse -fPIC -I/usr/include/octave-5.2.0/octave/.. -I/usr/include/octave-5.2.0/octave -pthread -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe-Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -flto=auto -DHAVE_CONFIG_H __gpib_trigger__.cc -o __gpib_trigger__.o
annobin: __gpib_trigger__.cc: Warning: -D_GLIBCXX_ASSERTIONS not defined
/usr/bin/mkoctfile-5.2.0 --verbose -DHAVE_CONFIG_H -c vxi11_close.cc
g++ -c -I/usr/include/suitesparse -fPIC -I/usr/include/octave-5.2.0/octave/.. -I/usr/include/octave-5.2.0/octave -pthread -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe-Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -flto=auto -DHAVE_CONFIG_H vxi11_close.cc -o vxi11_close.o
annobin: vxi11_close.cc: Warning: -D_GLIBCXX_ASSERTIONS not defined
/usr/bin/mkoctfile-5.2.0 --verbose -DHAVE_CONFIG_H -c __tcp_properties__.cc
g++ -c -I/usr/include/suitesparse -fPIC -I/usr/include/octave-5.2.0/octave/.. -I/usr/include/octave-5.2.0/octave -pthread -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe-Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -flto=auto -DHAVE_CONFIG_H __tcp_properties__.cc -o __tcp_properties__.o
annobin: __tcp_properties__.cc: Warning: -D_GLIBCXX_ASSERTIONS not defined
/usr/bin/mkoctfile-5.2.0 --verbose -DHAVE_CONFIG_H -c __gpib_clrdevice__.cc
g++ -c -I/usr/include/suitesparse -fPIC -I/usr/include/octave-5.2.0/octave/.. -I/usr/include/octave-5.2.0/octave -pthread -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe-Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -flto=auto -DHAVE_CONFIG_H __gpib_clrdevice__.cc -o __gpib_clrdevice__.o
annobin: __gpib_clrdevice__.cc: Warning: -D_GLIBCXX_ASSERTIONS not defined
/usr/bin/mkoctfile-5.2.0 --verbose -DHAVE_CONFIG_H -c vxi11_read.cc
g++ -c -I/usr/include/suitesparse -fPIC -I/usr/include/octave-5.2.0/octave/.. -I/usr/include/octave-5.2.0/octave -pthread -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe-Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -flto=auto -DHAVE_CONFIG_H vxi11_read.cc -o vxi11_read.o
annobin: vxi11_read.cc: Warning: -D_GLIBCXX_ASSERTIONS not defined
/usr/bin/mkoctfile-5.2.0 --verbose -DHAVE_CONFIG_H -c __tcp_pkg_lock__.cc
g++ -c -I/usr/include/suitesparse -fPIC -I/usr/include/octave-5.2.0/octave/.. -I/usr/include/octave-5.2.0/octave -pthread -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe-Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -flto=auto -DHAVE_CONFIG_H __tcp_pkg_lock__.cc -o __tcp_pkg_lock__.o
annobin: __tcp_pkg_lock__.cc: Warning: -D_GLIBCXX_ASSERTIONS not defined
/usr/bin/mkoctfile-5.2.0 --verbose -DHAVE_CONFIG_H -c gpib_class.cc
g++ -c -I/usr/include/suitesparse -fPIC -I/usr/include/octave-5.2.0/octave/.. -I/usr/include/octave-5.2.0/octave -pthread -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe-Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -flto=auto -DHAVE_CONFIG_H gpib_class.cc -o gpib_class.o
annobin: gpib_class.cc: Warning: -D_GLIBCXX_ASSERTIONS not defined
/usr/bin/mkoctfile-5.2.0 --verbose -DHAVE_CONFIG_H -c __vxi11_pkg_lock__.cc
g++ -c -I/usr/include/suitesparse -fPIC -I/usr/include/octave-5.2.0/octave/.. -I/usr/include/octave-5.2.0/octave -pthread -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe-Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -flto=auto -DHAVE_CONFIG_H __vxi11_pkg_lock__.cc -o __vxi11_pkg_lock__.o
annobin: __vxi11_pkg_lock__.cc: Warning: -D_GLIBCXX_ASSERTIONS not defined
/usr/bin/mkoctfile-5.2.0 --verbose -DHAVE_CONFIG_H -c __gpib_pkg_lock__.cc
g++ -c -I/usr/include/suitesparse -fPIC -I/usr/include/octave-5.2.0/octave/.. -I/usr/include/octave-5.2.0/octave -pthread -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe-Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -flto=auto -DHAVE_CONFIG_H __gpib_pkg_lock__.cc -o __gpib_pkg_lock__.o
annobin: __gpib_pkg_lock__.cc: Warning: -D_GLIBCXX_ASSERTIONS not defined
/usr/bin/mkoctfile-5.2.0 --verbose tcp.o tcp_timeout.o tcp_write.o tcp_close.o tcp_read.o tcp_class.o __tcp_properties__.o __tcp_pkg_lock__.o -o ../tcp.oct
g++ -I/usr/include/octave-5.2.0/octave/.. -I/usr/include/octave-5.2.0/octave -pthread -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -flto=auto -shared -Wl,-Bsymbolic -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -flto -o ../tcp.oct tcp.o tcp_timeout.o tcp_write.o tcp_close.o tcp_read.o tcp_class.o __tcp_properties__.o __tcp_pkg_lock__.o -L/usr/lib64 -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -flto
Extracting tests from vxi11.cc ...
Extracting tests from tcp.cc ...
Extracting tests from tcp_close.cc ...
Extracting tests from __tcp_properties__.cc ...
Extracting tests from tcp_read.cc ...
Extracting tests from tcp_timeout.cc ...
Extracting tests from tcp_write.cc ...
Extracting tests from gpib.cc ...
make -C resolvehost
make[1]: Entering directory '/tmp/oct-X5WmhS/instrument-control-0.6.0/src/resolvehost'
/usr/bin/mkoctfile-5.2.0 --verbose -DHAVE_CONFIG_H -c resolvehost.cc
g++ -c -I/usr/include/suitesparse -fPIC -I/usr/include/octave-5.2.0/octave/.. -I/usr/include/octave-5.2.0/octave -pthread -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe-Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -flto=auto -DHAVE_CONFIG_H resolvehost.cc -o resolvehost.o
annobin: resolvehost.cc: Warning: -D_GLIBCXX_ASSERTIONS not defined
/usr/bin/mkoctfile-5.2.0 --verbose vxi11.o vxi11_write.o vxi11_close.o vxi11_read.o __vxi11_pkg_lock__.o -o ../vxi11.oct
g++ -I/usr/include/octave-5.2.0/octave/.. -I/usr/include/octave-5.2.0/octave -pthread -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -flto=auto -shared -Wl,-Bsymbolic -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -flto -o ../vxi11.oct vxi11.o vxi11_write.o vxi11_close.o vxi11_read.o __vxi11_pkg_lock__.o -L/usr/lib64 -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -flto
/usr/bin/mkoctfile-5.2.0 --verbose gpib.o gpib_timeout.o gpib_write.o gpib_close.o gpib_read.o __gpib_spoll__.o __gpib_trigger__.o __gpib_clrdevice__.o gpib_class.o __gpib_pkg_lock__.o -o ../gpib.oct
g++ -I/usr/include/octave-5.2.0/octave/.. -I/usr/include/octave-5.2.0/octave -pthread -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -flto=auto -shared -Wl,-Bsymbolic -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -flto -o ../gpib.oct gpib.o gpib_timeout.o gpib_write.o gpib_close.o gpib_read.o __gpib_spoll__.o __gpib_trigger__.o __gpib_clrdevice__.o gpib_class.o __gpib_pkg_lock__.o -L/usr/lib64 -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -flto
rm vxi11_read.o __vxi11_pkg_lock__.o vxi11_close.o vxi11.o vxi11_write.o
make[1]: Leaving directory '/tmp/oct-X5WmhS/instrument-control-0.6.0/src/vxi11'
make -C hwinfo
make[1]: Entering directory '/tmp/oct-X5WmhS/instrument-control-0.6.0/src/hwinfo'
/usr/bin/mkoctfile-5.2.0 --verbose -DHAVE_CONFIG_H -c __instr_hwinfo__.cc
g++ -c -I/usr/include/suitesparse -fPIC -I/usr/include/octave-5.2.0/octave/.. -I/usr/include/octave-5.2.0/octave -pthread -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe-Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -flto=auto -DHAVE_CONFIG_H __instr_hwinfo__.cc -o __instr_hwinfo__.o
rm __tcp_pkg_lock__.o tcp_read.o tcp_close.oannobin: __instr_hwinfo__.cc: Warning: -D_GLIBCXX_ASSERTIONS not defined
tcp_timeout.o tcp.o tcp_class.o __tcp_properties__.o tcp_write.o
make[1]: Leaving directory '/tmp/oct-X5WmhS/instrument-control-0.6.0/src/tcp'
make -C serialport
make[1]: Entering directory '/tmp/oct-X5WmhS/instrument-control-0.6.0/src/serialport'
/usr/bin/mkoctfile-5.2.0 --verbose -DHAVE_CONFIG_H -c serialport.cc
g++ -c -I/usr/include/suitesparse -fPIC -I/usr/include/octave-5.2.0/octave/.. -I/usr/include/octave-5.2.0/octave -pthread -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe-Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -flto=auto -DHAVE_CONFIG_H serialport.cc -o serialport.o
annobin: serialport.cc: Warning: -D_GLIBCXX_ASSERTIONS not defined
rm gpib_read.o gpib_close.o gpib_class.o __gpib_clrdevice__.o gpib.o __gpib_spoll__.o __gpib_trigger__.o gpib_write.o gpib_timeout.o __gpib_pkg_lock__.o
make[1]: Leaving directory '/tmp/oct-X5WmhS/instrument-control-0.6.0/src/gpib'
Generating pkg add/del make-pkg-add-file.cc ...
/usr/bin/mkoctfile-5.2.0 --verbose -DHAVE_CONFIG_H -c __srlp_write__.cc
g++ -c -I/usr/include/suitesparse -fPIC -I/usr/include/octave-5.2.0/octave/.. -I/usr/include/octave-5.2.0/octave -pthread -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe-Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -flto=auto -DHAVE_CONFIG_H __srlp_write__.cc -o __srlp_write__.o
annobin: __srlp_write__.cc: Warning: -D_GLIBCXX_ASSERTIONS not defined
/usr/bin/mkoctfile-5.2.0 --verbose __instr_hwinfo__.o -o ../__instr_hwinfo__.oct
g++ -I/usr/include/octave-5.2.0/octave/.. -I/usr/include/octave-5.2.0/octave -pthread -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -flto=auto -shared -Wl,-Bsymbolic -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -flto -o ../__instr_hwinfo__.oct __instr_hwinfo__.o -L/usr/lib64 -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -flto
/usr/bin/mkoctfile-5.2.0 --verbose -DHAVE_CONFIG_H -c __srlp_read__.cc
g++ -c -I/usr/include/suitesparse -fPIC -I/usr/include/octave-5.2.0/octave/.. -I/usr/include/octave-5.2.0/octave -pthread -fopenmp -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe-Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -flto=auto -DHAVE_CONFIG_H __srlp_read__.cc -o __srlp_read__.o
annobin:
>> pkg load -verbose instrument-control
>> instrhwinfo
scalar structure containing the fields:

ToolboxVersion = 0.6.0
ToolboxName = octave instrument control package
SupportedInterfaces =
{
[1,1] = i2c
[1,2] = spi
[1,3] = parallel
[1,4] = serial
[1,5] = serialport
[1,6] = tcp
[1,7] = udp
[1,8] = usbtmc
}

>>
On Wed, 2020-11-18 at 13:20 -0500, Dmitri A. Sergatskov wrote:
You can try to run install with "-verbose" flags:

pkg install -forge -verbose instrument-control

See if it gives you more clues.

Dmitri.
--




reply via email to

[Prev in Thread] Current Thread [Next in Thread]