[Buildroot] [PATCH 1/1] gnuradio: needs host-python2

Yegor Yefremov yegorslists at googlemail.com
Thu Jun 28 09:15:36 UTC 2018


Hi Thomas,

On Thu, Jun 28, 2018 at 10:23 AM, Thomas Petazzoni
<thomas.petazzoni at bootlin.com> wrote:
> Hello Yegor,
>
> On Thu, 28 Jun 2018 09:58:21 +0200, Yegor Yefremov wrote:
>
>> This patch did it for me. I've made "make defconfig", select ARM for
>> A8 series, Linaro toolchain and python 2. Then I've just selected
>> gnuradio and its python support.
>>
>> In this case no host-python3 will be built because we select general
>> Python 2 support for the target (as gnuradio enforces) and hence only
>> host-python will be built.
>
> Did you test with python3 enabled for the target ?
>
> Then you will see the problem that Fabrice is facing.
>
> When python3 is enabled for the target, then the default host python
> version is python3. And due to this, all external host Python modules
> are installed for host python3, and not available for host python2.

You're right. Then for now I see only one quick and dirty hack -
install host versions of six and mako when installing host-python by
default.

Yegor


More information about the buildroot mailing list