I am currently getting an error when trying to check out the Chromium
browser code with the ChromiumOS dependencies on a current Ubuntu
Karmic instance. I have tried both bootstrapping with the source
tarball and checking out all the code fresh but in both cases the
command:

           gclient sync --deps="unix,chromeos" --force

from the build documentation produces the following output:

A    /root/chromium/src/third_party/WebKit/WebKitTools/pywebsocket/
mod_pywebsocket/handshake.py
Checked out revision 51584.
Traceback (most recent call last):
  File "/root/depot_tools/gclient.py", line 1184, in <module>
    result = Main(sys.argv)
  File "/root/depot_tools/gclient.py", line 1179, in Main
    return DispatchCommand(command, options, args)
  File "/root/depot_tools/gclient.py", line 1104, in DispatchCommand
    return command_map[command](options, args)
  File "/root/depot_tools/gclient.py", line 1021, in DoUpdate
    return client.RunOnDeps('update', args)
  File "/root/depot_tools/gclient.py", line 702, in RunOnDeps
    scm.RunCommand(command, self._options, args, file_list)
  File "/root/depot_tools/gclient_scm.py", line 79, in RunCommand
    return getattr(self, command)(options, args, file_list)
  File "/root/depot_tools/gclient_scm.py", line 131, in update
    cwd=self._root_dir, redirect_stdout=False)
  File "/root/depot_tools/gclient_scm.py", line 197, in _Run
    sp = subprocess.Popen(cmd, cwd=cwd, stdout=stdout)
  File "/usr/lib/python2.6/subprocess.py", line 621, in __init__
    errread, errwrite)
  File "/usr/lib/python2.6/subprocess.py", line 1126, in
_execute_child
    raise child_exception
OSError: [Errno 2] No such file or directory

Do I need to change my environment?

-- 
Chromium Developers mailing list: chromium-dev@googlegroups.com 
View archives, change email options, or unsubscribe: 
    http://groups.google.com/group/chromium-dev

Reply via email to