Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 898168 - sci-electronics/splat-1.4.2 fails to compile (MUSL-CLANG-SYSTEM): rfsplat.cpp:570:2: error: ISO C++17 does not allow register storage class specifier [-Wregister]
Summary: sci-electronics/splat-1.4.2 fails to compile (MUSL-CLANG-SYSTEM): rfsplat.cpp...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: The Soldering-Iron Brotherhood
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2023-02-27 15:16 UTC by Agostino Sarubbo
Modified: 2024-03-01 14:50 UTC (History)
0 users

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


Attachments
build.log (build.log,45.84 KB, text/plain)
2023-02-27 15:16 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-27 15:16:31 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: sci-electronics/splat-1.4.2 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-27 15:16:33 UTC
Created attachment 855032 [details]
build.log

build log and emerge --info
Comment 2 Larry the Git Cow gentoo-dev 2023-09-11 07:30:48 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48f29b64335f87408a20a0fbf9a9dc81bb55b814

commit 48f29b64335f87408a20a0fbf9a9dc81bb55b814
Author:     Brahmajit Das <brahmajit.xyz@gmail.com>
AuthorDate: 2023-06-16 06:01:26 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan@gentoo.org>
CommitDate: 2023-09-11 07:29:35 +0000

    sci-electronics/splat: Fix error: ISO C++17 does not allow register storage class specifier
    
    Bug: https://bugs.gentoo.org/898168
    Signed-off-by: Brahmajit Das <brahmajit.xyz@gmail.com>
    Closes: https://github.com/gentoo/gentoo/pull/31477
    Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>

 .../files/splat-1.4.2-drop-register-keyword.patch  | 22 ++++++
 sci-electronics/splat/splat-1.4.2-r1.ebuild        | 92 ++++++++++++++++++++++
 2 files changed, 114 insertions(+)