Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 611812 - sys-cluster/pacemaker-1.1.14 calls epatch_user in EAPI 6
Summary: sys-cluster/pacemaker-1.1.14 calls epatch_user in EAPI 6
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal QA (vote)
Deadline: 2020-12-07
Assignee: Gentoo Cluster Team
URL:
Whiteboard:
Keywords: PMASKED, QAcanfix
Depends on:
Blocks:
 
Reported: 2017-03-05 19:31 UTC by Ulrich Müller
Modified: 2020-11-10 21:16 UTC (History)
2 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 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.