bugGNU Octave - Bugs: bug #46818, Communications package fails to...

 
 

bug #46818: Communications package fails to build after r20696

Submitter:  None
Submitted:  Tue 05 Jan 2016 10:55:30 AM UTC
   
 
Category:  Octave Package Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Build Failure
Status:  Duplicate Assigned to:  None
Originator Name:  Originator Email:  -email is unavailable-
Open/Closed:  * Closed Release:  * dev
Operating System:  * GNU/Linux Fixed Release:  None
Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Tue 05 Jan 2016 11:18:35 AM UTC, comment #1: 

Thanks forthe report.

This appears to be a duplicate of bug 46521 [1]

Closing as duplicate


[1] http://savannah.gnu.org/bugs/?func=detailitem&item_id=46521

John Donoghue <lostbard>
Group Member
Tue 05 Jan 2016 10:55:30 AM UTC, original submission:  

The commit "20696:0dfeb5c82750" removed the definition of "OV_REP_TYPE" from "libinterp/octave-value/ov.h".  This results in the following error when building the "communications" package from Octave Forge.

In file included from gf.cc:41:0:
ov-galois.h:68:3: error: 'OV_REP_TYPE' does not name a type
   OV_REP_TYPE *clone (void) const { return new octave_galois (*this); }
   ^
ov-galois.h:69:3: error: 'OV_REP_TYPE' does not name a type
   OV_REP_TYPE *empty_clone (void) const { return new octave_galois (); }
   ^


Anonymous

 

(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 lostbard (Posted a comment)
  •  

    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
    2016-01-05 lostbard StatusNone Duplicate
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-02a9.
    Corresponding source code