bugGNU Octave - Bugs: bug #43595, Build error in...

 
 

bug #43595: Build error in libinterpreter/corefcn/kron.cc after changeset 19326

Submitter:  Kai Torben Ohlhus <siko1056>
Submitted:  Wed 12 Nov 2014 11:52:46 PM UTC
   
 
Category:  Configuration and Build System Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Build Failure
Status:  None Assigned to:  None
Originator Name:  Open/Closed:  * Closed
Release:  * dev Operating System:  * GNU/Linux
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Thu 13 Nov 2014 09:43:17 AM UTC, comment #2: 

Can be closed. The patch is already included in changeset 19330.

http://hg.savannah.gnu.org/hgweb/octave/rev/1f4455ff2329

One last point to think about is in libinterp/corefcn/kron.cc weather it should be a Column Vector


Array<octave_idx_type> res_perm (dim_vector (1, na * nb));


or Row Vector


Array<octave_idx_type> res_perm (dim_vector (na * nb, 1));


Kai Torben Ohlhus <siko1056>
Group Member
Thu 13 Nov 2014 07:58:25 AM UTC, comment #1: 

Works for me. Thanks!

Michael Godfrey <godfrey>
Group Member
Wed 12 Nov 2014 11:52:46 PM UTC, original submission:  

The deprecated constructor has been removed and causes a hard error now. The attached patch uses a 2D dim-vector constructor.

Kai Torben Ohlhus <siko1056>
Group Member

 

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

Attach Files:
   
   
Comment:
   

Attached Files
file #32425:  kron.diff added by siko1056 (830B - text/x-patch)

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by andy1978 (Updated the item)
  • -email is unavailable- added by godfrey (Posted a comment)
  • -email is unavailable- added by siko1056 (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
    2014-11-14 andy1978 Open/ClosedOpen Closed
    2014-11-12 siko1056 Attached File- Added kron.diff, #32425

    Back to the top

    Powered by Savane 3.13-d3ae.
    Corresponding source code