Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 613728 - media-libs/cogl-1.22.2 : configure: error: Unable to locate required EGL headers
Summary: media-libs/cogl-1.22.2 : configure: error: Unable to locate required EGL headers
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-03-24 18:24 UTC by Toralf Förster
Modified: 2019-11-17 17:51 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,5.52 KB, text/plain)
2017-03-24 18:24 UTC, Toralf Förster
Details
config.log.tbz2 (config.log.tbz2,10.19 KB, application/x-bzip)
2017-03-24 18:24 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,329.06 KB, text/plain)
2017-03-24 18:25 UTC, Toralf Förster
Details
environment (environment,125.64 KB, text/plain)
2017-03-24 18:25 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,27.71 KB, application/x-bzip)
2017-03-24 18:25 UTC, Toralf Förster
Details
media-libs:cogl-1.22.2:20170323-224922.log (media-libs:cogl-1.22.2:20170323-224922.log,11.15 KB, text/plain)
2017-03-24 18:25 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,32.12 KB, application/x-bzip)
2017-03-24 18:25 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2017-03-24 18:24:49 UTC
checking EGL/egl.h presence... no
checking for EGL/egl.h... no
configure: error: Unable to locate required EGL headers

!!! Please attach the following file when seeking support:
!!! /var/tmp/portage/media-libs/cogl-1.22.2/work/cogl-1.22.2/config.log

  -----------------------------------------------------------------

  This is an unstable amd64 chroot image (named 13.0-systemd-libressl_20170316-210316) at a hardened host acting as a tinderbox.

  -----------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-5.4.0 *

Available Python interpreters, in order of preference:
  [1]   python3.4
  [2]   python3.6 (fallback)
  [3]   python2.7 (fallback)

java-config:
The following VMs are available for generation-2:
Comment 1 Toralf Förster gentoo-dev 2017-03-24 18:24:53 UTC
Created attachment 468134 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2017-03-24 18:24:56 UTC
Created attachment 468136 [details]
config.log.tbz2
Comment 3 Toralf Förster gentoo-dev 2017-03-24 18:25:00 UTC
Created attachment 468138 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2017-03-24 18:25:03 UTC
Created attachment 468140 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2017-03-24 18:25:06 UTC
Created attachment 468142 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2017-03-24 18:25:09 UTC
Created attachment 468144 [details]
media-libs:cogl-1.22.2:20170323-224922.log
Comment 7 Toralf Förster gentoo-dev 2017-03-24 18:25:13 UTC
Created attachment 468146 [details]
temp.tbz2
Comment 8 Larry the Git Cow gentoo-dev 2019-11-17 17:51:47 UTC
The bug has been closed via the following commit(s):

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

commit fc115d74f4ef6895c0ae06c65ff1cd11b9981592
Author:     Mart Raudsepp <leio@gentoo.org>
AuthorDate: 2019-11-17 17:50:53 +0000
Commit:     Mart Raudsepp <leio@gentoo.org>
CommitDate: 2019-11-17 17:51:21 +0000

    media-libs/cogl: add missing mesa[egl] dep for USE=kms
    
    If any EGL platform is enabled, it requires the EGL headers.
    This includes kms-egl-platform, which also sets NEED_EGL in
    configure.ac.
    Remove rm -f option usage while here (it makes the `|| die`
    useless and makes us not notice once this call isn't necessary
    anymore).
    
    Closes: https://bugs.gentoo.org/613728
    Package-Manager: Portage-2.3.69, Repoman-2.3.12
    Signed-off-by: Mart Raudsepp <leio@gentoo.org>

 media-libs/cogl/cogl-1.22.4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)