[MacPorts] #45908: v8 upgrade failure on Yosemite 10.10

MacPorts noreply at macports.org
Mon Nov 24 03:27:13 PST 2014


#45908: v8 upgrade failure on Yosemite 10.10
----------------------------+------------------------
  Reporter:  oraclmaster@…  |      Owner:  frodwith@…
      Type:  defect         |     Status:  new
  Priority:  Normal         |  Milestone:
 Component:  ports          |    Version:  2.3.2
Resolution:                 |   Keywords:
      Port:  v8             |
----------------------------+------------------------

Comment (by cal@…):

 {{{
         GYP_GENERATORS=make \
         build/gyp/gyp --generator-output="out" build/all.gyp \
                       -Ibuild/standalone.gypi --depth=. \
                       -Dv8_target_arch=x64 \
                       -S.x64 -Duse_system_icu=1 -Dwerror=
 -Dcomponent=shared_library -Dv8_enable_backtrace=1 -Darm_fpu=default
 -Darm_float_abi=default
   File "build/gyp/gyp_main.py", line 12
     except ImportError, e:
                       ^
 SyntaxError: invalid syntax
 make: *** [out/Makefile.x64] Error 1
 }}}

 looks like your `python` is Python 3.x.
 [https://www.python.org/dev/peps/pep-0394/ PEP 394] suggests you shouldn't
 be doing that. Please change your `python` to Python 2.x and try again.

-- 
Ticket URL: <https://trac.macports.org/ticket/45908#comment:4>
MacPorts <https://www.macports.org/>
Ports system for OS X


More information about the macports-tickets mailing list