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

Bug 613728

Summary: media-libs/cogl-1.22.2 : configure: error: Unable to locate required EGL headers
Product: Gentoo Linux Reporter: Toralf Förster <toralf>
Component: Current packagesAssignee: Gentoo Linux Gnome Desktop Team <gnome>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: emerge-info.txt
config.log.tbz2
emerge-history.txt
environment
etc.portage.tbz2
media-libs:cogl-1.22.2:20170323-224922.log
temp.tbz2

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(-)