GNU Octave, version 4.0.0 Copyright (C) 2015 John W. Eaton and others. This is free software; see the source code for copying conditions. There is ABSOLUTELY NO WARRANTY; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, type 'warranty'. Octave was configured for "i686-w64-mingw32". Additional information about Octave is available at http://www.octave.org. Please contribute if you find this software useful. For more information, visit http://www.octave.org/get-involved.html Read http://www.octave.org/bugs.html to learn how to submit bug reports. For information about changes from previous versions, type 'news'. >> build_packages ## cd to script directory as the packages files are in the same place packagedir = fileparts (mfilename ("fullpathext")); if length (packagedir) > 0 cd (packagedir); endif; cd (packagedir); ## helper function to try install a package, and recover function try_install (pkgname) currdir = pwd (); try pkg ('install', pkgname, '-noauto') catch err warning (err.identifier, err.message); end_try_catch; cd (currdir); endfunction; ; ## install the packages try_install ('general-1.3.4.tar.gz') warning: creating installation directory C:\Octave\Octave-4.0.0\share\octave\packages warning: file general-1.3.4.tar.gz does not exist try_install ('miscellaneous-1.2.1.tar.gz') try_install ('struct-1.0.11.tar.gz') For information about changes from previous versions of the struct package, run 'news struct'. try_install ('optim-1.4.1.tar.gz') For information about changes from previous versions of the optim package, run 'news optim'. try_install ('specfun-1.1.0.tar.gz') For information about changes from previous versions of the specfun package, run 'news specfun'. try_install ('control-2.8.1.tar.gz') For information about changes from previous versions of the control package, run 'news control'. try_install ('signal-1.3.1.tar.gz') warning: file signal-1.3.1.tar.gz does not exist try_install ('communications-1.2.1.tar.gz') try_install ('image-2.4.0.tar.gz') For information about changes from previous versions of the image package, run 'news image'. try_install ('io-2.2.7.tar.gz') warning: (Automatic loading of spreadsheet I/O Java classlibs failed) warning: Couldn't remove spreadsheet I/O javaclasspath entries while unloading io pkg For information about changes from previous versions of the io package, run 'news io'. try_install ('statistics-1.2.4.tar.gz') For information about changes from previous versions of the statistics package, run 'news statistics'. try_install ('geometry-2.0.0.tar.gz') warning: addpath: C:\Octave\Octave-4.0.0\share\octave\packages\C:\Octave\Octave-4.0.0\share\octave\packages\ geometry-2.0.0\geom2d: No such file or directory warning: addpath: C:\Octave\Octave-4.0.0\share\octave\packages\C:\Octave\Octave-4.0.0\share\octave\packages\ geometry-2.0.0\io: No such file or directory warning: addpath: C:\Octave\Octave-4.0.0\share\octave\packages\C:\Octave\Octave-4.0.0\share\octave\packages\ geometry-2.0.0\polygons2d: No such file or directory warning: addpath: C:\Octave\Octave-4.0.0\share\octave\packages\C:\Octave\Octave-4.0.0\share\octave\packages\ geometry-2.0.0\shape2d: No such file or directory warning: addpath: C:\Octave\Octave-4.0.0\share\octave\packages\C:\Octave\Octave-4.0.0\share\octave\packages\ geometry-2.0.0\graphs: No such file or directory warning: addpath: C:\Octave\Octave-4.0.0\share\octave\packages\C:\Octave\Octave-4.0.0\share\octave\packages\ geometry-2.0.0\geom3d: No such file or directory warning: addpath: C:\Octave\Octave-4.0.0\share\octave\packages\C:\Octave\Octave-4.0.0\share\octave\packages\ geometry-2.0.0\meshes3d: No such file or directory warning: addpath: C:\Octave\Octave-4.0.0\share\octave\packages\C:\Octave\Octave-4.0.0\share\octave\packages\ geometry-2.0.0\polynomialCurves2d: No such file or directory warning: rmpath: C:\Octave\Octave-4.0.0\share\octave\packagesC:\Octave\Octave-4.0.0\share\octave\packages\ge ometry-2.0.0\geom2d: not found warning: rmpath: C:\Octave\Octave-4.0.0\share\octave\packagesC:\Octave\Octave-4.0.0\share\octave\packages\ge ometry-2.0.0\io: not found warning: rmpath: C:\Octave\Octave-4.0.0\share\octave\packagesC:\Octave\Octave-4.0.0\share\octave\packages\ge ometry-2.0.0\polygons2d: not found warning: rmpath: C:\Octave\Octave-4.0.0\share\octave\packagesC:\Octave\Octave-4.0.0\share\octave\packages\ge ometry-2.0.0\shape2d: not found warning: rmpath: C:\Octave\Octave-4.0.0\share\octave\packagesC:\Octave\Octave-4.0.0\share\octave\packages\ge ometry-2.0.0\graphs: not found warning: rmpath: C:\Octave\Octave-4.0.0\share\octave\packagesC:\Octave\Octave-4.0.0\share\octave\packages\ge ometry-2.0.0\geom3d: not found warning: rmpath: C:\Octave\Octave-4.0.0\share\octave\packagesC:\Octave\Octave-4.0.0\share\octave\packages\ge ometry-2.0.0\meshes3d: not found warning: rmpath: C:\Octave\Octave-4.0.0\share\octave\packagesC:\Octave\Octave-4.0.0\share\octave\packages\ge ometry-2.0.0\polynomialCurves2d: not found For information about changes from previous versions of the geometry package, run 'news geometry'. try_install ('windows-1.2.1.tar.gz') For information about changes from previous versions of the windows package, run 'news windows'. try_install ('odepkg-0.8.5.tar.gz') For information about changes from previous versions of the odepkg package, run 'news odepkg'. try_install ('linear-algebra-2.2.2.tar.gz') For information about changes from previous versions of the linear-algebra package, run 'news linear-algebra '. try_install ('sockets-1.2.0.tar.gz') For information about changes from previous versions of the sockets package, run 'news sockets'. try_install ('zenity-0.5.7.tar.gz') try_install ('data-smoothing-1.3.0.tar.gz') For information about changes from previous versions of the data-smoothing package, run 'news data-smoothing '. try_install ('fuzzy-logic-toolkit-0.4.5.tar.gz') For information about changes from previous versions of the fuzzy-logic-toolkit package, run 'news fuzzy-log ic-toolkit'. try_install ('quaternion-2.4.0.tar.gz') For information about changes from previous versions of the quaternion package, run 'news quaternion'. try_install ('fits-1.0.5.tar.gz') For information about changes from previous versions of the fits package, run 'news fits'. try_install ('fl-core-1.0.0.tar.gz') try_install ('tsa-4.2.9.tar.gz') warning: function C:\Octave\Octave-4.0.0\share\octave\packages\tsa-4.2.9\detrend.m shadows a core library fu nction For information about changes from previous versions of the tsa package, run 'news tsa'. try_install ('dicom-0.1.1.tar.gz') try_install ('netcdf-1.0.6.tar.gz') For information about changes from previous versions of the netcdf package, run 'news netcdf'. try_install ('ltfat-2.1.0.tar.gz') integer_manip.c: In function 'nextPow2': integer_manip.c:169:9: warning: right shift count >= width of type (x) = ((x)>>32) | (x); ^ C:\Octave\Octave-4.0.0\bin\ar.exe: creating libltfat.a C:\Octave\Octave-4.0.0\bin\ar.exe: creating libltfatf.a For information about changes from previous versions of the ltfat package, run 'news ltfat'. try_install ('database-2.3.2.tar.gz') For information about changes from previous versions of the database package, run 'news database'. try_install ('instrument-control-0.2.1.tar.gz') For information about changes from previous versions of the instrument-control package, run 'news instrument -control'. try_install ('generate_html-0.1.8.tar.gz') For information about changes from previous versions of the generate_html package, run 'news generate_html'. try_install ('financial-0.4.0.tar.gz') For information about changes from previous versions of the financial package, run 'news financial'. try_install ('stk-2.3.0.tar.gz') For information about changes from previous versions of the stk package, run 'news stk'. try_install ('splines-1.2.8.tar.gz') For information about changes from previous versions of the splines package, run 'news splines'. try_install ('dataframe-1.1.0.tar.gz') For information about changes from previous versions of the dataframe package, run 'news dataframe'. try_install ('lssa-0.1.2.tar.gz') For information about changes from previous versions of the lssa package, run 'news lssa'. try_install ('queueing-1.2.3.tar.gz') For information about changes from previous versions of the queueing package, run 'news queueing'. try_install ('nurbs-1.3.9.tar.gz') For information about changes from previous versions of the nurbs package, run 'news nurbs'. try_install ('octcdf-1.1.8.tar.gz') For information about changes from previous versions of the octcdf package, run 'news octcdf'. try_install ('strings-1.1.0.tar.gz') For information about changes from previous versions of the strings package, run 'news strings'. try_install ('ga-0.10.0.tar.gz') warning: using continuation marker \ outside of double quoted strings is deprecated and will be removed in a future version of Octave; near line 29 of file 'C:\Octave\Octave-4.0.0\share\octave\packages\ga-0.10.0\__ga _crossoverfcn__.m' warning: using continuation marker \ outside of double quoted strings is deprecated and will be removed in a future version of Octave; near line 29 of file 'C:\Octave\Octave-4.0.0\share\octave\packages\ga-0.10.0\__ga _initial_population__.m' warning: using continuation marker \ outside of double quoted strings is deprecated and will be removed in a future version of Octave; near line 32 of file 'C:\Octave\Octave-4.0.0\share\octave\packages\ga-0.10.0\__ga _initial_population__.m' warning: using continuation marker \ outside of double quoted strings is deprecated and will be removed in a future version of Octave; near line 43 of file 'C:\Octave\Octave-4.0.0\share\octave\packages\ga-0.10.0\__ga _initial_population__.m' warning: using continuation marker \ outside of double quoted strings is deprecated and will be removed in a future version of Octave; near line 49 of file 'C:\Octave\Octave-4.0.0\share\octave\packages\ga-0.10.0\__ga _initial_population__.m' warning: using continuation marker \ outside of double quoted strings is deprecated and will be removed in a future version of Octave; near line 51 of file 'C:\Octave\Octave-4.0.0\share\octave\packages\ga-0.10.0\__ga _initial_population__.m' warning: using continuation marker \ outside of double quoted strings is deprecated and will be removed in a future version of Octave; near line 19 of file 'C:\Octave\Octave-4.0.0\share\octave\packages\ga-0.10.0\__ga _mutationfcn__.m' warning: using continuation marker \ outside of double quoted strings is deprecated and will be removed in a future version of Octave; near line 23 of file 'C:\Octave\Octave-4.0.0\share\octave\packages\ga-0.10.0\__ga _mutationfcn__.m' warning: using continuation marker \ outside of double quoted strings is deprecated and will be removed in a future version of Octave; near line 29 of file 'C:\Octave\Octave-4.0.0\share\octave\packages\ga-0.10.0\__ga _problem__.m' warning: using continuation marker \ outside of double quoted strings is deprecated and will be removed in a future version of Octave; near line 48 of file 'C:\Octave\Octave-4.0.0\share\octave\packages\ga-0.10.0\__ga _problem__.m' warning: using continuation marker \ outside of double quoted strings is deprecated and will be removed in a future version of Octave; near line 49 of file 'C:\Octave\Octave-4.0.0\share\octave\packages\ga-0.10.0\__ga _problem__.m' warning: using continuation marker \ outside of double quoted strings is deprecated and will be removed in a future version of Octave; near line 55 of file 'C:\Octave\Octave-4.0.0\share\octave\packages\ga-0.10.0\__ga _problem__.m' warning: using continuation marker \ outside of double quoted strings is deprecated and will be removed in a future version of Octave; near line 60 of file 'C:\Octave\Octave-4.0.0\share\octave\packages\ga-0.10.0\__ga _problem__.m' warning: using continuation marker \ outside of double quoted strings is deprecated and will be removed in a future version of Octave; near line 61 of file 'C:\Octave\Octave-4.0.0\share\octave\packages\ga-0.10.0\__ga _problem__.m' warning: using continuation marker \ outside of double quoted strings is deprecated and will be removed in a future version of Octave; near line 70 of file 'C:\Octave\Octave-4.0.0\share\octave\packages\ga-0.10.0\__ga _problem__.m' warning: using continuation marker \ outside of double quoted strings is deprecated and will be removed in a future version of Octave; near line 71 of file 'C:\Octave\Octave-4.0.0\share\octave\packages\ga-0.10.0\__ga _problem__.m' warning: using continuation marker \ outside of double quoted strings is deprecated and will be removed in a future version of Octave; near line 86 of file 'C:\Octave\Octave-4.0.0\share\octave\packages\ga-0.10.0\__ga _problem__.m' warning: using continuation marker \ outside of double quoted strings is deprecated and will be removed in a future version of Octave; near line 21 of file 'C:\Octave\Octave-4.0.0\share\octave\packages\ga-0.10.0\__ga _problem_private_state__.m' warning: using continuation marker \ outside of double quoted strings is deprecated and will be removed in a future version of Octave; near line 24 of file 'C:\Octave\Octave-4.0.0\share\octave\packages\ga-0.10.0\__ga _problem_private_state__.m' warning: using continuation marker \ outside of double quoted strings is deprecated and will be removed in a future version of Octave; near line 25 of file 'C:\Octave\Octave-4.0.0\share\octave\packages\ga-0.10.0\__ga _problem_private_state__.m' warning: using continuation marker \ outside of double quoted strings is deprecated and will be removed in a future version of Octave; near line 33 of file 'C:\Octave\Octave-4.0.0\share\octave\packages\ga-0.10.0\__ga _problem_private_state__.m' warning: using continuation marker \ outside of double quoted strings is deprecated and will be removed in a future version of Octave; near line 35 of file 'C:\Octave\Octave-4.0.0\share\octave\packages\ga-0.10.0\__ga _problem_private_state__.m' warning: using continuation marker \ outside of double quoted strings is deprecated and will be removed in a future version of Octave; near line 37 of file 'C:\Octave\Octave-4.0.0\share\octave\packages\ga-0.10.0\__ga _problem_private_state__.m' warning: using continuation marker \ outside of double quoted strings is deprecated and will be removed in a future version of Octave; near line 38 of file 'C:\Octave\Octave-4.0.0\share\octave\packages\ga-0.10.0\__ga _problem_private_state__.m' warning: using continuation marker \ outside of double quoted strings is deprecated and will be removed in a future version of Octave; near line 41 of file 'C:\Octave\Octave-4.0.0\share\octave\packages\ga-0.10.0\__ga _problem_private_state__.m' warning: using continuation marker \ outside of double quoted strings is deprecated and will be removed in a future version of Octave; near line 43 of file 'C:\Octave\Octave-4.0.0\share\octave\packages\ga-0.10.0\__ga _problem_private_state__.m' warning: using continuation marker \ outside of double quoted strings is deprecated and will be removed in a future version of Octave; near line 44 of file 'C:\Octave\Octave-4.0.0\share\octave\packages\ga-0.10.0\__ga _problem_private_state__.m' warning: using continuation marker \ outside of double quoted strings is deprecated and will be removed in a future version of Octave; near line 19 of file 'C:\Octave\Octave-4.0.0\share\octave\packages\ga-0.10.0\__ga _problem_return_variables__.m' warning: using continuation marker \ outside of double quoted strings is deprecated and will be removed in a future version of Octave; near line 21 of file 'C:\Octave\Octave-4.0.0\share\octave\packages\ga-0.10.0\__ga _problem_state_selection__.m' warning: using continuation marker \ outside of double quoted strings is deprecated and will be removed in a future version of Octave; near line 22 of file 'C:\Octave\Octave-4.0.0\share\octave\packages\ga-0.10.0\__ga _problem_state_selection__.m' warning: using continuation marker \ outside of double quoted strings is deprecated and will be removed in a future version of Octave; near line 24 of file 'C:\Octave\Octave-4.0.0\share\octave\packages\ga-0.10.0\__ga _problem_state_selection__.m' warning: using continuation marker \ outside of double quoted strings is deprecated and will be removed in a future version of Octave; near line 25 of file 'C:\Octave\Octave-4.0.0\share\octave\packages\ga-0.10.0\__ga _problem_state_selection__.m' warning: using continuation marker \ outside of double quoted strings is deprecated and will be removed in a future version of Octave; near line 26 of file 'C:\Octave\Octave-4.0.0\share\octave\packages\ga-0.10.0\__ga _problem_state_selection__.m' warning: using continuation marker \ outside of double quoted strings is deprecated and will be removed in a future version of Octave; near line 19 of file 'C:\Octave\Octave-4.0.0\share\octave\packages\ga-0.10.0\__ga _problem_update_state_at_each_generation__.m' warning: using continuation marker \ outside of double quoted strings is deprecated and will be removed in a future version of Octave; near line 23 of file 'C:\Octave\Octave-4.0.0\share\octave\packages\ga-0.10.0\__ga _problem_update_state_at_each_generation__.m' warning: using continuation marker \ outside of double quoted strings is deprecated and will be removed in a future version of Octave; near line 30 of file 'C:\Octave\Octave-4.0.0\share\octave\packages\ga-0.10.0\__ga _problem_update_state_at_each_generation__.m' warning: using continuation marker \ outside of double quoted strings is deprecated and will be removed in a future version of Octave; near line 38 of file 'C:\Octave\Octave-4.0.0\share\octave\packages\ga-0.10.0\__ga _problem_update_state_at_each_generation__.m' warning: using continuation marker \ outside of double quoted strings is deprecated and will be removed in a future version of Octave; near line 20 of file 'C:\Octave\Octave-4.0.0\share\octave\packages\ga-0.10.0\__ga _selectionfcn__.m' warning: using continuation marker \ outside of double quoted strings is deprecated and will be removed in a future version of Octave; near line 27 of file 'C:\Octave\Octave-4.0.0\share\octave\packages\ga-0.10.0\__ga _stop__.m' warning: using continuation marker \ outside of double quoted strings is deprecated and will be removed in a future version of Octave; near line 30 of file 'C:\Octave\Octave-4.0.0\share\octave\packages\ga-0.10.0\__ga _stop__.m' warning: using continuation marker \ outside of double quoted strings is deprecated and will be removed in a future version of Octave; near line 33 of file 'C:\Octave\Octave-4.0.0\share\octave\packages\ga-0.10.0\__ga _stop__.m' warning: using continuation marker \ outside of double quoted strings is deprecated and will be removed in a future version of Octave; near line 30 of file 'C:\Octave\Octave-4.0.0\share\octave\packages\ga-0.10.0\cros soverscattered.m' warning: using continuation marker \ outside of double quoted strings is deprecated and will be removed in a future version of Octave; near line 32 of file 'C:\Octave\Octave-4.0.0\share\octave\packages\ga-0.10.0\cros soverscattered.m' warning: using continuation marker \ outside of double quoted strings is deprecated and will be removed in a future version of Octave; near line 35 of file 'C:\Octave\Octave-4.0.0\share\octave\packages\ga-0.10.0\cros soverscattered.m' warning: using continuation marker \ outside of double quoted strings is deprecated and will be removed in a future version of Octave; near line 26 of file 'C:\Octave\Octave-4.0.0\share\octave\packages\ga-0.10.0\fits calingrank.m' warning: using continuation marker \ outside of double quoted strings is deprecated and will be removed in a future version of Octave; near line 27 of file 'C:\Octave\Octave-4.0.0\share\octave\packages\ga-0.10.0\fits calingrank.m' warning: using continuation marker \ outside of double quoted strings is deprecated and will be removed in a future version of Octave; near line 76 of file 'C:\Octave\Octave-4.0.0\share\octave\packages\ga-0.10.0\ga.m ' warning: using continuation marker \ outside of double quoted strings is deprecated and will be removed in a future version of Octave; near line 43 of file 'C:\Octave\Octave-4.0.0\share\octave\packages\ga-0.10.0\gacr eationuniform.m' warning: using continuation marker \ outside of double quoted strings is deprecated and will be removed in a future version of Octave; near line 49 of file 'C:\Octave\Octave-4.0.0\share\octave\packages\ga-0.10.0\gacr eationuniform.m' warning: using continuation marker \ outside of double quoted strings is deprecated and will be removed in a future version of Octave; near line 50 of file 'C:\Octave\Octave-4.0.0\share\octave\packages\ga-0.10.0\gacr eationuniform.m' warning: using continuation marker \ outside of double quoted strings is deprecated and will be removed in a future version of Octave; near line 51 of file 'C:\Octave\Octave-4.0.0\share\octave\packages\ga-0.10.0\gacr eationuniform.m' warning: using continuation marker \ outside of double quoted strings is deprecated and will be removed in a future version of Octave; near line 19 of file 'C:\Octave\Octave-4.0.0\share\octave\packages\ga-0.10.0\muta tiongaussian.m' warning: using continuation marker \ outside of double quoted strings is deprecated and will be removed in a future version of Octave; near line 23 of file 'C:\Octave\Octave-4.0.0\share\octave\packages\ga-0.10.0\muta tiongaussian.m' warning: using continuation marker \ outside of double quoted strings is deprecated and will be removed in a future version of Octave; near line 41 of file 'C:\Octave\Octave-4.0.0\share\octave\packages\ga-0.10.0\muta tiongaussian.m' warning: using continuation marker \ outside of double quoted strings is deprecated and will be removed in a future version of Octave; near line 45 of file 'C:\Octave\Octave-4.0.0\share\octave\packages\ga-0.10.0\muta tiongaussian.m' warning: using continuation marker \ outside of double quoted strings is deprecated and will be removed in a future version of Octave; near line 46 of file 'C:\Octave\Octave-4.0.0\share\octave\packages\ga-0.10.0\muta tiongaussian.m' For information about changes from previous versions of the ga package, run 'news ga'. endscript; >> ∙