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

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

[Octave-bug-tracker] [bug #47578] zip/gzip/bzip2 fail when run from insi


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #47578] zip/gzip/bzip2 fail when run from inside a path with spaces in name
Date: Thu, 31 Mar 2016 20:11:32 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Firefox/45.0

Update of bug #47578 (project octave):

                  Status:                    None => Need Info              

    _______________________________________________________

Follow-up Comment #3:

Well one big problem with your example is that the io package is calling


system (sprintf ("gzip -c -S=gnumeric %s > %s", ...


so this is not a valid test and not applicable here. Of course that's going to
fail due to lack of quoting, but not the same as this bug.

The only example I've been able to come up with demonstrating something like
this bug is


>> gunzip ("/path/to/dir with spaces/file.gz", "/path/to/otherdir");
error: movefile: no files to move
error: called from
    movefile at line 92 column 5
    unpack at line 261 column 15
    gunzip at line 49 column 5


The uncompress succeeds, but the file is not moved to the other directory.

Any other examples of failures with these functions and paths containing
spaces?

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?47578>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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