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

Bug 34569

Summary: net-analyzer/ethereal
Product: Gentoo Linux Reporter: Spider (RETIRED) <spider>
Component: [OLD] UnspecifiedAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: 1.4   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 34553    

Description Spider (RETIRED) gentoo-dev 2003-11-27 16:20:40 UTC
DEPEND/src_compile mislogic


./net-analyzer/ethereal/ethereal-0.9.16.ebuild
        gtk2? ( >=dev-libs/glib-2.0.4 =x11-libs/gtk+-2* )
        !gtk2 ( gtk? ( =x11-libs/gtk+-1.2* ) )
Broken logic , won't detect "-gtk gtk2"  .invalid case, but should give the correct dependencies anyhow. 

gtk? (
	gtk2? ( >=dev-libs/glib-2.0.4 =x11-libs/gtk+-2* )
	!gtk2? ( =x11-libs/gtk+-1.2* ) 
)

The logic inside the build doesn't seem to detect USE="-gtk" if gtk+1.2 is disabled but installed.  (yes , this happens quite frequently. )
Comment 1 Spider (RETIRED) gentoo-dev 2003-11-27 18:08:01 UTC
commited a fix in the glib-1.2 handling