[U-Boot] : buildman error

2013-09-28 Thread Jagan Teki
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 -- Thanks, Jagan. Jagann

[U-Boot] buildman error

2016-08-15 Thread Bin Meng
Hi Simon, When building u-boot-spi/next, I got lots of error messages like below after cloning, however the build seems to be not affected (ie: build is running and the summary statistics is updating on the shell) Exception in thread Thread-32: Traceback (most recent call last): File "/usr/loca

[U-Boot] buildman error?

2016-07-31 Thread Bin Meng
Hi Simon, With the latest buildman on the master branch, when I build x86, I got: boards.cfg is up to date. Nothing to do. Building 8 commits for 14 boards (14 threads, 6 jobs per thread) Traceback (most recent call last): File "./tools/buildman/buildman", line 64, in ret_code = control.Do

Re: [U-Boot] : buildman error

2013-09-30 Thread Simon Glass
Hi Jagan, On Sat, Sep 28, 2013 at 11:29 AM, Jagan Teki 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

Re: [U-Boot] : buildman error

2013-09-30 Thread Jagan Teki
On Mon, Sep 30, 2013 at 11:12 PM, Simon Glass wrote: > Hi Jagan, > > On Sat, Sep 28, 2013 at 11:29 AM, Jagan Teki 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 re

Re: [U-Boot] : buildman error

2013-09-30 Thread Jeroen Hofstee
On 09/30/2013 08:09 PM, Jagan Teki wrote: On Mon, Sep 30, 2013 at 11:12 PM, Simon Glass wrote: Hi Jagan, On Sat, Sep 28, 2013 at 11:29 AM, Jagan Teki wrote: Can any one encounter this! looks like some issue on python setup? $ ./tools/buildman/buildman -b master File "./tools/buildman/bui

Re: [U-Boot] : buildman error

2013-09-30 Thread Jagan Teki
On Tue, Oct 1, 2013 at 12:00 AM, Jeroen Hofstee wrote: > On 09/30/2013 08:09 PM, Jagan Teki wrote: >> >> On Mon, Sep 30, 2013 at 11:12 PM, Simon Glass wrote: >>> >>> Hi Jagan, >>> >>> On Sat, Sep 28, 2013 at 11:29 AM, Jagan Teki >>> wrote: Can any one encounter this! looks like some is

Re: [U-Boot] : buildman error

2013-09-30 Thread Jeroen Hofstee
On 09/30/2013 08:55 PM, Jagan Teki wrote: I think print is now required to be a function, so print(result). We may need to adjust the code... Does this print func chage with new python versions? yes, since python 3 it needs brackets. If we fix this, is it compatible for lower versions? jero

Re: [U-Boot] buildman error

2016-08-17 Thread Simon Glass
Hi Bin, On 15 August 2016 at 07:57, Bin Meng wrote: > Hi Simon, > > When building u-boot-spi/next, I got lots of error messages like below > after cloning, however the build seems to be not affected (ie: build > is running and the summary statistics is updating on the shell) > > Exception in thre

Re: [U-Boot] buildman error?

2016-07-31 Thread Simon Glass
Hi Bin, On 31 July 2016 at 18:56, Bin Meng wrote: > Hi Simon, > > With the latest buildman on the master branch, when I build x86, I got: > > boards.cfg is up to date. Nothing to do. > Building 8 commits for 14 boards (14 threads, 6 jobs per thread) > Traceback (most recent call last): > File "

Re: [U-Boot] buildman error?

2016-07-31 Thread Bin Meng
Hi Simon, On Mon, Aug 1, 2016 at 9:04 AM, Simon Glass wrote: > Hi Bin, > > On 31 July 2016 at 18:56, Bin Meng wrote: >> Hi Simon, >> >> With the latest buildman on the master branch, when I build x86, I got: >> >> boards.cfg is up to date. Nothing to do. >> Building 8 commits for 14 boards (14 t

Re: [U-Boot] buildman error?

2016-07-31 Thread Simon Glass
Hi Bin, On 31 July 2016 at 19:08, Bin Meng wrote: > Hi Simon, > > On Mon, Aug 1, 2016 at 9:04 AM, Simon Glass wrote: >> Hi Bin, >> >> On 31 July 2016 at 18:56, Bin Meng wrote: >>> Hi Simon, >>> >>> With the latest buildman on the master branch, when I build x86, I got: >>> >>> boards.cfg is up