installing packages

Thomas Treichl Thomas.Treichl at gmx.net
Sun Jul 5 14:34:23 CDT 2009


David Woodburn schrieb:
> I keep getting the following error when installing certain pkgs:
> 
>     octave-3.2.0:27> pkg install multicore-0.2.15.tar.gz
>     A(I): Index exceeds matrix dimension.
>     error: called from `pkg>install' in file
>     /Applications/Octave.app/Contents/Resources/share/octave/3.2.0/m/pkg/pkg.m
>     near line 613, column 12
>     error: called from:
>     error:  
>     /Applications/Octave.app/Contents/Resources/share/octave/3.2.0/m/pkg/pkg.m
>     at line 658, column 5
>     error:  
>     /Applications/Octave.app/Contents/Resources/share/octave/3.2.0/m/pkg/pkg.m
>     at line 287, column 7
> 
> However, I have been able to install other packages, so I know I have 
> enough for general package installation.
> 
> David Woodburn

Hi David,

I can't reproduce the problem - here is what I see on a i386 10.4.x MacOSX system:

   octave-3.2.0:1> pkg install -verbose multicore-0.2.15.tar.gz
   mkdir (/var/tmp/oct-ieH2sJ)
   untar (multicore-0.2.15.tar.gz, /var/tmp/oct-ieH2sJ)
   mkoctfile --mex existfile.c
   copyfile /var/tmp/oct-ieH2sJ/multicore-0.2.15/src/existfile.mex
   /var/tmp/oct-ieH2sJ/multicore-0.2.15/inst/i386-apple-darwin8.11.1-api-v37
   octave-3.2.0:2> pkg list
   Package Name  | Version | Installation directory
   --------------+---------+-----------------------
      multicore *|  0.2.15 | .../Resources/share/octave/packages/multicore-0.2.15

Can you try to use the '-verbose' flag - maybe we can just see something else 
that is going wrong?

   Thomas


More information about the Bug-octave mailing list