Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 479634 - media-video/vlc-2.0.7: configure: error: Package 'x11', required by 'egl', not found
Summary: media-video/vlc-2.0.7: configure: error: Package 'x11', required by 'egl', no...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-03 12:49 UTC by Juergen Rose
Modified: 2013-08-04 07:10 UTC (History)
0 users

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


Attachments
/var/tmp/portage/media-video/vlc-2.0.7/work/vlc-2.0.7/config.log (config.log,317.46 KB, text/plain)
2013-08-03 12:49 UTC, Juergen Rose
Details

Note You need to log in before you can comment on or make changes to this bug.
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.