octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #52820] [octave-forge] (control) build error d


From: Philip Nienhuis
Subject: [Octave-bug-tracker] [bug #52820] [octave-forge] (control) build error due to missing global f77_exception_encountered
Date: Fri, 5 Jan 2018 17:03:01 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:51.0) Gecko/20100101 Firefox/51.0 SeaMonkey/2.48

URL:
  <http://savannah.gnu.org/bugs/?52820>

                 Summary: [octave-forge] (control) build error due to missing
global f77_exception_encountered
                 Project: GNU Octave
            Submitted by: philipnienhuis
            Submitted on: Fri 05 Jan 2018 11:03:00 PM CET
                Category: Octave Forge Package
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Build Failure
                  Status: None
             Assigned to: None
         Originator Name: Philip Nienhuis
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: Any

    _______________________________________________________

Details:

>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)





    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?52820>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]