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

Bug 739078

Summary: games-arcade/gnujump-1.0.8-r1 fails to compile (/usr/include/SDL/SDL_opengl.h:/usr/include/SDL/SDL_opengl.h47::4710::10 : fatal error : 'GL/glu.h' )
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

Description Agostino Sarubbo gentoo-dev 2020-08-26 11:17:13 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: games-arcade/gnujump-1.0.8-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 11:17:15 UTC
Created attachment 656854 [details]
build.log

build log and emerge --info
Comment 2 Larry the Git Cow gentoo-dev 2022-08-13 09:10:00 UTC
The bug has been closed via the following commit(s):

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

commit 0a28d94c37b7f5e2965619db0cad19ffd0dc010a
Author:     Ionen Wolkens <ionen@gentoo.org>
AuthorDate: 2022-08-13 03:21:55 +0000
Commit:     Ionen Wolkens <ionen@gentoo.org>
CommitDate: 2022-08-13 09:00:06 +0000

    games-arcade/gnujump: EAPI6->8, misc fixes
    
    * update dead homepage
    * run eautoreconf so ./configure is not missing macros wrt bug #818814
    * depend on libsdl[opengl] to pull SDL's headers deps wrt bug #739078,
      and also depend on GLU directly given gnujump uses glu.h too
    * depend on gettext/libintl
    * GPL-3 -> GPL-3+
    * include potentially missing locale.h, e.g. with musl wrt bug #831726
    
    Closes: https://bugs.gentoo.org/739078
    Closes: https://bugs.gentoo.org/818814
    Closes: https://bugs.gentoo.org/831726
    Signed-off-by: Ionen Wolkens <ionen@gentoo.org>

 .../gnujump/files/gnujump-1.0.8-musl.patch         | 10 +++++
 games-arcade/gnujump/gnujump-1.0.8-r1.ebuild       | 35 ---------------
 games-arcade/gnujump/gnujump-1.0.8-r2.ebuild       | 52 ++++++++++++++++++++++
 3 files changed, 62 insertions(+), 35 deletions(-)