help-octave
[Top][All Lists]
Advanced

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

Re: installing pkg is a PAIN


From: Mateusz Kuśmierz
Subject: Re: installing pkg is a PAIN
Date: Thu, 14 Feb 2019 12:36:55 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.4.0

After installing
address@hidden:~/Downloads$ sudo apt install ./octave-pkg-dev_1.4.4_all.deb


>> pkg install -forge io
For information about changes from previous versions of the io package, run 'news io'.
>> pkg list
Package Name  | Version | Installation directory
--------------+---------+-----------------------
          io  |  2.4.12 | /home/user1/octave/io-2.4.12




octave is the worst program i have ever used:



>> pkg install -forge control
In file included from __control_helper_functions__.cc:1:
is_real_scalar.cc: In function ‘octave_value_list Fis_real_scalar(const octave_value_list&, int)’: is_real_scalar.cc:52:47: warning: ‘bool octave_value::is_numeric_type() const’ is deprecated: [4.4]: use 'isnumeric' instead [-Wdeprecated-declarations]                  || ! args(i).is_numeric_type () || ! args(i).is_real_type ()
                                               ^
In file included from /usr/include/octave-4.4.1/octave/../octave/ovl.h:36,
                 from /usr/include/octave-4.4.1/octave/../octave/ov-fcn.h:33,                  from /usr/include/octave-4.4.1/octave/../octave/ov-builtin.h:32,                  from /usr/include/octave-4.4.1/octave/../octave/defun-int.h:30,                  from /usr/include/octave-4.4.1/octave/../octave/defun-dld.h:32,
                 from /usr/include/octave-4.4.1/octave/../octave/oct.h:32,
                 from is_real_scalar.cc:28,
                 from __control_helper_functions__.cc:1:
/usr/include/octave-4.4.1/octave/../octave/ov.h:727:8: note: declared here
   bool is_numeric_type (void) const
        ^~~~~~~~~~~~~~~
In file included from __control_helper_functions__.cc:1:
is_real_scalar.cc:52:76: warning: ‘bool octave_value::is_real_type() const’ is deprecated: [4.4]: use 'isreal' instead [-Wdeprecated-declarations]                  || ! args(i).is_numeric_type () || ! args(i).is_real_type ()
^
In file included from /usr/include/octave-4.4.1/octave/../octave/ovl.h:36,
                 from /usr/include/octave-4.4.1/octave/../octave/ov-fcn.h:33,                  from /usr/include/octave-4.4.1/octave/../octave/ov-builtin.h:32,                  from /usr/include/octave-4.4.1/octave/../octave/defun-int.h:30,                  from /usr/include/octave-4.4.1/octave/../octave/defun-dld.h:32,
                 from /usr/include/octave-4.4.1/octave/../octave/oct.h:32,
                 from is_real_scalar.cc:28,
                 from __control_helper_functions__.cc:1:
/usr/include/octave-4.4.1/octave/../octave/ov.h:707:8: note: declared here
   bool is_real_type (void) const
        ^~~~~~~~~~~~
In file included from __control_helper_functions__.cc:2:
is_real_vector.cc: In function ‘octave_value_list Fis_real_vector(const octave_value_list&, int)’: is_real_vector.cc:52:47: warning: ‘bool octave_value::is_numeric_type() const’ is deprecated: [4.4]: use 'isnumeric' instead [-Wdeprecated-declarations]                  || ! args(i).is_numeric_type () || ! args(i).is_real_type ()
                                               ^
In file included from /usr/include/octave-4.4.1/octave/../octave/ovl.h:36,
                 from /usr/include/octave-4.4.1/octave/../octave/ov-fcn.h:33,                  from /usr/include/octave-4.4.1/octave/../octave/ov-builtin.h:32,                  from /usr/include/octave-4.4.1/octave/../octave/defun-int.h:30,                  from /usr/include/octave-4.4.1/octave/../octave/defun-dld.h:32,
                 from /usr/include/octave-4.4.1/octave/../octave/oct.h:32,
                 from is_real_scalar.cc:28,
                 from __control_helper_functions__.cc:1:
/usr/include/octave-4.4.1/octave/../octave/ov.h:727:8: note: declared here
   bool is_numeric_type (void) const
        ^~~~~~~~~~~~~~~
In file included from __control_helper_functions__.cc:2:
is_real_vector.cc:52:76: warning: ‘bool octave_value::is_real_type() const’ is deprecated: [4.4]: use 'isreal' instead [-Wdeprecated-declarations]                  || ! args(i).is_numeric_type () || ! args(i).is_real_type ()
^
In file included from /usr/include/octave-4.4.1/octave/../octave/ovl.h:36,
                 from /usr/include/octave-4.4.1/octave/../octave/ov-fcn.h:33,                  from /usr/include/octave-4.4.1/octave/../octave/ov-builtin.h:32,                  from /usr/include/octave-4.4.1/octave/../octave/defun-int.h:30,                  from /usr/include/octave-4.4.1/octave/../octave/defun-dld.h:32,
                 from /usr/include/octave-4.4.1/octave/../octave/oct.h:32,
                 from is_real_scalar.cc:28,
                 from __control_helper_functions__.cc:1:
/usr/include/octave-4.4.1/octave/../octave/ov.h:707:8: note: declared here
   bool is_real_type (void) const
        ^~~~~~~~~~~~
