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

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

[Octave-bug-tracker] [bug #59164] [octave forge] (stk) install error abo


From: Kai Torben Ohlhus
Subject: [Octave-bug-tracker] [bug #59164] [octave forge] (stk) install error about rmdir
Date: Mon, 24 Jan 2022 12:20:57 -0500 (EST)

Follow-up Comment #10, bug #59164 (project octave):

Regarding the stk development I cannot say much and we have to wait for the
maintainers to take action.

To narrow down the error, I set a breakpoint in pkg case "install" and stepped
all the way through until the real error showed up.  "line 296" does not make
much sense to me (probably a wrongly calculated line offset?).

The NEWS is correct, see:


# Command Form
>> rmdir non-existing
error: rmdir: operation failed: No such file or directory
>> rmdir ("non-exising", "s")
remove entire contents of non-exising? (yes or no) yes
error: rmdir: operation failed: No such file or directory

# Function Form (return value)
>> bool = rmdir ("non-exising", "s")
remove entire contents of non-exising? (yes or no) yes
bool = 0


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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