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

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

[Octave-bug-tracker] [bug #51767] Convenience function ovl() may be caus


From: Dan Sebald
Subject: [Octave-bug-tracker] [bug #51767] Convenience function ovl() may be causing compilation error
Date: Wed, 16 Aug 2017 17:47:07 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0

Follow-up Comment #6, bug #51767 (project octave):

I managed to break out of the compile by killing 7 or 8 stalled octave
processes:


/bin/bash: line 1: 15816 Killed                  /bin/bash run-octave --norc
--silent --no-history --path
/home/sebald/octave/octave/octave/doc/interpreter/ --eval "geometryimages
('doc/interpreter/', 'voronoi', 'txt');"
/bin/bash: line 1: 15818 Killed                  /bin/bash run-octave --norc
--silent --no-history --path
/home/sebald/octave/octave/octave/doc/interpreter/ --eval "geometryimages
('doc/interpreter/', 'triplot', 'txt');"
/bin/bash: line 1: 15819 Killed                  /bin/bash run-octave --norc
--silent --no-history --path
/home/sebald/octave/octave/octave/doc/interpreter/ --eval "geometryimages
('doc/interpreter/', 'griddata', 'txt');"
/bin/bash: line 1: 15821 Killed                  /bin/bash run-octave --norc
--silent --no-history --path
/home/sebald/octave/octave/octave/doc/interpreter/ --eval "geometryimages
('doc/interpreter/', 'convhull', 'txt');"
/bin/bash: line 1: 15822 Killed                  /bin/bash run-octave --norc
--silent --no-history --path
/home/sebald/octave/octave/octave/doc/interpreter/ --eval "geometryimages
('doc/interpreter/', 'delaunay', 'txt');"
/bin/bash: line 1: 15823 Killed                  /bin/bash run-octave --norc
--silent --no-history --path
/home/sebald/octave/octave/octave/doc/interpreter/ --eval "interpimages
('doc/interpreter/', 'interpft', 'txt');"
/bin/bash: line 1: 15824 Killed                  /bin/bash run-octave --norc
--silent --no-history --path
/home/sebald/octave/octave/octave/doc/interpreter/ --eval "interpimages
('doc/interpreter/', 'interpn', 'txt');"


Then ran 'make' again with no "-j8"

  GEN      libinterp/builtin-defun-decls.h
  GEN      doc/interpreter/voronoi.txt
  GEN      doc/interpreter/triplot.txt
  GEN      doc/interpreter/griddata.txt
  GEN      doc/interpreter/convhull.txt
  GEN      doc/interpreter/delaunay.txt
  GEN      doc/interpreter/interpft.txt
  GEN      doc/interpreter/interpn.txt
  MAKEINFO /home/sebald/octave/octave/octave/doc/interpreter/octave.info

and the documentation completed and program runs.  I'm guessing that

  TEXI2PDF doc/interpreter/octave.pdf

jumped ahead of the octave processes completing that final batch of doc
generations causing some complication with "make".  Not sure this is an Octave
issue.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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