octave-maintainers
[Top][All Lists]
Advanced

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

Re: building on macOS?


From: Dmitri A. Sergatskov
Subject: Re: building on macOS?
Date: Wed, 7 Nov 2018 14:25:02 -0600



On Tue, Nov 6, 2018 at 12:42 PM Dmitri A. Sergatskov <address@hidden> wrote:
Back to the original problem. Just now building the latest tip on linux with make -j8 I got:

<<<<
  GEN      doc/interpreter/splinefit3.png
  GEN      doc/interpreter/splinefit4.png
  GEN      doc/interpreter/splinefit6.png
  MAKEINFO ../doc/interpreter/octave.info
  TEXI2DVI doc/interpreter/octave.dvi
  MAKEINFO doc/interpreter/octave.html/.octave-html-stamp
/usr/bin/texi2dvi: etex exited with bad status, quitting.
make[2]: *** [Makefile:30580: doc/interpreter/octave.dvi] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/d2/home/dima/src/octave/gcc_def'
make[1]: *** [Makefile:26948: all-recursive] Error 1
make[1]: Leaving directory '/d2/home/dima/src/octave/gcc_def'
make: *** [Makefile:10811: all] Error 2
>>>>

Re-running "make -j8" :

<<<<
GEN      doc/interpreter/octave.html/splinefit4.png
  GEN      doc/interpreter/octave.html/splinefit6.png
  GEN      doc/interpreter/octave.html/octave.css
  GEN      doc/interpreter/octave_interpreter.qhc
  TEXI2DVI doc/interpreter/octave.dvi
/usr/bin/texi2dvi: etex exited with bad status, quitting.
make[2]: *** [Makefile:30580: doc/interpreter/octave.dvi] Error 1
make[2]: Leaving directory '/d2/home/dima/src/octave/gcc_def'
make[1]: *** [Makefile:26948: all-recursive] Error 1
make[1]: Leaving directory '/d2/home/dima/src/octave/gcc_def'
make: *** [Makefile:10811: all] Error 2
>>>>

Running "make V=1" -- finished building w/o problem.

This is on Fedora 29.

I played with this a little more.

If I just delete doc/ (in the build directory) and re-run make -j8 it finishes fine.
If i remove entire octave directory and re-do entire (clone/update/bootstap/configure)
it crashes again with the same error:

GEN      doc/interpreter/octave.html/splinefit4.png
  GEN      doc/interpreter/octave.html/splinefit6.png
  GEN      doc/interpreter/octave.html/octave.css
  DVIPS    doc/refcard/refcard-letter.ps
  DVIPS    doc/refcard/refcard-a4.ps
  GEN      doc/interpreter/octave_interpreter.qhc
  TEXI2DVI doc/interpreter/octave.dvi
/usr/bin/texi2dvi: etex exited with bad status, quitting.
make[2]: *** [Makefile:30580: doc/interpreter/octave.dvi] Error 1
make[2]: Leaving directory '/d2/home/dima/src/octave/gcc_def'
make[1]: *** [Makefile:26948: all-recursive] Error 1
make[1]: Leaving directory '/d2/home/dima/src/octave/gcc_def'

Running "make -j8 V=1" finishes build w/o error.

Since there is no actual crash -- there is nothing in the logs...

Dmitri.
--



 

Dmitri.
--



reply via email to

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