Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 786690

Summary: x11-misc/fbpager-20090221-r1 - PropertyTools.hh: error: ISO C++17 does not allow dynamic exception specifications (maybe gcc-11 related)
Product: Gentoo Linux Reporter: Toralf Förster <toralf>
Component: Current packagesAssignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed>
Status: RESOLVED FIXED    
Severity: normal Keywords: PullRequest
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://github.com/gentoo/gentoo/pull/20809
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 732706    
Attachments: emerge-info.txt
emerge-history.txt
environment
etc.portage.tar.bz2
logs.tar.bz2
temp.tar.bz2
x11-misc:fbpager-20090221-r1:20210429-061709.log

Description Toralf Förster gentoo-dev 2021-04-29 07:25:58 UTC
      |                            ^~~~~~~~
In file included from Ewmh.cc:30:
PropertyTools.hh:33:52: error: ISO C++17 does not allow dynamic exception specifications
   33 | unsigned int getIntProperty(Window win, Atom atom) throw (PropertyException);
      |                                                    ^~~~~
PropertyTools.hh:34:46: error: ISO C++17 does not allow dynamic exception specifications
   34 | Window getWinProperty(Window win, Atom atom) throw (PropertyException);

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_no-multilib-20210423-202814

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

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-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.9
Available Ruby profiles:
  [1]   ruby26 (with Rubygems)
  [2]   ruby30 (with Rubygems) *
Available Rust versions:
  [1]   rust-bin-1.51.0 *
The Glorious Glasgow Haskell Compilation System, version 8.10.4

  timestamp(s) of HEAD at this tinderbox image:
/var/db/repos/gentoo	Wed Apr 28 23:50:13 UTC 2021

emerge -qpvO x11-misc/fbpager
[ebuild  N    ] x11-misc/fbpager-20090221-r1  USE="xrender"
Comment 1 Toralf Förster gentoo-dev 2021-04-29 07:25:59 UTC
Created attachment 703749 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2021-04-29 07:26:01 UTC
Created attachment 703752 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2021-04-29 07:26:02 UTC
Created attachment 703755 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2021-04-29 07:26:03 UTC
Created attachment 703758 [details]
etc.portage.tar.bz2
Comment 5 Toralf Förster gentoo-dev 2021-04-29 07:26:04 UTC
Created attachment 703761 [details]
logs.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2021-04-29 07:26:06 UTC
Created attachment 703764 [details]
temp.tar.bz2
Comment 7 Toralf Förster gentoo-dev 2021-04-29 07:26:07 UTC
Created attachment 703767 [details]
x11-misc:fbpager-20090221-r1:20210429-061709.log
Comment 8 Larry the Git Cow gentoo-dev 2021-06-03 12:33:06 UTC
The bug has been closed via the following commit(s):

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

commit ce82ceefca4853b9b31284bd331fc6affe9c49e6
Author:     Ronny (tastytea) Gutbrod <gentoo@tastytea.de>
AuthorDate: 2021-05-14 20:59:53 +0000
Commit:     Joonas Niilola <juippis@gentoo.org>
CommitDate: 2021-06-03 12:32:59 +0000

    x11-misc/fbpager: Set C++ standard to 14.
    
    Reported upstream: https://sourceforge.net/p/fluxbox/bugs/1188/
    
    Closes: https://bugs.gentoo.org/786690
    Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de>
    Signed-off-by: Joonas Niilola <juippis@gentoo.org>

 x11-misc/fbpager/fbpager-20090221-r1.ebuild | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)