Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 787161 - media-sound/darkice-1.4 - Referable.h: error: ISO C++17 does not allow dynamic exception specifications (maybe gcc-11 related)
Summary: media-sound/darkice-1.4 - Referable.h: error: ISO C++17 does not allow dynami...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: gcc-11
  Show dependency tree
 
Reported: 2021-04-30 15:55 UTC by Toralf Förster
Modified: 2021-07-26 05:14 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,17.44 KB, text/plain)
2021-04-30 15:55 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,244.71 KB, text/plain)
2021-04-30 15:55 UTC, Toralf Förster
Details
environment (environment,21.68 KB, text/plain)
2021-04-30 15:55 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,12.73 KB, application/x-bzip)
2021-04-30 15:55 UTC, Toralf Förster
Details
logs.tar.bz2 (logs.tar.bz2,8.04 KB, application/x-bzip)
2021-04-30 15:55 UTC, Toralf Förster
Details
media-sound:darkice-1.4:20210430-154908.log (media-sound:darkice-1.4:20210430-154908.log,29.01 KB, text/plain)
2021-04-30 15:55 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,10.60 KB, application/x-bzip)
2021-04-30 15:55 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-04-30 15:55:43 UTC
                 from AudioSource.h:42,
                 from AudioSource.cpp:36:
Referable.h:102:57: error: ISO C++17 does not allow dynamic exception specifications
  102 |         ~Referable ( void )                             throw ( Exception )
      |                                                         ^~~~~
Referable.h:121:57: error: ISO C++17 does not allow dynamic exception specifications
  121 |         increaseReferenceCount ( void )                 throw ( Exception )

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_desktop_gnome_systemd-20210424-085324

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-7.3.1
 [2] 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 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

  timestamp(s) of HEAD at this tinderbox image:
/var/db/repos/gentoo	Fri Apr 30 15:35:18 UTC 2021

emerge -qpvO media-sound/darkice
[ebuild  N    ] media-sound/darkice-1.4  USE="aac alsa mp3 pulseaudio vorbis -aacplus -debug -jack -libsamplerate -opus -twolame"
Comment 1 Toralf Förster gentoo-dev 2021-04-30 15:55:44 UTC
Created attachment 704553 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2021-04-30 15:55:46 UTC
Created attachment 704556 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2021-04-30 15:55:47 UTC
Created attachment 704559 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2021-04-30 15:55:48 UTC
Created attachment 704562 [details]
etc.portage.tar.bz2
Comment 5 Toralf Förster gentoo-dev 2021-04-30 15:55:49 UTC
Created attachment 704565 [details]
logs.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2021-04-30 15:55:50 UTC
Created attachment 704568 [details]
media-sound:darkice-1.4:20210430-154908.log
Comment 7 Toralf Förster gentoo-dev 2021-04-30 15:55:52 UTC
Created attachment 704571 [details]
temp.tar.bz2
Comment 8 Larry the Git Cow gentoo-dev 2021-07-26 05:14:27 UTC
The bug has been closed via the following commit(s):

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

commit 63c9db8f6a1e19a68ea402f8b49ce12c063282c5
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2021-07-26 05:11:00 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2021-07-26 05:13:24 +0000

    media-sound/darkice: workaround build failure with GCC 11
    
    Closes: https://bugs.gentoo.org/787161
    Signed-off-by: Sam James <sam@gentoo.org>

 media-sound/darkice/darkice-1.4.ebuild | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)