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

Bug 611812

Summary: sys-cluster/pacemaker-1.1.14 calls epatch_user in EAPI 6
Product: Gentoo Linux Reporter: Ulrich Müller <ulm>
Component: Current packagesAssignee: Gentoo Cluster Team <cluster>
Status: RESOLVED OBSOLETE    
Severity: QA CC: qa, treecleaner
Priority: Normal Keywords: PMASKED, QAcanfix
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Deadline: 2020-12-07   

Description Ulrich Müller gentoo-dev 2017-03-05 19:31:35 UTC
>>> Preparing source in /var/tmp/portage/sys-cluster/pacemaker-1.1.14/work/pacemaker-Pacemaker-1.1.14 ...
/var/tmp/portage/sys-cluster/pacemaker-1.1.14/temp/environment: line 3849: epatch_user: command not found

That call in src_prepare should simply be removed. default_src_prepare in EAPI 6 calls eapply_user which already takes care of user patches.

Please check if inherit eutils is at all necessary, on first glance I see nothing in the ebuild that would need it.
Comment 1 Sebastian Pipping gentoo-dev 2020-11-10 21:15:54 UTC
There is no more epatch_user in Git master:

$ fgrep epatch *.ebuild
<no output>

Closing as obsolete.