octave-maintainers
[Top][All Lists]
Advanced

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

Re: macOS 4.4.0 DMG (beta2) ready for testing


From: sshah
Subject: Re: macOS 4.4.0 DMG (beta2) ready for testing
Date: Thu, 12 Jul 2018 20:30:24 -0700 (MST)

I am on mac os 10.13.6.

I have the octave version 4.4.0_2 installed using homebrew.   It has
control, signal, parallel, struct, quaternion packages installed.  They get
loaded in .octaverc

For the App, after uninstalling all packages, I can install struct, parallel
and quaternion.  They run fine. 

I set F77 using setenv command. 

 --------------------
>> setenv('F77','/Applications/Octave-4.4.0.app/Contents/Resources/usr/bin/gfortran')
>> pkg install -forge control
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).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: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__ ((__deprecated__))
                                                          ^
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__ ((__deprecated__))
                                                          ^
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).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: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__ ((__deprecated__))
                                                          ^
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__ ((__deprecated__))
                                                          ^
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__ ((__deprecated__))
                                                          ^
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__ ((__deprecated__))
                                                          ^
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).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: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__ ((__deprecated__))
                                                          ^
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__ ((__deprecated__))
                                                          ^
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<built-in>:
internal compiler error: Illegal instruction: 4
: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__ ((__deprecated__))
                                                          ^
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).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: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__ ((__deprecated__))
                                                          ^
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 ())
                                                            ^
libbacktrace could not find executable to open
/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__ ((__deprecated__))
                                                          ^
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.hPlease
submit a full bug report,
with preprocessed source if appropriate.
:726:3: See <https://github.com/Homebrew/homebrew-core/issues> for
instructions.
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__ ((__deprecated__))
                                                          ^
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).is_real_type
())make:
*** [slicotlibrary.a] Error 1                              ^

/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:
make: *** Waiting for unfinished jobs....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__ ((__deprecated__))
                                                          ^
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__ ((__deprecated__))
                                                          ^
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__ ((__deprecated__))
                                                          ^
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__ ((__deprecated__))
                                                          ^
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__ ((__deprecated__))
                                                          ^
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


--------------------

Hope that helps.









--
Sent from: http://octave.1599824.n4.nabble.com/Octave-Maintainers-f1638794.html



reply via email to

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