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

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

[Octave-bug-tracker] [bug #54202] Build fails with Bad file descriptor


From: Rik
Subject: [Octave-bug-tracker] [bug #54202] Build fails with Bad file descriptor
Date: Fri, 29 Jun 2018 18:18:55 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:55.0) Gecko/20100101 Firefox/55.0

Follow-up Comment #8, bug #54202 (project octave):

When I do a clean build of the html documentation I have this line


if /bin/bash /home/rik/wip/Projects_Mine/octave-dev/build-aux/missing makeinfo
--html   \
 -I doc/interpreter -I /home/rik/wip/Projects_Mine/octave-dev/doc/interpreter
\
 --css-ref=octave.css \
 -o doc/interpreter/octave.htp `test -f 'doc/interpreter/octave.texi' || echo
'/home/rik/wip/Projects_Mine/octave-dev/'`doc/interpreter/octave.texi; \
then \
  perl -i -pe 's|(?<=</a>): ||g' doc/interpreter/octave.htp/* && \
  rm -rf doc/interpreter/octave.html && \
  mv doc/interpreter/octave.htp doc/interpreter/octave.html && \
  touch doc/interpreter/octave.html/.octave-html-stamp; \
else \
  rm -rf doc/interpreter/octave.htp; exit 1; \
fi


That is where the references to octave.htp are coming from.

Mike is correct that it is Perl which is complaining.  The directory has 2,663
files.  This may be too many to place as arguments on the command line.

In order to clear away cruft and start from scratch, try this


rm -rf doc/interpreter/octave.html
make -j1 V=1


Does this build or not?


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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