Re: [edk2] [PATCH] BaseTools: Fix build failure when specifying multiple BUILDTARGET

2019-02-06 Thread Laszlo Ersek
On 02/05/19 22:20, Carsey, Jaben wrote: > Laszlo, > > not sure which Andrew you wanted, but he didn’t get added so far as I can > tell. He did, it's just the mailman2 list software pulling tricks on us again. The default setting for list subscribers is to eliminate duplicates. That is, if you a

Re: [edk2] [PATCH] BaseTools: Fix build failure when specifying multiple BUILDTARGET

2019-02-05 Thread Carsey, Jaben
dk2-devel@lists.01.org; Gao, Liming ; Kinney, > Michael D > Subject: Re: [edk2] [PATCH] BaseTools: Fix build failure when specifying > multiple BUILDTARGET > > (+Mike, +Andrew) > > On 02/05/19 12:47, Leif Lindholm wrote: > > On Tue, Feb 05, 2019 at 10:03:21AM +010

Re: [edk2] [PATCH] BaseTools: Fix build failure when specifying multiple BUILDTARGET

2019-02-05 Thread Laszlo Ersek
On 02/05/19 13:02, Philippe Mathieu-Daudé wrote: > On 2/5/19 10:03 AM, Laszlo Ersek wrote: >> On 02/05/19 02:23, Philippe Mathieu-Daudé wrote: >>> Since 9c2d68c0a299 the build tools default to the python version >>> provided by the ${PYTHON} environment variable. >>> However the Python3 transition

Re: [edk2] [PATCH] BaseTools: Fix build failure when specifying multiple BUILDTARGET

2019-02-05 Thread Laszlo Ersek
(+Mike, +Andrew) On 02/05/19 12:47, Leif Lindholm wrote: > On Tue, Feb 05, 2019 at 10:03:21AM +0100, Laszlo Ersek wrote: >> On 02/05/19 02:23, Philippe Mathieu-Daudé wrote: >>> Since 9c2d68c0a299 the build tools default to the python version >>> provided by the ${PYTHON} environment variable. >>>

Re: [edk2] [PATCH] BaseTools: Fix build failure when specifying multiple BUILDTARGET

2019-02-05 Thread Philippe Mathieu-Daudé
On 2/5/19 10:03 AM, Laszlo Ersek wrote: > On 02/05/19 02:23, Philippe Mathieu-Daudé wrote: >> Since 9c2d68c0a299 the build tools default to the python version >> provided by the ${PYTHON} environment variable. >> However the Python3 transition is not effective before d943b0c339fe. > > (1) Do you m

Re: [edk2] [PATCH] BaseTools: Fix build failure when specifying multiple BUILDTARGET

2019-02-05 Thread Leif Lindholm
On Tue, Feb 05, 2019 at 10:03:21AM +0100, Laszlo Ersek wrote: > On 02/05/19 02:23, Philippe Mathieu-Daudé wrote: > > Since 9c2d68c0a299 the build tools default to the python version > > provided by the ${PYTHON} environment variable. > > However the Python3 transition is not effective before d943b0

Re: [edk2] [PATCH] BaseTools: Fix build failure when specifying multiple BUILDTARGET

2019-02-05 Thread Laszlo Ersek
On 02/05/19 02:23, Philippe Mathieu-Daudé wrote: > Since 9c2d68c0a299 the build tools default to the python version > provided by the ${PYTHON} environment variable. > However the Python3 transition is not effective before d943b0c339fe. (1) Do you mean "functional" rather than "effective"? (2) Wh

[edk2] [PATCH] BaseTools: Fix build failure when specifying multiple BUILDTARGET

2019-02-04 Thread Philippe Mathieu-Daudé
Since 9c2d68c0a299 the build tools default to the python version provided by the ${PYTHON} environment variable. However the Python3 transition is not effective before d943b0c339fe. With Python3, the dict.value() method returns an iterator. If a dictionary is updated while an iterator on his keys