Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 475510 - media-libs/opencolorio: implicit inherit of base.eclass via cmake-utils.eclass
Summary: media-libs/opencolorio: 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: Gentoo Graphics Project
URL:
Whiteboard:
Keywords:
: 475820 (view as bug list)
Depends on:
Blocks: 475502
  Show dependency tree
 
Reported: 2013-07-02 13:45 UTC by Chris Reffett (RETIRED)
Modified: 2013-07-05 18:27 UTC (History)
2 users (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 Chris Reffett (RETIRED) gentoo-dev Security 2013-07-02 13:45:24 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. It may be worthwhile to add the base.eclass inherit even if you already have it inherited through another eclass. Thanks!
Comment 1 Chris Reffett (RETIRED) gentoo-dev Security 2013-07-02 14:00:11 UTC
Alternatively, cmake-utils now exports src_prepare which should be able to replace the base_src_prepare call entirely. Apologies for not mentioning this in the initial report.
Comment 2 Sergey Popov gentoo-dev 2013-07-05 05:59:12 UTC
+  05 Jul 2013; Sergey Popov <pinkbyte@gentoo.org> opencolorio-1.0.8.ebuild:
+  Call cmake-utils_src_prepare instead of base_src_prepare, wrt bug #475510.
+  Thanks to Chris Reffett for discovering this issue
Comment 3 Sergey Popov gentoo-dev 2013-07-05 18:27:43 UTC
*** Bug 475820 has been marked as a duplicate of this bug. ***