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

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

[Octave-bug-tracker] [bug #62648] build problem with texinfo>6.8


From: Arun Giridhar
Subject: [Octave-bug-tracker] [bug #62648] build problem with texinfo>6.8
Date: Wed, 16 Nov 2022 07:23:19 -0500 (EST)

Follow-up Comment #35, bug #62648 (project octave):

My system upgraded Texinfo to 7.0. I'm getting the following two apostrophe
errors during make check:


>>>>> processing .../octave/scripts/help/__unimplemented__.m
***** test
 str = __unimplemented__ ("matlabrc");
 assert (str(1:71), "matlabrc is not implemented.  Octave uses the file
'.octaverc' instead.");
!!!!! test failed
ASSERT errors for:  assert (str (1:71),"matlabrc is not implemented.  Octave
uses the file '.octaverc' instead.")

  Location  |  Observed  |  Expected  |  Reason
     []      matlabrc is not implemented.  Octave uses the file
’.octaverc’ inst matlabrc is not implemented.  Octave uses the file
'.octaverc' instead.   Strings don't match
***** test
 str = __unimplemented__ ("MException");
 assert (str(1:58), "The 'MException' function is not yet implemented in
Octave");
!!!!! test failed
ASSERT errors for:  assert (str (1:58),"The 'MException' function is not yet
implemented in Octave")

  Location  |  Observed  |  Expected  |  Reason
     []      The ’MException’ function is not yet implemented in Oc The
'MException' function is not yet implemented in Octave   Strings don't match


Is this error not showing on the macOS CI?


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?62648>

_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/




reply via email to

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