Hi!
I'm trying to update the chrome to newer revision but gclient update
keeps crashing with the following stack trace.
I also removed old files and tired to sync everthing again. It also
crashes with the same trace after some time...
D:\chromium>d:\depot_tools\release\gclient update --revision s...@9652
Traceback (most recent call last):
File "d:\depot_tools\release\\gclient.py", line 1057, in ?
result = Main(sys.argv)
File "d:\depot_tools\release\\gclient.py", line 1052, in Main
return DispatchCommand(command, options, args)
File "d:\depot_tools\release\\gclient.py", line 999, in
DispatchCommand
return command_map[command](options, args)
File "d:\depot_tools\release\\gclient.py", line 950, in DoUpdate
return client.RunOnDeps('update', args)
File "d:\depot_tools\release\\gclient.py", line 838, in RunOnDeps
deps = self._GetAllDeps(entries)
File "d:\depot_tools\release\\gclient.py", line 750, in _GetAllDeps
solution_deps = self._GetDefaultSolutionDeps(solution["name"])
File "d:\depot_tools\release\\gclient.py", line 714, in
_GetDefaultSolutionDeps
exec(FileRead(deps_file), scope)
File "<string>", line 8, in ?
NameError: name 'Var' is not defined
.gclient file contents
solutions = [
{ "name" : "src",
"url" : "http://src.chromium.org/svn/trunk/src",
"custom_deps" : {
"src/cef": "http://chromiumembedded.googlecode.com/svn/trunk",
# To use the trunk of a component instead of what's in DEPS:
#"component": "https://svnserver/component/trunk/",
# To exclude a component from your working copy:
#"data/really_large_component": None,
}
}
]
.gclient_entires file contents
entries = [
"src",
"src/webkit/data/layout_tests/LayoutTests",
"src/third_party/cygwin",
"src/third_party/WebKit",
"src/third_party/WebKit/WebKitLibraries",
"src/third_party/python_24",
"src/third_party/icu38",
"src/breakpad/src",
"src/v8",
"src/testing/gtest",
"src/sdch/open-vcdiff",
"src/googleurl",
"src/third_party/svn",
]
Regards,
Miha
--~--~---------~--~----~------------~-------~--~----~
Chromium Developers mailing list: [email protected]
View archives, change email options, or unsubscribe:
http://groups.google.com/group/chromium-dev
-~----------~----~----~----~------~----~------~--~---