Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 829063 - app-i18n/kinput2-3.1-r3 fails to compile: Imake.tmpl:2144:10: fatal error: X11 .rules file not found
Summary: app-i18n/kinput2-3.1-r3 fails to compile: Imake.tmpl:2144:10: fatal error: X1...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: CJK Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-12-13 08:24 UTC by Agostino Sarubbo
Modified: 2022-09-30 11:02 UTC (History)
0 users

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


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

Issue: app-i18n/kinput2-3.1-r3 fails to compile.
Discovered on: amd64 (internal ref: tinderbox)

NOTE:
This machine uses clang as a compiler and lld as a linker
Comment 1 Agostino Sarubbo gentoo-dev 2021-12-13 08:24:06 UTC
Created attachment 758749 [details]
build.log

build log and emerge --info
Comment 2 Larry the Git Cow gentoo-dev 2022-09-30 11:02:05 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94d9b50bc71ddfb8a2f34eb01cd4d2763a901264

commit 94d9b50bc71ddfb8a2f34eb01cd4d2763a901264
Author:     Ionen Wolkens <ionen@gentoo.org>
AuthorDate: 2022-09-30 04:15:09 +0000
Commit:     Ionen Wolkens <ionen@gentoo.org>
CommitDate: 2022-09-30 10:30:32 +0000

    app-i18n/kinput2: force gcc -E for imake's generation
    
    Requires traditional cpp support and is broken in all sort of ways
    with clang-cpp / -E. Can still use clang & friends for everything else.
    
    Ideally these packages need to be built another way or last rited,
    imake will just accumulate more problems.
    
    Closes: https://bugs.gentoo.org/829063
    Signed-off-by: Ionen Wolkens <ionen@gentoo.org>

 app-i18n/kinput2/kinput2-3.1-r3.ebuild | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)