Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 575626 - media-tv/kodi fails to build with USE="-opengl -gles"
Summary: media-tv/kodi fails to build with USE="-opengl -gles"
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: SpanKY
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-02-25 11:42 UTC by Dmitri Bogomolov
Modified: 2016-03-02 03:58 UTC (History)
1 user (show)

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


Attachments
build.log (kodi-build.log,173.10 KB, text/x-log)
2016-02-25 11:42 UTC, Dmitri Bogomolov
Details
diff against kodi-16.0.ebuild (kodi-16.0.ebuild.diff,497 bytes, patch)
2016-02-25 11:43 UTC, Dmitri Bogomolov
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitri Bogomolov 2016-02-25 11:42:23 UTC
Created attachment 426492 [details]
build.log

When I tried to emerge media-tv/kodi (version 15.2 or 16.0) with USE="-opengl -gles" I got the following error:

> Engines/ActiveAE/ActiveAE.cpp:217:3: error: ‘g_Windowing’ was not declared in this scope
>   g_Windowing.Unregister(this);
>   ^

Here http://forum.kodi.tv/showthread.php?tid=221894 a member of team-kodi writes "kodi needs either opengl or gles".

I think that requirement should be included in REQUIRED_USE.
Comment 1 Dmitri Bogomolov 2016-02-25 11:43:23 UTC
Created attachment 426494 [details, diff]
diff against kodi-16.0.ebuild