Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 616390 - net-mail/muchsync-2 : infinibuf.h:267:44: error: throw will always call terminate() [-Werror=terminate]
Summary: net-mail/muchsync-2 : infinibuf.h:267:44: error: throw will always call termi...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Amadeusz Żołnowski (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-04-23 14:19 UTC by Toralf Förster
Modified: 2017-05-16 21:26 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,5.26 KB, text/plain)
2017-04-23 14:19 UTC, Toralf Förster
Details
config.log.tbz2 (config.log.tbz2,4.08 KB, application/x-bzip)
2017-04-23 14:19 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,112.58 KB, text/plain)
2017-04-23 14:19 UTC, Toralf Förster
Details
environment (environment,9.80 KB, text/plain)
2017-04-23 14:19 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,21.97 KB, application/x-bzip)
2017-04-23 14:19 UTC, Toralf Förster
Details
net-mail:muchsync-2:20170423-124321.log (net-mail:muchsync-2:20170423-124321.log,3.97 KB, text/plain)
2017-04-23 14:19 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,5.24 KB, application/x-bzip)
2017-04-23 14:19 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-04-23 14:19:03 UTC
In file included from infinibuf.cc:9:0:
infinibuf.h: In destructor ‘virtual ofdinfinistream::~ofdinfinistream()’:
infinibuf.h:267:44: error: throw will always call terminate() [-Werror=terminate]
       strerror(isb_.get_infinibuf()->err()));
                                            ^
infinibuf.h:267:44: note: in C++11 destructors default to noexcept

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

  This is an unstable amd64 chroot image (named 13.0-systemd_20170421-183053) at a hardened host acting as a tinderbox.

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-5.4.0
 [2] x86_64-pc-linux-gnu-6.3.0 *

Available Python interpreters, in order of preference:
  [1]   python3.4
  [2]   python3.5 (fallback)
  [3]   python2.7 (fallback)
Available Ruby profiles:
  [1]   ruby21 (with Rubygems)
  [2]   ruby22 (with Rubygems) *
Comment 1 Toralf Förster gentoo-dev 2017-04-23 14:19:07 UTC
Created attachment 470714 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2017-04-23 14:19:10 UTC
Created attachment 470716 [details]
config.log.tbz2
Comment 3 Toralf Förster gentoo-dev 2017-04-23 14:19:14 UTC
Created attachment 470718 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2017-04-23 14:19:17 UTC
Created attachment 470720 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2017-04-23 14:19:21 UTC
Created attachment 470722 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2017-04-23 14:19:24 UTC
Created attachment 470724 [details]
net-mail:muchsync-2:20170423-124321.log
Comment 7 Toralf Förster gentoo-dev 2017-04-23 14:19:27 UTC
Created attachment 470726 [details]
temp.tbz2
Comment 8 Amadeusz Żołnowski (RETIRED) gentoo-dev 2017-05-16 21:26:35 UTC
It is fixed in muchsync-3.

The only warnings while compiling muchsync-3 are:

muchsync.cc: In function ‘int main(int, char**)’:
muchsync.cc:494:26: warning: ignoring return value of ‘ssize_t read(int, void*, size_t)’, declared with attribute warn_unused_result [-Wunused-result]
       read(fds[0], &c, 1);
                          ^
muchsync.cc: In function ‘void create_config(std::istream&, std::ostream&, std::__cxx11::string&)’:
muchsync.cc:277:39: warning: ignoring return value of ‘ssize_t write(int, const void*, size_t)’, declared with attribute warn_unused_result [-Wunused-result]
   write(fd, conf.c_str(), conf.size());