bugGNU Octave - Bugs: bug #53144, MXE no longer compiling

 
 

bug #53144: MXE no longer compiling

Submitter:  Rik <rik5>
Submitted:  Tue 13 Feb 2018 04:59:51 PM UTC
   
 
Category:  Configuration and Build System Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Regression
Status:  Fixed 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
   

Tue 13 Feb 2018 06:58:38 PM UTC, comment #4: 

Works for me now.  Closing as fixed.

Rik <rik5>
Group administrator
Tue 13 Feb 2018 06:16:54 PM UTC, comment #3: 

No worries.  That's why it is the development branch, stuff happens.  Testing now.

Rik <rik5>
Group administrator
Tue 13 Feb 2018 06:11:10 PM UTC, comment #2: 
John W. Eaton <jwe>
Group administrator
Tue 13 Feb 2018 05:43:37 PM UTC, comment #1: 

Oops.

John W. Eaton <jwe>
Group administrator
Tue 13 Feb 2018 04:59:51 PM UTC, original submission:  

MXE is failing to compile according to the buildbots and my own attempt.  The error I find in the log file is


/home/rik/wip/Projects_Mine/mxe-octave/tmp-default-octave/octave-4.3.0+/libinterp/corefcn/pr-output.cc: In function 'float_display_format make_format(const MT&) [with MT = intNDArray<octave_int<unsigned int> >]':
/home/rik/wip/Projects_Mine/mxe-octave/tmp-default-octave/octave-4.3.0+/libinterp/corefcn/pr-output.cc:1662:59: error: call of overloaded 'abs(unsigned int)' is ambiguous
           (std::floor (log10 (double (abs (nda(i).value ()))) + 1.0));  \
                                                           ^
/home/rik/wip/Projects_Mine/mxe-octave/tmp-default-octave/octave-4.3.0+/libinterp/corefcn/pr-output.cc:1679:1: note: in expansion of macro 'MAKE_INT_MATRIX_FORMAT'
 MAKE_INT_MATRIX_FORMAT (octave_uint32)
 ^~~~~~~~~~~~~~~~~~~~~~
In file included from /home/rik/wip/Projects_Mine/mxe-octave/usr/lib/gcc/i686-w64-mingw32/7.2.0/include/c++/cmath:45:0,
                 from /home/rik/wip/Projects_Mine/mxe-octave/tmp-default-octave/octave-4.3.0+/libinterp/corefcn/pr-output.cc:27:
/home/rik/wip/Projects_Mine/mxe-octave/usr/i686-w64-mingw32/include/math.h:254:15: note: candidate: int abs(int)
   int __cdecl abs(int _X);
               ^~~
In file included from /home/rik/wip/Projects_Mine/mxe-octave/usr/lib/gcc/i686-w64-mingw32/7.2.0/include/c++/cmath:47:0,
                 from /home/rik/wip/Projects_Mine/mxe-octave/tmp-default-octave/octave-4.3.0+/libinterp/corefcn/pr-output.cc:27:
/home/rik/wip/Projects_Mine/mxe-octave/usr/lib/gcc/i686-w64-mingw32/7.2.0/include/c++/bits/std_abs.h:56:3: note: candidate: long int std::abs(long int)
   abs(long __i) { return __builtin_labs(__i); }
   ^~~
/home/rik/wip/Projects_Mine/mxe-octave/usr/lib/gcc/i686-w64-mingw32/7.2.0/include/c++/bits/std_abs.h:61:3: note: candidate: long long int std::abs(long long int)
   abs(long long __x) { return __builtin_llabs (__x); }
   ^~~
/home/rik/wip/Projects_Mine/mxe-octave/usr/lib/gcc/i686-w64-mingw32/7.2.0/include/c++/bits/std_abs.h:70:3: note: candidate: constexpr double std::abs(double)
   abs(double __x)
   ^~~
/home/rik/wip/Projects_Mine/mxe-octave/usr/lib/gcc/i686-w64-mingw32/7.2.0/include/c++/bits/std_abs.h:74:3: note: candidate: constexpr float std::abs(float)
   abs(float __x)
   ^~~
/home/rik/wip/Projects_Mine/mxe-octave/usr/lib/gcc/i686-w64-mingw32/7.2.0/include/c++/bits/std_abs.h:78:3: note: candidate: constexpr long double std::abs(long double)
   abs(long double __x)
   ^~~
/home/rik/wip/Projects_Mine/mxe-octave/usr/lib/gcc/i686-w64-mingw32/7.2.0/include/c++/bits/std_abs.h:102:3: note: candidate: constexpr __float128 std::abs(__float128)
   abs(__float128 __x)
   ^~~



Rik <rik5>
Group administrator

 

(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 jwe (Posted a comment)
  • -email is unavailable- added by rik5 (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 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2018-02-13 rik5 StatusReady For Test Fixed
        Open/ClosedOpen Closed
    2018-02-13 rik5 StatusNone Ready For Test

    Back to the top

    Powered by Savane 3.13-d3ae.
    Corresponding source code