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

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

[Octave-bug-tracker] [bug #55225] building doc figures in .eps format oc


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #55225] building doc figures in .eps format occasionally silently fails
Date: Fri, 14 Dec 2018 14:39:07 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36

Follow-up Comment #1, bug #55225 (project octave):

As a follow up, the following shell script snippet also reveals this error
pretty clearly for me


$ cat bug.sh
n=1
touch doc/interpreter/plot.eps
while [ -e doc/interpreter/plot.eps ]; do
  rm -f doc/interpreter/plot.eps \
    && ./run-octave -qfH --path ../doc/interpreter --eval "plotimages
('doc/interpreter/', 'plot', 'eps');" \
    && echo -n "$n: " \
    && ls -lgo doc/interpreter/plot.eps \
    && n=$((n+1))
done
$ ./bug.sh
1: -rw-r--r-- 1 10512 Dec 14 11:37 doc/interpreter/plot.eps
2: -rw-r--r-- 1 10512 Dec 14 11:37 doc/interpreter/plot.eps
…
39: ls: cannot access 'doc/interpreter/plot.eps': No such file or directory


There is no indication from Octave or from the shell exit status that anything
went wrong, just that the file plot.eps doesn't exist.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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