Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 303709 - net-misc/gwibber-1.2.0_pre340 emerge fails on epatch command
Summary: net-misc/gwibber-1.2.0_pre340 emerge fails on epatch command
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Sergio D. Rodríguez Inclan
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-06 12:09 UTC by Dan W.
Modified: 2010-02-06 14:45 UTC (History)
3 users (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 Dan W. 2010-02-06 12:09:58 UTC
Emerging fails on unknown Command "epatch"

Reproducible: Always

Steps to Reproduce:
1. emerge gwibber
Actual Results:  
>>> Emerging (1 of 1) net-misc/gwibber-1.2.0_pre340
 * gwibber-1.2.0_pre340.tar.gz RMD160 SHA1 SHA256 size ;-) ...           [ ok ]
 * checking ebuild checksums ;-) ...                                     [ ok ]
 * checking auxfile checksums ;-) ...                                    [ ok ]
 * checking miscfile checksums ;-) ...                                   [ ok ]
 * CPV:  net-misc/gwibber-1.2.0_pre340
 * REPO: gentoo
 * USE:  elibc_glibc kernel_linux userland_GNU x86
>>> Unpacking source...
>>> Unpacking gwibber-1.2.0_pre340.tar.gz to /var/tmp/portage/net-misc/gwibber-1.2.0_pre340/work
>>> Source unpacked in /var/tmp/portage/net-misc/gwibber-1.2.0_pre340/work
>>> Preparing source in /var/tmp/portage/net-misc/gwibber-1.2.0_pre340/work/gwibber ...
/var/tmp/portage/net-misc/gwibber-1.2.0_pre340/temp/environment: line 2496: epatch: command not found
 * ERROR: net-misc/gwibber-1.2.0_pre340 failed:
 *   Patching failed
 * 
 * Call stack:
 *     ebuild.sh, line  54:  Called src_prepare
 *   environment, line 2496:  Called die
 * The specific snippet of code:
 *       epatch "$FILESDIR/${PN}-prefix.patch" || die "Patching failed"
 * 


Expected Results:  
Sucessfull emerging

found out:
-"epatch" command needs eutils to be inherited
-first seven lines of usr/portage/net-misc/gwibber/gwibber-1.2.0_pre340.ebuild :

># Copyright 1999-2009 Gentoo Foundation
># Distributed under the terms of the GNU General Public License v2
># $Header: /var/cvsroot/gentoo-x86/net-misc/gwibber/gwibber-1.2.0_pre340.ebuild$
>
>EAPI="2"
>
>inherit distutils

Is that it?
Comment 1 Peter Volkov (RETIRED) gentoo-dev 2010-02-06 14:45:24 UTC
Guys, I've added missed inherit eutils. In case this broke anything, please, contact me (by mail or here).