Summary: | app-text/crf++-0.58-r1 fails to compile (MUSL-CLANG-SYSTEM): darts.h:407:5: error: ISO C++17 does not allow register storage class specifier [-Wregister] | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Agostino Sarubbo <ago> |
Component: | Current packages | Assignee: | CJK Team <cjk> |
Status: | RESOLVED FIXED | ||
Severity: | normal | Keywords: | PullRequest |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: | https://github.com/gentoo/gentoo/pull/31053 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | build.log |
Description
Agostino Sarubbo
![]() Created attachment 851478 [details]
build.log
build log and emerge --info
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c9c92f3f5803e331eed97d068ad644789513c4e commit 4c9c92f3f5803e331eed97d068ad644789513c4e Author: Brahmajit Das <brahmajit.xyz@gmail.com> AuthorDate: 2023-05-16 07:05:42 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2024-05-09 01:12:05 +0000 app-text/crf++: Removing register keywords The register keyword has been dropped since C++17. Closes: https://bugs.gentoo.org/894642 Signed-off-by: Brahmajit Das <brahmajit.xyz@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/31053 Signed-off-by: Sam James <sam@gentoo.org> app-text/crf++/crf++-0.58-r2.ebuild | 47 ++++++++++++++++++++ app-text/crf++/files/crf++-0.58-registers.patch | 57 +++++++++++++++++++++++++ 2 files changed, 104 insertions(+) |