[U-Boot] : buildman error

Simon Glass sjg at chromium.org
Mon Sep 30 19:42:43 CEST 2013


Hi Jagan,

On Sat, Sep 28, 2013 at 11:29 AM, Jagan Teki <jagannadh.teki at gmail.com> wrote:
> Can any one encounter this! looks like some issue on python setup?
>
> $ ./tools/buildman/buildman -b master
>   File "./tools/buildman/buildman", line 42
>     print result
>                ^
> SyntaxError: invalid syntax
>
> Let me know for any input, I am using Python 3.3.0

I think print is now required to be a function, so print(result). We
may need to adjust the code...

Regards,
Simon


More information about the U-Boot mailing list