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

Bug 479634

Summary: media-video/vlc-2.0.7: configure: error: Package 'x11', required by 'egl', not found
Product: Gentoo Linux Reporter: Juergen Rose <rose>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED INVALID    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: /var/tmp/portage/media-video/vlc-2.0.7/work/vlc-2.0.7/config.log

Description Juergen Rose 2013-08-03 12:49:25 UTC
Created attachment 355022 [details]
/var/tmp/portage/media-video/vlc-2.0.7/work/vlc-2.0.7/config.log

'emerge vlc' fails with:
...
checking for fontconfig/fontconfig.h... yes
checking for KATE... yes
checking for TIGER... no
configure: error: Package 'x11', required by 'egl', not found.
Comment 1 Juergen Rose 2013-08-04 07:10:50 UTC
Anyway parts of the libX11 package disappeared:

root@lynx:/root(23)# qlist -Iv libX11
x11-libs/libX11-1.6.1
root@lynx:/root(24)# find /usr/include/ -name Xlib.h
root@lynx:/root(25)# 

After reinstalling libX11 this issue with vlc disappeared:
root@lynx:/root(25)# emerge -v1 libX11
...
root@lynx:/root(26)# find /usr/include/ -name Xlib.h
/usr/include/X11/Xlib.h

'emerge vlc' then fails with https://bugs.gentoo.org/show_bug.cgi?id=463558.