Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 221465 - dev-libs/redland-bindings: suspect runtime-depend on dev-lang/swig
Summary: dev-libs/redland-bindings: suspect runtime-depend on dev-lang/swig
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: wrong-rdepend
  Show dependency tree
 
Reported: 2008-05-11 14:29 UTC by Diego Elio Pettenò (RETIRED)
Modified: 2008-05-14 17:46 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 14:29:21 UTC
Your package is runtime-depending on dev-lang/swig standing to http://tinderbox.dev.gentoo.org/misc/rindex/dev-lang/swig . dev-lang/swig is a tool used almost always at build-time, (it's either a build system or a generator - sorry this is a generic template I start with so I can't tell you right away which one). 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 Caleb Tennis (RETIRED) gentoo-dev 2008-05-14 12:08:35 UTC
FYI: I fixed this in a version bump to 1.0.7.1
Comment 2 Samuli Suominen (RETIRED) gentoo-dev 2008-05-14 17:37:04 UTC
(In reply to comment #1)
> FYI: I fixed this in a version bump to 1.0.7.1
> 

Err.. what? You explicitely made it backwards (wrong) in the new ebuild, setting all the other deps only a build-time deps

RDEPEND="${DEPEND}
        >=dev-lang/swig-1.3.25"
Comment 3 Samuli Suominen (RETIRED) gentoo-dev 2008-05-14 17:46:00 UTC
Reverted the commit.. fixed now.