Opened 10 years ago
Closed 4 years ago
#45908 closed defect (fixed)
v8 upgrade failure on Yosemite 10.10
Reported by: | carlofdtam (Carlo Tambuatco) | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.3.2 |
Keywords: | Cc: | neverpanic (Clemens Lang) | |
Port: | v8 |
Description
Recent upgrade of all ports revealed the failure of v8 version @3.23.17.23 port to upgrade on OS X 10.10
Don't know where to begin here, so I will just attach the log file.
Attachments (1)
Change History (7)
Changed 10 years ago by carlofdtam (Carlo Tambuatco)
comment:1 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | cal@… added |
---|---|
Keywords: | v8 removed |
Owner: | changed from macports-tickets@… to frodwith@… |
Port: | v8 added |
comment:2 follow-up: 3 Changed 10 years ago by lightoml@…
It looks Yosemite display problem only on Mac screen. There is no problem with external monitors.
comment:3 Changed 10 years ago by carlofdtam (Carlo Tambuatco)
Replying to lightoml@…:
It looks Yosemite display problem only on Mac screen. There is no problem with external monitors.
Attempted another upgrade in macports 2.3.3
Further errors in rebuilding v8:
---> Building v8 Error: org.macports.build for port v8 returned: command execution failed Please see the log file for port v8 for details: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_v8/v8/main.log Error: Unable to upgrade port: 1 Error rebuilding v8 while executing "error "Error rebuilding $portname"" (procedure "revupgrade_scanandrebuild" line 395) invoked from within "revupgrade_scanandrebuild broken_port_counts $opts" (procedure "macports::revupgrade" line 5) invoked from within "macports::revupgrade $opts" (procedure "action_revupgrade" line 2) invoked from within "action_revupgrade $action $portlist $opts" (procedure "action_upgrade" line 25) invoked from within "$action_proc $action $portlist [array get global_options]" (procedure "process_cmd" line 103) invoked from within "process_cmd $remaining_args" invoked from within "if { [llength $remaining_args] > 0 } { # If there are remaining arguments, process those as a command set exit_status [process_cmd $remaining..." (file "/opt/local/bin/port" line 5268)
comment:4 Changed 10 years ago by neverpanic (Clemens Lang)
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. PEP 394 suggests you shouldn't be doing that. Please change your python
to Python 2.x and try again.
comment:5 Changed 8 years ago by kurthindenburg (Kurt Hindenburg)
Owner: | changed from frodwith@… to macports-tickets@… |
---|---|
Status: | new → assigned |
comment:6 Changed 4 years ago by chrstphrchvz (Christopher Chavez)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
v8 upgrade log file