On 09/18/2011 11:50 PM, Alex Schuster wrote:
Nikos Chantziaras writes:
On 09/18/2011 11:27 PM, walt wrote:
On 09/18/2011 09:42 AM, Nikos Chantziaras wrote:
I came across some ebuilds that result in:
* QA Notice: command not found:
*
* /etc/portage/bashrc: line 3: epatch_user: command not found
How do I solve that one?
The epatch_user() is defined in /usr/portage/ebuild/eutils.eclass, so
I would guess that the ebuild would need the line "inherit eutils", or
at least inherit some other eclass that inherits it.
The whole point is to not touch the ebuild but utilize bashrc
instead :-/
Do these ebuilds also need to apply the patches, or do you just want to
get rid of the error message?
It's just the error message. Which means this isn't an issue for now.
It will become one if one of them will need patches though.
Too bad that I can't put "inherit eutils" in bashrc though. But even I
could, inheriting an eclass twice would probably not work to begin with.