Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 432888 - dev-python/fabric-1.4.3 with USE=doc fails due to missing fabric-1.4.3-git_tags_docs.patch
Summary: dev-python/fabric-1.4.3 with USE=doc fails due to missing fabric-1.4.3-git_ta...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-26 17:33 UTC by Andrey Golovizin
Modified: 2012-08-27 04:23 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 Andrey Golovizin 2012-08-26 17:33:12 UTC
fabric-1.4.3.ebuild refers to "${FILESDIR}"/1.4.3-git_tags_docs.patch, which does not exist in the tree.

>>> Emerging (1 of 1) dev-python/fabric-1.4.3
 * fabric-1.4.3.tar.gz SHA256 SHA512 WHIRLPOOL size ;-) ...                                                                                                                                                                             [ ok ]
>>> Unpacking source...
>>> Source unpacked in /var/tmp/portage/dev-python/fabric-1.4.3/work
>>> Preparing source in /var/tmp/portage/dev-python/fabric-1.4.3/work/fabric-1.4.3 ...

 * Cannot find $EPATCH_SOURCE!  Value for $EPATCH_SOURCE is:
 * 
 *   /usr/portage/dev-python/fabric/files/fabric-1.4.3-git_tags_docs.patch
 *   ( fabric-1.4.3-git_tags_docs.patch )

 * ERROR: dev-python/fabric-1.4.3 failed (prepare phase):
 *   Cannot find $EPATCH_SOURCE!
 * 
 * Call stack:
 *     ebuild.sh, line   85:  Called src_prepare
 *   environment, line 5056:  Called epatch '/usr/portage/dev-python/fabric/files/fabric-1.4.3-git_tags_docs.patch'
 *   environment, line 1816:  Called die
 * The specific snippet of code:
 *                   die "Cannot find \$EPATCH_SOURCE!";
 * 
 * If you need support, post the output of `emerge --info '=dev-python/fabric-1.4.3'`,
 * the complete build log and the output of `emerge -pqv '=dev-python/fabric-1.4.3'`.
 * The complete build log is located at '/var/tmp/portage/dev-python/fabric-1.4.3/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/dev-python/fabric-1.4.3/temp/environment'.
 * Working directory: '/var/tmp/portage/dev-python/fabric-1.4.3/work/fabric-1.4.3'
 * S: '/var/tmp/portage/dev-python/fabric-1.4.3/work/fabric-1.4.3'
Comment 1 Patrick Lauer gentoo-dev 2012-08-27 04:23:51 UTC
+  27 Aug 2012; Patrick Lauer <patrick@gentoo.org> fabric-1.4.3.ebuild:
+  Make USE=doc work #432888