Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 405353 - >=sys-devel/autogen-5.11.5 has missing RDEPEND
Summary: >=sys-devel/autogen-5.11.5 has missing RDEPEND
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Toolchain Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-23 01:19 UTC by Nikoli
Modified: 2012-02-24 22:07 UTC (History)
0 users

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 Nikoli 2012-02-23 01:19:51 UTC
In autogen-5.12.ebuild,v 1.6 change:
DEPEND=">=dev-scheme/guile-1.8
        dev-libs/libxml2"
to
RDEPEND=">=dev-scheme/guile-1.8
        dev-libs/libxml2"
DEPEND="${RDEPEND}"

Same problem exists in other ebuilds.
Now revdep-rebuild reports problem:
 * Checking dynamic linking consistency
[ 5% ]  *   broken /usr/bin/autogen (requires libguile.so.17)
[ 100% ]                 
 * Generated new 3_broken.rr
 * Assigning files to packages
 *   /usr/bin/autogen -> sys-devel/autogen
Comment 1 SpanKY gentoo-dev 2012-02-23 02:44:53 UTC
it was relying on automatic RDEPEND=$DEPEND
Comment 2 SpanKY gentoo-dev 2012-02-24 22:07:09 UTC
should be all set now in the tree; thanks for the report!

Commit message: Explicitly setup DEPEND/RDEPEND
http://sources.gentoo.org/sys-devel/autogen/autogen-5.14.ebuild?r1=1.1&r2=1.2