Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 475518 - net-libs/wt: implicit inherit of base.eclass via cmake-utils.eclass
Summary: net-libs/wt: implicit inherit of base.eclass via cmake-utils.eclass
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Matthew Marlowe (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 475502
  Show dependency tree
 
Reported: 2013-07-02 13:58 UTC by Chris Reffett (RETIRED)
Modified: 2013-07-18 22:13 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 Chris Reffett (RETIRED) gentoo-dev Security 2013-07-02 13:58:27 UTC
Hello,
Your package inherits cmake-utils.eclass and makes a direct call to a base.eclass function without inheriting base.eclass. Since cmake-utils.eclass no longer inherits base, this could cause breakage. Please check your package and either inherit base or make sure that you are implicitly inheriting base.eclass through some other eclass. Alternatively, cmake-utils exports its own src_prepare phase which inlined the functionality of base.eclass, so it should be possible to remove the call to base.eclass entirely. Thanks!
Comment 1 Chris Reffett (RETIRED) gentoo-dev Security 2013-07-18 22:13:17 UTC
Fixed in CVS, also added user.eclass to fix repoman warnings.