Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 221325 - dev-libs/libproccpuinfo: suspect runtime-depend on sys-devel/flex
Summary: dev-libs/libproccpuinfo: suspect runtime-depend on sys-devel/flex
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: flex-depends wrong-rdepend
  Show dependency tree
 
Reported: 2008-05-11 12:39 UTC by Diego Elio Pettenò (RETIRED)
Modified: 2008-11-29 15:54 UTC (History)
1 user (show)

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


Attachments

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