bugGNU Octave - Bugs: bug #65467, (geometr) test @svg/svg fails due...

 
 

bug #65467: (geometr) test @svg/svg fails due to spaces in file names

Submitter:  Dmitri A. Sergatskov <dasergatskov>
Submitted:  Sat 16 Mar 2024 07:07:17 PM UTC
   
 
Category:  Octave Package Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Unexpected Error or Warning
Status:  In Progress Assigned to:  juanpi
Originator Name:  Open/Closed:  * Open
Release:  * stable Operating System:  * Microsoft Windows
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Sun 17 Mar 2024 03:53:23 AM UTC, comment #2: 


>> test @svg/svg verbose
>>>>> C:\Program Files\GNU Octave\Octave-9.1.0\mingw64\share\octave\packages\geometry-4.0.0\@svg/svg.m
***** test
  dc = svg('drawing5.svg');
  dc.getpath();
  dc.pathid();
  dc.getpath('path3756');
python3: can't open file '/c/Users/dmitr/C:\\Program': [Errno 2] No such file or directory
!!!!! test failed
'svgpath' undefined near line 45, column 20
>>


Dmitri.
--

Dmitri A. Sergatskov <dasergatskov>
Sat 16 Mar 2024 10:39:43 PM UTC, comment #1: 

To help with testing I have split the tests to identify better what's causing it.
Could you test commit 7776a18c97b4 from
https://sourceforge.net/p/octave/geometry/ci/default/tree/

I cannot test in Windows.


Juan Pablo Carbajal <juanpi>
Group Member
Sat 16 Mar 2024 07:07:17 PM UTC, original submission:  

In the current octave9.1 for Windows package I see:

>> test @svg/svg verbose
>>>>> C:\Program Files\GNU Octave\Octave-9.1.0\mingw64\share\octave\packages\geometry-4.0.0\@svg/svg.m
***** test
  dc = svg('drawing5.svg');
  dc.getpath();
  dc.pathid();
  dc.getpath('path3756');

  dc = svg('drawing.svg');
  ids = dc.pathid();
  dc.getpath({ids{[1 3]}});
python3: can't open file '/c/Users/dmitr/C:\\Program': [Errno 2] No such file or directory
!!!!! test failed
'svgpath' undefined near line 45, column 20
>>


Dmitri.
--


Dmitri A. Sergatskov <dasergatskov>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by juanpi (Posted a comment)
  • -email is unavailable- added by dasergatskov (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only group members can vote.

     

    Follow 2 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2024-03-16 juanpi StatusNone In Progress
        Assigned toNone juanpi

    Back to the top

    Powered by Savane 3.13-02a9.
    Corresponding source code