Bug 1031331

Summary: libvoikko fails to build with GCC 7
Product: [openSUSE] openSUSE Tumbleweed Reporter: Martin Liška <martin.liska>
Component: BasesystemAssignee: Tomáš Chvátal <tchvatal>
Status: RESOLVED FIXED QA Contact: E-mail List <qa-bugs>
Severity: Normal    
Priority: P5 - None CC: crrodriguez, sbrabec
Version: Current   
Target Milestone: ---   
Hardware: Other   
OS: Other   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---
Bug Depends on:    
Bug Blocks: 1030236    

Description Martin Liška 2017-03-28 12:15:23 UTC
https://build.opensuse.org/package/live_build_log/openSUSE:Factory:Staging:Gcc7/libvoikko/standard/x86_64

[   27s] In file included from morphology/MalagaAnalyzer.cpp:19:0:
[   27s] ./morphology/MalagaAnalyzer.hpp:58:53: error: dynamic exception specifications are deprecated in C++11 [-Werror=deprecated]
[   27s]    MalagaAnalyzer(const std::string & directoryName) throw(setup::DictionaryException);
[   27s]                                                      ^~~~~
[   27s] morphology/MalagaAnalyzer.cpp:35:62: error: dynamic exception specifications are deprecated in C++11 [-Werror=deprecated]
[   27s]  MalagaAnalyzer::MalagaAnalyzer(const string & directoryName) throw(setup::DictionaryException) {
[   27s]                                                               ^~~~~

Can be tested in openSUSE:Factory:Staging:Gcc7 project.
Comment 1 Tomáš Chvátal 2017-05-03 07:59:34 UTC
This was fixed by voikko version update.