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

Bug 477234

Summary: sci-chemistry/molsketch-0.2.0-r1 - base_src_prepare: command not found - depends on implicit inherit of base.eclass via cmake-utils.eclass
Product: Gentoo Linux Reporter: Ben Kohler <bkohler>
Component: Current packagesAssignee: Gentoo Chemistry-Related Packages <sci-chemistry>
Status: RESOLVED FIXED    
Severity: normal CC: jlec
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 475502    

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
+