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

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

[Octave-bug-tracker] [bug #36903] configure misses texinfo


From: Rik
Subject: [Octave-bug-tracker] [bug #36903] configure misses texinfo
Date: Sat, 28 Jul 2012 19:11:51 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:14.0) Gecko/20100101 Firefox/14.0.1

Follow-up Comment #6, bug #36903 (project octave):

Re-posting the last comment which was cut short by the markup language on
Savannah.

No, there's more fuctions failing:


* scripts/help/get_first_help_sentence.m

  ***** assert (get_first_help_sentence ('get_first_help_sentence'), "Return
the first sentence of a function's help text.")
!!!!! test failed
assert (get_first_help_sentence ('get_first_help_sentence'),"Return the first
sentence of a function's help text.") expected
Return the first sentence of a function's help text.
but got

* scripts/help/help.m

  ***** assert (! isempty (strfind (help ("ls"), "List directory contents")))
!!!!! test failed
assert (!isempty (strfind (help ("ls"), "List directory contents"))) failed
-verbatim

* scripts/help/unimplemented.m

  ***** test
 str = unimplemented ("no_name_function");
 assert (isempty (str));
 str = unimplemented ("quad2d");
 assert (str(1:51), "quad2d is not implemented.  Consider using dblquad.");
 str = unimplemented ("MException");
 assert (str(1:58), "the `MException' function is not yet implemented in
Octave");
!!!!! test failed
A(I): index out of bounds; value 51 out of bound 0

* test_error

  ***** warning <foo> f ()
!!!!! expected <foo> but got print_usage: Texinfo formatting filter exited
abnormally



Also, the `make check' output looks really weird with stderr breaking up the
nice list of tests passed:


  src/DLD-FUNCTIONS/chol.cc ..............................sh: makeinfo: not
found
 PASS   29/29  
  src/DLD-FUNCTIONS/convhulln.cc ......................... PASS    3/3   
  src/DLD-FUNCTIONS/dmperm.cc ............................sh: makeinfo: not
found
 PASS    5/5   
  src/DLD-FUNCTIONS/eigs.cc .............................. PASS  149/149 
  src/DLD-FUNCTIONS/qr.cc ................................sh: makeinfo: not
found
sh: makeinfo: not found
sh: makeinfo: not found
sh: makeinfo: not found
 PASS   48/48  
  src/DLD-FUNCTIONS/tsearch.cc ...........................sh: makeinfo: not
found
 PASS    6/6   
  src/corefcn/__contourc__.cc ............................ PASS    1/1   
  src/corefcn/__dispatch__.cc ............................ PASS    1/1   
  src/corefcn/__lin_interpn__.cc ......................... PASS    1/1   
  src/corefcn/__pchip_deriv__.cc ......................... PASS    1/1   





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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