In file included from __control_helper_functions__.cc:3:
is_real_matrix.cc: In function ‘octave_value_list Fis_real_matrix(const octave_value_list&, int)’: is_real_matrix.cc:51:69: warning: ‘bool octave_value::is_numeric_type() const’ is deprecated: [4.4]: use 'isnumeric' instead [-Wdeprecated-declarations]
             if (args(i).ndims () != 2 || ! args(i).is_numeric_type ()
                                                                     ^
In file included from /usr/include/octave-4.4.1/octave/../octave/ovl.h:36,
                 from /usr/include/octave-4.4.1/octave/../octave/ov-fcn.h:33,                  from /usr/include/octave-4.4.1/octave/../octave/ov-builtin.h:32,                  from /usr/include/octave-4.4.1/octave/../octave/defun-int.h:30,                  from /usr/include/octave-4.4.1/octave/../octave/defun-dld.h:32,
                 from /usr/include/octave-4.4.1/octave/../octave/oct.h:32,
                 from is_real_scalar.cc:28,
                 from __control_helper_functions__.cc:1:
/usr/include/octave-4.4.1/octave/../octave/ov.h:727:8: note: declared here
   bool is_numeric_type (void) const
        ^~~~~~~~~~~~~~~
In file included from __control_helper_functions__.cc:3:
is_real_matrix.cc:52:44: warning: ‘bool octave_value::is_real_type() const’ is deprecated: [4.4]: use 'isreal' instead [-Wdeprecated-declarations]
                 || ! args(i).is_real_type ()
                                            ^
In file included from /usr/include/octave-4.4.1/octave/../octave/ovl.h:36,
                 from /usr/include/octave-4.4.1/octave/../octave/ov-fcn.h:33,                  from /usr/include/octave-4.4.1/octave/../octave/ov-builtin.h:32,                  from /usr/include/octave-4.4.1/octave/../octave/defun-int.h:30,                  from /usr/include/octave-4.4.1/octave/../octave/defun-dld.h:32,
                 from /usr/include/octave-4.4.1/octave/../octave/oct.h:32,
                 from is_real_scalar.cc:28,
                 from __control_helper_functions__.cc:1:
/usr/include/octave-4.4.1/octave/../octave/ov.h:707:8: note: declared here
   bool is_real_type (void) const
        ^~~~~~~~~~~~
In file included from __control_helper_functions__.cc:4:
is_real_square_matrix.cc: In function ‘octave_value_list Fis_real_square_matrix(const octave_value_list&, int)’: is_real_square_matrix.cc:52:47: warning: ‘bool octave_value::is_numeric_type() const’ is deprecated: [4.4]: use 'isnumeric' instead [-Wdeprecated-declarations]                  || ! args(i).is_numeric_type () || ! args(i).is_real_type ()
                                               ^
In file included from /usr/include/octave-4.4.1/octave/../octave/ovl.h:36,
                 from /usr/include/octave-4.4.1/octave/../octave/ov-fcn.h:33,                  from /usr/include/octave-4.4.1/octave/../octave/ov-builtin.h:32,                  from /usr/include/octave-4.4.1/octave/../octave/defun-int.h:30,                  from /usr/include/octave-4.4.1/octave/../octave/defun-dld.h:32,
                 from /usr/include/octave-4.4.1/octave/../octave/oct.h:32,
                 from is_real_scalar.cc:28,
                 from __control_helper_functions__.cc:1:
/usr/include/octave-4.4.1/octave/../octave/ov.h:727:8: note: declared here
   bool is_numeric_type (void) const
        ^~~~~~~~~~~~~~~
In file included from __control_helper_functions__.cc:4:
is_real_square_matrix.cc:52:76: warning: ‘bool octave_value::is_real_type() const’ is deprecated: [4.4]: use 'isreal' instead [-Wdeprecated-declarations]                  || ! args(i).is_numeric_type () || ! args(i).is_real_type ()
^
In file included from /usr/include/octave-4.4.1/octave/../octave/ovl.h:36,
                 from /usr/include/octave-4.4.1/octave/../octave/ov-fcn.h:33,                  from /usr/include/octave-4.4.1/octave/../octave/ov-builtin.h:32,                  from /usr/include/octave-4.4.1/octave/../octave/defun-int.h:30,                  from /usr/include/octave-4.4.1/octave/../octave/defun-dld.h:32,
                 from /usr/include/octave-4.4.1/octave/../octave/oct.h:32,
                 from is_real_scalar.cc:28,
                 from __control_helper_functions__.cc:1:
/usr/include/octave-4.4.1/octave/../octave/ov.h:707:8: note: declared here
   bool is_real_type (void) const
        ^~~~~~~~~~~~
In file included from __control_helper_functions__.cc:5:
is_matrix.cc: In function ‘octave_value_list Fis_matrix(const octave_value_list&, int)’: is_matrix.cc:51:69: warning: ‘bool octave_value::is_numeric_type() const’ is deprecated: [4.4]: use 'isnumeric' instead [-Wdeprecated-declarations]
             if (args(i).ndims () != 2 || ! args(i).is_numeric_type ()
                                                                     ^
In file included from /usr/include/octave-4.4.1/octave/../octave/ovl.h:36,
                 from /usr/include/octave-4.4.1/octave/../octave/ov-fcn.h:33,                  from /usr/include/octave-4.4.1/octave/../octave/ov-builtin.h:32,                  from /usr/include/octave-4.4.1/octave/../octave/defun-int.h:30,                  from /usr/include/octave-4.4.1/octave/../octave/defun-dld.h:32,
                 from /usr/include/octave-4.4.1/octave/../octave/oct.h:32,
                 from is_real_scalar.cc:28,
                 from __control_helper_functions__.cc:1:
/usr/include/octave-4.4.1/octave/../octave/ov.h:727:8: note: declared here
   bool is_numeric_type (void) const
        ^~~~~~~~~~~~~~~
In file included from __control_helper_functions__.cc:5:
is_matrix.cc:52:48: warning: ‘bool octave_value::is_complex_type() const’ is deprecated: [4.4]: use 'iscomplex' instead [-Wdeprecated-declarations]                  || ! (args(i).is_complex_type () || args(i).is_real_type ())
                                                ^
In file included from /usr/include/octave-4.4.1/octave/../octave/ovl.h:36,
                 from /usr/include/octave-4.4.1/octave/../octave/ov-fcn.h:33,                  from /usr/include/octave-4.4.1/octave/../octave/ov-builtin.h:32,                  from /usr/include/octave-4.4.1/octave/../octave/defun-int.h:30,                  from /usr/include/octave-4.4.1/octave/../octave/defun-dld.h:32,
                 from /usr/include/octave-4.4.1/octave/../octave/oct.h:32,
                 from is_real_scalar.cc:28,
                 from __control_helper_functions__.cc:1:
/usr/include/octave-4.4.1/octave/../octave/ov.h:714:8: note: declared here
   bool is_complex_type (void) const
        ^~~~~~~~~~~~~~~
In file included from __control_helper_functions__.cc:5:
is_matrix.cc:52:75: warning: ‘bool octave_value::is_real_type() const’ is deprecated: [4.4]: use 'isreal' instead [-Wdeprecated-declarations]                  || ! (args(i).is_complex_type () || args(i).is_real_type ())
^
In file included from /usr/include/octave-4.4.1/octave/../octave/ovl.h:36,
                 from /usr/include/octave-4.4.1/octave/../octave/ov-fcn.h:33,                  from /usr/include/octave-4.4.1/octave/../octave/ov-builtin.h:32,                  from /usr/include/octave-4.4.1/octave/../octave/defun-int.h:30,                  from /usr/include/octave-4.4.1/octave/../octave/defun-dld.h:32,
                 from /usr/include/octave-4.4.1/octave/../octave/oct.h:32,
                 from is_real_scalar.cc:28,
                 from __control_helper_functions__.cc:1:
/usr/include/octave-4.4.1/octave/../octave/ov.h:707:8: note: declared here
   bool is_real_type (void) const
        ^~~~~~~~~~~~
In file included from __control_helper_functions__.cc:6:
is_zp_vector.cc: In function ‘octave_value_list Fis_zp_vector(const octave_value_list&, int)’: is_zp_vector.cc:53:47: warning: ‘bool octave_value::is_numeric_type() const’ is deprecated: [4.4]: use 'isnumeric' instead [-Wdeprecated-declarations]
                 || ! args(i).is_numeric_type ()
                                               ^
In file included from /usr/include/octave-4.4.1/octave/../octave/ovl.h:36,
                 from /usr/include/octave-4.4.1/octave/../octave/ov-fcn.h:33,                  from /usr/include/octave-4.4.1/octave/../octave/ov-builtin.h:32,                  from /usr/include/octave-4.4.1/octave/../octave/defun-int.h:30,                  from /usr/include/octave-4.4.1/octave/../octave/defun-dld.h:32,
                 from /usr/include/octave-4.4.1/octave/../octave/oct.h:32,
                 from is_real_scalar.cc:28,
                 from __control_helper_functions__.cc:1:
/usr/include/octave-4.4.1/octave/../octave/ov.h:727:8: note: declared here
   bool is_numeric_type (void) const
        ^~~~~~~~~~~~~~~
In file included from __control_helper_functions__.cc:6:
is_zp_vector.cc:54:48: warning: ‘bool octave_value::is_complex_type() const’ is deprecated: [4.4]: use 'iscomplex' instead [-Wdeprecated-declarations]                  || ! (args(i).is_complex_type () || args(i).is_real_type ())
                                                ^
In file included from /usr/include/octave-4.4.1/octave/../octave/ovl.h:36,
                 from /usr/include/octave-4.4.1/octave/../octave/ov-fcn.h:33,                  from /usr/include/octave-4.4.1/octave/../octave/ov-builtin.h:32,                  from /usr/include/octave-4.4.1/octave/../octave/defun-int.h:30,                  from /usr/include/octave-4.4.1/octave/../octave/defun-dld.h:32,
                 from /usr/include/octave-4.4.1/octave/../octave/oct.h:32,
                 from is_real_scalar.cc:28,
                 from __control_helper_functions__.cc:1:
/usr/include/octave-4.4.1/octave/../octave/ov.h:714:8: note: declared here
   bool is_complex_type (void) const
        ^~~~~~~~~~~~~~~
In file included from __control_helper_functions__.cc:6:
is_zp_vector.cc:54:75: warning: ‘bool octave_value::is_real_type() const’ is deprecated: [4.4]: use 'isreal' instead [-Wdeprecated-declarations]                  || ! (args(i).is_complex_type () || args(i).is_real_type ())
^
In file included from /usr/include/octave-4.4.1/octave/../octave/ovl.h:36,
                 from /usr/include/octave-4.4.1/octave/../octave/ov-fcn.h:33,                  from /usr/include/octave-4.4.1/octave/../octave/ov-builtin.h:32,                  from /usr/include/octave-4.4.1/octave/../octave/defun-int.h:30,                  from /usr/include/octave-4.4.1/octave/../octave/defun-dld.h:32,
                 from /usr/include/octave-4.4.1/octave/../octave/oct.h:32,
                 from is_real_scalar.cc:28,
                 from __control_helper_functions__.cc:1:
/usr/include/octave-4.4.1/octave/../octave/ov.h:707:8: note: declared here
   bool is_real_type (void) const
        ^~~~~~~~~~~~
In file included from __control_helper_functions__.cc:7:
lti_input_idx.cc: In function ‘octave_value_list F__lti_input_idx__(const octave_value_list&, int)’: lti_input_idx.cc:63:64: warning: ‘bool octave_value::is_cell() const’ is deprecated: [4.4]: use 'iscell' instead [-Wdeprecated-declarations]
   if (nargin == 1 && args(0).is_defined () && args(0).is_cell ())
                                                                ^
In file included from /usr/include/octave-4.4.1/octave/../octave/ovl.h:36,
                 from /usr/include/octave-4.4.1/octave/../octave/ov-fcn.h:33,                  from /usr/include/octave-4.4.1/octave/../octave/ov-builtin.h:32,                  from /usr/include/octave-4.4.1/octave/../octave/defun-int.h:30,                  from /usr/include/octave-4.4.1/octave/../octave/defun-dld.h:32,
                 from /usr/include/octave-4.4.1/octave/../octave/oct.h:32,
                 from is_real_scalar.cc:28,
                 from __control_helper_functions__.cc:1:
/usr/include/octave-4.4.1/octave/../octave/ov.h:540:8: note: declared here
   bool is_cell (void) const
        ^~~~~~~
In file included from __control_helper_functions__.cc:7:
lti_input_idx.cc:90:56: warning: ‘bool octave_value::is_object() const’ is deprecated: [4.4]: use 'isobject' instead [-Wdeprecated-declarations]
         && args(0).cell_value().elem(idx-1).is_object ())
                                                        ^
In file included from /usr/include/octave-4.4.1/octave/../octave/ovl.h:36,
                 from /usr/include/octave-4.4.1/octave/../octave/ov-fcn.h:33,                  from /usr/include/octave-4.4.1/octave/../octave/ov-builtin.h:32,                  from /usr/include/octave-4.4.1/octave/../octave/defun-int.h:30,                  from /usr/include/octave-4.4.1/octave/../octave/defun-dld.h:32,
                 from /usr/include/octave-4.4.1/octave/../octave/oct.h:32,
                 from is_real_scalar.cc:28,
                 from __control_helper_functions__.cc:1:
/usr/include/octave-4.4.1/octave/../octave/ov.h:612:8: note: declared here
   bool is_object (void) const
        ^~~~~~~~~
In file included from __control_helper_functions__.cc:9:
nfields2.cc: In function ‘octave_value_list Fnfields2(const octave_value_list&, int)’: nfields2.cc:15:38: warning: ‘bool octave_value::is_map() const’ is deprecated: [4.4]: use'isstruct' instead [-Wdeprecated-declarations]
   if (nargin == 1 && args(0).is_map ())
                                      ^
In file included from /usr/include/octave-4.4.1/octave/../octave/ovl.h:36,
                 from /usr/include/octave-4.4.1/octave/../octave/ov-fcn.h:33,                  from /usr/include/octave-4.4.1/octave/../octave/ov-builtin.h:32,                  from /usr/include/octave-4.4.1/octave/../octave/defun-int.h:30,                  from /usr/include/octave-4.4.1/octave/../octave/defun-dld.h:32,
                 from /usr/include/octave-4.4.1/octave/../octave/oct.h:32,
                 from is_real_scalar.cc:28,
                 from __control_helper_functions__.cc:1:
/usr/include/octave-4.4.1/octave/../octave/ov.h:593:8: note: declared here
   bool is_map (void) const
        ^~~~~~




lundecodable token: \001b(hex)[3~
MA02ID.f:188:21:

MA02ID.f:184:72:

          DO 90 J = 1, N+1
2
MA02ID.f:188:21:

                DWORK(J-1) = DWORK(J-1) + TEMP
                     1
Warning: Array reference at (1) out of bounds (0 < 1) in loop beginning at (2)
MA02ID.f:188:34:

MA02ID.f:184:72:

          DO 90 J = 1, N+1
2
MA02ID.f:188:34:

                DWORK(J-1) = DWORK(J-1) + TEMP
                                  1
Warning: Array reference at (1) out of bounds (0 < 1) in loop beginning at (2)
MA02ID.f:230:21:

MA02ID.f:226:72:

          DO 160 J = 1, N+1
2
MA02ID.f:230:21:

                DWORK(J-1) = DWORK(J-1) + TEMP
                     1
Warning: Array reference at (1) out of bounds (0 < 1) in loop beginning at (2)
MA02ID.f:230:34:

MA02ID.f:226:72:

          DO 160 J = 1, N+1
2
MA02ID.f:230:34:

                DWORK(J-1) = DWORK(J-1) + TEMP
                                  1
Warning: Array reference at (1) out of bounds (0 < 1) in loop beginning at (2)
okk
ook
kkk
kkkkkkk
kkk
kIn file included from __control_slicot_functions__.cc:1:
sl_ab08nd.cc: In function ‘octave_value_list F__sl_ab08nd__(const octave_value_list&, int)’: sl_ab08nd.cc:152:13: warning: ‘f77_exception_encountered’ is deprecated: [4.4]: this variable is obsolete and should not be needed [-Wdeprecated-declarations]
         if (f77_exception_encountered)
             ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from common.h:31,
                 from sl_ab08nd.cc:31,
                 from __control_slicot_functions__.cc:1:
/usr/include/octave-4.4.1/octave/../octave/f77-fcn.h:49:18: note: declared here
 static const int f77_exception_encountered = 0;
                  ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from __control_slicot_functions__.cc:1:
sl_ab08nd.cc:189:13: warning: ‘f77_exception_encountered’ is deprecated: [4.4]: this variable is obsolete and should not be needed [-Wdeprecated-declarations]
         if (f77_exception_encountered)
             ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from common.h:31,
                 from sl_ab08nd.cc:31,
                 from __control_slicot_functions__.cc:1:
/usr/include/octave-4.4.1/octave/../octave/f77-fcn.h:49:18: note: declared here
 static const int f77_exception_encountered = 0;
                  ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from __control_slicot_functions__.cc:2:
sl_ab13dd.cc: In function ‘octave_value_list F__sl_ab13dd__(const octave_value_list&, int)’: sl_ab13dd.cc:146:13: warning: ‘f77_exception_encountered’ is deprecated: [4.4]: this variable is obsolete and should not be needed [-Wdeprecated-declarations]
         if (f77_exception_encountered)
             ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from common.h:31,
                 from sl_ab08nd.cc:31,
                 from __control_slicot_functions__.cc:1:
/usr/include/octave-4.4.1/octave/../octave/f77-fcn.h:49:18: note: declared here
 static const int f77_exception_encountered = 0;
                  ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from __control_slicot_functions__.cc:3:
sl_sb10hd.cc: In function ‘octave_value_list F__sl_sb10hd__(const octave_value_list&, int)’: sl_sb10hd.cc:138:13: warning: ‘f77_exception_encountered’ is deprecated: [4.4]: this variable is obsolete and should not be needed [-Wdeprecated-declarations]
         if (f77_exception_encountered)
             ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from common.h:31,
                 from sl_ab08nd.cc:31,
                 from __control_slicot_functions__.cc:1:
/usr/include/octave-4.4.1/octave/../octave/f77-fcn.h:49:18: note: declared here
 static const int f77_exception_encountered = 0;
                  ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from __control_slicot_functions__.cc:4:
sl_sb10ed.cc: In function ‘octave_value_list F__sl_sb10ed__(const octave_value_list&, int)’: sl_sb10ed.cc:141:13: warning: ‘f77_exception_encountered’ is deprecated: [4.4]: this variable is obsolete and should not be needed [-Wdeprecated-declarations]
         if (f77_exception_encountered)
             ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from common.h:31,
                 from sl_ab08nd.cc:31,
                 from __control_slicot_functions__.cc:1:
/usr/include/octave-4.4.1/octave/../octave/f77-fcn.h:49:18: note: declared here
 static const int f77_exception_encountered = 0;
                  ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from __control_slicot_functions__.cc:5:
sl_ab13bd.cc: In function ‘octave_value_list F__sl_ab13bd__(const octave_value_list&, int)’: sl_ab13bd.cc:121:13: warning: ‘f77_exception_encountered’ is deprecated: [4.4]: this variable is obsolete and should not be needed [-Wdeprecated-declarations]
         if (f77_exception_encountered)
             ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from common.h:31,
                 from sl_ab08nd.cc:31,
                 from __control_slicot_functions__.cc:1:
/usr/include/octave-4.4.1/octave/../octave/f77-fcn.h:49:18: note: declared here
 static const int f77_exception_encountered = 0;
                  ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from __control_slicot_functions__.cc:6:
sl_sb01bd.cc: In function ‘octave_value_list F__sl_sb01bd__(const octave_value_list&, int)’: sl_sb01bd.cc:124:13: warning: ‘f77_exception_encountered’ is deprecated: [4.4]: this variable is obsolete and should not be needed [-Wdeprecated-declarations]
         if (f77_exception_encountered)
             ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from common.h:31,
                 from sl_ab08nd.cc:31,
                 from __control_slicot_functions__.cc:1:
/usr/include/octave-4.4.1/octave/../octave/f77-fcn.h:49:18: note: declared here
 static const int f77_exception_encountered = 0;
                  ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from __control_slicot_functions__.cc:7:
sl_sb10fd.cc: In function ‘octave_value_list F__sl_sb10fd__(const octave_value_list&, int)’: sl_sb10fd.cc:146:13: warning: ‘f77_exception_encountered’ is deprecated: [4.4]: this variable is obsolete and should not be needed [-Wdeprecated-declarations]
         if (f77_exception_encountered)
             ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from common.h:31,
                 from sl_ab08nd.cc:31,
                 from __control_slicot_functions__.cc:1:
/usr/include/octave-4.4.1/octave/../octave/f77-fcn.h:49:18: note: declared here
 static const int f77_exception_encountered = 0;
                  ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from __control_slicot_functions__.cc:8:
sl_sb10dd.cc: In function ‘octave_value_list F__sl_sb10dd__(const octave_value_list&, int)’: sl_sb10dd.cc:153:13: warning: ‘f77_exception_encountered’ is deprecated: [4.4]: this variable is obsolete and should not be needed [-Wdeprecated-declarations]
         if (f77_exception_encountered)
             ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from common.h:31,
                 from sl_ab08nd.cc:31,
                 from __control_slicot_functions__.cc:1:
/usr/include/octave-4.4.1/octave/../octave/f77-fcn.h:49:18: note: declared here
 static const int f77_exception_encountered = 0;
                  ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from __control_slicot_functions__.cc:9:
sl_sb03md.cc: In function ‘octave_value_list F__sl_sb03md__(const octave_value_list&, int)’: sl_sb03md.cc:121:13: warning: ‘f77_exception_encountered’ is deprecated: [4.4]: this variable is obsolete and should not be needed [-Wdeprecated-declarations]
         if (f77_exception_encountered)
             ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from common.h:31,
                 from sl_ab08nd.cc:31,
                 from __control_slicot_functions__.cc:1:
/usr/include/octave-4.4.1/octave/../octave/f77-fcn.h:49:18: note: declared here
 static const int f77_exception_encountered = 0;
                  ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from __control_slicot_functions__.cc:10:
sl_sb04md.cc: In function ‘octave_value_list F__sl_sb04md__(const octave_value_list&, int)’: sl_sb04md.cc:99:13: warning: ‘f77_exception_encountered’ is deprecated: [4.4]: this variable is obsolete and should not be needed [-Wdeprecated-declarations]
         if (f77_exception_encountered)
             ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from common.h:31,
                 from sl_ab08nd.cc:31,
                 from __control_slicot_functions__.cc:1:
/usr/include/octave-4.4.1/octave/../octave/f77-fcn.h:49:18: note: declared here
 static const int f77_exception_encountered = 0;
                  ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from __control_slicot_functions__.cc:11:
sl_sb04qd.cc: In function ‘octave_value_list F__sl_sb04qd__(const octave_value_list&, int)’: sl_sb04qd.cc:99:13: warning: ‘f77_exception_encountered’ is deprecated: [4.4]: this variable is obsolete and should not be needed [-Wdeprecated-declarations]
         if (f77_exception_encountered)
             ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from common.h:31,
                 from sl_ab08nd.cc:31,
                 from __control_slicot_functions__.cc:1:
/usr/include/octave-4.4.1/octave/../octave/f77-fcn.h:49:18: note: declared here
 static const int f77_exception_encountered = 0;
                  ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from __control_slicot_functions__.cc:12:
sl_sg03ad.cc: In function ‘octave_value_list F__sl_sg03ad__(const octave_value_list&, int)’: sl_sg03ad.cc:135:13: warning: ‘f77_exception_encountered’ is deprecated: [4.4]: this variable is obsolete and should not be needed [-Wdeprecated-declarations]
         if (f77_exception_encountered)
             ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from common.h:31,
                 from sl_ab08nd.cc:31,
                 from __control_slicot_functions__.cc:1:
/usr/include/octave-4.4.1/octave/../octave/f77-fcn.h:49:18: note: declared here
 static const int f77_exception_encountered = 0;
                  ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from __control_slicot_functions__.cc:13:
sl_sb02od.cc: In function ‘octave_value_list F__sl_sb02od__(const octave_value_list&, int)’: sl_sb02od.cc:173:13: warning: ‘f77_exception_encountered’ is deprecated: [4.4]: this variable is obsolete and should not be needed [-Wdeprecated-declarations]
         if (f77_exception_encountered)
             ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from common.h:31,
                 from sl_ab08nd.cc:31,
                 from __control_slicot_functions__.cc:1:
/usr/include/octave-4.4.1/octave/../octave/f77-fcn.h:49:18: note: declared here
 static const int f77_exception_encountered = 0;
                  ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from __control_slicot_functions__.cc:14:
sl_ab13ad.cc: In function ‘octave_value_list F__sl_ab13ad__(const octave_value_list&, int)’: sl_ab13ad.cc:121:13: warning: ‘f77_exception_encountered’ is deprecated: [4.4]: this variable is obsolete and should not be needed [-Wdeprecated-declarations]
         if (f77_exception_encountered)
             ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from common.h:31,
                 from sl_ab08nd.cc:31,
                 from __control_slicot_functions__.cc:1:
/usr/include/octave-4.4.1/octave/../octave/f77-fcn.h:49:18: note: declared here
 static const int f77_exception_encountered = 0;
                  ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from __control_slicot_functions__.cc:15:
sl_ab01od.cc: In function ‘octave_value_list F__sl_ab01od__(const octave_value_list&, int)’: sl_ab01od.cc:119:13: warning: ‘f77_exception_encountered’ is deprecated: [4.4]: this variable is obsolete and should not be needed [-Wdeprecated-declarations]
         if (f77_exception_encountered)
             ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from common.h:31,
                 from sl_ab08nd.cc:31,
                 from __control_slicot_functions__.cc:1:
/usr/include/octave-4.4.1/octave/../octave/f77-fcn.h:49:18: note: declared here
 static const int f77_exception_encountered = 0;
                  ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from __control_slicot_functions__.cc:16:
sl_tb01pd.cc: In function ‘octave_value_list F__sl_tb01pd__(const octave_value_list&, int)’: sl_tb01pd.cc:122:13: warning: ‘f77_exception_encountered’ is deprecated: [4.4]: this variable is obsolete and should not be needed [-Wdeprecated-declarations]
         if (f77_exception_encountered)
             ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from common.h:31,
                 from sl_ab08nd.cc:31,
                 from __control_slicot_functions__.cc:1:
/usr/include/octave-4.4.1/octave/../octave/f77-fcn.h:49:18: note: declared here
 static const int f77_exception_encountered = 0;
                  ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from __control_slicot_functions__.cc:17:
sl_sb03od.cc: In function ‘octave_value_list F__sl_sb03od__(const octave_value_list&, int)’: sl_sb03od.cc:118:13: warning: ‘f77_exception_encountered’ is deprecated: [4.4]: this variable is obsolete and should not be needed [-Wdeprecated-declarations]
         if (f77_exception_encountered)
             ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from common.h:31,
                 from sl_ab08nd.cc:31,
                 from __control_slicot_functions__.cc:1:
/usr/include/octave-4.4.1/octave/../octave/f77-fcn.h:49:18: note: declared here
 static const int f77_exception_encountered = 0;
                  ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from __control_slicot_functions__.cc:18:
sl_sg03bd.cc: In function ‘octave_value_list F__sl_sg03bd__(const octave_value_list&, int)’: sl_sg03bd.cc:126:13: warning: ‘f77_exception_encountered’ is deprecated: [4.4]: this variable is obsolete and should not be needed [-Wdeprecated-declarations]
         if (f77_exception_encountered)
             ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from common.h:31,
                 from sl_ab08nd.cc:31,
                 from __control_slicot_functions__.cc:1:
/usr/include/octave-4.4.1/octave/../octave/f77-fcn.h:49:18: note: declared here
 static const int f77_exception_encountered = 0;
                  ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from __control_slicot_functions__.cc:19:
sl_ag08bd.cc: In function ‘octave_value_list F__sl_ag08bd__(const octave_value_list&, int)’: sl_ag08bd.cc:155:13: warning: ‘f77_exception_encountered’ is deprecated: [4.4]: this variable is obsolete and should not be needed [-Wdeprecated-declarations]
         if (f77_exception_encountered)
             ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from common.h:31,
                 from sl_ab08nd.cc:31,
                 from __control_slicot_functions__.cc:1:
/usr/include/octave-4.4.1/octave/../octave/f77-fcn.h:49:18: note: declared here
 static const int f77_exception_encountered = 0;
                  ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from __control_slicot_functions__.cc:19:
sl_ag08bd.cc:198:13: warning: ‘f77_exception_encountered’ is deprecated: [4.4]: this variable is obsolete and should not be needed [-Wdeprecated-declarations]
         if (f77_exception_encountered)
             ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from common.h:31,
                 from sl_ab08nd.cc:31,
                 from __control_slicot_functions__.cc:1:
/usr/include/octave-4.4.1/octave/../octave/f77-fcn.h:49:18: note: declared here
 static const int f77_exception_encountered = 0;
                  ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from __control_slicot_functions__.cc:20:
sl_tg01jd.cc: In function ‘octave_value_list F__sl_tg01jd__(const octave_value_list&, int)’: sl_tg01jd.cc:192:13: warning: ‘f77_exception_encountered’ is deprecated: [4.4]: this variable is obsolete and should not be needed [-Wdeprecated-declarations]
         if (f77_exception_encountered)
             ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from common.h:31,
                 from sl_ab08nd.cc:31,
                 from __control_slicot_functions__.cc:1:
/usr/include/octave-4.4.1/octave/../octave/f77-fcn.h:49:18: note: declared here
 static const int f77_exception_encountered = 0;
                  ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from __control_slicot_functions__.cc:21:
sl_tg01hd.cc: In function ‘octave_value_list F__sl_tg01hd__(const octave_value_list&, int)’: sl_tg01hd.cc:125:13: warning: ‘f77_exception_encountered’ is deprecated: [4.4]: this variable is obsolete and should not be needed [-Wdeprecated-declarations]
         if (f77_exception_encountered)
             ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from common.h:31,
                 from sl_ab08nd.cc:31,
                 from __control_slicot_functions__.cc:1:
/usr/include/octave-4.4.1/octave/../octave/f77-fcn.h:49:18: note: declared here
 static const int f77_exception_encountered = 0;
                  ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from __control_slicot_functions__.cc:22:
sl_tg01id.cc: In function ‘octave_value_list F__sl_tg01id__(const octave_value_list&, int)’: sl_tg01id.cc:127:13: warning: ‘f77_exception_encountered’ is deprecated: [4.4]: this variable is obsolete and should not be needed [-Wdeprecated-declarations]
         if (f77_exception_encountered)
             ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from common.h:31,
                 from sl_ab08nd.cc:31,
                 from __control_slicot_functions__.cc:1:
/usr/include/octave-4.4.1/octave/../octave/f77-fcn.h:49:18: note: declared here
 static const int f77_exception_encountered = 0;
                  ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from __control_slicot_functions__.cc:23:
sl_sg02ad.cc: In function ‘octave_value_list F__sl_sg02ad__(const octave_value_list&, int)’: sl_sg02ad.cc:182:13: warning: ‘f77_exception_encountered’ is deprecated: [4.4]: this variable is obsolete and should not be needed [-Wdeprecated-declarations]
         if (f77_exception_encountered)
             ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from common.h:31,
                 from sl_ab08nd.cc:31,
                 from __control_slicot_functions__.cc:1:
/usr/include/octave-4.4.1/octave/../octave/f77-fcn.h:49:18: note: declared here
 static const int f77_exception_encountered = 0;
                  ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from __control_slicot_functions__.cc:24:
sl_tg04bx.cc: In function ‘octave_value_list F__sl_tg04bx__(const octave_value_list&, int)’: sl_tg04bx.cc:109:13: warning: ‘f77_exception_encountered’ is deprecated: [4.4]: this variable is obsolete and should not be needed [-Wdeprecated-declarations]
         if (f77_exception_encountered)
             ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from common.h:31,
                 from sl_ab08nd.cc:31,
                 from __control_slicot_functions__.cc:1:
/usr/include/octave-4.4.1/octave/../octave/f77-fcn.h:49:18: note: declared here
 static const int f77_exception_encountered = 0;
                  ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from __control_slicot_functions__.cc:25:
sl_tb01id.cc: In function ‘octave_value_list F__sl_tb01id__(const octave_value_list&, int)’: sl_tb01id.cc:98:13: warning: ‘f77_exception_encountered’ is deprecated: [4.4]: this variable is obsolete and should not be needed [-Wdeprecated-declarations]
         if (f77_exception_encountered)
             ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from common.h:31,
                 from sl_ab08nd.cc:31,
                 from __control_slicot_functions__.cc:1:
/usr/include/octave-4.4.1/octave/../octave/f77-fcn.h:49:18: note: declared here
 static const int f77_exception_encountered = 0;
                  ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from __control_slicot_functions__.cc:26:
sl_tg01ad.cc: In function ‘octave_value_list F__sl_tg01ad__(const octave_value_list&, int)’: sl_tg01ad.cc:108:13: warning: ‘f77_exception_encountered’ is deprecated: [4.4]: this variable is obsolete and should not be needed [-Wdeprecated-declarations]
         if (f77_exception_encountered)
             ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from common.h:31,
                 from sl_ab08nd.cc:31,
                 from __control_slicot_functions__.cc:1:
/usr/include/octave-4.4.1/octave/../octave/f77-fcn.h:49:18: note: declared here
 static const int f77_exception_encountered = 0;
                  ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from __control_slicot_functions__.cc:27:
sl_sb10id.cc: In function ‘octave_value_list F__sl_sb10id__(const octave_value_list&, int)’: sl_sb10id.cc:130:13: warning: ‘f77_exception_encountered’ is deprecated: [4.4]: this variable is obsolete and should not be needed [-Wdeprecated-declarations]
         if (f77_exception_encountered)
             ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from common.h:31,
                 from sl_ab08nd.cc:31,
                 from __control_slicot_functions__.cc:1:
/usr/include/octave-4.4.1/octave/../octave/f77-fcn.h:49:18: note: declared here
 static const int f77_exception_encountered = 0;
                  ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from __control_slicot_functions__.cc:28:
sl_sb10kd.cc: In function ‘octave_value_list F__sl_sb10kd__(const octave_value_list&, int)’: sl_sb10kd.cc:126:13: warning: ‘f77_exception_encountered’ is deprecated: [4.4]: this variable is obsolete and should not be needed [-Wdeprecated-declarations]
         if (f77_exception_encountered)
             ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from common.h:31,
                 from sl_ab08nd.cc:31,
                 from __control_slicot_functions__.cc:1:
/usr/include/octave-4.4.1/octave/../octave/f77-fcn.h:49:18: note: declared here
 static const int f77_exception_encountered = 0;
                  ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from __control_slicot_functions__.cc:29:
sl_sb10zd.cc: In function ‘octave_value_list F__sl_sb10zd__(const octave_value_list&, int)’: sl_sb10zd.cc:133:13: warning: ‘f77_exception_encountered’ is deprecated: [4.4]: this variable is obsolete and should not be needed [-Wdeprecated-declarations]
         if (f77_exception_encountered)
             ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from common.h:31,
                 from sl_ab08nd.cc:31,
                 from __control_slicot_functions__.cc:1:
/usr/include/octave-4.4.1/octave/../octave/f77-fcn.h:49:18: note: declared here
 static const int f77_exception_encountered = 0;
                  ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from __control_slicot_functions__.cc:30:
sl_tb04bd.cc: In function ‘octave_value_list F__sl_tb04bd__(const octave_value_list&, int)’: sl_tb04bd.cc:134:13: warning: ‘f77_exception_encountered’ is deprecated: [4.4]: this variable is obsolete and should not be needed [-Wdeprecated-declarations]
         if (f77_exception_encountered)
             ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from common.h:31,
                 from sl_ab08nd.cc:31,
                 from __control_slicot_functions__.cc:1:
/usr/include/octave-4.4.1/octave/../octave/f77-fcn.h:49:18: note: declared here
 static const int f77_exception_encountered = 0;
                  ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from __control_slicot_functions__.cc:31:
sl_ab04md.cc: In function ‘octave_value_list F__sl_ab04md__(const octave_value_list&, int)’: sl_ab04md.cc:114:13: warning: ‘f77_exception_encountered’ is deprecated: [4.4]: this variable is obsolete and should not be needed [-Wdeprecated-declarations]
         if (f77_exception_encountered)
             ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from common.h:31,
                 from sl_ab08nd.cc:31,
                 from __control_slicot_functions__.cc:1:
/usr/include/octave-4.4.1/octave/../octave/f77-fcn.h:49:18: note: declared here
 static const int f77_exception_encountered = 0;
                  ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from __control_slicot_functions__.cc:32:
sl_sb10jd.cc: In function ‘octave_value_list F__sl_sb10jd__(const octave_value_list&, int)’: sl_sb10jd.cc:103:13: warning: ‘f77_exception_encountered’ is deprecated: [4.4]: this variable is obsolete and should not be needed [-Wdeprecated-declarations]
         if (f77_exception_encountered)
             ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from common.h:31,
                 from sl_ab08nd.cc:31,
                 from __control_slicot_functions__.cc:1:
/usr/include/octave-4.4.1/octave/../octave/f77-fcn.h:49:18: note: declared here
 static const int f77_exception_encountered = 0;
                  ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from __control_slicot_functions__.cc:33:
sl_td04ad.cc: In function ‘octave_value_list F__sl_td04ad__(const octave_value_list&, int)’: sl_td04ad.cc:133:13: warning: ‘f77_exception_encountered’ is deprecated: [4.4]: this variable is obsolete and should not be needed [-Wdeprecated-declarations]
         if (f77_exception_encountered)
             ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from common.h:31,
                 from sl_ab08nd.cc:31,
                 from __control_slicot_functions__.cc:1:
/usr/include/octave-4.4.1/octave/../octave/f77-fcn.h:49:18: note: declared here
 static const int f77_exception_encountered = 0;
                  ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from __control_slicot_functions__.cc:34:
sl_tb01ud.cc: In function ‘octave_value_list F__sl_tb01ud__(const octave_value_list&, int)’: sl_tb01ud.cc:119:13: warning: ‘f77_exception_encountered’ is deprecated: [4.4]: this variable is obsolete and should not be needed [-Wdeprecated-declarations]
         if (f77_exception_encountered)
             ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from common.h:31,
                 from sl_ab08nd.cc:31,
                 from __control_slicot_functions__.cc:1:
/usr/include/octave-4.4.1/octave/../octave/f77-fcn.h:49:18: note: declared here
 static const int f77_exception_encountered = 0;
                  ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from __control_slicot_functions__.cc:35:
sl_ab09hd.cc: In function ‘octave_value_list F__sl_ab09hd__(const octave_value_list&, int)’: sl_ab09hd.cc:177:13: warning: ‘f77_exception_encountered’ is deprecated: [4.4]: this variable is obsolete and should not be needed [-Wdeprecated-declarations]
         if (f77_exception_encountered)
             ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from common.h:31,
                 from sl_ab08nd.cc:31,
                 from __control_slicot_functions__.cc:1:
/usr/include/octave-4.4.1/octave/../octave/f77-fcn.h:49:18: note: declared here
 static const int f77_exception_encountered = 0;
                  ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from __control_slicot_functions__.cc:36:
sl_ab09id.cc: In function ‘octave_value_list F__sl_ab09id__(const octave_value_list&, int)’: sl_ab09id.cc:318:13: warning: ‘f77_exception_encountered’ is deprecated: [4.4]: this variable is obsolete and should not be needed [-Wdeprecated-declarations]
         if (f77_exception_encountered)
             ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from common.h:31,
                 from sl_ab08nd.cc:31,
                 from __control_slicot_functions__.cc:1:
/usr/include/octave-4.4.1/octave/../octave/f77-fcn.h:49:18: note: declared here
 static const int f77_exception_encountered = 0;
                  ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from __control_slicot_functions__.cc:37:
sl_ab09jd.cc: In function ‘octave_value_list F__sl_ab09jd__(const octave_value_list&, int)’: sl_ab09jd.cc:293:13: warning: ‘f77_exception_encountered’ is deprecated: [4.4]: this variable is obsolete and should not be needed [-Wdeprecated-declarations]
         if (f77_exception_encountered)
             ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from common.h:31,
                 from sl_ab08nd.cc:31,
                 from __control_slicot_functions__.cc:1:
/usr/include/octave-4.4.1/octave/../octave/f77-fcn.h:49:18: note: declared here
 static const int f77_exception_encountered = 0;
                  ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from __control_slicot_functions__.cc:38:
sl_sb16ad.cc: In function ‘octave_value_list F__sl_sb16ad__(const octave_value_list&, int)’: sl_sb16ad.cc:264:13: warning: ‘f77_exception_encountered’ is deprecated: [4.4]: this variable is obsolete and should not be needed [-Wdeprecated-declarations]
         if (f77_exception_encountered)
             ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from common.h:31,
                 from sl_ab08nd.cc:31,
                 from __control_slicot_functions__.cc:1:
/usr/include/octave-4.4.1/octave/../octave/f77-fcn.h:49:18: note: declared here
 static const int f77_exception_encountered = 0;
                  ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from __control_slicot_functions__.cc:39:
sl_sb16bd.cc: In function ‘octave_value_list F__sl_sb16bd__(const octave_value_list&, int)’: sl_sb16bd.cc:228:13: warning: ‘f77_exception_encountered’ is deprecated: [4.4]: this variable is obsolete and should not be needed [-Wdeprecated-declarations]
         if (f77_exception_encountered)
             ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from common.h:31,
                 from sl_ab08nd.cc:31,
                 from __control_slicot_functions__.cc:1:
/usr/include/octave-4.4.1/octave/../octave/f77-fcn.h:49:18: note: declared here
 static const int f77_exception_encountered = 0;
                  ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from __control_slicot_functions__.cc:40:
sl_sb16cd.cc: In function ‘octave_value_list F__sl_sb16cd__(const octave_value_list&, int)’: sl_sb16cd.cc:193:13: warning: ‘f77_exception_encountered’ is deprecated: [4.4]: this variable is obsolete and should not be needed [-Wdeprecated-declarations]
         if (f77_exception_encountered)
             ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from common.h:31,
                 from sl_ab08nd.cc:31,
                 from __control_slicot_functions__.cc:1:
/usr/include/octave-4.4.1/octave/../octave/f77-fcn.h:49:18: note: declared here
 static const int f77_exception_encountered = 0;
                  ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from __control_slicot_functions__.cc:41:
sl_sb10yd.cc: In function ‘octave_value_list F__sl_sb10yd__(const octave_value_list&, int)’: sl_sb10yd.cc:144:13: warning: ‘f77_exception_encountered’ is deprecated: [4.4]: this variable is obsolete and should not be needed [-Wdeprecated-declarations]
         if (f77_exception_encountered)
             ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from common.h:31,
                 from sl_ab08nd.cc:31,
                 from __control_slicot_functions__.cc:1:
/usr/include/octave-4.4.1/octave/../octave/f77-fcn.h:49:18: note: declared here
 static const int f77_exception_encountered = 0;
                  ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from __control_slicot_functions__.cc:42:
sl_ident.cc: In function ‘octave_value_list F__sl_ident__(const octave_value_list&, int)’: sl_ident.cc:369:17: warning: ‘f77_exception_encountered’ is deprecated: [4.4]: this variable is obsolete and should not be needed [-Wdeprecated-declarations]
             if (f77_exception_encountered)
                 ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from common.h:31,
                 from sl_ab08nd.cc:31,
                 from __control_slicot_functions__.cc:1:
/usr/include/octave-4.4.1/octave/../octave/f77-fcn.h:49:18: note: declared here
 static const int f77_exception_encountered = 0;
                  ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from __control_slicot_functions__.cc:42:
sl_ident.cc:548:13: warning: ‘f77_exception_encountered’ is deprecated: [4.4]: this variable is obsolete and should not be needed [-Wdeprecated-declarations]
         if (f77_exception_encountered)
             ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from common.h:31,
                 from sl_ab08nd.cc:31,
                 from __control_slicot_functions__.cc:1:
/usr/include/octave-4.4.1/octave/../octave/f77-fcn.h:49:18: note: declared here
 static const int f77_exception_encountered = 0;
                  ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from __control_slicot_functions__.cc:42:
sl_ident.cc:670:17: warning: ‘f77_exception_encountered’ is deprecated: [4.4]: this variable is obsolete and should not be needed [-Wdeprecated-declarations]
             if (f77_exception_encountered)
                 ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from common.h:31,
                 from sl_ab08nd.cc:31,
                 from __control_slicot_functions__.cc:1:
/usr/include/octave-4.4.1/octave/../octave/f77-fcn.h:49:18: note: declared here
 static const int f77_exception_encountered = 0;
                  ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from __control_slicot_functions__.cc:43:
sl_ib01cd.cc: In function ‘octave_value_list F__sl_ib01cd__(const octave_value_list&, int)’: sl_ib01cd.cc:162:17: warning: ‘f77_exception_encountered’ is deprecated: [4.4]: this variable is obsolete and should not be needed [-Wdeprecated-declarations]
             if (f77_exception_encountered)
                 ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from common.h:31,
                 from sl_ab08nd.cc:31,
                 from __control_slicot_functions__.cc:1:
/usr/include/octave-4.4.1/octave/../octave/f77-fcn.h:49:18: note: declared here
 static const int f77_exception_encountered = 0;
                  ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from __control_slicot_functions__.cc:44:
sl_ib01ad.cc: In function ‘octave_value_list F__sl_ib01ad__(const octave_value_list&, int)’: sl_ib01ad.cc:333:17: warning: ‘f77_exception_encountered’ is deprecated: [4.4]: this variable is obsolete and should not be needed [-Wdeprecated-declarations]
             if (f77_exception_encountered)
                 ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from common.h:31,
                 from sl_ab08nd.cc:31,
                 from __control_slicot_functions__.cc:1:
/usr/include/octave-4.4.1/octave/../octave/f77-fcn.h:49:18: note: declared here
 static const int f77_exception_encountered = 0;
                  ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from __control_slicot_functions__.cc:46:
sl_tg01fd.cc: In function ‘octave_value_list F__sl_tg01fd__(const octave_value_list&, int)’: sl_tg01fd.cc:133:13: warning: ‘f77_exception_encountered’ is deprecated: [4.4]: this variable is obsolete and should not be needed [-Wdeprecated-declarations]
         if (f77_exception_encountered)
             ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from common.h:31,
                 from sl_ab08nd.cc:31,
                 from __control_slicot_functions__.cc:1:
/usr/include/octave-4.4.1/octave/../octave/f77-fcn.h:49:18: note: declared here
 static const int f77_exception_encountered = 0;
                  ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from __control_slicot_functions__.cc:47:
sl_sb10ad.cc: In function ‘octave_value_list F__sl_sb10ad__(const octave_value_list&, int)’: sl_sb10ad.cc:192:13: warning: ‘f77_exception_encountered’ is deprecated: [4.4]: this variable is obsolete and should not be needed [-Wdeprecated-declarations]
         if (f77_exception_encountered)
             ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from common.h:31,
                 from sl_ab08nd.cc:31,
                 from __control_slicot_functions__.cc:1:
/usr/include/octave-4.4.1/octave/../octave/f77-fcn.h:49:18: note: declared here
 static const int f77_exception_encountered = 0;
                  ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from __control_slicot_functions__.cc:48:
sl_mb05nd.cc: In function ‘octave_value_list F__sl_mb05nd__(const octave_value_list&, int)’: sl_mb05nd.cc:96:13: warning: ‘f77_exception_encountered’ is deprecated: [4.4]: this variable is obsolete and should not be needed [-Wdeprecated-declarations]
         if (f77_exception_encountered)
             ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from common.h:31,
                 from sl_ab08nd.cc:31,
                 from __control_slicot_functions__.cc:1:
/usr/include/octave-4.4.1/octave/../octave/f77-fcn.h:49:18: note: declared here
 static const int f77_exception_encountered = 0;
                  ^~~~~~~~~~~~~~~~~~~~~~~~~







On 14.02.2019 12:07, Mateusz Kuśmierz wrote:
After installing liboctave-dev:


>> pkg install -forge io
sh: 1: make: not found

pkg: error running `make' for the io package.
error: called from
    configure_make at line 99 column 9
    install at line 186 column 7
    pkg at line 437 column 9
>>



running on Ubuntu 18.10



On 14.02.2019 11:43, Mateusz Kuśmierz wrote:
Why it is so hard to install?
Why can't it be simplier and clever?

>> pkg list
no packages installed.
>> pkg install signal-1.4.0.tar.gz
error: the following dependencies were unsatisfied:
   signal needs control >= 2.4
>> pkg install data-smoothing-1.3.0.tar.gz
error: the following dependencies were unsatisfied:
   data-smoothing needs optim >= 1.0.3
>> pkg install -forge optim
error: the following dependencies were unsatisfied:
   optim needs struct >= 1.0.12
 optim needs statistics >= 1.4.0
>> pkg install -forge statistics
error: the following dependencies were unsatisfied:
   statistics needs io >= 1.0.18
>> pkg install -forge io
pkg: please install the Debian package "liboctave-dev" to get the mkoctfile command
error: called from
    __gripe_missing_component__ at line 53 column 3
    configure_make at line 44 column 7
    install at line 186 column 7
    pkg at line 437 column 9
>>




reply via email to

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