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

Bug 475524

Summary: sci-visualization/kst: implicit inherit of base.eclass via cmake-utils.eclass
Product: Gentoo Linux Reporter: Chris Reffett (RETIRED) <creffett>
Component: Current packagesAssignee: Qt Bug Alias <qt>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 475502    

Description Chris Reffett (RETIRED) gentoo-dev Security 2013-07-02 14:07:15 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 Michael Palimaka (kensington) gentoo-dev 2013-07-02 14:10:50 UTC
Thanks, fixed in CVS.