octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #58054] pkg load fail


From: wieniawski
Subject: [Octave-bug-tracker] [bug #58054] pkg load fail
Date: Fri, 27 Mar 2020 04:01:09 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:71.0) Gecko/20100101 Firefox/71.0

URL:
  <https://savannah.gnu.org/bugs/?58054>

                 Summary: pkg load fail
                 Project: GNU Octave
            Submitted by: wieniawski
            Submitted on: Fri 27 Mar 2020 08:01:06 AM UTC
                Category: Octave Forge Package
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Other
                  Status: None
             Assigned to: None
         Originator Name: wieniawski
        Originator Email: 
             Open/Closed: Open
                 Release: 5.2.0
         Discussion Lock: Any
        Operating System: Microsoft Windows

    _______________________________________________________

Details:

I am trying to load control toolbox by typing:
pkg load control
however, it comes out:

warning: addpath: __OH__/share/octave/packages/control-3.2.0: No such file or
direc
tory
warning: called from
    load_packages_and_dependencies at line 48 column 5
    load_packages at line 47 column 3
    pkg at line 461 column 7

I tried to to debug it, and find out, in load_packages_and_dependencies.m,
line 48, toolbox path is added. However, the path is
__OH__/share/octave/packages/control-3.2.0, which is not a real path, so it
can not be added.

I also found the path is from
<octave_root>\mingw64\share\octave\octave_packages. In this file, the path is
what mentioned above.

I guess __OH__ should be replaced with the real dir somewhere, but I donot
know how and where to replace.

So, pls check if it can be fixed.





    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?58054>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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