Changes between Initial Version and Version 1 of Ticket #49626


Ignore:
Timestamp:
Nov 8, 2015, 8:28:46 PM (9 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #49626

    • Property Owner changed from macports-tickets@… to 521E328E-2A13-4749-826A-E4EF4F22A0F1@…
    • Property Cc 521E328E-2A13-4749-826A-E4EF4F22A0F1@… openmaintainer@… removed
    • Property Keywords Ninja python2 pickle removed
    • Property Summary changed from Port ninja fails to build due to pickle error in Python2 to ninja: fails to build due to pickle error in Python2
  • Ticket #49626 – Description

    initial v1  
    11Port ninja fails at the build phase, in file configure.py at line 435:
    22
     3{{{
    34proc = subprocess.Popen(['re2c', '-V'], stdout=subprocess.PIPE)
     5}}}
    46
    57with
    68
     9{{{
    710raise ValueError, "insecure string pickle"
     11}}}
    812
    913using system python (2.7.10) on OSX 10.11