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

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

[Octave-bug-tracker] [bug #38418] Build error in HTML documentation


From: Arun Giridhar
Subject: [Octave-bug-tracker] [bug #38418] Build error in HTML documentation
Date: Tue, 26 Feb 2013 20:20:09 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:19.0) Gecko/20100101 Firefox/19.0

URL:
  <http://savannah.gnu.org/bugs/?38418>

                 Summary: Build error in HTML documentation
                 Project: GNU Octave
            Submitted by: arungiridhar
            Submitted on: Tue 26 Feb 2013 03:20:07 PM EST
                Category: Documentation
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Build Failure
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: GNU/Linux

    _______________________________________________________

Details:

Data: Ubuntu 12.04 64-bit on x86_64. Octave builds properly, then the build
errors out inside doc/interpreter. The last build from Monday worked fine.


$ make all

[==snip==]

Making all in doc
make[2]: Entering directory `/home/myname/srcoctave/build/doc'
Making all in icons
make[3]: Entering directory `/home/myname/srcoctave/build/doc/icons'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/myname/srcoctave/build/doc/icons'
Making all in interpreter
make[3]: Entering directory `/home/myname/srcoctave/build/doc/interpreter'
rm -rf octave.htp
if /bin/bash /home/myname/srcoctave/octave/build-aux/missing --run makeinfo
--html   -I ../../../octave/doc/interpreter \
         -o octave.htp ../../../octave/doc/interpreter/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
/home/myname/srcoctave/build/doc/interpreter/octave.htp/Use-of-_003ccode_003eaxis_003c_002fcode_003e_002c-_003ccode_003eline_003c_002fcode_003e_002c-and-_003ccode_003epatch_003c_002fcode_003e-Functions.html:
No such file or directory
make[3]: *** [octave.html] Error 1
make[3]: Leaving directory `/home/myname/srcoctave/build/doc/interpreter'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/myname/srcoctave/build/doc'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/myname/srcoctave/build'
make: *** [all] Error 2


I see that the file octave/doc/interpreter/plot.txi has the following text in
line 65:


Use of @address@hidden @address@hidden and @code{patch} Functions


and somehow the characters for @ and {} are being converted to their numeric
code values, and makeinfo treats the text on that line as a filespec.





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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