Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 738174 - mail-filter/rspamd-2.5 : /.../io.cxx: error: runtime_error is not a member of std
Summary: mail-filter/rspamd-2.5 : /.../io.cxx: error: runtime_error is not a member of...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Christian Roessner
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2020-08-20 11:09 UTC by Toralf Förster
Modified: 2020-10-02 07:32 UTC (History)
3 users (show)

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


Attachments
emerge-info.txt (emerge-info.txt,15.84 KB, text/plain)
2020-08-20 11:09 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,234.47 KB, text/plain)
2020-08-20 11:09 UTC, Toralf Förster
Details
environment (environment,99.21 KB, text/plain)
2020-08-20 11:09 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,31.58 KB, application/x-bzip)
2020-08-20 11:09 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,10.81 KB, application/x-bzip)
2020-08-20 11:09 UTC, Toralf Förster
Details
mail-filter:rspamd-2.5:20200820-085718.log (mail-filter:rspamd-2.5:20200820-085718.log,162.53 KB, text/plain)
2020-08-20 11:09 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,32.65 KB, application/x-bzip)
2020-08-20 11:09 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 2020-08-20 11:09:06 UTC
/var/tmp/portage/mail-filter/rspamd-2.5/work/rspamd-2.5/contrib/replxx/src/io.cxx: In member function ‘void replxx::Terminal::write32(const char32_t*, int)’:
/var/tmp/portage/mail-filter/rspamd-2.5/work/rspamd-2.5/contrib/replxx/src/io.cxx:114:14: error: ‘runtime_error’ is not a member of ‘std’
  114 |   throw std::runtime_error( "write failed" );
      |              ^~~~~~~~~~~~~
/var/tmp/portage/mail-filter/rspamd-2.5/work/rspamd-2.5/contrib/replxx/src/io.cxx: In member function ‘void replxx::Terminal::write8(const char*, int)’:

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_no-multilib_hardened-libressl-20200815-181803

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-7.3.1
 [2] x86_64-pc-linux-gnu-8.3.1
 [3] x86_64-pc-linux-gnu-10.2.0 *
clang version 10.0.1 
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/10/bin
/usr/lib/llvm/10
10.0.1
Available Python interpreters, in order of preference:
  [1]   python3.7
  [2]   python3.9 (fallback)
  [3]   python3.8 (fallback)
  [4]   python3.6 (fallback)
  [5]   python2.7 (fallback)
Available Ruby profiles:
  [1]   ruby25 (with Rubygems) *
Available Rust versions:
  [1]   rust-1.45.2 *
Available Java Virtual Machines:
  (none found)

The Glorious Glasgow Haskell Compilation System, version 8.8.4

  timestamp(s) of HEAD at this tinderbox image:
/var/db/repos/gentoo	Thu Aug 20 08:05:40 AM UTC 2020
/var/db/repos/libressl	Mon Aug 10 09:13:35 AM UTC 2020

emerge -qpvO mail-filter/rspamd
[ebuild  N    ] mail-filter/rspamd-2.5  USE="libressl -blas -jemalloc -jit -pcre2" CPU_FLAGS_X86="ssse3"
Comment 1 Toralf Förster gentoo-dev 2020-08-20 11:09:07 UTC
Created attachment 655670 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2020-08-20 11:09:09 UTC
Created attachment 655672 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2020-08-20 11:09:11 UTC
Created attachment 655674 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2020-08-20 11:09:13 UTC
Created attachment 655676 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2020-08-20 11:09:14 UTC
Created attachment 655678 [details]
logs.tbz2
Comment 6 Toralf Förster gentoo-dev 2020-08-20 11:09:16 UTC
Created attachment 655680 [details]
mail-filter:rspamd-2.5:20200820-085718.log
Comment 7 Toralf Förster gentoo-dev 2020-08-20 11:09:18 UTC
Created attachment 655682 [details]
temp.tbz2
Comment 8 Dan Molik 2020-08-27 12:34:21 UTC
Turns out the gcc 10 fix missed the 25 tag by 2 days

https://github.com/rspamd/rspamd/pull/3320
https://github.com/rspamd/rspamd/releases/tag/2.5

There has been no releases/tags since April 1st
Comment 9 Larry the Git Cow gentoo-dev 2020-10-02 07:32:24 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=560a9449d85a8f3e68c2b8bb3c9379d288bde3fd

commit 560a9449d85a8f3e68c2b8bb3c9379d288bde3fd
Author:     Petr Vaněk <arkamar@atlas.cz>
AuthorDate: 2020-08-31 12:39:30 +0000
Commit:     Joonas Niilola <juippis@gentoo.org>
CommitDate: 2020-10-02 07:21:44 +0000

    mail-filter/rspamd: Fix gcc10 compilation issue
    
    Closes: https://bugs.gentoo.org/738174
    Package-Manager: Portage-3.0.4, Repoman-2.3.23
    Signed-off-by: Petr Vaněk <arkamar@atlas.cz>
    Signed-off-by: Joonas Niilola <juippis@gentoo.org>

 mail-filter/rspamd/files/rspamd-2.5-replxx-gcc10.patch | 12 ++++++++++++
 mail-filter/rspamd/rspamd-2.5.ebuild                   |  1 +
 2 files changed, 13 insertions(+)