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

Bug 125454

Summary: fluxbox ebuild should check if imlib2 was compiled with USE="X"
Product: Gentoo Linux Reporter: Thomas van Kampen <thomasvk>
Component: New packagesAssignee: Commonbox Team <commonbox>
Status: RESOLVED FIXED    
Severity: minor    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: http://forums.gentoo.org/viewtopic-t-315463-highlight-x11wm+fluxbox.html
Whiteboard:
Package list:
Runtime testing required: ---

Description Thomas van Kampen 2006-03-08 02:58:28 UTC
If imlib2 is emerged without the X USE-flag, fluxbox fails to compile. The fluxbox ebuild should check if imlib2 was build with the X USE-flag and if not error out earlier with a clear error message.

I already apologise if this is a duplicate (I know you guys are really busy) but I couldn't find this particular case. Also, I checked the ebuild of 0.9.14-r1 and it didn't seem fixed.

Reprocude:
1. USE="-X" emerge imlib2
2. emerge fluxbox
3. See how it fails
Comment 1 Ciaran McCreesh 2006-03-19 15:12:10 UTC
I've added a check in 0.9.15. Thanks.