octave-maintainers
[Top][All Lists]
Advanced

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

Problem in control pkg installation!


From: Mohammed Elmusrati
Subject: Problem in control pkg installation!
Date: Tue, 10 Jul 2018 20:12:03 +0300

Hello,

I have just installed (beta4).  Still I have a problem to install the control 
pkg. This is the whole error message I received:
"
pkg install -forge control
<built-in>: internal compiler error: Illegal instruction: 4
libbacktrace could not find executable to open
Please submit a full bug report,
with preprocessed source if appropriate.
See <https://github.com/Homebrew/homebrew-core/issues> for instructions.
make: *** [slicotlibrary.a] Error 1
make: *** Waiting for unfinished jobs....
In file included from __control_helper_functions__.cc:1:
./is_real_scalar.cc:52:30: warning: 'is_numeric_type' is deprecated
      [-Wdeprecated-declarations]
                || ! args(i).is_numeric_type () || ! args(i)....
                             ^
/Applications/Octave-4.4.0.app/Contents/Resources/usr/Cellar/octave-octave-app_4.4.0/4.4.0/include/octave-4.4.0/octave/ov.h:726:3:
 note:
      'is_numeric_type' has been explicitly marked deprecated here
  OCTAVE_DEPRECATED (4.4, "use 'isnumeric' instead")
  ^
/Applications/Octave-4.4.0.app/Contents/Resources/usr/Cellar/octave-octave-app_4.4.0/4.4.0/include/octave-4.4.0/octave/octave-config.h:73:59:
 note:
      expanded from macro 'OCTAVE_DEPRECATED'
#      define OCTAVE_DEPRECATED(ver, msg) __attribute__ ((__deprecat...
                                                          ^
In file included from __control_helper_functions__.cc:1:
./is_real_scalar.cc:52:62: warning: 'is_real_type' is deprecated
      [-Wdeprecated-declarations]
  ...|| ! args(i).is_numeric_type () || ! args(i).is_real_type ()
                                                  ^
/Applications/Octave-4.4.0.app/Contents/Resources/usr/Cellar/octave-octave-app_4.4.0/4.4.0/include/octave-4.4.0/octave/ov.h:706:3:
 note:
      'is_real_type' has been explicitly marked deprecated here
  OCTAVE_DEPRECATED (4.4, "use 'isreal' instead")
  ^
/Applications/Octave-4.4.0.app/Contents/Resources/usr/Cellar/octave-octave-app_4.4.0/4.4.0/include/octave-4.4.0/octave/octave-config.h:73:59:
 note:
      expanded from macro 'OCTAVE_DEPRECATED'
#      define OCTAVE_DEPRECATED(ver, msg) __attribute__ ((__deprecat...
                                                          ^
In file included from __control_helper_functions__.cc:2:
./is_real_vector.cc:52:30: warning: 'is_numeric_type' is deprecated
      [-Wdeprecated-declarations]
                || ! args(i).is_numeric_type () || ! args(i)....
                             ^
/Applications/Octave-4.4.0.app/Contents/Resources/usr/Cellar/octave-octave-app_4.4.0/4.4.0/include/octave-4.4.0/octave/ov.h:726:3:
 note:
      'is_numeric_type' has been explicitly marked deprecated here
  OCTAVE_DEPRECATED (4.4, "use 'isnumeric' instead")
  ^
/Applications/Octave-4.4.0.app/Contents/Resources/usr/Cellar/octave-octave-app_4.4.0/4.4.0/include/octave-4.4.0/octave/octave-config.h:73:59:
 note:
      expanded from macro 'OCTAVE_DEPRECATED'
#      define OCTAVE_DEPRECATED(ver, msg) __attribute__ ((__deprecat...
                                                          ^
In file included from __control_helper_functions__.cc:2:
./is_real_vector.cc:52:62: warning: 'is_real_type' is deprecated
      [-Wdeprecated-declarations]
  ...|| ! args(i).is_numeric_type () || ! args(i).is_real_type ()
                                                  ^
