Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 739120 - games-arcade/xscavenger-1.4.4-r1 fails to compile
Summary: games-arcade/xscavenger-1.4.4-r1 fails to compile
Status: RESOLVED FIXED
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:
 
Reported: 2020-08-26 14:52 UTC by Agostino Sarubbo
Modified: 2021-06-28 16:49 UTC (History)
0 users

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


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

Issue: games-arcade/xscavenger-1.4.4-r1 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 14:52:14 UTC
Created attachment 656928 [details]
build.log

build log and emerge --info
Comment 2 Larry the Git Cow gentoo-dev 2021-04-15 06:39:57 UTC
The bug has been referenced in the following commit(s):

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

commit e98152105039b86d7ffeb652a91f27d2513132f7
Author:     Ionen Wolkens <sudinave@gmail.com>
AuthorDate: 2021-04-14 08:35:49 +0000
Commit:     Joonas Niilola <juippis@gentoo.org>
CommitDate: 2021-04-15 06:38:51 +0000

    games-arcade/xscavenger: fix build with -native-symlinks
    
    wrt bug #739120 with clang/llvm toolchain, it now gets past
    ld/gcc missing but will fail due to traditional cpp.
    
    Can workaround with a gcc exception: IMAKECPP=cpp
    
    However will finally fail trivially due a lacking return
    value in non-void main() that clang doesn't like.
    
    Bug: https://bugs.gentoo.org/739120
    Closes: https://bugs.gentoo.org/730814
    Signed-off-by: Ionen Wolkens <sudinave@gmail.com>
    Signed-off-by: Joonas Niilola <juippis@gentoo.org>

 games-arcade/xscavenger/xscavenger-1.4.4-r2.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
Comment 3 Larry the Git Cow gentoo-dev 2021-06-28 16:49:23 UTC
The bug has been closed via the following commit(s):

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

commit 59d9c1824d3b9a3200d298db15bd82ddb1c42987
Author:     Ionen Wolkens <ionen@gentoo.org>
AuthorDate: 2021-06-28 16:11:06 +0000
Commit:     Ionen Wolkens <ionen@gentoo.org>
CommitDate: 2021-06-28 16:42:39 +0000

    games-arcade/xscavenger: add 1.4.5, EAPI 7->8, remove imake
    
    imake makes something that's very simple needlessly complicated,
    use an implicit make rule instead (fixes bug #739120).
    
    Updated old patch with references and more fixes (notably for
    garbled sub-menu text when using gcc7+). Also support prefix, add
    previously missing man page, and updated homepage.
    
    This version notably uses ALSA over /dev/dsp.
    
    Closes: https://bugs.gentoo.org/612812
    Closes: https://bugs.gentoo.org/739120
    Signed-off-by: Ionen Wolkens <ionen@gentoo.org>

 games-arcade/xscavenger/Manifest                   |   1 +
 .../files/xscavenger-1.4.5-misc-fixes.patch        | 130 +++++++++++++++++++++
 games-arcade/xscavenger/xscavenger-1.4.5.ebuild    |  52 +++++++++
 3 files changed, 183 insertions(+)