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

Bug 787899

Summary: app-text/aiksaurus-1.2.1-r1 fails to compile with gcc-11
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
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 CC: bircoph
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://bugs.gentoo.org/show_bug.cgi?id=814080
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 732706    
Attachments: build.log

Description Agostino Sarubbo gentoo-dev 2021-05-03 12:14:48 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: app-text/aiksaurus-1.2.1-r1 fails to compile with gcc-11.
Discovered on: amd64 (internal ref: tinderbox)

NOTE:
This machine uses GCC-11: https://gcc.gnu.org/gcc-11/porting_to.html
Comment 1 Agostino Sarubbo gentoo-dev 2021-05-03 12:14:51 UTC
Created attachment 705696 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2021-05-03 12:14:53 UTC
Possible context of error(s):

MeaningsFile.h:49:17: error: ISO C++17 does not allow dynamic exception specifications
Comment 3 Larry the Git Cow gentoo-dev 2021-05-19 06:31:43 UTC
The bug has been closed via the following commit(s):

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

commit 14cf309856e5a5a3d5443f33044d9d798a455887
Author:     Andrew Savchenko <bircoph@gentoo.org>
AuthorDate: 2021-05-19 06:27:09 +0000
Commit:     Andrew Savchenko <bircoph@gentoo.org>
CommitDate: 2021-05-19 06:31:30 +0000

    app-text/aiksaurus: use C++14 for build
    
    Closes: https://bugs.gentoo.org/787899
    Package-Manager: Portage-3.0.18, Repoman-3.0.3
    Signed-off-by: Andrew Savchenko <bircoph@gentoo.org>

 app-text/aiksaurus/aiksaurus-1.2.1-r1.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
Comment 4 Larry the Git Cow gentoo-dev 2021-06-06 15:42:54 UTC
The bug has been closed via the following commit(s):

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

commit 8fb5f411c1e527073450873366a09a7cfba37172
Author:     David Seifert <soap@gentoo.org>
AuthorDate: 2021-06-06 15:41:20 +0000
Commit:     David Seifert <soap@gentoo.org>
CommitDate: 2021-06-06 15:41:20 +0000

    app-text/aiksaurus: Proper C++17 fix
    
    Closes: https://bugs.gentoo.org/787899
    Package-Manager: Portage-3.0.19, Repoman-3.0.3
    Signed-off-by: David Seifert <soap@gentoo.org>

 app-text/aiksaurus/Manifest                           |  1 +
 ...urus-1.2.1-r1.ebuild => aiksaurus-1.2.1-r2.ebuild} | 19 ++++++++++---------
 2 files changed, 11 insertions(+), 9 deletions(-)