Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 731018

Summary: media-sound/klick-0.12.2-r2 fails to compile: src/tempomap.cc:60:21: 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 packagesAssignee: Alexander Tsoy <alexander>
Status: RESOLVED FIXED    
Severity: normal CC: proxy-maint
Priority: Normal Keywords: PullRequest
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://github.com/gentoo/gentoo/pull/27550
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 408963    
Attachments: build.log

Description Agostino Sarubbo gentoo-dev 2020-07-06 09:28:42 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: media-sound/klick fails to compile.
Discovered on: amd64

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 isstrictly related to the LLD linker, please block bug 731004.
Comment 1 Agostino Sarubbo gentoo-dev 2020-07-06 09:28:49 UTC
Created attachment 647884 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2022-01-14 08:51:11 UTC
tinderbox has reproduced this issue with version 0.12.2-r2 - Updating summary.
Comment 3 Larry the Git Cow gentoo-dev 2022-10-12 16:23:32 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=912cee2d7b77a3a2f779cf1939ae44aad44d66ce

commit 912cee2d7b77a3a2f779cf1939ae44aad44d66ce
Author:     Alexander Tsoy <alexander@tsoy.me>
AuthorDate: 2022-10-01 09:30:08 +0000
Commit:     Joonas Niilola <juippis@gentoo.org>
CommitDate: 2022-10-12 16:23:30 +0000

    media-sound/klick: fix build with clang
    
    Replace gcc6 patch with the patch from Debian.
    
    Closes: https://bugs.gentoo.org/731018
    Signed-off-by: Alexander Tsoy <alexander@tsoy.me>
    Signed-off-by: Joonas Niilola <juippis@gentoo.org>

 media-sound/klick/files/klick-0.12.2-gcc6.patch | 92 +++++++++++++++++--------
 1 file changed, 63 insertions(+), 29 deletions(-)