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

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

[Octave-bug-tracker] [bug #44782] Problem in building MXE-Octave


From: John W. Eaton
Subject: [Octave-bug-tracker] [bug #44782] Problem in building MXE-Octave
Date: Wed, 08 Apr 2015 21:09:44 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Firefox/31.0 Iceweasel/31.2.0

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

I think the problem is caused by timestamps on figure files being out of order
somehow in the doc directory.  Since those figures are created by running
Octave it fails because you are cross compiling and there is no provision in
the build system for running a version of Octave other than the one that was
just built (which doesn't work, because you are cross compiling).

A workaround is to clean out the doc directory, including the generated
figures, before running "make dist" to create the octave-VERSION.tar.gz file.

If someone wants to work on a fix, maybe it would be possible to either play
with timestamps so that the generated files all have timestamps that are newer
than the source files or force the figures to be rebuilt from scratch when
running the dist target for Octave.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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