bugGNU Octave - Bugs: bug #44803, [octave forge] (secs2d) fails to...

 
 

bug #44803: [octave forge] (secs2d) fails to install in octave 4.0.0

Submitter:  John Donoghue <lostbard>
Submitted:  Fri 10 Apr 2015 07:29:19 PM UTC
   
 
Category:  Octave Package Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Build Failure
Status:  Patch Submitted Assigned to:  None
Originator Name:  JohnD Open/Closed:  * Open
Release:  * dev Operating System:  * Any
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Mon 10 Oct 2016 12:44:42 PM UTC, comment #2: 

Still an issue for 4.2

John Donoghue <lostbard>
Group Member
Tue 14 Apr 2015 08:49:00 PM UTC, comment #1: 

Patch changing Octave_map = > octave_map and using $(MKOCTFILE)


(file #33676)

John Donoghue <lostbard>
Group Member
Fri 10 Apr 2015 07:29:19 PM UTC, original submission:  


On installing:


mkoctfile -c  Ucompconst.cc -o Ucompconst.o
Ucompconst.cc:37:22: error: 'Octave_map' does not name a type
 int Ucompconst(const Octave_map &mesh,
                      ^
Ucompconst.cc: In function 'int Ucompconst(const int&, const ColumnVector&, const ColumnVector&, ColumnVector&)':
Ucompconst.cc:46:29: error: request for member 'contents' in 'mesh', which is of non-class type 'const int'
 Matrix p             = mesh.contents("p")(0).matrix_value();                             ^
Ucompconst.cc:47:29: error: request for member 'contents' in 'mesh', which is of non-class type 'const int'
Ucompconst.cc:48:29: error: request for member 'contents' in 'mesh', which is of non-class type 'const int'
 Array<double> wjacdet= mesh.contents("wjacdet")(0).array_value();
                             ^
Ucompconst.cc: In function 'octave_value_list FUcompconst(const octave_value_list&, int)':
Ucompconst.cc:102:1: error: 'Octave_map' was not declared in this scope
 Octave_map mesh = args(0).map_value();
 ^
Ucompconst.cc:106:12: error: 'mesh' was not declared in this scope
 Ucompconst(mesh, acoeff, bcoeff, SG);
            ^
make: *** [Ucompconst.o] Error 1


John Donoghue <lostbard>
Group Member

 

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

Attach Files:
   
   
Comment:
   

Attached Files
file #33676:  fixes.patch added by lostbard (3KiB - application/octet-stream)

 

Depends on the following items: None found

Digest:
   bug dependencies.

 

Carbon-Copy List
  • -email is unavailable- added by jwe (Updated the item)
  • -email is unavailable- added by lostbard (adding package maintainer)
  • -email is unavailable- added by lostbard (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 6 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2020-11-14 lostbard Dependencies- bugs #58852 is dependent
    2018-07-02 jwe Summary[octave-forge] (secs2d) fails to install in octave 4.0.0 [octave forge] (secs2d) fails to install in octave 4.0.0
    2017-08-11 jwe Summaryof-secs2d fails to install in octave 4.0.0 [octave-forge] (secs2d) fails to install in octave 4.0.0
    2015-04-14 lostbard Attached File- Added fixes.patch, #33676
        StatusNone Patch Submitted
    2015-04-10 lostbard Carbon-Copy- Added cdf

    Back to the top

    Powered by Savane 3.13-f8d8.
    Corresponding source code