Gentoo Archives: gentoo-portage-dev

From: Brian Harring <ferringb@g.o>
To: gentoo-portage-dev@l.g.o
Subject: Re: [gentoo-portage-dev] PATCH: initial EAPI awareness
Date: Sun, 28 Aug 2005 09:32:28
Message-Id: 20050828092856.GA17538@nightcrawler
In Reply to: Re: [gentoo-portage-dev] PATCH: initial EAPI awareness by Jason Stubbs
1 On Sun, Aug 28, 2005 at 02:46:28PM +0900, Jason Stubbs wrote:
2 > On Saturday 27 August 2005 19:53, Brian Harring wrote:
3 > > Please test this out; if you want to test the EAPI checking, tag
4 > > EAPI=1 into an ebuild, and try making emerge bail.
5 >
6 > + print "EAPI check, unknown source "+str(x[0])+" for "+x[2]+", this
7 > shouldn't occur",mylist
8 > + sys.exit(1)
9 >
10 > These two are in the patch. Can that be made an exception please? That way
11 > --debug could still be useful if the bug hits.
12 That's debugging; not knowing (due to design flaws) all potentials for
13 x[0], stuck that in debugging for anyone running the patch; people
14 hitting it reporting back (hopefully), for debugging
15
16 Final version won't include it.
17 ~harring

Replies

Subject Author
Re: [gentoo-portage-dev] PATCH: initial EAPI awareness warnera6@×××××××.edu