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

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

[Octave-bug-tracker] [bug #60580] [octave forge] (struct) fails to insta


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #60580] [octave forge] (struct) fails to install in Octave 6 without deprecated error_state
Date: Tue, 11 May 2021 14:05:01 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36

Update of bug #60580 (project octave):

                  Status:                    None => Confirmed              
                 Summary: "pkg install -local -forge -verbose struct" fails to
install struct package => [octave forge] (struct) fails to install in Octave 6
without deprecated error_state

    _______________________________________________________

Follow-up Comment #1:

Confirmed. I can reproduce this error in a vanilla Octave 6.2.0 install
outside of flatpak as well, with the following:


>> setenv CXXFLAGS -Werror                                                    
                                                                              
                                                                              
  
>> pkg install -forge struct          


The important part is not the '-Werror' compiler option, the important part is
that the configure test for the 'error_state' deprecated variable fails, and
that leads to this build error with Octave 6:


error-helpers.h:67:31: error: no matching function for call to
‘verror(octave::execution_exception&, const char [37], const char*)’      
                                                                              
                      
   67 |         verror (e, __VA_ARGS__); \                                    
                                        
      |                               ^                                       
                                        


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?60580>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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