Package Details: depot-tools-git r9435.249e9a26c-1

Git Clone URL: https://aur.archlinux.org/depot-tools-git.git (read-only, click to copy)
Package Base: depot-tools-git
Description: Tools for working with Chromium development
Upstream URL: https://chromium.googlesource.com/chromium/tools/depot_tools
Keywords: chromium depot_tools google
Licenses: custom
Submitter: aperez
Maintainer: alerque
Last Packager: alerque
Votes: 87
Popularity: 0.000008
First Submitted: 2014-07-07 14:25 (UTC)
Last Updated: 2024-03-27 09:21 (UTC)

Dependencies (4)

Sources (1)

Pinned Comments

alerque commented on 2021-09-23 08:19 (UTC)

Installers beware! This package is a fiasco and the upstream Git repository basically has bunch of binary blobs in it that do strange things. I'm working on cleaning up the packaging some but the upstream behavior is egregious. Wash your /opt/depot_tools directory out with soap and bleach when done.

relrel commented on 2020-10-30 11:30 (UTC)

depot_tools is installed in /opt/depot_tools/. This directory is not in $PATH by default, so make sure to export PATH=/opt/depot_tools:$PATH before using it. Also, this directory has root permissions, so either use it as root, or if you want to use it as your currect user:

# groupadd depot_tools
# gpasswd -a $(whoami) depot_tools
# setfacl -m g:depot_tools:rwX /opt/depot_tools/

Then re-login as your current user or log your terminal in to the newly created group:

$ newgrp depot_tools

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 Next › Last »

zach commented on 2019-11-04 16:50 (UTC)

Seems to be broken:

==> Starting prepare()...
sed: can't read depot-tools-auth: No such file or directory
==> ERROR: A failure occurred in prepare().
    Aborting...
Error making: depot-tools-git

rouhannb commented on 2019-10-27 05:19 (UTC)

Looks like depot-tools-auth was removed a while back (https://chromium.googlesource.com/chromium/tools/depot_tools.git/+/b4a587df5e348bddb26ea1bb6a5013f1e854b3a8), so the package is broken now.

<deleted-account> commented on 2019-09-23 15:18 (UTC)

Heads up, gclient sync mostly with --jobs 1 will corrupt .git repositories unless you have applied this patch: https://bugs.chromium.org/p/chromium/issues/detail?id=1000825#c2

for example: in chromium's src/ the remote (git remote -v) will get replaced from: origin https://chromium.googlesource.com/chromium/src.git (fetch) to: origin https://chromium.googlesource.com/chromium/third_party/ffmpeg.git (fetch)

also seen that src/.git/index got truncated to 100k from 45meg

yan12125 commented on 2019-03-19 10:57 (UTC)

Dropped as I'm not using depot_tools anymore.

clpwn commented on 2018-10-18 12:25 (UTC)

You're fast! Thanks so much @yan12125.

yan12125 commented on 2018-10-18 11:44 (UTC)

@clpwn: Thanks for the report. Those issues should have been fixed.

clpwn commented on 2018-10-18 01:36 (UTC)

When building https://github.com/aisouard/libwebrtc using this repo, I had two issues:

1) Needed to chgrp -R wheel /opt/depot_tools && chmod -R g+w /opt/depot_tools in order to run without root. 2) I think the patches are slightly incomplete, due to running into this error when building:

  File "/opt/depot_tools/gsutil.py", line 20, in <module>
    import urllib2
ModuleNotFoundError: No module named 'urllib2'

yan12125 commented on 2018-05-25 08:32 (UTC)

Your package depot-tools-git [1] has been flagged out-of-date by necklace [2]:

:: depot-tools-git package(s) failed to install.
:: ensure package version does not mismatch between .SRCINFO and PKGBUILD
:: ensure package name has a VCS suffix if this is a devel package

[1] <https://aur.archlinux.org/pkgbase/depot-tools-git/>
[2] <https://aur.archlinux.org/account/necklace/>

Thanks it should have been fixed!

yan12125 commented on 2017-10-03 09:22 (UTC)

Thanks @Hudd, should have been fixed.