Gentoo Archives: gentoo-dev

From: Michael <kensington@×××××××××××.net>
To: gentoo-dev@l.g.o
Subject: [gentoo-dev] Re: autotools.eclass no longer inherits eutils; check your ebuilds!
Date: Tue, 22 May 2012 20:41:28
Message-Id: jpgthc$16e$1@dough.gmane.org
In Reply to: [gentoo-dev] autotools.eclass no longer inherits eutils; check your ebuilds! by Alexandre Rostovtsev
1 On 2012-05-22 03:46, Alexandre Rostovtsev wrote:
2 > On May 20, autools.eclass was changed to no longer inherit eutils, see
3 > http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/eclass/autotools.eclass?r1=1.133&r2=1.134
4 >
5 > Relying on autotools.eclass for your eutils needs was always a terrible
6 > idea, but a few ebuilds did it anyway. Those ebuilds are now *broken*
7 > since they can no longer use epatch. See bug #416847 for an example.
8 >
9 > Check your ebuilds to make sure you inherit eutils in anything that uses
10 > epatch!
11 >
12 > -Alexandre Rostovtsev.
13 >
14 >
15 >
16 Since eutils inherits multilib and user, the breakage extends beyond epatch.
17 For example, I just saw bug #417153, where a user reported failed calls
18 to enew{user,group}.

Replies