[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Octave-4 not loading all my packages
From: |
Terry Duell |
Subject: |
Octave-4 not loading all my packages |
Date: |
Thu, 24 Dec 2015 15:19:03 +1100 |
User-agent: |
Opera Mail/12.16 (Linux) |
Hello All,
Here is a little problem I have had for a while now, which I have been
unable to fix.
My .octaverc file is meant to load all my packages, but doesn't.
When I start Octave I get some error messages related to that, but it
isn't obvious to me what I need to do to correct things.
Here is my .octaverc file, the start up message from Octave, and the
result of a 'pkg list' command.
I am probably overlooking something obvious.
Any help will be much appreciated.
This is my .octaverc file
-------------------------
## Begin savepath auto-created section, do not edit
addpath ('/home/terry/Myoctave:/home/terry/octave');
## End savepath auto-created section
pkg load control
pkg load general
pkg load gnuplot
pkg load image
pkg load io
pkg load linear-algebra
pkg load miscellaneous
pkg load odepkg
pkg load optim
pkg load plot
pkg load signal
pkg load specfun
pkg load statistics
pkg load struct
pkg load data-smoothing
pkg load geometry
pkg load java
pkg load integration
This is the message when Octave starts
--------------------------------------
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 "x86_64-redhat-linux-gnu".
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'.
warning: function /home/terry/octave/plot-1.1.0/zoom.m shadows a core
library function
warning: called from
load_packages_and_dependencies at line 47 column 5
load_packages at line 60 column 3
pkg at line 422 column 7
/usr/share/octave/4.0.0/m/startup/octaverc at line 20 column 1
warning: function /home/terry/octave/java-1.2.9/javamem.m shadows a core
library function
warning: function /home/terry/octave/java-1.2.9/listdlg.m shadows a core
library function
warning: function /home/terry/octave/java-1.2.9/javafields.m shadows a
core library function
warning: function /home/terry/octave/java-1.2.9/inputdlg.m shadows a core
library function
warning: function /home/terry/octave/java-1.2.9/questdlg.m shadows a core
library function
warning: function /home/terry/octave/java-1.2.9/javaaddpath.m shadows a
core library function
warning: function /home/terry/octave/java-1.2.9/javamethods.m shadows a
core library function
warning: function /home/terry/octave/java-1.2.9/javaArray.m shadows a core
library function
warning: function /home/terry/octave/java-1.2.9/warndlg.m shadows a core
library function
warning: function /home/terry/octave/java-1.2.9/javarmpath.m shadows a
core library function
warning: function /home/terry/octave/java-1.2.9/errordlg.m shadows a core
library function
warning: function /home/terry/octave/java-1.2.9/javaclasspath.m shadows a
core library function
warning: function /home/terry/octave/java-1.2.9/msgbox.m shadows a core
library function
warning: function /home/terry/octave/java-1.2.9/helpdlg.m shadows a core
library function
error: __which__:
/home/terry/octave/image-2.4.1/x86_64-redhat-linux-gnu-api-v50+/bwconncomp.oct:
failed to load:
/home/terry/octave/image-2.4.1/x86_64-redhat-linux-gnu-api-v50+/bwconncomp.oct:
undefined symbol: _ZNK5ArrayISsE17resize_fill_valueEv
error: called from
which at line 31 column 7
/home/terry/octave/image-2.4.1/x86_64-redhat-linux-gnu-api-v50+/PKG_ADD
at line 2 column 1
load_packages_and_dependencies at line 47 column 5
load_packages at line 60 column 3
pkg at line 422 column 7
/home/terry/.octaverc at line 7 column 2
error: evaluating argument list element number 2
error: called from
/home/terry/octave/image-2.4.1/x86_64-redhat-linux-gnu-api-v50+/PKG_ADD
at line 2 column 1
load_packages_and_dependencies at line 47 column 5
load_packages at line 60 column 3
pkg at line 422 column 7
/home/terry/.octaverc at line 7 column 2
The result of 'pkg list' command
--------------------------------
pkg list
Package Name | Version | Installation directory
----------------+---------+-----------------------
control *| 2.8.3 | /home/terry/octave/control-2.8.3
data-smoothing | 1.3.0 | /home/terry/octave/data-smoothing-1.3.0
general *| 2.0.0 | /home/terry/octave/general-2.0.0
geometry | 2.0.0 | /home/terry/octave/geometry-2.0.0
gnuplot *| 1.0.1 | /home/terry/octave/gnuplot-1.0.1
image *| 2.4.1 | /home/terry/octave/image-2.4.1
integration | 1.0.7 | /home/terry/octave/integration-1.0.7
io | 2.2.9 | /home/terry/octave/io-2.2.9
java *| 1.2.9 | /home/terry/octave/java-1.2.9
linear-algebra | 2.2.2 | /home/terry/octave/linear-algebra-2.2.2
miscellaneous | 1.2.1 | /home/terry/octave/miscellaneous-1.2.1
odepkg | 0.8.5 | /home/terry/octave/odepkg-0.8.5
optim | 1.4.1 | /home/terry/octave/optim-1.4.1
plot *| 1.1.0 | /home/terry/octave/plot-1.1.0
signal | 1.3.2 | /home/terry/octave/signal-1.3.2
specfun | 1.1.0 | /home/terry/octave/specfun-1.1.0
statistics | 1.2.4 | /home/terry/octave/statistics-1.2.4
struct | 1.0.11 | /home/terry/octave/struct-1.0.11
Cheers,
--
Regards,
Terry Duell
- Octave-4 not loading all my packages,
Terry Duell <=