Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 613426 - media-tv/me-tv-1.4.0.10 : data.cc:75:70: error: throw will always call terminate() [-Werror=terminate]
Summary: media-tv/me-tv-1.4.0.10 : data.cc:75:70: error: throw will always call termin...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Thomas Raschbacher
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: gcc-6
  Show dependency tree
 
Reported: 2017-03-21 18:56 UTC by Toralf Förster
Modified: 2017-04-16 18:59 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-03-21 18:56 UTC, Toralf Förster
Details
config.log.tbz2 (config.log.tbz2,10.00 KB, application/x-bzip)
2017-03-21 18:56 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,463.37 KB, text/plain)
2017-03-21 18:56 UTC, Toralf Förster
Details
environment (environment,141.01 KB, text/plain)
2017-03-21 18:56 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,59.93 KB, application/x-bzip)
2017-03-21 18:56 UTC, Toralf Förster
Details
media-tv:me-tv-1.4.0.10:20170321-170425.log (media-tv:me-tv-1.4.0.10:20170321-170425.log,168.70 KB, text/plain)
2017-03-21 18:56 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,38.97 KB, application/x-bzip)
2017-03-21 18:56 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-21 18:56:31 UTC
x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I..  -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -DPACKAGE_SRC_DIR=\""."\" -DPACKAGE_DATA_DIR=\""/usr/share"\" -pthread -I/usr/include/giomm-2.4 -I/usr/lib64/giomm-2.4/include -I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include   -Werror=terminate -O2 -pipe -march=native -std=c++11 -c -o data.o data.cc
data.cc: In destructor ‘Data::Statement::~Statement()’:
data.cc:75:70: error: throw will always call terminate() [-Werror=terminate]
   throw SQLiteException(connection, _("Failed to finalise statement"));
                                                                      ^
data.cc:75:70: 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]   pypy (fallback)
  [5]   jython2.7 (fallback)
Available Ruby profiles:
  [1]   ruby21 (with Rubygems) *
java-config:
The following VMs are available for generation-2:
1)	IcedTea JDK 7.2.6.9 [icedtea-7]
2)	IcedTea JDK 7.2.6.9 [icedtea-bin-7]
*)	IcedTea JDK 3.3.0 [icedtea-bin-8]
Available Java Virtual Machines:
  [1]   icedtea-7 
  [2]   icedtea-bin-7 
  [3]   icedtea-bin-8  system-vm
Comment 1 Toralf Förster gentoo-dev 2017-03-21 18:56:34 UTC
Created attachment 467832 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2017-03-21 18:56:37 UTC
Created attachment 467834 [details]
config.log.tbz2
Comment 3 Toralf Förster gentoo-dev 2017-03-21 18:56:40 UTC
Created attachment 467836 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2017-03-21 18:56:43 UTC
Created attachment 467838 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2017-03-21 18:56:46 UTC
Created attachment 467840 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2017-03-21 18:56:49 UTC
Created attachment 467842 [details]
media-tv:me-tv-1.4.0.10:20170321-170425.log
Comment 7 Toralf Förster gentoo-dev 2017-03-21 18:56:52 UTC
Created attachment 467844 [details]
temp.tbz2
Comment 8 Peter Levine 2017-03-26 05:01:20 UTC
Submitted bug and patch upstream: https://bugs.launchpad.net/me-tv/+bug/1676116
Comment 9 David Seifert gentoo-dev 2017-04-16 18:59:45 UTC
commit e9a14bea18c4d4ef7948b5386de701e422583d61
Author: Peter-Levine <plevine457@gmail.com>
Date:   Mon Mar 27 21:07:02 2017 -0400

    media-tv/me-tv: Fix building with GCC6 and -Werror=terminate (bug #613426)