bugGNU Octave - Bugs: bug #58713, [octave forge] (parallel) parallel...

 
 

bug #58713: [octave forge] (parallel) parallel 4.0.0 fails to install in octave 4.2.2

Submitter:  Markus Appel <mappel>
Submitted:  Mon 06 Jul 2020 01:36:30 PM UTC
   
 
Category:  Octave Package Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Installation Failure
Status:  Fixed Assigned to:  None
Originator Name:  Open/Closed:  * Closed
Release:  * 4.2.2 Operating System:  * GNU/Linux
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Sun 06 Sep 2020 06:29:31 PM UTC, comment #1: 

This is fixed with:

https://sourceforge.net/p/octave/parallel/ci/ae48f019ea37ee68abe07ce067be5795707895bd/

(I didn't see this report but got the information from an email to the help list.)

Olaf Till <i7tiol>
Group Member
Mon 06 Jul 2020 01:36:30 PM UTC, original submission:  

Installing parallel 4.0.0 in octave 4.2.2 leads to this error:

p-control.cc: In member function ‘octave_value octave_parallel::control::get_next_result(octave_value&)’:
p-control.cc:537:13: error: ‘class octave_value’ has no member named ‘isinteger’
     if (res.isinteger ()
             ^~~~~~~~~


Replacing p-control.cc:537 in the package source with

    if (res.OV_ISINTEGER ()

fixes that problem for me.

Markus Appel <mappel>

 

(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 i7tiol (Posted a comment)
  • -email is unavailable- added by mappel (Submitted the item)
  • -email is unavailable- added by mappel
  •  

    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 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2020-09-06 i7tiol StatusNone Fixed
        Open/ClosedOpen Closed
    2020-07-06 mappel Carbon-Copy- Added i7tiol

    Back to the top

    Powered by Savane 3.13-02a9.
    Corresponding source code