Wednesday, November 25, 2009

all this to mean....

saundo@domain:/source/chromiumos$ gclient sync
Traceback (most recent call last):
File "/source/chromium/home/chrome-svn/depot_tools/gclient.py", line 1183, in
result = Main(sys.argv)
File "/source/chromium/home/chrome-svn/depot_tools/gclient.py", line 1178, in Main
return DispatchCommand(command, options, args)
File "/source/chromium/home/chrome-svn/depot_tools/gclient.py", line 1103, in DispatchCommand
return command_map[command](options, args)
File "/source/chromium/home/chrome-svn/depot_tools/gclient.py", line 1020, in DoUpdate
return client.RunOnDeps('update', args)
File "/source/chromium/home/chrome-svn/depot_tools/gclient.py", line 675, in RunOnDeps
scm.RunCommand(command, self._options, args, file_list)
File "/source/chromium/home/chrome-svn/depot_tools/gclient_scm.py", line 79, in RunCommand
return getattr(self, command)(options, args, file_list)
File "/source/chromium/home/chrome-svn/depot_tools/gclient_scm.py", line 131, in update
cwd=self._root_dir, redirect_stdout=False)
File "/source/chromium/home/chrome-svn/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 595, in __init__
errread, errwrite)
File "/usr/lib/python2.6/subprocess.py", line 1092, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory


you don't have git installed.

Tuesday, November 24, 2009

random notes

As I work my way to build Chromium:

fdisk -l

partition /dev/sdb

mkfs.ext3 /dev/sdb1

WIN.