Summary: | dev-util/its4-1.1.1-r1 fails to compile: config.C:107:73: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal] | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Agostino Sarubbo <ago> |
Component: | Current packages | Assignee: | Robin Johnson <robbat2> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | build.log |
Description
Agostino Sarubbo
![]() Created attachment 656594 [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=5973f2fdaef90add74d849934d5b96ab48dafa6e commit 5973f2fdaef90add74d849934d5b96ab48dafa6e Author: Thomas Bracht Laumann Jespersen <t@laumann.xyz> AuthorDate: 2022-02-03 21:24:55 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2022-02-20 00:29:53 +0000 dev-util/its4: Fix build for clang/LLVM toolchain The config.C file has five instances of string literals being immediately followed by NEWLINE (a macro that expands to another string literal). C++11 requires a space between string literals. Signed-off-by: Thomas Bracht Laumann Jespersen <t@laumann.xyz> Closes: https://bugs.gentoo.org/738936 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Sam James <sam@gentoo.org> dev-util/its4/its4-1.1.1-r2.ebuild | 5 +++++ 1 file changed, 5 insertions(+) |