octave-maintainers
[Top][All Lists]
Advanced

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

build failure


From: Michael D. Godfrey
Subject: build failure
Date: Thu, 26 Nov 2009 00:12:36 +0100
User-agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.1.4pre) Gecko/20090915 Thunderbird/3.0b4

As of the most recent updates I get
(on Fedora FC11 x86_64)

rm -rf octave.htp
if /bin/sh /home/godfrey/mdg/software/octave/devel/hg/octave/missing --run makeinfo --html -I.. -I. -I./.. -I . \
     -o octave.htp octave.texi; \
    then \
      rm -rf octave.html; \
      if test ! -d octave.htp && test -d octave; then \
        mv octave octave.html; else mv octave.htp octave.html; fi; \
    else \
      if test ! -d octave.htp && test -d octave; then \
        rm -rf octave; else rm -Rf octave.htp octave.html; fi; \
      exit 1; \
    fi
octave.texi:818: @include `preface.texi': No such file or directory.
octave.texi:818: @include `intro.texi': No such file or directory.
octave.texi:818: @include `basics.texi': No such file or directory.
octave.texi:818: @include `data.texi': No such file or directory.
octave.texi:818: @include `numbers.texi': No such file or directory.
================================================
Followed by lots more error messages.  Using make -i I can get
the build to complete, and make -i check  produces more errors and
then runs the tests and reports the expected results.  So, something
is broken in the build of the doc/...

Is more detail needed?

Michael



reply via email to

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