Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 739384

Summary: games-simulation/crrcsim-0.9.13 fails to compile
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Gentoo Games <games>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: build.log
1-autoconf.out

Description Agostino Sarubbo gentoo-dev 2020-08-28 05:40:43 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: games-simulation/crrcsim-0.9.13 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-28 05:40:46 UTC
Created attachment 657254 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2020-08-28 05:40:47 UTC
Created attachment 657256 [details]
1-autoconf.out

1-autoconf.out
Comment 3 Larry the Git Cow gentoo-dev 2021-07-19 16:02:43 UTC
The bug has been closed via the following commit(s):

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

commit d121de267dc651fe6b1505a1c38c4fba0522b4b0
Author:     Ionen Wolkens <ionen@gentoo.org>
AuthorDate: 2021-07-19 15:56:45 +0000
Commit:     Ionen Wolkens <ionen@gentoo.org>
CommitDate: 2021-07-19 16:01:30 +0000

    games-simulation/crrcsim: EAPI 6->8, cgal[-shared], missing deps
    
    This already can use CGAL headers-only and only needed the -lCGAL
    link attempt removed. Moved to DEPEND-only, fixes bug #790779.
    (hopefully right way to handle CGAL now)
    
    Missing deps: opengl, glu, gmp, and jpeg wrt bug #739384.
    (gmp is always used with cgal regardless of patch or cgal[-gmp])
    
    Removed unnecessary -buildsystem patch, -DCRRC_DATA_PATH is already
    used for data path and portaudio can use ac_cv_header_portaudio_h.
    
    Closes: https://bugs.gentoo.org/739384
    Closes: https://bugs.gentoo.org/790779
    Signed-off-by: Ionen Wolkens <ionen@gentoo.org>

 games-simulation/crrcsim/crrcsim-0.9.13-r2.ebuild | 48 +++++++++++++++++++++++
 1 file changed, 48 insertions(+)