Questions tagged [depottools]
9 questions
12
votes
0 answers
depot_tools conflict between python 2 and 3
I've seen variations on this error but no resolution.
Installing depot_tools on a Desktop folder, Lubuntu 18.04.
git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git
resolves (apparently) perfectly fine; mod of PATH is fine,…

kvk
- 121
- 1
- 4
3
votes
4 answers
How to build dynamic (shared) libraries of crashpad?
Crashpad is an error reporting system for c++ apps.
https://chromium.googlesource.com/crashpad/crashpad/+/HEAD/doc/developing.md
build instructions are
$ cd ~/crashpad/crashpad
$ gn gen out/Default
$ ninja -C out/Default
I can build predefined…

Andrej Fogelton
- 123
- 11
1
vote
1 answer
git cl checkout from Gerrit does not find the branch
I have few issues (tickets) submitted to Gerrit, as part of Dart project.
Since I am now moving to another laptop, I am able to create new issues, but can't checkout the ones already there.
Commands used:
C:\use\dart-sdk\sdk\> git cl checkout…

Ahmed Ashour
- 5,179
- 10
- 35
- 56
1
vote
1 answer
how can we set DEPOT_TOOLS_WIN_TOOLCHAIN=0?
While fetching the chromium, I get an issue as its asking me to set the DEPOT_TOOLS_WIN_TOOLCHAIN=0 in my local machine.
So that I can make the changes in the Chromium browser. Can anyone help me out with this?

BIPIN YADAV
- 21
- 5
1
vote
2 answers
Fail to run fetch android while setting up chromium depot_tools
I am following the following link [Install the Chromium depot tools.][1]
[1]: https://commondatastorage.googleapis.com/chrome-infra-docs/flat/depot_tools/docs/html/depot_tools_tutorial.html#_setting_up to fetch android.
As mentioned over the link I…

user3214392
- 245
- 4
- 15
1
vote
1 answer
How do I build an older version of V8?
I tried to build an older version of V8 for android. Target version is 6.5
https://v8.dev/blog/v8-release-65
Building guide is here: https://v8.dev/docs/build
git clone https://github.com/v8/v8
cd v8
git checkout…

us2956
- 476
- 12
- 27
0
votes
1 answer
How to build own v8 fork
I have my own fork of v8 and would like to build it.
However, gn and gclient keep failing and telling me that I need to be inside a checkout.
$> git clone
$> gn gen out/build
gn.py: Could not find checkout in any parent of the…

Sim
- 4,199
- 4
- 39
- 77
0
votes
2 answers
Why does running gclient produce update errors?
I cloned depot_tools according to http://commondatastorage.googleapis.com/chrome-infra-docs/flat/depot_tools/docs/html/depot_tools_tutorial.html#_setting_up.
Then when I run "gclient" I get this error:
depot_tools update failed. Conflict in…

Alex
- 131
- 2
- 13
0
votes
1 answer
fetch/gclient sync fails as teamcity's command line
fetch/gclient sync works fine from the terminal window on the Windows Server 2012 (64 bits) host. TeamCity build agent is 32bits application and I can't change it. When I try to run fetch/gclient sync as a build step it fails. Here the error…

Yurii
- 1
- 2