Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 941152 - [guru] x11-terms/terminal-simulator-0.2 fails to compile: sdl.c:190:14: error: SDL_VIDEO_OPENGL undeclared (first use in this function)
Summary: [guru] x11-terms/terminal-simulator-0.2 fails to compile: sdl.c:190:14: error...
Status: RESOLVED FIXED
Alias: None
Product: GURU
Classification: Unclassified
Component: Package issues (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Seth M. Price
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-10-08 06:48 UTC by Agostino Sarubbo
Modified: 2024-11-30 09:16 UTC (History)
2 users (show)

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


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

Issue: x11-terms/terminal-simulator-0.2 fails to compile.
Discovered on: amd64 (internal ref: guru_ci)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0014
Comment 1 Agostino Sarubbo gentoo-dev 2024-10-08 06:48:27 UTC
Created attachment 905101 [details]
build.log

build log and emerge --info
Comment 2 Larry the Git Cow gentoo-dev 2024-11-30 09:16:45 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=dbdaebe4086c17c5260a2b579f64d1b24ca65c58

commit dbdaebe4086c17c5260a2b579f64d1b24ca65c58
Author:     Seth M. Price <sprice623@aol.com>
AuthorDate: 2024-11-29 17:35:04 +0000
Commit:     Seth M. Price <sprice623@aol.com>
CommitDate: 2024-11-29 17:37:56 +0000

    x11-terms/terminal-simulator: require OpenGL SDL2
    
    SDL2 needs to be built with OpenGL support.  Some systems don’t
    have this USE flag enabled by default, so this now requires it.
    
    Revision not bumped; if it compiled correctly already, it’s safe to
    assume the opengl flag was already enabled.
    
    Fixes: https://bugs.gentoo.org/941152
    Signed-off-by: Seth M. Price <sprice623@aol.com>

 x11-terms/terminal-simulator/terminal-simulator-0.2.ebuild     | 2 +-
 x11-terms/terminal-simulator/terminal-simulator-9999-r1.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)