gclient threw exception after syncing

2 views
Skip to first unread message

Ashish Negi

unread,
Sep 3, 2013, 6:34:56 AM9/3/13
to node-...@googlegroups.com
This is output window after i ran gclient sync

Receiving objects:  99% (2068058/2068705), 1.78 GiB | 113 KiB/s
Receiving objects:  99% (2068067/2068705), 1.78 GiB | 174 KiB/s
Receiving objects: 100% (2068705/2068705), 1.78 GiB | 177 KiB/s
Receiving objects: 100% (2068705/2068705), 1.78 GiB | 179 KiB/s, done.
Resolving deltas:  18% (313734/1683454)
Resolving deltas:  39% (672330/1683454)
Resolving deltas:  56% (946377/1683454)
Resolving deltas:  63% (1072107/1683454)
Resolving deltas:  71% (1198986/1683454)
Resolving deltas:  80% (1354289/1683454)
Resolving deltas:  87% (1467950/1683454)
Resolving deltas:  92% (1559270/1683454)
Resolving deltas:  98% (1660363/1683454)
Resolving deltas: 100% (1683454/1683454)
Resolving deltas: 100% (1683454/1683454), done.
remote: Total 2068705 (delta 1683454), reused 2024499 (delta 1639521)

_____ removing non-empty tmp dir C:\D_CEF\node-webkit\_gclient_src_59crvg
The directory is not empty.
rd exited with code 145
Traceback (most recent call last):
  File "C:\D_CEF\depot_tools\depot_tools\\gclient.py", line 1804, in <module>
    sys.exit(Main(sys.argv[1:]))
  File "C:\D_CEF\depot_tools\depot_tools\\gclient.py", line 1794, in Main
    return dispatcher.execute(OptionParser(), argv)
  File "C:\D_CEF\depot_tools\depot_tools\subcommand.py", line 245, in execute
    return command(parser, args[1:])
  File "C:\D_CEF\depot_tools\depot_tools\\gclient.py", line 1590, in CMDsync
    return client.RunOnDeps('update', args)
  File "C:\D_CEF\depot_tools\depot_tools\\gclient.py", line 1152, in RunOnDeps
    work_queue.flush(revision_overrides, command, args, options=self._options)
  File "C:\D_CEF\depot_tools\depot_tools\gclient_utils.py", line 755, in run
    self.item.run(*self.args, **self.kwargs)
  File "C:\D_CEF\depot_tools\depot_tools\\gclient.py", line 627, in run
    self._used_scm.RunCommand(command, options, args, file_list)
  File "C:\D_CEF\depot_tools\depot_tools\gclient_scm.py", line 151, in RunComman
d
    return getattr(self, command)(options, args, file_list)
  File "C:\D_CEF\depot_tools\depot_tools\gclient_scm.py", line 357, in update
    self._Clone(revision, url, options)
  File "C:\D_CEF\depot_tools\depot_tools\gclient_scm.py", line 877, in _Clone
    os.path.join(self.checkout_path, '.git'))
WindowsError: [Error 5] Access is denied

Now i have nothing in src directory :(.
What should i do now ?

Roger

unread,
Sep 3, 2013, 10:40:48 PM9/3/13
to Ashish Negi, node-...@googlegroups.com
Ashish Negi <thisismy...@gmail.com> writes:

> os.path.join(self.checkout_path, '.git'))
> WindowsError: [Error 5] Access is denied

This error msg is weired: why your folder reports access denied?

> Now i have nothing in src directory :(.

That's the expected behaviour from git. It won't keep half-done
checkouts.

You can try to clone the chromium repo first manually.
--
Roger
Reply all
Reply to author
Forward
0 new messages