Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 612934 - games-strategy/asc-2.6.0.0-r1 : ./.../basestrm.cpp:1731:7: error: throw will always call terminate() [-Werror=terminate]
Summary: games-strategy/asc-2.6.0.0-r1 : ./.../basestrm.cpp:1731:7: 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-03-17 17:03 UTC by Toralf Förster
Modified: 2017-07-30 09:13 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,5.95 KB, text/plain)
2017-03-17 17:03 UTC, Toralf Förster
Details
config.log.tbz2 (config.log.tbz2,11.73 KB, application/x-bzip)
2017-03-17 17:03 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,329.16 KB, text/plain)
2017-03-17 17:03 UTC, Toralf Förster
Details
environment (environment,109.88 KB, text/plain)
2017-03-17 17:03 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,54.11 KB, application/x-bzip)
2017-03-17 17:03 UTC, Toralf Förster
Details
games-strategy:asc-2.6.0.0-r1:20170316-215956.log.bz2 (games-strategy:asc-2.6.0.0-r1:20170316-215956.log.bz2,33.70 KB, application/x-bzip)
2017-03-17 17:03 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,60.56 KB, application/x-bzip)
2017-03-17 17:03 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-03-17 17:03:24 UTC
                            ^~~~~~~~
./../../basestrm.cpp: In destructor ‘virtual tn_c_lzw_filestream::~tn_c_lzw_filestream()’:
./../../basestrm.cpp:1731:7: error: throw will always call terminate() [-Werror=terminate]
       throw;
       ^~~~~
./../../basestrm.cpp:1731:7: note: in C++11 destructors default to noexcept

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

  This is an unstable amd64 chroot image (named plasma-abi32+64_20170309-193709) 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.6 (fallback)
  [3]   python2.7 (fallback)
  [4]   jython2.7 (fallback)
Available Ruby profiles:
  [1]   ruby21 (with Rubygems) *
java-config:
The following VMs are available for generation-2:
*)	IcedTea JDK 7.2.6.9 [icedtea-7]
2)	IcedTea JDK 7.2.6.9 [icedtea-bin-7]
3)	IcedTea JDK 3.3.0 [icedtea-bin-8]
Available Java Virtual Machines:
  [1]   icedtea-7  system-vm
  [2]   icedtea-bin-7 
  [3]   icedtea-bin-8
Comment 1 Toralf Förster gentoo-dev 2017-03-17 17:03:29 UTC
Created attachment 467316 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2017-03-17 17:03:33 UTC
Created attachment 467318 [details]
config.log.tbz2
Comment 3 Toralf Förster gentoo-dev 2017-03-17 17:03:36 UTC
Created attachment 467320 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2017-03-17 17:03:41 UTC
Created attachment 467322 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2017-03-17 17:03:45 UTC
Created attachment 467324 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2017-03-17 17:03:49 UTC
Created attachment 467326 [details]
games-strategy:asc-2.6.0.0-r1:20170316-215956.log.bz2
Comment 7 Toralf Förster gentoo-dev 2017-03-17 17:03:53 UTC
Created attachment 467328 [details]
temp.tbz2
Comment 8 Peter Levine 2017-07-20 23:29:37 UTC
PR: https://github.com/gentoo/gentoo/pull/5153
Comment 9 David Seifert gentoo-dev 2017-07-30 09:13:40 UTC
commit 10c51f9115f067ab2368160dd95fb9308504329d
Author: Peter Levine <plevine457@gmail.com>
Date:   Thu Jul 20 19:26:03 2017 -0400

    games-strategy/asc: Fix building with -Werror=terminate
    
    Bug: https://bugs.gentoo.org/show_bug.cgi?id=612934