Summary: | games-board/xmille-2.0-r3 fails to compile: dispatch.c:126:4: error: non-void function 'sendEvent' should return a value | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Agostino Sarubbo <ago> |
Component: | Current packages | Assignee: | Gentoo Games <games> |
Status: | RESOLVED PKGREMOVED | ||
Severity: | normal | CC: | ionen |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | removed | ||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 408963, 870412 | ||
Attachments: | build.log |
Description
Agostino Sarubbo
![]() Created attachment 656970 [details]
build.log
build log and emerge --info
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(-) Further broken with clang16 to the point may be better to last rite than fix. |