Path does not exist: e:\cef3\chromium\src\.DEPS.git

Having problems with building or using CEF's C/C++ APIs? This forum is here to help. Please do not post bug reports or feature requests here.

Path does not exist: e:\cef3\chromium\src\.DEPS.git

Postby cabanier » Fri Aug 21, 2015 2:40 pm

I'm trying to download and build CEF on my windows box.
No matter what I do, I get the following error:
--> Updating DEPS file: e:\cef3\chromium\src\.DEPS.git
Traceback (most recent call last):
File "automate-git.py", line 774, in <module>
apply_deps_patch()
File "automate-git.py", line 258, in apply_deps_patch
remove_deps_entry(deps_path, "'src'")
File "automate-git.py", line 223, in remove_deps_entry
raise Exception('Path does not exist: %s' % path)
Exception: Path does not exist: e:\cef3\chromium\src\.DEPS.git

download and build works fine on my mac
cabanier
Techie
 
Posts: 12
Joined: Fri Aug 21, 2015 2:37 pm

Re: Path does not exist: e:\cef3\chromium\src\.DEPS.git

Postby magreenblatt » Fri Aug 21, 2015 3:06 pm

What CEF version are you trying to build? You should use the newest version of automate-git.py from master: https://bitbucket.org/chromiumembedded/ ... ?at=master
magreenblatt
Site Admin
 
Posts: 12409
Joined: Fri May 29, 2009 6:57 pm

Re: Path does not exist: e:\cef3\chromium\src\.DEPS.git

Postby cabanier » Fri Aug 21, 2015 4:35 pm

That did it!
Is there a way for the script to check that it is out of date?
cabanier
Techie
 
Posts: 12
Joined: Fri Aug 21, 2015 2:37 pm

Re: Path does not exist: e:\cef3\chromium\src\.DEPS.git

Postby magreenblatt » Fri Aug 21, 2015 4:45 pm

cabanier wrote:That did it!
Is there a way for the script to check that it is out of date?

Interesting idea... should be possible, but it might be challenging to nail down the definition of "out of date" in a Git-based world.
magreenblatt
Site Admin
 
Posts: 12409
Joined: Fri May 29, 2009 6:57 pm

Re: Path does not exist: e:\cef3\chromium\src\.DEPS.git

Postby grossag » Tue Oct 13, 2015 7:45 am

Glad I found this thread. For anyone working on 2454, the automate-git.py script is still broken on branch 2454 compared to master, specifically in the implementation of apply_deps_patch.

master:

elif cef_branch != 'trunk' and int(cef_branch) <= 1916:

2454:

elif cef_branch != 'trunk':
grossag
Techie
 
Posts: 17
Joined: Thu Oct 01, 2015 9:39 am


Return to Support Forum

Who is online

Users browsing this forum: No registered users and 18 guests