Summary: | media-sound/guitarix-0.43.1 - /.../gatomic.h: error: invalid conversion from volatile void to void [-fpermissive] | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Toralf Förster <toralf> |
Component: | Current packages | Assignee: | Miroslav Šulc <fordfrog> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | alexander, me, proxy-maint |
Priority: | Normal | Keywords: | PATCH |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
URL: | https://sourceforge.net/p/guitarix/patches/12/ | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
emerge-info.txt
emerge-history.txt.bz2 environment etc.portage.tar.bz2 logs.tar.bz2 media-sound:guitarix-0.43.1:20220419-074646.log.bz2 temp.tar.bz2 |
Description
Toralf Förster
![]() Created attachment 771725 [details]
emerge-info.txt
Created attachment 771728 [details]
emerge-history.txt.bz2
Created attachment 771731 [details]
environment
Created attachment 771734 [details]
etc.portage.tar.bz2
Created attachment 771737 [details]
logs.tar.bz2
Created attachment 771740 [details]
media-sound:guitarix-0.43.1:20220419-074646.log.bz2
Created attachment 771743 [details]
temp.tar.bz2
(In reply to Sam James from comment #8) > https://sourceforge.net/p/guitarix/git/ci/ > d8f003484c57d808682025dfb07a7a1fb848afdc/ This is a fix for a different issue and it is already in 0.43.1. $ git --no-pager tag --contains d8f003484c57d808682025dfb07a7a1fb848afdc V0.43.0 V0.43.1 This is likely glib-2.72 related and has nothing to do with gcc 11. (In reply to Alexander Tsoy from comment #10) > This is likely glib-2.72 related and has nothing to do with gcc 11. https://sourceforge.net/p/guitarix/git/ci/375518bc7e6271929005a45d8129ef54e8d3ea2a/tree/trunk/src/headers/gx_system.h?diff=89b944c7c47b565cebfb1ac368fcb5ede82fd5d3 (We did have a bunch of previous glib atomic issues which ended up being exposed by newer gcc too) The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdaec81bb722bd17a9f6caf4fbf5f4dd024e6c1d commit bdaec81bb722bd17a9f6caf4fbf5f4dd024e6c1d Author: Miroslav Šulc <fordfrog@gentoo.org> AuthorDate: 2022-05-03 06:54:09 +0000 Commit: Miroslav Šulc <fordfrog@gentoo.org> CommitDate: 2022-05-03 06:54:19 +0000 media-sound/guitarix: bump to 0.44.0, dropped python3_7 from all Bug: https://bugs.gentoo.org/839399 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org> media-sound/guitarix/Manifest | 1 + media-sound/guitarix/guitarix-0.43.1.ebuild | 2 +- media-sound/guitarix/guitarix-0.44.0.ebuild | 90 +++++++++++++++++++++++++++++ media-sound/guitarix/guitarix-9999.ebuild | 4 +- 4 files changed, 94 insertions(+), 3 deletions(-) I reproduced this issue with gcc-10 and glib-2.72.1 and can confirm that guitarix-0.44.0 fixed it. (In reply to Alexander Tsoy from comment #13) > I reproduced this issue with gcc-10 and glib-2.72.1 and can confirm that > guitarix-0.44.0 fixed it. Thanks. |