From: Mike Gilbert <floppym@gentoo.org>
To: Gentoo Dev <gentoo-dev@lists.gentoo.org>
Subject: Re: [gentoo-dev] [PATCH 1/3] meson.eclass: use python eselect module in _meson_env_array
Date: Sun, 20 Dec 2020 16:54:21 -0500 [thread overview]
Message-ID: <CAJ0EP43=2ximaPQoEG3nytGi_v-1Kwjd3FkpvqPmXd+pzmT9-w@mail.gmail.com> (raw)
In-Reply-To: <X9+iRrOnmlgtD60q@linux1.home>
On Sun, Dec 20, 2020 at 2:13 PM William Hubbs <williamh@gentoo.org> wrote:
>
> On Thu, Dec 17, 2020 at 10:58:23PM +0100, Michał Górny wrote:
> > On Thu, 2020-12-17 at 16:50 -0500, Mike Gilbert wrote:
> > > On Thu, Dec 17, 2020 at 4:44 PM Michał Górny <mgorny@gentoo.org>
> > > wrote:
> > > >
> > > > On Thu, 2020-12-17 at 16:30 -0500, Mike Gilbert wrote:
> > > > > Closes: https://bugs.gentoo.org/759433
> > > > > Signed-off-by: Mike Gilbert <floppym@gentoo.org>
> > > > > ---
> > > > > eclass/meson.eclass | 3 ++-
> > > > > 1 file changed, 2 insertions(+), 1 deletion(-)
> > > > >
> > > > > diff --git a/eclass/meson.eclass b/eclass/meson.eclass
> > > > > index 21338280df33..6296f1dd26e5 100644
> > > > > --- a/eclass/meson.eclass
> > > > > +++ b/eclass/meson.eclass
> > > > > @@ -126,7 +126,8 @@ EOF
> > > > > # '--unicode-16=𐐷', '--unicode-32=𐤅']
> > > > > #
> > > > > _meson_env_array() {
> > > > > - python -c "${__MESON_ARRAY_PARSER}" "$@"
> > > > > + local python="$(eselect python show)"
> > > > > + ${python} -c "${__MESON_ARRAY_PARSER}" "$@"
> > > > > }
> > > > >
> > > > > # @FUNCTION: _meson_get_machine_info
> > > >
> > > > You're missing a BDEPEND on app-eselect/eselect-python.
> > > >
> > > > Also, I really don't like these workarounds. It takes a lot of
> > > > effort
> > > > to figure out how to break stuff, so people stop doing awful
> > > > things.
> > > > It's disrespectful to my time when you invent new hacks. Now I'll
> > > > have
> > > > to figure out how to change eselect-python to break it.
> > >
> > > Why is this such an awful thing to do?
> > >
> > > The code should be able to execute with any version of python
> > > currently supported by Gentoo.
> > >
> > > Please don't assume that I'm trying to avoid a proper solution here.
> > > Please suggest a better alternative if you have one.
> >
> > I actually liked installing the script to the system.
>
> If we are going to install it to the system, that should not be done by
> dev-util/meson; it is a gentoo-specific script, so we should probably
> create a separate package for it. Also, it is debatable whether that
> script should be installed in a directory that is on the path.
I don't really want to create a separate package to install a single
file. dev-util/meson is just a convenient place to install it.
I think it is ok to install it in PATH, so long as it is unlikely to
conflict with other program names.
> I have major concerns about the native-symlinks use flag for python-exec.
> It looks like turning this flag off would result in /usr/bin/python not being
> installed which will cause massive breakage. This is similar to removing
> /bin/sh., so I am strongly against the idea of this use flag unless
> upstream python is recommending it. If they are not installing
> /usr/bin/python in their native builds any longer, I'll be quiet.
> Otherwise, imo this is a really bad idea for a use flag.
The native-symlinks flag exists to break things intentionally.
https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bd5d2f9ea331119ea681e52ccaff1bce172ac98
prev parent reply other threads:[~2020-12-20 21:54 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-12-17 21:30 [gentoo-dev] [PATCH 1/3] meson.eclass: use python eselect module in _meson_env_array Mike Gilbert
2020-12-17 21:30 ` [gentoo-dev] [PATCH 2/3] meson.eclass: make meson_env_array public Mike Gilbert
2020-12-17 21:30 ` [gentoo-dev] [PATCH 3/3] app-emulation/gallium-nine-standalone: update meson_env_array refereneces Mike Gilbert
2020-12-17 21:44 ` [gentoo-dev] [PATCH 1/3] meson.eclass: use python eselect module in _meson_env_array Michał Górny
2020-12-17 21:50 ` Mike Gilbert
2020-12-17 21:58 ` Michał Górny
2020-12-20 19:13 ` William Hubbs
2020-12-20 21:54 ` Mike Gilbert [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='CAJ0EP43=2ximaPQoEG3nytGi_v-1Kwjd3FkpvqPmXd+pzmT9-w@mail.gmail.com' \
--to=floppym@gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox