Gentoo Archives: gentoo-dev

From: "Michał Górny" <mgorny@g.o>
To: gentoo-dev@l.g.o, Mike Frysinger <vapier@g.o>
Cc: qa <qa@g.o>
Subject: [gentoo-dev] Re: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Tue, 16 May 2017 19:20:23
Message-Id: 1494962401.1591.11.camel@gentoo.org
1 Mike,
2
3 On wto, 2017-05-16 at 19:10 +0000, Mike Frysinger wrote:
4 > commit: d1b05bcf81e5058c20615179fb83a90c45daa487
5 > Author: Mike Frysinger <vapier <AT> chromium <DOT> org>
6 > AuthorDate: Tue May 9 02:34:53 2017 +0000
7 > Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
8 > CommitDate: Tue May 16 19:10:31 2017 +0000
9 > URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1b05bcf
10 >
11 > python-utils-r1.eclass: add more info to stub python wrappers
12 >
13 > The short terse error messages here are not easy to track down. Add
14 > a few more details so people can figure out what's going wrong faster.
15 >
16 > eclass/python-utils-r1.eclass | 2 +-
17 > 1 file changed, 1 insertion(+), 1 deletion(-)
18 >
19 > diff --git a/eclass/python-utils-r1.eclass b/eclass/python-utils-r1.eclass
20 > index c1349ff277b..0bf7e7ec1a3 100644
21 > --- a/eclass/python-utils-r1.eclass
22 > +++ b/eclass/python-utils-r1.eclass
23 > @@ -1041,7 +1041,7 @@ python_wrapper_setup() {
24 > for x in "${nonsupp[@]}"; do
25 > cat >"${workdir}"/bin/${x} <<-_EOF_ || die
26 > #!/bin/sh
27 > - echo "${x} is not supported by ${EPYTHON}" >&2
28 > + echo "${ECLASS}: ${FUNCNAME}: ${x} is not supported by ${EPYTHON} (PYTHON_COMPAT)" >&2
29 > exit 127
30 > _EOF_
31 > chmod +x "${workdir}"/bin/${x} || die
32
33 I would really appreciate if you cared to follow procedures for eclass
34 changes. Most notably, if you at least bothered to either ping us *or*
35 sent the patch to the mailing list beforehand.
36
37 This eclass is used by almost 6700 ebuilds. I am trying *hard* to commit
38 changes in large patchsets to reduce cache updates. Of course it is all
39 pointless if a random Mike Frysinger, developer on special rights, goes
40 ahead and commits whatever he wants to whatever eclasses he wants to
41 commit to, whatever time he pleases.
42
43 Normally, I would revert it but I don't feel like causing third huge
44 cache update today.
45
46 --
47 Best regards,
48 Michał Górny

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies