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

Bug 221325

Summary: dev-libs/libproccpuinfo: suspect runtime-depend on sys-devel/flex
Product: Gentoo Linux Reporter: Diego Elio Pettenò (RETIRED) <flameeyes>
Component: New packagesAssignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed>
Status: RESOLVED FIXED    
Severity: normal CC: jer
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 221311, 221421    

Description Diego Elio Pettenò (RETIRED) gentoo-dev 2008-05-11 12:39:17 UTC
Your package is runtime-depending on sys-devel/flex standing to http://tinderbox.dev.gentoo.org/misc/rindex/sys-devel/flex . Flex is a tool used almost always at build-time, as it generates the source code for a parser. This means that it should only be depended at build-time.

Please correct your ebuild or document why it is used as a runtime-dependency so that it will not be suspected again.

Thanks,
Diego
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2008-11-27 22:53:25 UTC
Fixed in CVS.
Comment 2 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2008-11-29 00:22:50 UTC
The fix is wrong. RDEPEND defaults to the value of DEPEND, so RDEPEND="" should be set.
Comment 3 Jeroen Roovers (RETIRED) gentoo-dev 2008-11-29 15:54:00 UTC
Ah thanks. Fixed yet again.