Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 789831 - sci-visualization/gle-4.2.5-r1 - ../.../Tokenizer.h: error: ISO C++17 does not allow dynamic exception specifications (maybe gcc-11 related)
Summary: sci-visualization/gle-4.2.5-r1 - ../.../Tokenizer.h: error: ISO C++17 does no...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Andrey Grozin
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: gcc-11
  Show dependency tree
 
Reported: 2021-05-13 11:09 UTC by Toralf Förster
Modified: 2021-05-25 14:16 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,18.00 KB, text/plain)
2021-05-13 11:09 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,202.61 KB, text/plain)
2021-05-13 11:09 UTC, Toralf Förster
Details
environment (environment,120.40 KB, text/plain)
2021-05-13 11:09 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,40.55 KB, application/x-bzip)
2021-05-13 11:09 UTC, Toralf Förster
Details
logs.tar.bz2 (logs.tar.bz2,6.69 KB, application/x-bzip)
2021-05-13 11:09 UTC, Toralf Förster
Details
sci-visualization:gle-4.2.5-r1:20210513-110850.log (sci-visualization:gle-4.2.5-r1:20210513-110850.log,58.71 KB, text/plain)
2021-05-13 11:09 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,34.36 KB, application/x-bzip)
2021-05-13 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 2021-05-13 11:09:49 UTC
                 from ../all.h:73,
                 from hide.cpp:43:
../tokens/Tokenizer.h:138:54: error: ISO C++17 does not allow dynamic exception specifications
  138 | double tokenizer_string_to_double(const char* value) throw(ParserError);
      |                                                      ^~~~~
../tokens/Tokenizer.h:146:46: error: ISO C++17 does not allow dynamic exception specifications
  146 | void g_throw_parser_error(const string& err) throw(ParserError);

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_desktop_plasma-j2-20210510-191355

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-7.3.1
 [2] x86_64-pc-linux-gnu-9.3.1
 [3] x86_64-pc-linux-gnu-11.1.0 *
clang version 12.0.0
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/12/bin
/usr/lib/llvm/12
12.0.0
Python 3.8.10
Available Ruby profiles:
  [1]   ruby26 (with Rubygems)
  [2]   ruby30 (with Rubygems) *
Available Rust versions:
  [1]   rust-bin-1.52.1
  [2]   rust-1.52.1 *
The following VMs are available for generation-2:
*)	AdoptOpenJDK 8.292_p10 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-bin-8  system-vm

The Glorious Glasgow Haskell Compilation System, version 8.10.4
  [1]   php7.3
  [2]   php7.4
  [3]   php8.0 *

  timestamp(s) of HEAD at this tinderbox image:
/var/db/repos/gentoo	Thu May 13 09:50:23 UTC 2021

emerge -qpvO sci-visualization/gle
[ebuild  N    ] sci-visualization/gle-4.2.5-r1  USE="X jpeg png tiff -doc -emacs -vim-syntax"
Comment 1 Toralf Förster gentoo-dev 2021-05-13 11:09:50 UTC
Created attachment 707991 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2021-05-13 11:09:52 UTC
Created attachment 707994 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2021-05-13 11:09:54 UTC
Created attachment 707997 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2021-05-13 11:09:55 UTC
Created attachment 708000 [details]
etc.portage.tar.bz2
Comment 5 Toralf Förster gentoo-dev 2021-05-13 11:09:56 UTC
Created attachment 708003 [details]
logs.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2021-05-13 11:09:57 UTC
Created attachment 708006 [details]
sci-visualization:gle-4.2.5-r1:20210513-110850.log
Comment 7 Toralf Förster gentoo-dev 2021-05-13 11:09:58 UTC
Created attachment 708009 [details]
temp.tar.bz2
Comment 8 Larry the Git Cow gentoo-dev 2021-05-25 14:16:14 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70b5458dd9b7b09c8e95d23dfd99c213d66d9d13

commit 70b5458dd9b7b09c8e95d23dfd99c213d66d9d13
Author:     Andrey Grozin <grozin@gentoo.org>
AuthorDate: 2021-05-25 14:14:58 +0000
Commit:     Andrey Grozin <grozin@gentoo.org>
CommitDate: 2021-05-25 14:15:55 +0000

    sci-visualization/gle: use -std=c++14
    
    Closes: https://bugs.gentoo.org/789831
    Package-Manager: Portage-3.0.18, Repoman-3.0.3
    Signed-off-by: Andrey Grozin <grozin@gentoo.org>

 sci-visualization/gle/gle-4.2.5-r2.ebuild | 102 ++++++++++++++++++++++++++++++
 1 file changed, 102 insertions(+)