Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 790128 - media-video/bino-1.6.7 - dbg.cpp: error: set_unexpected is not a member of std (maybe gcc-11 related)
Summary: media-video/bino-1.6.7 - dbg.cpp: error: set_unexpected is not a member of st...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: gcc-11
  Show dependency tree
 
Reported: 2021-05-14 07:10 UTC by Toralf Förster
Modified: 2021-07-25 23:23 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,18.00 KB, text/plain)
2021-05-14 07:10 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,263.46 KB, text/plain)
2021-05-14 07:10 UTC, Toralf Förster
Details
environment (environment,96.61 KB, text/plain)
2021-05-14 07:10 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,17.11 KB, application/x-bzip)
2021-05-14 07:10 UTC, Toralf Förster
Details
logs.tar.bz2 (logs.tar.bz2,9.74 KB, application/x-bzip)
2021-05-14 07:10 UTC, Toralf Förster
Details
media-video:bino-1.6.7:20210513-212142.log (media-video:bino-1.6.7:20210513-212142.log,13.80 KB, text/plain)
2021-05-14 07:10 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,25.88 KB, application/x-bzip)
2021-05-14 07:10 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-14 07:10:31 UTC
x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../..  -I../../src -pthread   -pipe -march=native -fno-diagnostics-color  -O2 -std=c++11 -fPIC -c -o exc.o exc.cpp
dbg.cpp: In function ‘void dbg::init_crashhandler()’:
dbg.cpp:77:14: error: ‘set_unexpected’ is not a member of ‘std’
   77 |         std::set_unexpected(exception_crash);
      |              ^~~~~~~~~~~~~~
dbg.cpp:78:14: error: ‘set_terminate’ is not a member of ‘std’
   78 |         std::set_terminate(exception_crash);

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

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

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

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 *
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 20:50:28 UTC 2021

emerge -qpvO media-video/bino
[ebuild  N    ] media-video/bino-1.6.7  USE="-debug -doc -lirc" VIDEO_CARDS="-nvidia"
Comment 1 Toralf Förster gentoo-dev 2021-05-14 07:10:32 UTC
Created attachment 708246 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2021-05-14 07:10:34 UTC
Created attachment 708249 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2021-05-14 07:10:35 UTC
Created attachment 708252 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2021-05-14 07:10:37 UTC
Created attachment 708255 [details]
etc.portage.tar.bz2
Comment 5 Toralf Förster gentoo-dev 2021-05-14 07:10:38 UTC
Created attachment 708258 [details]
logs.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2021-05-14 07:10:39 UTC
Created attachment 708261 [details]
media-video:bino-1.6.7:20210513-212142.log
Comment 7 Toralf Förster gentoo-dev 2021-05-14 07:10:40 UTC
Created attachment 708264 [details]
temp.tar.bz2
Comment 8 Larry the Git Cow gentoo-dev 2021-07-25 23:23:42 UTC
The bug has been closed via the following commit(s):

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

commit 5f696cf69f7580b3b3e4483e58437a5e29400a25
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2021-07-25 22:57:07 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2021-07-25 23:23:32 +0000

    media-video/bino: update EAPI 6 -> 7, fix build with GCC 11
    
    Closes: https://bugs.gentoo.org/790128
    Signed-off-by: Sam James <sam@gentoo.org>

 media-video/bino/bino-1.6.7.ebuild            | 43 +++++++++++----------------
 media-video/bino/files/bino-1.6.7-gcc11.patch | 30 +++++++++++++++++++
 2 files changed, 48 insertions(+), 25 deletions(-)