Menu

#547 Build fails on systems where /usr/bin/python is Python 3

RELEASE_1_0
closed
None
2020-06-27
2017-03-16
No
home/irina/marat/elftoolchain/test/libelf/tset/bin/elfc -o check_elf.msb32
  File "/home/irina/marat/elftoolchain/test/libelf/tset/bin/elfc", line 426
    v = 0L
         ^
SyntaxError: invalid syntax
*** Error code 1

Stop.
pmake: stopped in /home/irina/marat/elftoolchain/test/libelf/tset/common

Attached patch fixes the problem.

1 Attachments

Discussion

  • Ed Maste

    Ed Maste - 2020-02-07

    python 2 is EOL, we need to migrate ELF Tool Chain to use python 3

     
  • Joseph Koshy

    Joseph Koshy - 2020-06-23
    • assigned_to: Joseph Koshy
     
  • Joseph Koshy

    Joseph Koshy - 2020-06-27
    • status: new --> closed
     
  • Joseph Koshy

    Joseph Koshy - 2020-06-27

    The source tree has been migrated to Python 3, as of [r3868].

     

    Related

    Commit: [r3868]


Log in to post a comment.