Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 477228 - dev-util/apitrace-3.0-r1 - base_src_prepare: command not found - depends on implicit inherit of base.eclass via cmake-utils.eclass
Summary: dev-util/apitrace-3.0-r1 - base_src_prepare: command not found - depends on i...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Tim Harder
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 475502
  Show dependency tree
 
Reported: 2013-07-17 18:03 UTC by Ben Kohler
Modified: 2013-07-17 21:55 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 Ben Kohler gentoo-dev 2013-07-17 18:03:17 UTC
Should be fixable with a simple:

sed -i -e 's/base_src_prepare/cmake-utils_src_prepare/' apitrace-3.0-r1.ebuild

src_prepare phase throws the following output:

-----------

ebuild $(equery w apitrace) prepare
 * apitrace-3.0.tar.gz SHA256 SHA512 WHIRLPOOL size ;-) ...                                                     [ ok ]
 * checking ebuild checksums ;-) ...                                                                            [ ok ]
 * checking auxfile checksums ;-) ...                                                                           [ ok ]
 * checking miscfile checksums ;-) ...                                                                          [ ok ]
>>> Unpacking source...
>>> Source unpacked in /var/tmp/portage/dev-util/apitrace-3.0-r1/work
>>> Preparing source in /var/tmp/portage/dev-util/apitrace-3.0-r1/work/apitrace-3.0 ...
/var/tmp/portage/dev-util/apitrace-3.0-r1/temp/environment: line 5473: base_src_prepare: command not found
>>> Source prepared.
Comment 1 Tim Harder gentoo-dev 2013-07-17 21:55:55 UTC
Fixed in CVS.