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

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

[Octave-bug-tracker] [bug #65731] typo in test/compile/module.mk


From: A.R. Burgers
Subject: [Octave-bug-tracker] [bug #65731] typo in test/compile/module.mk
Date: Mon, 13 May 2024 03:28:23 -0400 (EDT)

URL:
  <https://savannah.gnu.org/bugs/?65731>

                 Summary: typo in test/compile/module.mk
                   Group: GNU Octave
               Submitter: arb
               Submitted: Mon 13 May 2024 09:28:23 AM CEST
                Category: Configuration and Build System
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Unexpected Error or Warning
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
                 Release: bytecode-evaluator
         Discussion Lock: Any
        Operating System: Any
           Fixed Release: None
         Planned Release: None


    _______________________________________________________

Follow-up Comments:


-------------------------------------------------------
Date: Mon 13 May 2024 09:28:23 AM CEST By: A.R. Burgers <arb>
I get this error msg in the log on install:


/usr/bin/install: cannot stat
'../../test/compile/shutup_operator_test/@double/display.m': No such file or
directory


I think the following fix should be applied:


diff -r 396481f4e261 test/compile/module.mk
--- a/test/compile/module.mk    Sun May 12 21:03:47 2024 -0400
+++ b/test/compile/module.mk    Mon May 13 09:23:34 2024 +0200
@@ -54,7 +54,7 @@
   %reldir%/script11.m \
   %reldir%/script2.m \
   %reldir%/script3.m \
-  %reldir%/shutup_operator_test/@double/display.m \
+  %reldir%/shutup-operator-test/@double/display.m \
   %reldir%/shutup-operator-test/@logical/display.m \
   %reldir%/shutup-operator-test/bytecode_disp.m \
   %reldir%/shutup-operator-test/bytecode-disp.tst \









    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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