bugGNU Octave - Bugs: bug #50993, build fails with compile error

 
 

bug #50993: build fails with compile error

Submitter:  Michael Godfrey <godfrey>
Submitted:  Wed 10 May 2017 12:48:16 PM UTC
   
 
Category:  Configuration and Build System Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Build Failure
Status:  Invalid / Not an Octave Bug Assigned to:  None
Originator Name:  godfrey Open/Closed:  * Closed
Release:  * dev Operating System:  * GNU/Linux
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Wed 10 May 2017 07:00:35 PM UTC, comment #1: 

I spoke just a bit too soon. The updates from today
have fixed the is problem.

So, this report can be closed.

Michael Godfrey <godfrey>
Group Member
Wed 10 May 2017 12:48:16 PM UTC, original submission:  

For the last several updates I get (using Fedora 25):


  CXX      libinterp/dldfcn/libinterp_dldfcn___ode15___la-__ode15__.lo
libinterp/dldfcn/__ode15__.cc: In function ‘ColumnVector octave::ida_user_function(const ColumnVector&, const ColumnVector&, double, octave_function*)’:
libinterp/dldfcn/__ode15__.cc:905:49: error: call of overloaded ‘feval(octave_function*&, octave_value_list, int)’ is ambiguous
         tmp = feval (ida_fc, ovl (t, x, xdot), 1);
                                                 ^
In file included from libinterp/dldfcn/__ode15__.cc:38:0:
libinterp/parse-tree/parse.h:561:3: note: candidate: octave_value_list octave::feval(octave_function*, const octave_value_list&, int)
   feval (octave_function *fcn,
   ^~~~~
libinterp/parse-tree/parse.h:650:1: note: candidate: octave_value_list feval(octave_function*, const octave_value_list&, int)
 feval (octave_function *fcn,
 ^~~~~
libinterp/dldfcn/__ode15__.cc: In function ‘Matrix octave::ida_dense_jac(const ColumnVector&, const ColumnVector&, double, double, octave_function*)’:
libinterp/dldfcn/__ode15__.cc:923:49: error: call of overloaded ‘feval(octave_function*&, octave_value_list, int)’ is ambiguous
         tmp = feval (ida_jc, ovl (t, x, xdot), 2);
                                                 ^
In file included from libinterp/dldfcn/__ode15__.cc:38:0:
libinterp/parse-tree/parse.h:561:3: note: candidate: octave_value_list octave::feval(octave_function*, const octave_value_list&, int)
   feval (octave_function *fcn,
   ^~~~~
libinterp/parse-tree/parse.h:650:1: note: candidate: octave_value_list feval(octave_function*, const octave_value_list&, int)
 feval (octave_function *fcn,
 ^~~~~
libinterp/dldfcn/__ode15__.cc: In function ‘SparseMatrix octave::ida_sparse_jac(const ColumnVector&, const ColumnVector&, double, double, octave_function*)’:
libinterp/dldfcn/__ode15__.cc:941:49: error: call of overloaded ‘feval(octave_function*&, octave_value_list, int)’ is ambiguous
         tmp = feval (ida_jc, ovl (t, x, xdot), 2);
                                                 ^
In file included from libinterp/dldfcn/__ode15__.cc:38:0:
libinterp/parse-tree/parse.h:561:3: note: candidate: octave_value_list octave::feval(octave_function*, const octave_value_list&, int)
   feval (octave_function *fcn,
   ^~~~~
libinterp/parse-tree/parse.h:650:1: note: candidate: octave_value_list feval(octave_function*, const octave_value_list&, int)
 feval (octave_function *fcn,
 ^~~~~
Makefile:18519: recipe for target 'libinterp/dldfcn/libinterp_dldfcn___ode15___la-__ode15__.lo' failed
make[2]: *** [libinterp/dldfcn/libinterp_dldfcn___ode15___la-__ode15__.lo] Error 1
make[2]: Leaving directory '/home/godfrey/d/src/octave/hg/octave'
Makefile:26447: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/godfrey/d/src/octave/hg/octave'
Makefile:10134: recipe for target 'all' failed
make: *** [all] Error 2
[godfrey@pbdsl4 octave]$

Michael Godfrey <godfrey>
Group Member

 

(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 mtmiller (Updated the item)
  • -email is unavailable- added by godfrey (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
    2017-05-10 mtmiller StatusNone Invalid / Not an Octave Bug
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-d3ae.
    Corresponding source code