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

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

[Octave-bug-tracker] [bug #65658] bytecode-interpreter creating dist fil


From: Philip Nienhuis
Subject: [Octave-bug-tracker] [bug #65658] bytecode-interpreter creating dist file failure due to typo in module.mk
Date: Mon, 29 Apr 2024 07:51:10 -0400 (EDT)

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

                 Summary: bytecode-interpreter creating dist file failure due
to typo in module.mk
                   Group: GNU Octave
               Submitter: philipnienhuis
               Submitted: Mon 29 Apr 2024 01:51:09 PM CEST
                Category: Configuration and Build System
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Build Failure
                  Status: Patch Submitted
             Assigned to: None
         Originator Name: Philip Nienhuis
        Originator Email: 
             Open/Closed: Open
                 Release: dev
         Discussion Lock: Any
        Operating System: Any
           Fixed Release: 10.1.0 (current default)
         Planned Release: 10.1.0 (current default)


    _______________________________________________________

Follow-up Comments:


-------------------------------------------------------
Date: Mon 29 Apr 2024 01:51:09 PM CEST By: Philip Nienhuis <philipnienhuis>
Creating a dist file for the bytecode-interpreter branch of 10.0.0 fails
with:

:
if test -d "octave-10.0.0"; then find "octave-10.0.0" -type d ! -perm -200
-exec chmod u+w {} ';' && rm -rf "octave-10.0.0" || { sleep 5 && rm -rf
"octave-10.0.0"; }; else :; fi
test -d "octave-10.0.0" || mkdir "octave-10.0.0"
 (cd libgnu && make  top_distdir=../octave-10.0.0
distdir=../octave-10.0.0/libgnu \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=:
distdir)
make[3]: Entering directory '/home/philip/devel/octdev/oct1000+/libgnu'
make  distdir-am
make[4]: Entering directory '/home/philip/devel/octdev/oct1000+/libgnu'
make[4]: Leaving directory '/home/philip/devel/octdev/oct1000+/libgnu'
make[3]: Leaving directory '/home/philip/devel/octdev/oct1000+/libgnu'
 (cd test && make  top_distdir=../octave-10.0.0 distdir=../octave-10.0.0/test
\
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=:
distdir)
make[3]: Entering directory '/home/philip/devel/octdev/oct1000+/test'
make  distdir-am
make[4]: Entering directory '/home/philip/devel/octdev/oct1000+/test'
make[4]: *** No rule to make target
'../../dev_p/test/compile/shutup_operator_test/@double/display.m', needed by
'distdir-am'.  Stop.
:

WIP patch attached. Feel free to amend commit message and bug number.
It's an add-on to cset ea29311fbd44 bytecode-interpreter 'rename some files
for consistency' by JWE from Apr. 16.

BTW this is one of those corner cases slipping through because AFAIK the
bytecode-interpreter branch receives little testing. Dist archives are
probably only required for mxe-octave and AFAIK the bytecode-interpreter
branch isnĀ“t regularly built for Windows (let alone used in practice) except
maybe by me :-)
Or am I mistaken?








    _______________________________________________________
File Attachments:


-------------------------------------------------------
Name: bug_######_BI_test-compile-module.mk.patch  Size: 888B
<https://file.savannah.gnu.org/file/bug_######_BI_test-compile-module.mk.patch?file_id=55988>

    AGPL NOTICE

These attachments are served by Savane. You can download the corresponding
source code of Savane at
https://git.savannah.nongnu.org/cgit/administration/savane.git/snapshot/savane-02a92bc3de37203138822bd2520e89ef55345685.tar.gz

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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