Hi Rob,

There are incompatibilities between Python2 and Python3.
As a convention the first line of a Python script indicates how it supposed to be called. When the unqualified name 'python' is used it depends on the calling system which Python version is the default. I suppose buildbot uses Python2 by default. It would be better to explicitly specify python3 on that first line like:
#!/usr/bin/python3

Task for the maintainer of buildbot...

Regards, Rob.



On 2019/04/22 14:33, Rob CJ wrote:
Hi Rob,

Correct. I uploaded the old version again. No idea why this version does not work.

Kind regards,

Rob

------------------------------------------------------------------------
*Van:* [email protected] <[email protected]> namens Rob Hamerling <[email protected]>
*Verzonden:* maandag 22 april 2019 11:42
*Aan:* [email protected]
*Onderwerp:* Re: [jallib] [jallib build] buildbot failure in jallib on jallib-standard


On 2019/04/22 00:34, [email protected] <mailto:[email protected]> wrote:
-- jsg output --

   File "/home/mattschinkel/jallib/slave/standard/build/tools/jallib.py", line 
175

     print("Cleaning %s" % toclean, file=sys.stderr)

                                        ^

SyntaxError: invalid syntax


It looks like the used jallib.py script is the recently converted to Python3 version of this script, but buildbot called the script  with Python2!

Regards, Rob.





--
*Rob H*amerling, Vianen, NL
--
You received this message because you are subscribed to the Google Groups "jallib" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected] <mailto:[email protected]>. To post to this group, send email to [email protected] <mailto:[email protected]>.
Visit this group at https://groups.google.com/group/jallib.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "jallib" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected] <mailto:[email protected]>. To post to this group, send email to [email protected] <mailto:[email protected]>.
Visit this group at https://groups.google.com/group/jallib.
For more options, visit https://groups.google.com/d/optout.

--
*Rob H*amerling, Vianen, NL

--
You received this message because you are subscribed to the Google Groups 
"jallib" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/jallib.
For more options, visit https://groups.google.com/d/optout.

Reply via email to