When syncing chromium with --deps="unix,chromeos", it gives me the
error below
Traceback (most recent call last):
  File "/bin/gclient.py", line 1681, in <module>
    result = Main(sys.argv)
  File "/bin/gclient.py", line 1676, in Main
    return DispatchCommand(command, options, args)
  File "/bin/gclient.py", line 1607, in DispatchCommand
    return command_map[command](options, args)
  File "/bin/gclient.py", line 1527, in DoUpdate
    return client.RunOnDeps('update', args)
  File "/bin/gclient.py", line 1259, in RunOnDeps
    scm.RunCommand(command, self._options, args, file_list)
  File "/bin/gclient.py", line 706, in RunCommand
    return commands[command](options, args, file_list)
  File "/bin/gclient.py", line 748, in update
    revision = int(components[1])
ValueError: invalid literal for int() with base 10: '4659678c'

I have determined it to be login_manager and when I removed @4659678c
from it, I get below
svn: Repository moved permanently to 'http://src.chromium.org/git/
login_manager.git/'; please relocate
Error: failed to run command: svn checkout 
http://src.chromium.org/git/login_manager.git
/home/grmrgecko/chromium/src/third_party/chromeos_login_manager

Any ideas? Thanks,
Mr. Gecko

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

Reply via email to