/Applications/Octave-4.4.0.app/Contents/Resources/usr/Cellar/octave-octave-app_4.4.0/4.4.0/include/octave-4.4.0/octave/ov.h:706:3:
 note:
      'is_real_type' has been explicitly marked deprecated here
  OCTAVE_DEPRECATED (4.4, "use 'isreal' instead")
  ^
/Applications/Octave-4.4.0.app/Contents/Resources/usr/Cellar/octave-octave-app_4.4.0/4.4.0/include/octave-4.4.0/octave/octave-config.h:73:59:
 note:
      expanded from macro 'OCTAVE_DEPRECATED'
#      define OCTAVE_DEPRECATED(ver, msg) __attribute__ ((__deprecat...
                                                          ^
In file included from __control_helper_functions__.cc:3:
./is_real_matrix.cc:51:52: warning: 'is_numeric_type' is deprecated
      [-Wdeprecated-declarations]
            if (args(i).ndims () != 2 || ! args(i).is_numeric_type ()
                                                   ^
/Applications/Octave-4.4.0.app/Contents/Resources/usr/Cellar/octave-octave-app_4.4.0/4.4.0/include/octave-4.4.0/octave/ov.h:726:3:
 note:
      'is_numeric_type' has been explicitly marked deprecated here
  OCTAVE_DEPRECATED (4.4, "use 'isnumeric' instead")
  ^
/Applications/Octave-4.4.0.app/Contents/Resources/usr/Cellar/octave-octave-app_4.4.0/4.4.0/include/octave-4.4.0/octave/octave-config.h:73:59:
 note:
      expanded from macro 'OCTAVE_DEPRECATED'
#      define OCTAVE_DEPRECATED(ver, msg) __attribute__ ((__deprecat...
                                                          ^
In file included from __control_helper_functions__.cc:3:
./is_real_matrix.cc:52:30: warning: 'is_real_type' is deprecated
      [-Wdeprecated-declarations]
                || ! args(i).is_real_type ()
                             ^
/Applications/Octave-4.4.0.app/Contents/Resources/usr/Cellar/octave-octave-app_4.4.0/4.4.0/include/octave-4.4.0/octave/ov.h:706:3:
 note:
      'is_real_type' has been explicitly marked deprecated here
  OCTAVE_DEPRECATED (4.4, "use 'isreal' instead")
  ^
/Applications/Octave-4.4.0.app/Contents/Resources/usr/Cellar/octave-octave-app_4.4.0/4.4.0/include/octave-4.4.0/octave/octave-config.h:73:59:
 note:
      expanded from macro 'OCTAVE_DEPRECATED'
#      define OCTAVE_DEPRECATED(ver, msg) __attribute__ ((__deprecat...
                                                          ^
In file included from __control_helper_functions__.cc:4:
./is_real_square_matrix.cc:52:30: warning: 'is_numeric_type' is
      deprecated [-Wdeprecated-declarations]
                || ! args(i).is_numeric_type () || ! args(i)....
                             ^
/Applications/Octave-4.4.0.app/Contents/Resources/usr/Cellar/octave-octave-app_4.4.0/4.4.0/include/octave-4.4.0/octave/ov.h:726:3:
 note:
      'is_numeric_type' has been explicitly marked deprecated here
  OCTAVE_DEPRECATED (4.4, "use 'isnumeric' instead")
  ^
/Applications/Octave-4.4.0.app/Contents/Resources/usr/Cellar/octave-octave-app_4.4.0/4.4.0/include/octave-4.4.0/octave/octave-config.h:73:59:
 note:
      expanded from macro 'OCTAVE_DEPRECATED'
#      define OCTAVE_DEPRECATED(ver, msg) __attribute__ ((__deprecat...
                                                          ^
In file included from __control_helper_functions__.cc:4:
./is_real_square_matrix.cc:52:62: warning: 'is_real_type' is
      deprecated [-Wdeprecated-declarations]
  ...|| ! args(i).is_numeric_type () || ! args(i).is_real_type ()
                                                  ^
/Applications/Octave-4.4.0.app/Contents/Resources/usr/Cellar/octave-octave-app_4.4.0/4.4.0/include/octave-4.4.0/octave/ov.h:706:3:
 note:
      'is_real_type' has been explicitly marked deprecated here
  OCTAVE_DEPRECATED (4.4, "use 'isreal' instead")
  ^
/Applications/Octave-4.4.0.app/Contents/Resources/usr/Cellar/octave-octave-app_4.4.0/4.4.0/include/octave-4.4.0/octave/octave-config.h:73:59:
 note:
      expanded from macro 'OCTAVE_DEPRECATED'
#      define OCTAVE_DEPRECATED(ver, msg) __attribute__ ((__deprecat...
                                                          ^
In file included from __control_helper_functions__.cc:5:
./is_matrix.cc:51:52: warning: 'is_numeric_type' is deprecated
      [-Wdeprecated-declarations]
            if (args(i).ndims () != 2 || ! args(i).is_numeric_type ()
                                                   ^
/Applications/Octave-4.4.0.app/Contents/Resources/usr/Cellar/octave-octave-app_4.4.0/4.4.0/include/octave-4.4.0/octave/ov.h:726:3:
 note:
      'is_numeric_type' has been explicitly marked deprecated here
  OCTAVE_DEPRECATED (4.4, "use 'isnumeric' instead")
  ^
/Applications/Octave-4.4.0.app/Contents/Resources/usr/Cellar/octave-octave-app_4.4.0/4.4.0/include/octave-4.4.0/octave/octave-config.h:73:59:
 note:
      expanded from macro 'OCTAVE_DEPRECATED'
#      define OCTAVE_DEPRECATED(ver, msg) __attribute__ ((__deprecat...
                                                          ^
In file included from __control_helper_functions__.cc:5:
./is_matrix.cc:52:31: warning: 'is_complex_type' is deprecated
      [-Wdeprecated-declarations]
                || ! (args(i).is_complex_type () || args(i).i...
                              ^
/Applications/Octave-4.4.0.app/Contents/Resources/usr/Cellar/octave-octave-app_4.4.0/4.4.0/include/octave-4.4.0/octave/ov.h:713:3:
 note:
      'is_complex_type' has been explicitly marked deprecated here
  OCTAVE_DEPRECATED (4.4, "use 'iscomplex' instead")
  ^
/Applications/Octave-4.4.0.app/Contents/Resources/usr/Cellar/octave-octave-app_4.4.0/4.4.0/include/octave-4.4.0/octave/octave-config.h:73:59:
 note:
      expanded from macro 'OCTAVE_DEPRECATED'
#      define OCTAVE_DEPRECATED(ver, msg) __attribute__ ((__deprecat...
                                                          ^
In file included from __control_helper_functions__.cc:5:
./is_matrix.cc:52:61: warning: 'is_real_type' is deprecated
      [-Wdeprecated-declarations]
  ...|| ! (args(i).is_complex_type () || args(i).is_real_type ())
                                                 ^
/Applications/Octave-4.4.0.app/Contents/Resources/usr/Cellar/octave-octave-app_4.4.0/4.4.0/include/octave-4.4.0/octave/ov.h:706:3:
 note:
      'is_real_type' has been explicitly marked deprecated here
  OCTAVE_DEPRECATED (4.4, "use 'isreal' instead")
  ^
/Applications/Octave-4.4.0.app/Contents/Resources/usr/Cellar/octave-octave-app_4.4.0/4.4.0/include/octave-4.4.0/octave/octave-config.h:73:59:
 note:
      expanded from macro 'OCTAVE_DEPRECATED'
#      define OCTAVE_DEPRECATED(ver, msg) __attribute__ ((__deprecat...
                                                          ^
In file included from __control_helper_functions__.cc:6:
./is_zp_vector.cc:53:30: warning: 'is_numeric_type' is deprecated
      [-Wdeprecated-declarations]
                || ! args(i).is_numeric_type ()
                             ^
/Applications/Octave-4.4.0.app/Contents/Resources/usr/Cellar/octave-octave-app_4.4.0/4.4.0/include/octave-4.4.0/octave/ov.h:726:3:
 note:
      'is_numeric_type' has been explicitly marked deprecated here
  OCTAVE_DEPRECATED (4.4, "use 'isnumeric' instead")
  ^
/Applications/Octave-4.4.0.app/Contents/Resources/usr/Cellar/octave-octave-app_4.4.0/4.4.0/include/octave-4.4.0/octave/octave-config.h:73:59:
 note:
      expanded from macro 'OCTAVE_DEPRECATED'
#      define OCTAVE_DEPRECATED(ver, msg) __attribute__ ((__deprecat...
                                                          ^
In file included from __control_helper_functions__.cc:6:
./is_zp_vector.cc:54:31: warning: 'is_complex_type' is deprecated
      [-Wdeprecated-declarations]
                || ! (args(i).is_complex_type () || args(i).i...
                              ^
/Applications/Octave-4.4.0.app/Contents/Resources/usr/Cellar/octave-octave-app_4.4.0/4.4.0/include/octave-4.4.0/octave/ov.h:713:3:
 note:
      'is_complex_type' has been explicitly marked deprecated here
  OCTAVE_DEPRECATED (4.4, "use 'iscomplex' instead")
  ^
/Applications/Octave-4.4.0.app/Contents/Resources/usr/Cellar/octave-octave-app_4.4.0/4.4.0/include/octave-4.4.0/octave/octave-config.h:73:59:
 note:
      expanded from macro 'OCTAVE_DEPRECATED'
#      define OCTAVE_DEPRECATED(ver, msg) __attribute__ ((__deprecat...
                                                          ^
In file included from __control_helper_functions__.cc:6:
./is_zp_vector.cc:54:61: warning: 'is_real_type' is deprecated
      [-Wdeprecated-declarations]
  ...|| ! (args(i).is_complex_type () || args(i).is_real_type ())
                                                 ^
/Applications/Octave-4.4.0.app/Contents/Resources/usr/Cellar/octave-octave-app_4.4.0/4.4.0/include/octave-4.4.0/octave/ov.h:706:3:
 note:
      'is_real_type' has been explicitly marked deprecated here
  OCTAVE_DEPRECATED (4.4, "use 'isreal' instead")
  ^
/Applications/Octave-4.4.0.app/Contents/Resources/usr/Cellar/octave-octave-app_4.4.0/4.4.0/include/octave-4.4.0/octave/octave-config.h:73:59:
 note:
      expanded from macro 'OCTAVE_DEPRECATED'
#      define OCTAVE_DEPRECATED(ver, msg) __attribute__ ((__deprecat...
                                                          ^
In file included from __control_helper_functions__.cc:7:
./lti_input_idx.cc:63:55: warning: 'is_cell' is deprecated
      [-Wdeprecated-declarations]
  if (nargin == 1 && args(0).is_defined () && args(0).is_cell ())
                                                      ^
/Applications/Octave-4.4.0.app/Contents/Resources/usr/Cellar/octave-octave-app_4.4.0/4.4.0/include/octave-4.4.0/octave/ov.h:539:3:
 note:
      'is_cell' has been explicitly marked deprecated here
  OCTAVE_DEPRECATED (4.4, "use 'iscell' instead")
  ^
/Applications/Octave-4.4.0.app/Contents/Resources/usr/Cellar/octave-octave-app_4.4.0/4.4.0/include/octave-4.4.0/octave/octave-config.h:73:59:
 note:
      expanded from macro 'OCTAVE_DEPRECATED'
#      define OCTAVE_DEPRECATED(ver, msg) __attribute__ ((__deprecat...
                                                          ^
In file included from __control_helper_functions__.cc:7:
./lti_input_idx.cc:90:45: warning: 'is_object' is deprecated
      [-Wdeprecated-declarations]
        && args(0).cell_value().elem(idx-1).is_object ())
                                            ^
/Applications/Octave-4.4.0.app/Contents/Resources/usr/Cellar/octave-octave-app_4.4.0/4.4.0/include/octave-4.4.0/octave/ov.h:611:3:
 note:
      'is_object' has been explicitly marked deprecated here
  OCTAVE_DEPRECATED (4.4, "use 'isobject' instead")
  ^
/Applications/Octave-4.4.0.app/Contents/Resources/usr/Cellar/octave-octave-app_4.4.0/4.4.0/include/octave-4.4.0/octave/octave-config.h:73:59:
 note:
      expanded from macro 'OCTAVE_DEPRECATED'
#      define OCTAVE_DEPRECATED(ver, msg) __attribute__ ((__deprecat...
                                                          ^
In file included from __control_helper_functions__.cc:9:
./nfields2.cc:15:30: warning: 'is_map' is deprecated
      [-Wdeprecated-declarations]
  if (nargin == 1 && args(0).is_map ())
                             ^
/Applications/Octave-4.4.0.app/Contents/Resources/usr/Cellar/octave-octave-app_4.4.0/4.4.0/include/octave-4.4.0/octave/ov.h:592:3:
 note:
      'is_map' has been explicitly marked deprecated here
  OCTAVE_DEPRECATED (4.4, "use 'isstruct' instead")
  ^
/Applications/Octave-4.4.0.app/Contents/Resources/usr/Cellar/octave-octave-app_4.4.0/4.4.0/include/octave-4.4.0/octave/octave-config.h:73:59:
 note:
      expanded from macro 'OCTAVE_DEPRECATED'
#      define OCTAVE_DEPRECATED(ver, msg) __attribute__ ((__deprecat...
                                                          ^
17 warnings generated.
tar -xzf slicot.tar.gz
/Applications/Octave-4.4.0.app/Contents/Resources/usr/Cellar/octave-octave-app_4.4.0/4.4.0/bin/mkoctfile-4.4.0
 __control_helper_functions__.cc
mkdir sltmp
mv slicot/src/*.f ./sltmp
mv slicot/src_aux/*.f ./sltmp
cp TG04BX.fortran ./sltmp/TG04BX.f
cp TB01ZD.fortran ./sltmp/TB01ZD.f
cd sltmp; 
/Applications/Octave-4.4.0.app/Contents/Resources/usr/Cellar/octave-octave-app_4.4.0/4.4.0/bin/mkoctfile-4.4.0
 -c *.f

pkg: error running `make' for the control package.
error: called from
    configure_make at line 95 column 9
    install at line 184 column 7
    pkg at line 437 column 9 “


Thank you

Mohammed

---------------------------------------
Mohammed Elmusrati, Full Professor
Head of Communications and Systems Eng. Group
Faculty of Technology
University of Vaasa
Visiting Professor at Aalto University
Phone: +358 50 4003763
Website: www.uwasa.fi/~moel



> On 2 Jul 2018, at 00:11, Sebastian Schöps <address@hidden> wrote:
> 
> elmusrati wrote
>> “pkg: error running `make' for the control package.
>> error: called from
>>    configure_make at line 95 column 9
>>    install at line 184 column 7
>>    pkg at line 437 column 9”
> 
> I just tried to install the control package and it worked fine (Octave.app
> beta3, macOS 10.13.5). You can check where make breaks by 'pkg install
> -verbose -forge control' and report here what causes the problem.
> 
> 
> elmusrati wrote
>> I have installed octave4.4 also using brew (over terminal). Do I need to
>> remove it? 
> 
> No, that should be independent.
> 
> 
> 
> --
> Sent from: 
> http://octave.1599824.n4.nabble.com/Octave-Maintainers-f1638794.html
> 




reply via email to

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