Summary: | media-sound/mp3blaster-3.2.6-r1 fails to compile (MUSL-CLANG-SYSTEM): mpegsound_locals.h:23:3: error: ISO C++17 does not allow register storage class specifier [-Wregister] | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Agostino Sarubbo <ago> |
Component: | Current packages | Assignee: | Gentoo Sound Team <sound> |
Status: | RESOLVED FIXED | ||
Severity: | normal | Keywords: | PullRequest |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: | https://github.com/gentoo/gentoo/pull/32116 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | build.log |
Description
Agostino Sarubbo
![]() Created attachment 854690 [details]
build.log
build log and emerge --info
Error(s) that match a know pattern in addition to what has been reported in the summary: ./configure: line 3564: -z: command not found ./mpegsound_locals.h:23:3: error: ISO C++17 does not allow 'register' storage class specifier [-Wregister] The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fb97db095470e3619d0b490a66fc2b695c693b7 commit 5fb97db095470e3619d0b490a66fc2b695c693b7 Author: Brahmajit Das <brahmajit.xyz@gmail.com> AuthorDate: 2023-07-31 09:48:09 +0000 Commit: Miroslav Šulc <fordfrog@gentoo.org> CommitDate: 2023-08-01 07:13:02 +0000 media-sound/mp3blaster: Fix C++17 does not allow register storage class Upstream seems dead, still a PR has be sent https://github.com/stragulus/mp3blaster/pull/9 Closes: https://bugs.gentoo.org/897790 Signed-off-by: Brahmajit Das <brahmajit.xyz@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/32116 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org> .../mp3blaster-3.2.6-drop-register-keyword.patch | 593 +++++++++++++++++++++ media-sound/mp3blaster/mp3blaster-3.2.6-r2.ebuild | 66 +++ 2 files changed, 659 insertions(+) |