Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 897790 - 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]
Summary: media-sound/mp3blaster-3.2.6-r1 fails to compile (MUSL-CLANG-SYSTEM): mpegsou...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2023-02-26 07:47 UTC by Agostino Sarubbo
Modified: 2024-03-01 14:51 UTC (History)
0 users

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


Attachments
build.log (build.log,68.76 KB, text/plain)
2023-02-26 07:47 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2023-02-26 07:47:41 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: media-sound/mp3blaster-3.2.6-r1 fails to compile (MUSL-CLANG-SYSTEM).
Discovered on: amd64 (internal ref: tinderbox_musl)

NOTE:
(MUSL-CLANG-SYSTEM) in the summary means that bug was found on a machine that runs MUSL libc + clang16 but this bug MAY or MAY NOT BE related to musl/clang16.
Comment 1 Agostino Sarubbo gentoo-dev 2023-02-26 07:47:43 UTC
Created attachment 854690 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2023-02-26 07:47:44 UTC
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]
Comment 3 Larry the Git Cow gentoo-dev 2023-08-01 07:13:36 UTC
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(+)