Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 582060 - net-proxy/tinyproxy-1.8.3-r4 USE=minimal - src_prepare(): epatch command not found
Summary: net-proxy/tinyproxy-1.8.3-r4 USE=minimal - src_prepare(): epatch command not ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-05-04 08:00 UTC by Christian Zuckschwerdt
Modified: 2016-05-04 09:35 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 Christian Zuckschwerdt 2016-05-04 08:00:17 UTC
tinyproxy-1.8.3-r4 ebuild with USE=minimal (i.e. not using asciidoc) fails installing the docs (man pages). The real error is

 * QA Notice: command not found:
 * 
 *      /tmp/portage/net-proxy/tinyproxy-1.8.3-r4/temp/environment: line 2010: epatch: command not found


You have to include `eutils` in the `inherit` statement.

I.e. /usr/portage/net-proxy/tinyproxy/tinyproxy-1.8.3-r4.ebuild:7

inherit autotools systemd user 

should be

inherit autotools systemd user eutils
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2016-05-04 08:27:32 UTC
Straight to stable, too, huh?
Comment 2 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2016-05-04 09:35:49 UTC
commit d24c4f2b2529ad3f009b200641793b5105c01426
Author: Lars Wendler <polynomial-c@gentoo.org>
Date:   Wed May 4 11:34:49 2016

    net-proxy/tinyproxy: Fixed incomplete EAPI-6 conversion (bug #582060).
    
    Package-Manager: portage-2.2.28
    Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>