octave-maintainers
[Top][All Lists]
Advanced

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

Re: installing pkgs in 3.6.1-rc0


From: Michael Goffioul
Subject: Re: installing pkgs in 3.6.1-rc0
Date: Fri, 10 Feb 2012 23:22:46 +0000

On Fri, Feb 10, 2012 at 6:58 PM, Doug Stewart <address@hidden> wrote:
> GNU Octave Version 3.6.1-rc0
> GNU Octave License: GNU General Public License
> Operating System: Linux 2.6.32-38-generic #83-Ubuntu SMP Wed Jan 4 11:13:04
> UTC 2012 i686
> ----------------------------------------------------------------------
> no packages installed.
> octave:3>
>
>
>
> I did
>
> ./configure
> make -j4
> make check     -- all good
> make install
>
> And now I am trying to install some pkgs, but all give errors.
>
> octave:3> pkg install -forge control
> warning: load_path:
> /home/doug/octave/struct-1.0.9/i686-pc-linux-gnu-api-v45+: No such file or
> directory
> warning: load_path:
> /home/doug/octave/control-2.2.4/i686-pc-linux-gnu-api-v46+: No such file or
> directory
> warning: load_path:
> /home/doug/octave/struct-1.0.9/i686-pc-linux-gnu-api-v45+: No such file or
> directory
> warning: load_path: /home/do
> has anyone installed any pkgs with 3.6.1-rc0?

Yes, plenty of them. The warnings above display an API number that
does not correspond to 3.6.1-rc0 (api number is 48+). This may suggest
that your package database contains information for packages compiled
with previous versions of octave. You may want to try to rebuild the
package database: pkg rebuild

Michael.


reply via email to

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