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: Dan Sebald
Subject: [Octave-bug-tracker] [bug #54202] Build fails with Bad file descriptor
Date: Fri, 29 Jun 2018 13:17:23 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:55.0) Gecko/20100101 Firefox/55.0

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

Do you even have a build sub-directory called 

doc/interpreter/octave.htp

?  On my system I'm seeing 

doc/interpreter/octave.html/

Notice in the Makefile warning you posted that the latter directory is sought.
 In addition, the MAKEINFO is using the ".html" subdirectory as well.  So,
it's a bit confusing.

I'm not sure how the "htp" of "octave.htp" was constructed on your system. 
Here are the occurrences of "htp" in the build configuration:


$ grep "htp" *
[snip]
Makefile.in:@AMCOND_BUILD_DOCS_FALSE@   $(AM_V_MAKEINFO)rm -rf $(@:.html=.htp)
Makefile.in:@AMCOND_BUILD_DOCS_FALSE@    -o $(@:.html=.htp) `test -f
'doc/interpreter/octave.texi' || echo
'$(srcdir)/'`doc/interpreter/octave.texi; \
Makefile.in:@AMCOND_BUILD_DOCS_FALSE@     rm -rf $@ && mv $(@:.html=.htp) $@; \
Makefile.in:@AMCOND_BUILD_DOCS_FALSE@     rm -rf $(@:.html=.htp); exit 1; \
Makefile.in:@AMCOND_BUILD_DOCS_FALSE@   $(AM_V_MAKEINFO)rm -rf $(@:.html=.htp)
Makefile.in:@AMCOND_BUILD_DOCS_FALSE@    -o $(@:.html=.htp) `test -f
'doc/liboctave/liboctave.texi' || echo
'$(srcdir)/'`doc/liboctave/liboctave.texi; \
Makefile.in:@AMCOND_BUILD_DOCS_FALSE@     rm -rf $@ && mv $(@:.html=.htp) $@; \
Makefile.in:@AMCOND_BUILD_DOCS_FALSE@     rm -rf $(@:.html=.htp); exit 1; \
Makefile.in:@address@hidden/interpreter/plot-lightproperties.texi:
doc/interpreter/genpropdoc.m $(GRAPHICS_PROPS_SRC)
Makefile.in:@AMCOND_BUILD_DOCS_TRUE@    $(AM_V_MAKEINFO)rm -rf $(@:.html=.htp)
Makefile.in:@AMCOND_BUILD_DOCS_TRUE@     -o $(@:.html=.htp) `test -f
'doc/liboctave/liboctave.texi' || echo
'$(srcdir)/'`doc/liboctave/liboctave.texi; \
Makefile.in:@AMCOND_BUILD_DOCS_TRUE@      rm -rf $@ && mv $(@:.html=.htp) $@; \
Makefile.in:@AMCOND_BUILD_DOCS_TRUE@      rm -rf $(@:.html=.htp); exit 1; \


Is this .html=.htp some kind of equivalence in autoconfig lingo?

    _______________________________________________________

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]