bugGNU Octave - Bugs: bug #52820, [octave forge] (control) build...

 
 

bug #52820: [octave forge] (control) build error due to missing global f77_exception_encountered

Submitter:  Philip Nienhuis <philipnienhuis>
Submitted:  Fri 05 Jan 2018 10:03:00 PM UTC
   
 
Category:  Octave Package Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Build Failure
Status:  Fixed Assigned to:  None
Originator Name:  Philip Nienhuis Open/Closed:  * Closed
Release:  * dev Operating System:  * Any
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Sat 26 Jan 2019 02:25:07 AM UTC, comment #3: 

This is being tracked in bug #55361 now, closing again.

Mike Miller <mtmiller>
Group Member
Sun 23 Dec 2018 10:43:56 PM UTC, comment #2: 

Reopening.

The stanza JWE added in http://hg.savannah.gnu.org/hgweb/octave/rev/e721ca8bb801 has been deprecated in 4.4.x and consequently got removed in octave-6.0.0 (http://hg.savannah.gnu.org/hgweb/octave/rev/f23f27e78aa2), so now this bug is back in of-control for Octave-6.0.0.

For the time being I'll put it back in in my own 6.0.0 builds but is it correctly to suppose this time it's up to the control package maintainer to fix this?

Philip Nienhuis <philipnienhuis>
Group Member
Tue 09 Jan 2018 12:58:25 AM UTC, comment #1: 

I pushed a changeset that should fix this problem:

  http://hg.savannah.gnu.org/hgweb/octave/rev/e721ca8bb801

The variable is no longer used in Octave, however, so this should still be fixed in any code that uses it.

John W. Eaton <jwe>
Group administrator
Fri 05 Jan 2018 10:03:00 PM UTC, original submission:  

From mxe-octave build log:

:
x86_64-w64-mingw32-g++ -c -I/home/philip/devel/octdev/mxe/mxe_w64_ogl32_20171021/usr/x86_64-w64-mingw32/include  -I/home/philip/devel/octdev/mxe/mxe_w64_ogl32_20171021/usr/x86_64-w64-mingw32/include/octave-4.3.0+/octave/.. -I/home/philip/devel/octdev/mxe/mxe_w64_ogl32_20171021/usr/x86_64-w64-mingw32/include/octave-4.3.0+/octave -I/home/philip/devel/octdev/mxe/mxe_w64_ogl32_20171021/usr/x86_64-w64-mingw32/include  -pthread -fopenmp -g -O2    __control_slicot_functions__.cc -o __control_slicot_functions__.o
In file included from __control_slicot_functions__.cc:1:0:
sl_ab08nd.cc: In function 'octave_value_list F__sl_ab08nd__(const octave_value_list&, int)':
sl_ab08nd.cc:153:13: error: 'f77_exception_encountered' was not declared in this scope
         if (f77_exception_encountered)
             ^~~~~~~~~~~~~~~~~~~~~~~~~
sl_ab08nd.cc:190:13: error: 'f77_exception_encountered' was not declared in this scope
         if (f77_exception_encountered)
             ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from __control_slicot_functions__.cc:2:0:
sl_ab13dd.cc: In function 'octave_value_list F__sl_ab13dd__(const octave_value_list&, int)':
sl_ab13dd.cc:147:13: error: 'f77_exception_encountered' was not declared in this scope
         if (f77_exception_encountered)
             ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from __control_slicot_functions__.cc:3:0:
sl_sb10hd.cc: In function 'octave_value_list F__sl_sb10hd__(const octave_value_list&, int)':
sl_sb10hd.cc:139:13: error: 'f77_exception_encountered' was not declared in this scope
         if (f77_exception_encountered)
             ^~~~~~~~~~~~~~~~~~~~~~~~~
:


... and so on.
Related to core octave cset c5c11b07598a (refactor signal handling (bug #52757)) where this global variable was dropped.

Commenting out of-control in the mxe-octave Makefile will probably help until this is fixed (I guess in the control package)

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

    Date Changed by Updated Field Previous Value => Replaced by
    2019-01-26 mtmiller StatusNone Fixed
        Open/ClosedOpen Closed
    2018-12-23 philipnienhuis StatusFixed None
        Open/ClosedClosed Open
    2018-01-10 jwe StatusNone Fixed
        Open/ClosedOpen Closed
        Summary[octave-forge] (control) build error due to missing global f77_exception_encountered [octave forge] (control) build error due to missing global f77_exception_encountered

    Back to the top

    Powered by Savane 3.13-d3ae.
    Corresponding source code