what does this mean?

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.

what does this mean?

Postby fengtianba » Wed May 14, 2014 5:30 am

U /home/fenghelong/download/chormium/src
Checked out revision 235101.
Syncing projects: 13% (12/89) src

build/third_party/gsutil (ERROR)
----------------------------------------
[0:12:15] Started.
----------------------------------------
Error: Command svn checkout http://gsutil.googlecode.com/svn/trunk/src@263 /home/fenghelong/download/chormium/build/third_party/gsutil --revision 263 --non-interactive --ignore-externals returned non-zero exit status 1 in /home/fengfenghelong



it occurs after I run gclient sync --jobs 16
fengtianba
Techie
 
Posts: 30
Joined: Mon Apr 28, 2014 10:53 am

Re: what does this mean?

Postby fengtianba » Wed May 14, 2014 7:34 am

I have resolved this problem
fengtianba
Techie
 
Posts: 30
Joined: Mon Apr 28, 2014 10:53 am

Re: what does this mean?

Postby navisrob » Sun Jul 05, 2015 4:57 pm

The solution is add to "custom_deps" of .gclient file new entity:
"build/third_party/gsutil" : "https://github.com/GoogleCloudPlatform/gsutil.git" (I do it after obtaining error, and restarted build)
Here is my example:
Code: Select all
solutions = [
  { "name"        : "31.0.1650.57",
    "url"         : "http://src.chromium.org/svn/releases/31.0.1650.57",
    "deps_file"   : "DEPS",
    "managed"     : True,
    "custom_deps" : {
        "build/third_party/gsutil" : "https://github.com/GoogleCloudPlatform/gsutil.git"
    },
    "safesync_url": "",
  },
]
cache_dir = None


Solution found here: http://comments.gmane.org/gmane.comp.we ... evel/52796
navisrob
Techie
 
Posts: 14
Joined: Mon May 25, 2015 1:41 pm

Re: what does this mean?

Postby wencheng » Thu Dec 03, 2015 9:47 pm

What is the solution to the problem?
wencheng
Techie
 
Posts: 13
Joined: Mon Nov 02, 2015 7:12 pm


Return to Support Forum

Who is online

Users browsing this forum: Majestic-12 [Bot] and 102 guests