octave-maintainers
[Top][All Lists]
Advanced

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

Re: *.texi files not generated


From: Ben Abbott
Subject: Re: *.texi files not generated
Date: Fri, 27 Nov 2009 11:29:04 -0500

On Nov 27, 2009, at 9:00 AM, Michael Godfrey wrote:

> On my system (Fedora FC11) I find that since a recent
> changeset, the step that should run:
> make *.texi  does not happen.
> No .texi files are generated.
> 
> I can overcome this with make -i
> But, obviously, this should be fixed.
> 
> I looked in the hg logs, and you seem to be the person who
> changed the build sequence most recently.  Is there
> a chance that these problem is caused by one of your
> changes?
> 
> I apologize if this is not your fault..
> 
> Michael

I am seeing similar problems.  "make -i" doesn't generate the texi files 
though, and "make check" behaves like "make". 

$ make check
making run-octave from run-octave.in
run-octave is unchanged
chmod a+rx "run-octave"
make  check-recursive
Making check in libcruft
make[2]: Nothing to be done for `check'.
Making check in liboctave
make  check-am
make[3]: Nothing to be done for `check-am'.
Making check in src
making defaults.h from defaults.h.in
defaults.h is unchanged
make  check-am
making defaults.h from defaults.h.in
defaults.h is unchanged
rm -f DLD-FUNCTIONS/syl.oct
la=`echo DLD-FUNCTIONS/syl.la | /sw/bin/sed 's,DLD-FUNCTIONS/,,'` && \
          of=`echo DLD-FUNCTIONS/syl.oct | /sw/bin/sed 's,DLD-FUNCTIONS/,,'` && 
\
          cd DLD-FUNCTIONS && \
          ln -s .libs/`/sw/bin/sed -n -e "s/dlname='\([^']*\)'/\1/p" < $la` $of
rm -f DLD-FUNCTIONS/symbfact.oct
la=`echo DLD-FUNCTIONS/symbfact.la | /sw/bin/sed 's,DLD-FUNCTIONS/,,'` && \
          of=`echo DLD-FUNCTIONS/symbfact.oct | /sw/bin/sed 
's,DLD-FUNCTIONS/,,'` && \
          cd DLD-FUNCTIONS && \
          ln -s .libs/`/sw/bin/sed -n -e "s/dlname='\([^']*\)'/\1/p" < $la` $of
rm -f DLD-FUNCTIONS/symrcm.oct
la=`echo DLD-FUNCTIONS/symrcm.la | /sw/bin/sed 's,DLD-FUNCTIONS/,,'` && \
          of=`echo DLD-FUNCTIONS/symrcm.oct | /sw/bin/sed 's,DLD-FUNCTIONS/,,'` 
&& \
          cd DLD-FUNCTIONS && \
          ln -s .libs/`/sw/bin/sed -n -e "s/dlname='\([^']*\)'/\1/p" < $la` $of
rm -f DLD-FUNCTIONS/tril.oct
la=`echo DLD-FUNCTIONS/tril.la | /sw/bin/sed 's,DLD-FUNCTIONS/,,'` && \
          of=`echo DLD-FUNCTIONS/tril.oct | /sw/bin/sed 's,DLD-FUNCTIONS/,,'` 
&& \
          cd DLD-FUNCTIONS && \
          ln -s .libs/`/sw/bin/sed -n -e "s/dlname='\([^']*\)'/\1/p" < $la` $of
