Bug 1906699

Summary: insight fails to build: error: 'bool std::uncaught_exception()' is deprecated
Product: [Fedora] Fedora Reporter: Tomáš Hrnčiar <thrnciar>
Component: insightAssignee: Patrick Monnerat <patrick>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: mhroncok, patrick, thrnciar
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2020-12-15 16:38:57 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1868278, 1890881    

Description Tomáš Hrnčiar 2020-12-11 07:58:08 UTC
insight fails to build with Python 3.10.0a3.

inferior.h: In member function 'void infcall_suspend_state_deleter::operator()(infcall_suspend_state*) const':
inferior.h:80:19: error: 'bool std::uncaught_exception()' is deprecated [-Werror=deprecated-declarations]
   80 |         if (!std::uncaught_exception ())
      |                   ^~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/11/ext/concurrence.h:34,
                 from /usr/include/c++/11/bits/shared_ptr_base.h:62,
                 from /usr/include/c++/11/bits/shared_ptr.h:53,
                 from /usr/include/c++/11/memory:77,
                 from gdbsupport/common-exceptions.h:25,
                 from gdbsupport/common-defs.h:132,
                 from defs.h:28,
                 from findvar.c:20:
...
make[2]: *** [Makefile:1662: fork-child.o] Error 1
make[2]: Leaving directory '/builddir/build/BUILD/insight-10.0.50.20200110/gdb'
make[1]: *** [Makefile:8741: all-gdb] Error 2
make[1]: Leaving directory '/builddir/build/BUILD/insight-10.0.50.20200110'
make: *** [Makefile:849: all] Error 2

For the build logs, see:
https://copr-be.cloud.fedoraproject.org/results/@python/python3.10/fedora-rawhide-x86_64/01823974-insight/

For all our attempts to build insight with Python 3.10, see:
https://copr.fedorainfracloud.org/coprs/g/python/python3.10/package/insight/

Testing and mass rebuild of packages is happening in copr. You can follow these instructions to test locally in mock if your package builds with Python 3.10:
https://copr.fedorainfracloud.org/coprs/g/python/python3.10/

Let us know here if you have any questions.

Python 3.10 will be included in Fedora 35. To make that update smoother, we're building Fedora packages with early pre-releases of Python 3.10.
A build failure prevents us from testing all dependent packages (transitive [Build]Requires), so if this package is required a lot, it's important for us to get it fixed soon.
We'd appreciate help from the people who know this package best, but if you don't want to work on this now, let us know so we can try to work around it on our side.

Comment 1 Miro Hrončok 2020-12-11 14:27:44 UTC
This is not limited to Python 3.10: https://koschei.fedoraproject.org/package/insight?collection=f34

Comment 2 Patrick Monnerat 2020-12-15 16:38:57 UTC
Fixed in insight-11.0.50.20201215-1.fc34
Local mock with python 3.10 succeeds.