grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 2/2] autogen.sh: Detect python


From: Bruce Dubbs
Subject: Re: [PATCH 2/2] autogen.sh: Detect python
Date: Wed, 18 Aug 2021 11:04:50 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.10.1

On 8/18/21 1:19 AM, Petr Vorel wrote:
On Mon, Aug 09, 2021 at 01:52:29PM +0200, Daniel Kiper wrote:
On Fri, Aug 06, 2021 at 08:45:08AM +0200, Petr Vorel wrote:
It help to avoid error on distros which has only python3 binary:
./autogen.sh: line 20: python: command not found

Using bash builtin 'command -v' to avoid requiring which as extra
dependency (usable on containers).

It looks the bash dependency is not specified in the INSTALL file in
"The Requirements" section. May I ask you to add it?

...and python requirement is missing from the list too. Additionally,
please update autogen.sh python usage in the INSTALL file.
There is Python 2.6 or later, not sure if it still works on 2.6 (which is EOL)
or it requires now 2.7).

Actually all of Python 2 is EOL for the last year and a half.

https://www.python.org/doc/sunset-python-2/

  -- Bruce



reply via email to

[Prev in Thread] Current Thread [Next in Thread]