Making check in scripts
making plot/gnuplot_binary.m from plot/gnuplot_binary.in
plot/gnuplot_binary.m is unchanged
Making check in doc
Making check in .
make[3]: Nothing to be done for `check-am'.
Making check in faq
make[3]: Nothing to be done for `check'.
Making check in interpreter
rm -rf octave.htp
if /bin/sh /Users/bpabbott/Development/mercurial/local_clone/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.
octave.texi:818: @include `strings.texi': No such file or directory.
octave.texi:818: @include `container.texi': No such file or directory.
octave.texi:818: @include `var.texi': No such file or directory.
octave.texi:818: @include `expr.texi': No such file or directory.
octave.texi:818: @include `eval.texi': No such file or directory.
octave.texi:818: @include `stmt.texi': No such file or directory.
octave.texi:818: @include `func.texi': No such file or directory.
octave.texi:818: @include `errors.texi': No such file or directory.
octave.texi:818: @include `debug.texi': No such file or directory.
octave.texi:818: @include `io.texi': No such file or directory.
octave.texi:818: @include `plot.texi': No such file or directory.
octave.texi:818: @include `matrix.texi': No such file or directory.
octave.texi:818: @include `arith.texi': No such file or directory.
octave.texi:818: @include `linalg.texi': No such file or directory.
octave.texi:818: @include `nonlin.texi': No such file or directory.
octave.texi:818: @include `diagperm.texi': No such file or directory.
octave.texi:818: @include `sparse.texi': No such file or directory.
octave.texi:818: @include `quad.texi': No such file or directory.
octave.texi:818: @include `diffeq.texi': No such file or directory.
octave.texi:818: @include `optim.texi': No such file or directory.
octave.texi:818: @include `stats.texi': No such file or directory.
octave.texi:818: @include `set.texi': No such file or directory.
octave.texi:818: @include `poly.texi': No such file or directory.
octave.texi:818: @include `interp.texi': No such file or directory.
octave.texi:818: @include `geometry.texi': No such file or directory.
octave.texi:818: @include `signal.texi': No such file or directory.
octave.texi:818: @include `image.texi': No such file or directory.
octave.texi:818: @include `audio.texi': No such file or directory.
octave.texi:818: @include `oop.texi': No such file or directory.
octave.texi:818: @include `system.texi': No such file or directory.
octave.texi:818: @include `package.texi': No such file or directory.
octave.texi:827: @include `dynamic.texi': No such file or directory.
octave.texi:827: @include `testfun.texi': No such file or directory.
octave.texi:827: @include `tips.texi': No such file or directory.
octave.texi:827: @include `contrib.texi': No such file or directory.
octave.texi:829: @include `emacs.texi': No such file or directory.
octave.texi:830: @include `gpl.texi': No such file or directory.
octave.texi:834: @include `cp-idx.texi': No such file or directory.
octave.texi:835: @include `fn-idx.texi': No such file or directory.
octave.texi:835: @include `op-idx.texi': No such file or directory.
/Users/bpabbott/Development/mercurial/local_clone/doc/interpreter//install.texi:25:
 Next reference to nonexistent node `Emacs Octave Support' (perhaps incorrect 
sectioning?).
/Users/bpabbott/Development/mercurial/local_clone/doc/interpreter//bugs.texi:25:
 Prev reference to nonexistent node `Contributing Guidelines' (perhaps 
incorrect sectioning?).
/Users/bpabbott/Development/mercurial/local_clone/doc/interpreter//octave.texi:140:
 Next reference to nonexistent node `Preface' (perhaps incorrect sectioning?).
/Users/bpabbott/Development/mercurial/local_clone/doc/interpreter//octave.texi:812:
 Cross reference to nonexistent node `Using the Emacs Info Reader for Octave' 
(perhaps incorrect sectioning?).
/Users/bpabbott/Development/mercurial/local_clone/doc/interpreter//octave.texi:811:
 Cross reference to nonexistent node `Running Octave From Within Emacs' 
(perhaps incorrect sectioning?).
/Users/bpabbott/Development/mercurial/local_clone/doc/interpreter//octave.texi:810:
 Cross reference to nonexistent node `Using Octave Mode' (perhaps incorrect 
sectioning?).
/Users/bpabbott/Development/mercurial/local_clone/doc/interpreter//octave.texi:809:
 Cross reference to nonexistent node `Installing EOS' (perhaps incorrect 
sectioning?).
/Users/bpabbott/Development/mercurial/local_clone/doc/interpreter//octave.texi:784:
 Cross reference to nonexistent node `Other Sources' (perhaps incorrect 
sectioning?).
/Users/bpabbott/Development/mercurial/local_clone/doc/interpreter//octave.texi:783:
 Cross reference to nonexistent node `C++ Sources' (perhaps incorrect 
sectioning?).
/Users/bpabbott/Development/mercurial/local_clone/doc/interpreter//octave.texi:782:
 Cross reference to nonexistent node `Octave Sources (m-files)' (perhaps 
incorrect sectioning?).
/Users/bpabbott/Development/mercurial/local_clone/doc/interpreter//octave.texi:781:
 Cross reference to nonexistent node `General Guidelines' (perhaps incorrect 
sectioning?).
/Users/bpabbott/Development/mercurial/local_clone/doc/interpreter//octave.texi:780:
 Cross reference to nonexistent node `How to Contribute' (perhaps incorrect 
sectioning?).
/Users/bpabbott/Development/mercurial/local_clone/doc/interpreter//octave.texi:776:
 Cross reference to nonexistent node `Documentation Tips' (perhaps incorrect 
sectioning?).
/Users/bpabbott/Development/mercurial/local_clone/doc/interpreter//octave.texi:775:
 Cross reference to nonexistent node `Function Headers' (perhaps incorrect 
sectioning?).
/Users/bpabbott/Development/mercurial/local_clone/doc/interpreter//octave.texi:774:
 Cross reference to nonexistent node `Comment Tips' (perhaps incorrect 
sectioning?).
/Users/bpabbott/Development/mercurial/local_clone/doc/interpreter//octave.texi:773:
 Cross reference to nonexistent node `Coding Tips' (perhaps incorrect 
sectioning?).
/Users/bpabbott/Development/mercurial/local_clone/doc/interpreter//octave.texi:772:
 Cross reference to nonexistent node `Style Tips' (perhaps incorrect 
sectioning?).
/Users/bpabbott/Development/mercurial/local_clone/doc/interpreter//octave.texi:768:
 Cross reference to nonexistent node `Demonstration Functions' (perhaps 
incorrect sectioning?).
/Users/bpabbott/Development/mercurial/local_clone/doc/interpreter//octave.texi:767:
 Cross reference to nonexistent node `Test Functions' (perhaps incorrect 
sectioning?).
/Users/bpabbott/Development/mercurial/local_clone/doc/interpreter//octave.texi:763:
 Cross reference to nonexistent node `Calling Other Functions in Mex-Files' 
(perhaps incorrect sectioning?).
/Users/bpabbott/Development/mercurial/local_clone/doc/interpreter//octave.texi:762:
 Cross reference to nonexistent node `Sparse Matrices with Mex-Files' (perhaps 
incorrect sectioning?).
/Users/bpabbott/Development/mercurial/local_clone/doc/interpreter//octave.texi:761:
 Cross reference to nonexistent node `Structures with Mex-Files' (perhaps 
incorrect sectioning?).
/Users/bpabbott/Development/mercurial/local_clone/doc/interpreter//octave.texi:760:
 Cross reference to nonexistent node `Cell Arrays with Mex-Files' (perhaps 
incorrect sectioning?).
/Users/bpabbott/Development/mercurial/local_clone/doc/interpreter//octave.texi:759:
 Cross reference to nonexistent node `Character Strings in Mex-Files' (perhaps 
incorrect sectioning?).
/Users/bpabbott/Development/mercurial/local_clone/doc/interpreter//octave.texi:758:
 Cross reference to nonexistent node `Working with Matrices and Arrays in 
Mex-Files' (perhaps incorrect sectioning?).
/Users/bpabbott/Development/mercurial/local_clone/doc/interpreter//octave.texi:757:
 Cross reference to nonexistent node `Getting Started with Mex-Files' (perhaps 
incorrect sectioning?).
/Users/bpabbott/Development/mercurial/local_clone/doc/interpreter//octave.texi:753:
 Cross reference to nonexistent node `Using Sparse Matrices in Oct-Files' 
(perhaps incorrect sectioning?).
/Users/bpabbott/Development/mercurial/local_clone/doc/interpreter//octave.texi:752:
 Cross reference to nonexistent node `Creating Sparse Matrices in Oct-Files' 
(perhaps incorrect sectioning?).
/Users/bpabbott/Development/mercurial/local_clone/doc/interpreter//octave.texi:751:
 Cross reference to nonexistent node `Array and Sparse Differences' (perhaps 
incorrect sectioning?).
/Users/bpabbott/Development/mercurial/local_clone/doc/interpreter//octave.texi:747:
 Cross reference to nonexistent node `Documentation and Test of Oct-Files' 
(perhaps incorrect sectioning?).
/Users/bpabbott/Development/mercurial/local_clone/doc/interpreter//octave.texi:746:
 Cross reference to nonexistent node `Exception and Error Handling in 
Oct-Files' (perhaps incorrect sectioning?).
/Users/bpabbott/Development/mercurial/local_clone/doc/interpreter//octave.texi:745:
 Cross reference to nonexistent node `Input Parameter Checking in Oct-Files' 
(perhaps incorrect sectioning?).
/Users/bpabbott/Development/mercurial/local_clone/doc/interpreter//octave.texi:744:
 Cross reference to nonexistent node `Allocating Local Memory in Oct-Files' 
(perhaps incorrect sectioning?).
/Users/bpabbott/Development/mercurial/local_clone/doc/interpreter//octave.texi:743:
 Cross reference to nonexistent node `Calling External Code from Oct-Files' 
(perhaps incorrect sectioning?).
/Users/bpabbott/Development/mercurial/local_clone/doc/interpreter//octave.texi:742:
 Cross reference to nonexistent node `Calling Octave Functions from Oct-Files' 
(perhaps incorrect sectioning?).
/Users/bpabbott/Development/mercurial/local_clone/doc/interpreter//octave.texi:741:
 Cross reference to nonexistent node `Accessing Global Variables in Oct-Files' 
(perhaps incorrect sectioning?).
/Users/bpabbott/Development/mercurial/local_clone/doc/interpreter//octave.texi:740:
 Cross reference to nonexistent node `Sparse Matrices in Oct-Files' (perhaps 
incorrect sectioning?).
/Users/bpabbott/Development/mercurial/local_clone/doc/interpreter//octave.texi:739:
 Cross reference to nonexistent node `Structures in Oct-Files' (perhaps 
incorrect sectioning?).
/Users/bpabbott/Development/mercurial/local_clone/doc/interpreter//octave.texi:738:
 Cross reference to nonexistent node `Cell Arrays in Oct-Files' (perhaps 
incorrect sectioning?).
/Users/bpabbott/Development/mercurial/local_clone/doc/interpreter//octave.texi:737:
 Cross reference to nonexistent node `Character Strings in Oct-Files' (perhaps 
incorrect sectioning?).
/Users/bpabbott/Development/mercurial/local_clone/doc/interpreter//octave.texi:736:
 Cross reference to nonexistent node `Matrices and Arrays in Oct-Files' 
(perhaps incorrect sectioning?).
/Users/bpabbott/Development/mercurial/local_clone/doc/interpreter//octave.texi:735:
 Cross reference to nonexistent node `Getting Started with Oct-Files' (perhaps 
incorrect sectioning?).
/Users/bpabbott/Development/mercurial/local_clone/doc/interpreter//octave.texi:731:
 Cross reference to nonexistent node `Standalone Programs' (perhaps incorrect 
sectioning?).
/Users/bpabbott/Development/mercurial/local_clone/doc/interpreter//octave.texi:730:
 Cross reference to nonexistent node `Mex-Files' (perhaps incorrect 
sectioning?).
/Users/bpabbott/Development/mercurial/local_clone/doc/interpreter//octave.texi:729:
 Cross reference to nonexistent node `Oct-Files' (perhaps incorrect 
sectioning?).
/Users/bpabbott/Development/mercurial/local_clone/doc/interpreter//octave.texi:725:
 Cross reference to nonexistent node `PKG_ADD and PKG_DEL directives' (perhaps 
incorrect sectioning?).
/Users/bpabbott/Development/mercurial/local_clone/doc/interpreter//octave.texi:724:
 Cross reference to nonexistent node `The INDEX file' (perhaps incorrect 
sectioning?).
/Users/bpabbott/Development/mercurial/local_clone/doc/interpreter//octave.texi:723:
 Cross reference to nonexistent node `The DESCRIPTION File' (perhaps incorrect 
sectioning?).
/Users/bpabbott/Development/mercurial/local_clone/doc/interpreter//octave.texi:719:
 Cross reference to nonexistent node `Creating Packages' (perhaps incorrect 
sectioning?).
/Users/bpabbott/Development/mercurial/local_clone/doc/interpreter//octave.texi:718:
 Cross reference to nonexistent node `Administrating Packages' (perhaps 
incorrect sectioning?).
/Users/bpabbott/Development/mercurial/local_clone/doc/interpreter//octave.texi:717:
 Cross reference to nonexistent node `Using Packages' (perhaps incorrect 
sectioning?).
/Users/bpabbott/Development/mercurial/local_clone/doc/interpreter//octave.texi:716:
 Cross reference to nonexistent node `Installing and Removing Packages' 
(perhaps incorrect sectioning?).
/Users/bpabbott/Development/mercurial/local_clone/doc/interpreter//octave.texi:712:
 Cross reference to nonexistent node `Hashing Functions' (perhaps incorrect 
sectioning?).
/Users/bpabbott/Development/mercurial/local_clone/doc/interpreter//octave.texi:711:
 Cross reference to nonexistent node `System Information' (perhaps incorrect 
sectioning?).
/Users/bpabbott/Development/mercurial/local_clone/doc/interpreter//octave.texi:710:
 Cross reference to nonexistent node `Group Database Functions' (perhaps 
incorrect sectioning?).
Too many errors!  Gave up.
make[3]: *** [octave.html] Error 1
make[2]: *** [check-recursive] Error 1
make[1]: *** [check-recursive] Error 1
make: *** [check] Error 2

Ben


reply via email to

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