Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 829092 - app-misc/oneko-1.2_p6_p14-r1 fails to compile: Imake.tmpl:2144:10: fatal error: X11 .rules file not found
Summary: app-misc/oneko-1.2_p6_p14-r1 fails to compile: Imake.tmpl:2144:10: fatal erro...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-12-13 15:00 UTC by Agostino Sarubbo
Modified: 2022-09-30 11:02 UTC (History)
2 users (show)

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


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

Issue: app-misc/oneko-1.2_p6_p14-r1 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 15:00:52 UTC
Created attachment 758804 [details]
build.log

build log and emerge --info
Comment 2 Ionen Wolkens gentoo-dev 2021-12-13 15:09:17 UTC
CC="x86_64-pc-linux-gnu-clang"

For the record, all imake packages are broken with clang unless pass IMAKECPP=cpp or gcc -E to force using gcc for its traditional cpp support.
Comment 3 Larry the Git Cow gentoo-dev 2022-09-30 11:02:06 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=847357bb2a3f289c30f77ae51f94589be5a4e509

commit 847357bb2a3f289c30f77ae51f94589be5a4e509
Author:     Ionen Wolkens <ionen@gentoo.org>
AuthorDate: 2022-09-30 04:20:01 +0000
Commit:     Ionen Wolkens <ionen@gentoo.org>
CommitDate: 2022-09-30 10:30:32 +0000

    app-misc/oneko: 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/829092
    Signed-off-by: Ionen Wolkens <ionen@gentoo.org>

 app-misc/oneko/oneko-1.2_p6_p14-r1.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)