Mon 01 Jun 2015 09:38:52 PM UTC, original submission:
Any octave-forge-package that I tried failed to build. I tried the following 3 packages:
general-2.0.0.tar.gz
control-2.8.1.tar.gz
image-2.4.0.tar.gz
C++ Compiler:
$ g++ --version
g++ (GCC) 5.1.0
Copyright (C) 2015 Free Software Foundation, Inc.
Operating system:
Scientific Linux 2.6.32-431.el6.i686
Error messages:
>> pkg install general-2.0.0.tar.gz
.../octave/general-2.0.0/i686-pc-linux-gnu-api-v50+/SHA1.oct: failed to load: .../octave/general-2.0.0/i686-pc-linux-gnu-api-v50+/SHA1.oct: undefined symbol: _ZNK5ArrayINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE17resize_fill_valueEv
error: called from 'doc_cache_create>create_cache' in file .../octave/rc4_160515/octave-4.0.0-rc4/scripts/help/doc_cache_create.m near line 102, column 18
>> pkg install control-2.8.1.tar.gz
.../octave/control-2.8.1/i686-pc-linux-gnu-api-v50+/__control_slicot_functions__.oct: failed to load: .../octave/control-2.8.1/i686-pc-linux-gnu-api-v50+/__control_slicot_functions__.oct: undefined symbol: _ZNK5ArrayINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE17resize_fill_valueEv
error: called from 'doc_cache_create>create_cache' in file .../octave/rc4_160515/octave-4.0.0-rc4/scripts/help/doc_cache_create.m near line 102, column 18
For pkg install image-2.4.0.tar.gz, the errors are similar with
the bug #45096: image package: imreconstruct FTBFS with g++ 5.1
|