forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
I'm trying to build chromium as described here:
https://github.com/linux-surface/linux-surface/wiki/Camera-Support
$ git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git
$ export PATH="$PATH:${HOME}/depot_tools"
$ mkdir ~/chromium && cd ~/chromium
$ fetch --nohooks chromium
$ cd src
$ sudo apt upgrade -y
$ sudo apt install gnome-keyring libva-dev libdri2-dev mesa-common-dev python python2.7 libx11-xcb-dev
$ sudo ./build/install-build-deps.sh --unsupported
$ gclient runhooks
$ git remote add github https://github.com/libcamera-org/chromium.git
$ git fetch github
$ git checkout -b surface github/surface
$ gclient sync -D
then all is hanging forever on:
Running hooks: 15% (16/101) clang
________ running 'vpython src/tools/clang/scripts/update.py' in '/media/uwe/sd_128gb_ext4/chromium'
Downloading https://commondatastorage.googleapis.com/chromium-browser-clang/Linux_x64/clang-llvmorg-12-init-11060-g118c3f3c-1.tgz .......... Done.
Running hooks: 25% (26/101) clang_format_linux
any advice?
Metadata
Metadata
Assignees
Labels
No labels