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

Bug 139184

Summary: libXext missing dependencies
Product: Gentoo Linux Reporter: ProTech <prot3ch>
Component: [OLD] LibraryAssignee: Gentoo X packagers <x11>
Status: RESOLVED WORKSFORME    
Severity: normal CC: Shardik
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description ProTech 2006-07-04 07:26:12 UTC
Updated to the now stable X.Org 7.0 and have problem with dependencies of the x11-libs/libXext-1.0.1
 package:

checking for XEXT... configure: error: Package requirements (xproto x11 xextproto xau) were not met:



No package 'x11' found

No package 'xau' found



I solved the problem by emerging the missing libs with the following commands:
emerge -1va x11-libs/libXau

emerge -1va x11-libs/libX11
Comment 1 Joshua Baergen (RETIRED) gentoo-dev 2006-07-04 19:46:59 UTC
From libXext:

RDEPEND="x11-libs/libX11"

libXau is pulled in as well.  This is probably the weird Portage bug that we haven't been able to track down yet (or whatever is causing it).
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2006-07-10 07:13:04 UTC
*** Bug 139875 has been marked as a duplicate of this bug. ***