Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 739154 - games-board/xmille-2.0-r3 fails to compile: dispatch.c:126:4: error: non-void function 'sendEvent' should return a value
Summary: games-board/xmille-2.0-r3 fails to compile: dispatch.c:126:4: error: non-void...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: systemwide-clang c99-porting
  Show dependency tree
 
Reported: 2020-08-26 19:46 UTC by Agostino Sarubbo
Modified: 2022-09-30 11:07 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,15.44 KB, text/plain)
2020-08-26 19:46 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-26 19:46:10 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: games-board/xmille-2.0-r3 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-26 19:46:12 UTC
Created attachment 656970 [details]
build.log

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

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

commit c2dc92f4ccdd4d811106d8e9b5db0baea78fe354
Author:     Ionen Wolkens <ionen@gentoo.org>
AuthorDate: 2022-09-30 05:24:42 +0000
Commit:     Ionen Wolkens <ionen@gentoo.org>
CommitDate: 2022-09-30 10:37:02 +0000

    games-board/xmille: force gcc -E for imake's generation
    
    Requires traditional cpp support and is broken in all sort of ways
    with clang-cpp / -E.
    
    Ideally these packages need to be built another way or last rited,
    imake will just accumulate more problems (this one notably has a
    Makefile.noIm which haven't tried).
    
    wrt #739154 package is still severely broken, moreso with >=clang16.
    
    Bug: https://bugs.gentoo.org/739154
    Signed-off-by: Ionen Wolkens <ionen@gentoo.org>

 games-board/xmille/xmille-2.0-r4.ebuild | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
Comment 3 Ionen Wolkens gentoo-dev 2022-09-30 11:07:27 UTC
Further broken with clang16 to the point may be better to last rite than fix.