Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 477234 - sci-chemistry/molsketch-0.2.0-r1 - base_src_prepare: command not found - depends on implicit inherit of base.eclass via cmake-utils.eclass
Summary: sci-chemistry/molsketch-0.2.0-r1 - base_src_prepare: command not found - depe...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Chemistry-Related Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 475502
  Show dependency tree
 
Reported: 2013-07-17 18:18 UTC by Ben Kohler
Modified: 2013-07-18 06:09 UTC (History)
1 user (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 Ben Kohler gentoo-dev 2013-07-17 18:18:09 UTC
See src_prepare phase output below, probably fixable with:

sed -i -e 's/base_src_prepare/cmake-utils_src_prepare/' molsketch-0.2.0-r1.ebuild

-------------

$ ebuild `equery w molsketch` prepare
 * Molsketch-0.2.0-Source.tar.gz SHA256 size ;-) ...                                                            [ ok ]
 * checking ebuild checksums ;-) ...                                                                            [ ok ]
 * checking auxfile checksums ;-) ...                                                                           [ ok ]
 * checking miscfile checksums ;-) ...                                                                          [ ok ]
>>> Unpacking source...
>>> Unpacking Molsketch-0.2.0-Source.tar.gz to /var/tmp/portage/sci-chemistry/molsketch-0.2.0-r1/work
>>> Source unpacked in /var/tmp/portage/sci-chemistry/molsketch-0.2.0-r1/work
>>> Preparing source in /var/tmp/portage/sci-chemistry/molsketch-0.2.0-r1/work/Molsketch-0.2.0-Source ...
/var/tmp/portage/sci-chemistry/molsketch-0.2.0-r1/temp/environment: line 2816: base_src_prepare: command not found
>>> Source prepared.
Comment 1 Justin Lecher (RETIRED) gentoo-dev 2013-07-18 06:09:34 UTC
+  18 Jul 2013; Justin Lecher <jlec@gentoo.org> molsketch-0.2.0-r1.ebuild:
+  Fix usage of cmake-utils.eclass, #477234
+