Gentoo Archives: gentoo-commits

From: "Zac Medico (zmedico)" <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] portage r10009 - main/trunk/pym/portage/dbapi
Date: Mon, 28 Apr 2008 01:22:22
Message-Id: E1JqI4Q-0000D6-My@stork.gentoo.org
1 Author: zmedico
2 Date: 2008-04-28 01:22:17 +0000 (Mon, 28 Apr 2008)
3 New Revision: 10009
4
5 Modified:
6 main/trunk/pym/portage/dbapi/vartree.py
7 Log:
8 Bug #211833 - When an ebuild removal phase fails, notify the user that
9 removal of environment.bz2 file will cause the ebuild to be sourced and
10 eclasses from the current portage tree will be used when necessary.
11
12
13 Modified: main/trunk/pym/portage/dbapi/vartree.py
14 ===================================================================
15 --- main/trunk/pym/portage/dbapi/vartree.py 2008-04-28 01:02:31 UTC (rev 10008)
16 +++ main/trunk/pym/portage/dbapi/vartree.py 2008-04-28 01:22:17 UTC (rev 10009)
17 @@ -1305,7 +1305,14 @@
18 "The problem occurred while executing " + \
19 ("the ebuild located at '%s'. " % myebuildpath) + \
20 "If necessary, manually remove the ebuild " + \
21 - "in order to skip the execution of removal phases."
22 + "and/or the environment.bz2 file which " + \
23 + "is located in the same directory. Removal " + \
24 + "of the environment.bz2 file will cause " + \
25 + "the ebuild to be sourced and eclasses " + \
26 + "from the current portage tree will be used " + \
27 + "when necessary. Removal of " + \
28 + "the ebuild will cause the execution of " + \
29 + "removal phases to be skipped entirely."
30 from portage.elog.messages import eerror
31 from textwrap import wrap
32 for l in wrap(msg, 72):
33
34 --
35 gentoo-commits@l.g.o mailing list