Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 610654 - games-simulation/dangerdeep-0.3.0 : src/system.cpp:185:70: error: throw will always call terminate() [-Werror=terminate]
Summary: games-simulation/dangerdeep-0.3.0 : src/system.cpp:185:70: error: throw will ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: gcc-6
  Show dependency tree
 
Reported: 2017-02-23 07:53 UTC by Toralf Förster
Modified: 2017-07-30 09:11 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge-info.txt (emerge-info.txt,6.07 KB, text/plain)
2017-02-23 07:53 UTC, Toralf Förster
Details
config.log.tbz2 (config.log.tbz2,828 bytes, application/x-bzip)
2017-02-23 07:53 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,299.57 KB, text/plain)
2017-02-23 07:53 UTC, Toralf Förster
Details
environment (environment,104.08 KB, text/plain)
2017-02-23 07:54 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,23.13 KB, application/x-bzip)
2017-02-23 07:54 UTC, Toralf Förster
Details
games-simulation:dangerdeep-0.3.0:20170222-233752.log (games-simulation:dangerdeep-0.3.0:20170222-233752.log,763.99 KB, text/plain)
2017-02-23 07:54 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2017-02-23 07:53:49 UTC
                            ^~~~~~~~
src/system.cpp: In destructor ‘system::~system()’:
src/system.cpp:185:70: error: throw will always call terminate() [-Werror=terminate]
   throw sdl_error("system destruction: system instance doesn't exist");
                                                                      ^
src/system.cpp:185:70: note: in C++11 destructors default to noexcept

  -----------------------------------------------------------------

  This is an unstable amd64 chroot image (named desktop-libressl-abi32+64_20170215-185650) at a hardened host acting as a tinderbox.

  -----------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-6.3.0 *
llvm-config:
3.9.1
Available Python interpreters, in order of preference:
  [1]   python3.4
  [2]   python3.5 (fallback)
  [3]   python2.7 (fallback)
  [4]   jython2.7 (fallback)

java-config:
The following VMs are available for generation-2:
1)	IcedTea JDK 7.2.6.8 [icedtea-7]
*)	IcedTea JDK 7.2.6.8 [icedtea-bin-7]
3)	IcedTea JDK 3.3.0 [icedtea-bin-8]
Available Java Virtual Machines:
  [1]   icedtea-7 
  [2]   icedtea-bin-7  system-vm
  [3]   icedtea-bin-8
Comment 1 Toralf Förster gentoo-dev 2017-02-23 07:53:52 UTC
Created attachment 464798 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2017-02-23 07:53:56 UTC
Created attachment 464800 [details]
config.log.tbz2
Comment 3 Toralf Förster gentoo-dev 2017-02-23 07:53:58 UTC
Created attachment 464802 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2017-02-23 07:54:02 UTC
Created attachment 464804 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2017-02-23 07:54:05 UTC
Created attachment 464806 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2017-02-23 07:54:09 UTC
Created attachment 464808 [details]
games-simulation:dangerdeep-0.3.0:20170222-233752.log
Comment 7 Peter Levine 2017-07-23 03:36:04 UTC
PR: https://github.com/gentoo/gentoo/pull/5181
Comment 8 David Seifert gentoo-dev 2017-07-30 09:11:43 UTC
commit b0d6d93eedcd429a3676066499c77d6c561501ea
Author: Peter Levine <plevine457@gmail.com>
Date:   Sat Jul 22 23:32:52 2017 -0400

    games-simulation/dangerdeep: Fix building with -Werror=terminate
    
    Bug: https://bugs.gentoo.org/show_bug.cgi?id=610654