2018-03-07 2:16 GMT+09:00 Tony Luck <tony.l...@intel.com>: > On Thu, Mar 1, 2018 at 8:31 PM, Masahiro Yamada > <yamada.masah...@socionext.com> wrote: >> arch/ia64/scripts/unwcheck.py is apparently written in Python 2, so >> it should be invoked by 'python2'. > > I pushed the patch from Corentin Labbe to update this script to run with > either > python2 or python3. Linus took it yesterday: > > bd5edbe67794 ("ia64: convert unwcheck.py to python3") > > -Tony
Thanks for the reminder! Yeah, I noticed this commit yesterday. Now, unwcheck.py seems to be compatible with both Python 2.x and 3.x (I have not tested it, but I understood so from the commit log.) I will keep 'PYTHON' and arch/ia64/Makefile as they are. I will just add 'PYTHON2' and 'PYTHON3'. -- Best Regards Masahiro Yamada