bugGNU Octave - Bugs: bug #57580, [octave forge] (level-set) error...

 
 

bug #57580: [octave forge] (level-set) error "format string is not a string literal"

Submitter:  marco atzeri <matzeri>
Submitted:  Sat 11 Jan 2020 04:05:51 PM UTC
   
 
Category:  Octave Package Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Build Failure
Status:  None Assigned to:  None
Originator Name:  Open/Closed:  * Open
Release:  * 5.1.0 Operating System:  * Other
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Sat 11 Jan 2020 04:05:51 PM UTC, original submission:  

the latest git code
rev dbf46228a7582eef4fe5470fd00bc5b421dd33a5
fails to build on cygwin
as the compiler expects in "error" a format string before
the argument and it does not find it

$ gcc --version
gcc (GCC) 7.4.0


attached patch to make all changes

from
geomBoundary.cpp:      error (exc.what ());

to
geomBoundary.cpp:      error ("%s",exc.what ());

marco atzeri <matzeri>

 

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

Attach Files:
   
   
Comment:
   

Attached Files
file #48201:  octave-level-set-0.3.1-0.1.src.patch added by matzeri (3KiB - application/octet-stream)

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by matzeri (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.

     

    Follows 1 latest change.

    Date Changed by Updated Field Previous Value => Replaced by
    2020-01-11 matzeri Attached File- Added octave-level-set-0.3.1-0.1.src.patch, #48201

    Back to the top

    Powered by Savane 3.13-f8d8.
    Corresponding source code