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

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

[Octave-bug-tracker] [bug #55454] Octave fails to recognize implemented


From: Eduardo Mapurunga
Subject: [Octave-bug-tracker] [bug #55454] Octave fails to recognize implemented functions from octave-forge packages
Date: Fri, 11 Jan 2019 22:25:44 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/60.0

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

                 Summary: Octave fails to recognize implemented functions from
octave-forge packages 
                 Project: GNU Octave
            Submitted by: edumapurunga
            Submitted on: Sat 12 Jan 2019 03:25:42 AM UTC
                Category: Octave Forge Package
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Installation Failure
                  Status: None
             Assigned to: None
         Originator Name: Eduardo Mapurunga
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.4.1
        Operating System: GNU/Linux

    _______________________________________________________

Details:

=Description=

Octave fails to recognize that some functions from octave forge packages are
already implemented. It returns a warning message stating that the function
was not implemented when actually it has been implemented.

=How to reproduce= 


pkg list
Package Name  | Version | Installation directory
--------------+---------+-----------------------
     control *|   3.1.0 | /home/edumapurunga/octave/control-3.1.0
          io *|  2.4.12 | /home/edumapurunga/octave/io-2.4.12
      signal *|   1.4.0 | /home/edumapurunga/octave/signal-1.4.0
  statistics *|   1.4.0 | /home/edumapurunga/octave/statistics-1.4.0
    symbolic *|   2.7.1 | /home/edumapurunga/octave/symbolic-2.7.1

G = tf(1, 1)
warning: the 'tf' function belongs to the control package from Octave Forge
but
has not yet been implemented.

Please read <https://www.octave.org/missing.html> to learn how you can
contribute missing functionality.
error: 'tf' undefined near line 1 column 5


It also happens to other common functions from control and signal packages.

=Partial Solution=

If I reinstall those packages then it works again. However, when I restart
Octave the same issue is reported.  






    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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