cros_sdk --chrome_root=$HOME/chromiumOS_directory_that_was_initially_repo_init_and_repo_sync -j8
>>> 13:36:19 === Start output for job chrome-icu-9999 ===
chrome-icu-9999: * Package: chromeos-base/chrome-icu-9999Load avg: 15.4, 5.2, 3.7
chrome-icu-9999: * Repository: chromiumos
chrome-icu-9999: * USE: abi_x86_64 amd64 cups elibc_glibc kernel_linux libcxx runhooks userland_GNU xkbcommon
chrome-icu-9999: * FEATURES: network-sandbox sandbox splitdebug userpriv usersandbox
chrome-icu-9999: * Running stacked hooks for pre_pkg_setup
chrome-icu-9999: * sysroot_build_bin_dir ...
chrome-icu-9999: [ ok ]
chrome-icu-9999: * Using python2.7 to build
chrome-icu-9999: * Running stacked hooks for post_pkg_setup
chrome-icu-9999: * python_eclass_hack ...
chrome-icu-9999: [ ok ]
chrome-icu-9999: 13:36:12 >>> Unpacking source...
chrome-icu-9999: * CHROME_ORIGIN VALUE is LOCAL_SOURCE
chrome-icu-9999: 13:36:12 >>> Source unpacked in /build/amd64-generic/tmp/portage/chromeos-base/chrome-icu-9999/work
chrome-icu-9999: * Running stacked hooks for post_src_unpack
chrome-icu-9999: * asan_init ...
chrome-icu-9999: [ ok ]
chrome-icu-9999: * Running stacked hooks for pre_src_prepare
chrome-icu-9999: * build_toolchain_catch ...
chrome-icu-9999: [ ok ]
chrome-icu-9999: 13:36:16 >>> Preparing source in /build/amd64-generic/tmp/portage/chromeos-base/chrome-icu-9999/work/chrome-icu-9999 ...
chrome-icu-9999: 13:36:16 >>> Source prepared.
chrome-icu-9999: 13:36:18 >>> Configuring source in /build/amd64-generic/tmp/portage/chromeos-base/chrome-icu-9999/work/chrome-icu-9999 ...
chrome-icu-9999: * Building with the compiler settings:
chrome-icu-9999: * CFLAGS = -pipe -march=x86-64 -msse3 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -fdebug-info-for-profiling -faddrsig -Wno-unknown-warning-option
chrome-icu-9999: * CXXFLAGS = -pipe -march=x86-64 -msse3 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -fdebug-info-for-profiling -D__google_stl_debug_vector=1 -faddrsig -Wno-unknown-warning-option -stdlib=libc++
chrome-icu-9999: * CPPFLAGS =
chrome-icu-9999: * LDFLAGS = -Wl,-O2 -Wl,--as-needed -Wl,--gc-sections -Wl,--icf=all -stdlib=libc++
chrome-icu-9999: /mnt/host/depot_tools/gclient.py runhooks --force
chrome-icu-9999: /usr/bin/python2.7: warning: Python 2.7 is deprecated and will be removed from CrOS by end of 2021. All users must migrate ASAP.
chrome-icu-9999: /usr/bin/python2.7: commandline: /mnt/host/depot_tools/gclient.py runhooks --force
chrome-icu-9999: Error: client not configured; see 'gclient config'
chrome-icu-9999: * ERROR: chromeos-base/chrome-icu-9999::chromiumos failed (configure phase):
chrome-icu-9999: * (no error message)
chrome-icu-9999: *
chrome-icu-9999: * Build log: /build/amd64-generic/tmp/portage/logs/chromeos-base:chrome-icu-9999:20210211-213608.log
chrome-icu-9999: * Stable log symlink: /build/amd64-generic/tmp/portage/chromeos-base/chrome-icu-9999/temp/build.log
chrome-icu-9999: * CWD: /build/amd64-generic/tmp/portage/chromeos-base/chrome-icu-9999/work/chrome-icu-9999
chrome-icu-9999: * S: /build/amd64-generic/tmp/portage/chromeos-base/chrome-icu-9999/work/chrome-icu-9999
It's saying that gclient needs to be configured, so I gave that a try, below is the first time calling gclient config:
$ ~/depot_tools/gclient config
/home/appdevmain/depot_tools/bootstrap_python3: line 28: cipd: command not found
/home/appdevmain/depot_tools/bootstrap_python3: line 32: bootstrap-3.8.0.chromium.8_bin/python3/bin/python3: No such file or directory
WARNING: Your metrics.cfg file was invalid or nonexistent. A new one will be created.
Usage: gclient.py config [options] [url]
gclient.py: error: Inconsistent arguments. Use either --spec or one or 2 args
and for all of the following attempt to re-run the script, the following error is displayed:
$ ~/depot_tools/gclient config
/home/appdevmain/depot_tools/bootstrap_python3: line 28: cipd: command not found
Usage: gclient.py config [options] [url]
gclient.py: error: Inconsistent arguments. Use either --spec or one or 2 args
checking python3 --version returns 3.8.5 so python itself should be good here.
I found a thread
here on manually creating a .glicent file. However, I do wish to check here first on the "cipd command not found issue" to make sure I'm not breaking things further.
Thanks