Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 738936 - 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]
Summary: dev-util/its4-1.1.1-r1 fails to compile: config.C:107:73: error: invalid suff...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Robin Johnson
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-08-25 12:40 UTC by Agostino Sarubbo
Modified: 2022-02-20 00:31 UTC (History)
0 users

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


Attachments
build.log (build.log,50.29 KB, text/plain)
2020-08-25 12:40 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 2020-08-25 12:40:34 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-util/its4-1.1.1-r1 fails to compile.
Discovered on: amd64 (internal ref: tinderbox)

NOTE:
This machine uses a clang/LLVM toolchain.
If you think that this issue is strictly related to clang/LLVM please block bug 408963. If you think that this issue is strictly related to the LLD linker, please block bug 731004.
This machine uses also GLIBC-2.32. If you think that this issue is strictly related to GLIBC please block bug 736174.
Comment 1 Agostino Sarubbo gentoo-dev 2020-08-25 12:40:36 UTC
Created attachment 656594 [details]
build.log

build log and emerge --info
Comment 2 Larry the Git Cow gentoo-dev 2022-02-20 00:31:31 UTC
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(+)