Viv Kendon wrote:
[]
error: `dispatch' undefined near line 2 column 1
error: near line 2 of file `/sw/share/octave/2.1.71/site/m/octave-forge/comm//PKG_ADD' error: source: error sourcing file `/sw/share/octave/2.1.71/site/m/octave-forge/comm//PKG_ADD'
octave:1>
[]
 b = rand (3, 2);
error: `rand' undefined near line 1 column 5
error: evaluating assignment expression near line 1, column 3

and later,

 x = lsode ("f", x0, t);
error: `lsode' undefined near line 1 column 5
error: evaluating assignment expression near line 1, column 3

I can reproduce these same errors if I move the whole directory /sw/lib/octave out of the way. This directory has the following structure:

% tree /sw/lib/octave  -L 3
/sw/lib/octave
|-- 2.1.71
|   |-- exec
|   |   `-- powerpc-apple-darwin
|   |-- oct
|   |   `-- powerpc-apple-darwin
|   `-- site
|       |-- exec
|       `-- oct
|-- ls-R
`-- site
    |-- exec
    |   `-- powerpc-apple-darwin
    `-- oct
        |-- api-v13
        `-- powerpc-apple-darwin

Do you have the same or something else?

As for its size, I have

% du -k /sw/lib/octave
8       /sw/lib/octave/2.1.71/exec/powerpc-apple-darwin
8       /sw/lib/octave/2.1.71/exec
55004   /sw/lib/octave/2.1.71/oct/powerpc-apple-darwin
55004   /sw/lib/octave/2.1.71/oct
28      /sw/lib/octave/2.1.71/site/exec/powerpc-apple-darwin
28      /sw/lib/octave/2.1.71/site/exec
142376  /sw/lib/octave/2.1.71/site/oct/powerpc-apple-darwin/octave-forge
142376  /sw/lib/octave/2.1.71/site/oct/powerpc-apple-darwin
142376  /sw/lib/octave/2.1.71/site/oct
142404  /sw/lib/octave/2.1.71/site
197416  /sw/lib/octave/2.1.71
0       /sw/lib/octave/site/exec/powerpc-apple-darwin
0       /sw/lib/octave/site/exec
0       /sw/lib/octave/site/oct/api-v13/powerpc-apple-darwin
0       /sw/lib/octave/site/oct/api-v13
0       /sw/lib/octave/site/oct/powerpc-apple-darwin
0       /sw/lib/octave/site/oct
0       /sw/lib/octave/site
197420  /sw/lib/octave

--
Martin



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to