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 or .pdf f


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #55225] building doc figures in .eps or .pdf format occasionally silently fails
Date: Fri, 22 May 2020 14:54:35 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36

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

Pantxo: I created a shim shell script 'epstool' that calls the real epstool
program and writes the command line and exit status to a log file:


#!/bin/sh
/usr/bin/epstool "$@"
status=$?
echo "$(date "+%b %d %H:%M:%S.%N") /usr/bin/epstool $@ exited with status
$status" >> $HOME/epstool-runs.log
exit $status


I reproduced this problem again by deleting all images in doc/interpreter and
running make again. There are a total of 27 expected images. I got 27 .pdf,
.png, and .txt files, but only 25 .eps files. The two missing files this time
were 'inpolygon.eps' and 'mesh.eps'. Neither of those files are listed in the
file ~/epstool-runs.log, the epstool program was only called by Octave 25
times.

So it appears to me that the problem is somewhere in Octave / gl2ps, before it
gets to the point when it calls the epstool pipeline. Any ideas where to look
next?

    _______________________________________________________

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]