Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 477236 - sci-chemistry/pdbcat-1.3 - base_src_prepare: command not found - depends on implicit inherit of base.eclass via cmake-utils.eclass
Summary: sci-chemistry/pdbcat-1.3 - 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: Gentoo Chemistry-Related Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 475502
  Show dependency tree
 
Reported: 2013-07-17 18:21 UTC by Ben Kohler
Modified: 2013-07-18 06:07 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:21:09 UTC
See src_prepare phase output below, probably fixable with:

sed -i -e 's/base_src_prepare/cmake-utils_src_prepare/' pdbcat-1.3.ebuild

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

$ ebuild `equery w pdbcat` prepare
 * pdbcat-1.3.tar.gz SHA256 SHA512 WHIRLPOOL size ;-) ...                                                       [ ok ]
 * checking ebuild checksums ;-) ...                                                                            [ ok ]
 * checking auxfile checksums ;-) ...                                                                           [ ok ]
 * checking miscfile checksums ;-) ...                                                                          [ ok ]
>>> Unpacking source...
>>> Unpacking pdbcat-1.3.tar.gz to /var/tmp/portage/sci-chemistry/pdbcat-1.3/work
>>> Source unpacked in /var/tmp/portage/sci-chemistry/pdbcat-1.3/work
>>> Preparing source in /var/tmp/portage/sci-chemistry/pdbcat-1.3/work/pdbcat-1.3 ...
/var/tmp/portage/sci-chemistry/pdbcat-1.3/temp/environment: line 2799: base_src_prepare: command not found
>>> Source prepared.
Comment 1 Justin Lecher (RETIRED) gentoo-dev 2013-07-18 06:07:57 UTC
+  18 Jul 2013; Justin Lecher <jlec@gentoo.org> pdbcat-1.3.ebuild, metadata.xml:
+  Fix usage of cmake-utils.eclass, #477236
+
   11 Apr 2013; Ulrich Müller <ulm@gentoo.org> pdbcat-1.3.ebuild: