Hi community,
I have some issue popped up when I am following the guide here.
When I run setup_board it gives me errors as below:
```
(cr) ((fbb4eab...)) douglas@RokudogenLX ~/chromiumos/src/scripts $ setup_board --board=${BOARD}
21:02:04.704: INFO: Updating chroot.
21:02:04.704: INFO: run: /mnt/host/source/src/scripts/update_chroot --toolchain_boards amd64-generic '--backtrack=10' --usepkg
21:02:04.908 INFO : Updating chroot
21:02:04.915 INFO : Clearing shadow utils lockfiles under /
21:02:04.920 INFO : Updating cross-compilers
21:02:04.922 INFO : Running: sudo -E /mnt/host/source/chromite/bin/cros_setup_toolchains --include-boards=amd64-generic
21:02:05.409: INFO: The following targets need to be re-initialized:
21:02:05.409: INFO: {'x86_64-cros-linux-gnu': {'sdk': True, 'crossdev': '', 'default': True, 'have-binpkg': True}, 'arm-none-eabi': {'sdk': True, 'crossdev': '', 'default': False, 'have-binpkg': True}, 'i686-cros-linux-gnu': {'sdk': True, 'crossdev': '', 'default': False, 'have-binpkg': True}, 'armv7a-cros-linux-gnueabihf': {'sdk': True, 'crossdev': '', 'default': False, 'have-binpkg': True}, 'aarch64-cros-linux-gnu': {'sdk': True, 'crossdev': '', 'default': False, 'have-binpkg': True}, 'armv7m-cros-eabi': {'sdk': True, 'crossdev': '', 'default': False, 'have-binpkg': True}}
21:02:05.457: INFO: run: crossdev --stable --show-fail-log --env 'FEATURES=splitdebug' -P --oneshot -P --getbinpkg -P --usepkgonly --without-headers --overlays '/mnt/host/source/src/third_party/chromiumos-overlay /mnt/host/source/src/third_party/eclass-overlay /mnt/host/source/src/third_party/portage-stable' --ov-output /usr/local/portage/crossdev -t x86_64-cros-linux-gnu --ex-pkg sys-libs/libxcrypt --ex-pkg sys-libs/llvm-libunwind --ex-pkg sys-libs/libcxx --ex-pkg dev-lang/go --binutils '[stable]' --gcc '[stable]' --kernel '[stable]' --libc '[stable]' --ex-gdb
----------------------------------------------------------------------------------------------------------------------------------------
* crossdev version: 20211027
* Host Portage ARCH: amd64
* Host Portage System: x86_64-pc-linux-gnu (i686-pc-linux-gnu x86_64-pc-linux-gnu)
* Target Portage ARCH: amd64
* Target System: x86_64-cros-linux-gnu
* Stage: 4 (C/C++ compiler)
* USE=multilib: no
* Target ABIs: amd64
* binutils: binutils-[stable]
* gcc: gcc-[stable]
* headers: linux-headers-[stable]
* libc: glibc-[stable]
* Extra: gdb: DO IT
* Extra: sys-libs/libxcrypt sys-libs/llvm-libunwind sys-libs/libcxx dev-lang/go
* CROSSDEV_OVERLAY: /usr/local/portage/crossdev
* PORT_LOGDIR: /var/log/portage
* PORTAGE_CONFIGROOT: /
* Portage flags: --oneshot --getbinpkg --usepkgonly
_ - ~ - _ - ~ - _ - ~ - _ - ~ - _ - ~ - _ - ~ - _ - ~ - _ - ~ - _ - ~ - _ - ~ - _ - ~ - _
* getting sys-devel/binutils from /mnt/host/source/src/third_party/chromiumos-overlay
* getting sys-devel/gcc from /mnt/host/source/src/third_party/chromiumos-overlay
* getting sys-kernel/linux-headers from /mnt/host/source/src/third_party/chromiumos-overlay
* getting sys-libs/glibc from /mnt/host/source/src/third_party/chromiumos-overlay
* getting sys-devel/gdb from /mnt/host/source/src/third_party/chromiumos-overlay
* getting sys-libs/libxcrypt from /mnt/host/source/src/third_party/portage-stable
* getting sys-libs/llvm-libunwind from /mnt/host/source/src/third_party/chromiumos-overlay
* getting sys-libs/libcxx from /mnt/host/source/src/third_party/chromiumos-overlay
* getting dev-lang/go from /mnt/host/source/src/third_party/chromiumos-overlay
* enabling thin-manifests due to /mnt/host/source/src/third_party/chromiumos-overlay
_ - ~ - _ - ~ - _ - ~ - _ - ~ - _ - ~ - _ - ~ - _ - ~ - _ - ~ - _ - ~ - _ - ~ - _ - ~ - _
* Log: /var/log/portage/cross-x86_64-cros-linux-gnu-binutils.log
* Emerging cross-binutils ... [ ok ]
* Log: /var/log/portage/cross-x86_64-cros-linux-gnu-gcc-stage1.log
* Emerging cross-gcc-stage1 ... [ ok ]
* Log: /var/log/portage/cross-x86_64-cros-linux-gnu-linux-headers.log
* Emerging cross-linux-headers ... [ ok ]
* Log: /var/log/portage/cross-x86_64-cros-linux-gnu-glibc.log
* Emerging cross-glibc ... [ ok ]
* Log: /var/log/portage/cross-x86_64-cros-linux-gnu-gcc-stage2.log
* Emerging cross-gcc-stage2 ... [ ok ]
* Log: /var/log/portage/cross-x86_64-cros-linux-gnu-gdb.log
* Emerging cross-gdb ... [ ok ]
* Log: /var/log/portage/cross-x86_64-cros-linux-gnu-libxcrypt.log
* Emerging cross-libxcrypt ... [ ok ]
* Log: /var/log/portage/cross-x86_64-cros-linux-gnu-llvm-libunwind.log
* Emerging cross-llvm-libunwind ... [ ok ]
* Log: /var/log/portage/cross-x86_64-cros-linux-gnu-libcxx.log
* Emerging cross-libcxx ... [ ok ]
* Log: /var/log/portage/cross-x86_64-cros-linux-gnu-go.log
* Emerging cross-go ... [ ok ]
21:02:05.457: INFO: run: crossdev --stable --show-fail-log --env 'FEATURES=splitdebug' -P --oneshot -P --getbinpkg -P --usepkgonly --without-headers --overlays '/mnt/host/source/src/third_party/chromiumos-overlay /mnt/host/source/src/third_party/eclass-overlay /mnt/host/source/src/third_party/portage-stable' --ov-output /usr/local/portage/crossdev -t arm-none-eabi --ex-pkg sys-libs/compiler-rt --binutils '[stable]' --gcc '[stable]' --libc '[stable]' --ex-gdb
----------------------------------------------------------------------------------------------------------------------------------------
* crossdev version: 20211027
* Host Portage ARCH: amd64
* Host Portage System: x86_64-pc-linux-gnu (i686-pc-linux-gnu x86_64-pc-linux-gnu)
* Target Portage ARCH: arm
* Target System: arm-none-eabi
* Stage: 3 (C compiler & libc)
* USE=multilib: yes
* Target ABIs: default
* binutils: binutils-[stable]
* gcc: gcc-[stable]
* libc: newlib-[latest]
* Extra: gdb: DO IT
* Extra: sys-libs/compiler-rt
* CROSSDEV_OVERLAY: /usr/local/portage/crossdev
* PORT_LOGDIR: /var/log/portage
* PORTAGE_CONFIGROOT: /
* Portage flags: --oneshot --getbinpkg --usepkgonly
_ - ~ - _ - ~ - _ - ~ - _ - ~ - _ - ~ - _ - ~ - _ - ~ - _ - ~ - _ - ~ - _ - ~ - _ - ~ - _
* getting sys-devel/binutils from /mnt/host/source/src/third_party/chromiumos-overlay
* getting sys-devel/gcc from /mnt/host/source/src/third_party/chromiumos-overlay
* getting sys-libs/newlib from /mnt/host/source/src/third_party/chromiumos-overlay
* getting sys-devel/gdb from /mnt/host/source/src/third_party/chromiumos-overlay
* getting sys-libs/compiler-rt from /mnt/host/source/src/third_party/chromiumos-overlay
* enabling thin-manifests due to /mnt/host/source/src/third_party/chromiumos-overlay
_ - ~ - _ - ~ - _ - ~ - _ - ~ - _ - ~ - _ - ~ - _ - ~ - _ - ~ - _ - ~ - _ - ~ - _ - ~ - _
!!! WARNING - Cannot auto-configure CHOST arm-none-eabi;
!!! You should edit /usr/arm-none-eabi/etc/portage/make.conf /usr/arm-none-eabi/etc/portage/profile/make.defaults /usr/arm-none-eabi/etc/portage/profile/use.force
!!! by hand to complete your configuration.
!!! No KERNEL is known for this target.
* Log: /var/log/portage/cross-arm-none-eabi-binutils.log
* Emerging cross-binutils ... [ ok ]
* Log: /var/log/portage/cross-arm-none-eabi-gcc-stage1.log
* Emerging cross-gcc-stage1 ... [ ok ]
* Log: /var/log/portage/cross-arm-none-eabi-newlib.log
* Emerging cross-newlib ... [ ok ]
* Log: /var/log/portage/cross-arm-none-eabi-gdb.log
* Emerging cross-gdb ... [ ok ]
* Log: /var/log/portage/cross-arm-none-eabi-compiler-rt.log
* Emerging cross-compiler-rt ... [ ok ]
21:02:05.457: INFO: run: crossdev --stable --show-fail-log --env 'FEATURES=splitdebug' -P --oneshot -P --getbinpkg -P --usepkgonly --without-headers --overlays '/mnt/host/source/src/third_party/chromiumos-overlay /mnt/host/source/src/third_party/eclass-overlay /mnt/host/source/src/third_party/portage-stable' --ov-output /usr/local/portage/crossdev -t i686-cros-linux-gnu --ex-pkg sys-libs/libxcrypt --ex-pkg sys-libs/llvm-libunwind --ex-pkg sys-libs/libcxx --binutils '[stable]' --gcc '[stable]' --kernel '[stable]' --libc '[stable]' --ex-gdb
----------------------------------------------------------------------------------------------------------------------------------------
* crossdev version: 20211027
* Host Portage ARCH: amd64
* Host Portage System: x86_64-pc-linux-gnu (i686-pc-linux-gnu x86_64-pc-linux-gnu)
* Target Portage ARCH: x86
* Target System: i686-cros-linux-gnu
* Stage: 4 (C/C++ compiler)
* USE=multilib: no
* Target ABIs: default
* binutils: binutils-[stable]
* gcc: gcc-[stable]
* headers: linux-headers-[stable]
* libc: glibc-[stable]
* Extra: gdb: DO IT
* Extra: sys-libs/libxcrypt sys-libs/llvm-libunwind sys-libs/libcxx
* CROSSDEV_OVERLAY: /usr/local/portage/crossdev
* PORT_LOGDIR: /var/log/portage
* PORTAGE_CONFIGROOT: /
* Portage flags: --oneshot --getbinpkg --usepkgonly
_ - ~ - _ - ~ - _ - ~ - _ - ~ - _ - ~ - _ - ~ - _ - ~ - _ - ~ - _ - ~ - _ - ~ - _ - ~ - _
* getting sys-devel/binutils from /mnt/host/source/src/third_party/chromiumos-overlay
* getting sys-devel/gcc from /mnt/host/source/src/third_party/chromiumos-overlay
* getting sys-kernel/linux-headers from /mnt/host/source/src/third_party/chromiumos-overlay
* getting sys-libs/glibc from /mnt/host/source/src/third_party/chromiumos-overlay
* getting sys-devel/gdb from /mnt/host/source/src/third_party/chromiumos-overlay
* getting sys-libs/libxcrypt from /mnt/host/source/src/third_party/portage-stable
* getting sys-libs/llvm-libunwind from /mnt/host/source/src/third_party/chromiumos-overlay
* getting sys-libs/libcxx from /mnt/host/source/src/third_party/chromiumos-overlay
* enabling thin-manifests due to /mnt/host/source/src/third_party/chromiumos-overlay
_ - ~ - _ - ~ - _ - ~ - _ - ~ - _ - ~ - _ - ~ - _ - ~ - _ - ~ - _ - ~ - _ - ~ - _ - ~ - _
* Log: /var/log/portage/cross-i686-cros-linux-gnu-binutils.log
* Emerging cross-binutils ... [ ok ]
* Log: /var/log/portage/cross-i686-cros-linux-gnu-gcc-stage1.log
* Emerging cross-gcc-stage1 ... [ ok ]
* Log: /var/log/portage/cross-i686-cros-linux-gnu-linux-headers.log
* Emerging cross-linux-headers ... [ ok ]
* Log: /var/log/portage/cross-i686-cros-linux-gnu-glibc.log
* Emerging cross-glibc ... [ ok ]
* Log: /var/log/portage/cross-i686-cros-linux-gnu-gcc-stage2.log
* Emerging cross-gcc-stage2 ... [ ok ]
* Log: /var/log/portage/cross-i686-cros-linux-gnu-gdb.log
* Emerging cross-gdb ... [ ok ]
* Log: /var/log/portage/cross-i686-cros-linux-gnu-libxcrypt.log
* Emerging cross-libxcrypt ... [ ok ]
* Log: /var/log/portage/cross-i686-cros-linux-gnu-llvm-libunwind.log
* Emerging cross-llvm-libunwind ... [ ok ]
* Log: /var/log/portage/cross-i686-cros-linux-gnu-libcxx.log
* Emerging cross-libcxx ... [ ok ]
21:02:05.457: INFO: run: crossdev --stable --show-fail-log --env 'FEATURES=splitdebug' -P --oneshot -P --getbinpkg -P --usepkgonly --without-headers --overlays '/mnt/host/source/src/third_party/chromiumos-overlay /mnt/host/source/src/third_party/eclass-overlay /mnt/host/source/src/third_party/portage-stable' --ov-output /usr/local/portage/crossdev -t armv7a-cros-linux-gnueabihf --ex-pkg sys-libs/libxcrypt --ex-pkg sys-libs/compiler-rt --ex-pkg sys-libs/llvm-libunwind --ex-pkg sys-libs/libcxx --ex-pkg dev-lang/go --binutils '[stable]' --gcc '[stable]' --kernel '[stable]' --libc '[stable]' --ex-gdb
----------------------------------------------------------------------------------------------------------------------------------------
* crossdev version: 20211027
* Host Portage ARCH: amd64
* Host Portage System: x86_64-pc-linux-gnu (i686-pc-linux-gnu x86_64-pc-linux-gnu)
* Target Portage ARCH: arm
* Target System: armv7a-cros-linux-gnueabihf
* Stage: 4 (C/C++ compiler)
* USE=multilib: no
* Target ABIs: default
* binutils: binutils-[stable]
* gcc: gcc-[stable]
* headers: linux-headers-[stable]
* libc: glibc-[stable]
* Extra: gdb: DO IT
* Extra: sys-libs/libxcrypt sys-libs/compiler-rt sys-libs/llvm-libunwind sys-libs/libcxx dev-lang/go
* CROSSDEV_OVERLAY: /usr/local/portage/crossdev
* PORT_LOGDIR: /var/log/portage
* PORTAGE_CONFIGROOT: /
* Portage flags: --oneshot --getbinpkg --usepkgonly
_ - ~ - _ - ~ - _ - ~ - _ - ~ - _ - ~ - _ - ~ - _ - ~ - _ - ~ - _ - ~ - _ - ~ - _ - ~ - _
* getting sys-devel/binutils from /mnt/host/source/src/third_party/chromiumos-overlay
* getting sys-devel/gcc from /mnt/host/source/src/third_party/chromiumos-overlay
* getting sys-kernel/linux-headers from /mnt/host/source/src/third_party/chromiumos-overlay
* getting sys-libs/glibc from /mnt/host/source/src/third_party/chromiumos-overlay
* getting sys-devel/gdb from /mnt/host/source/src/third_party/chromiumos-overlay
* getting sys-libs/libxcrypt from /mnt/host/source/src/third_party/portage-stable
* getting sys-libs/compiler-rt from /mnt/host/source/src/third_party/chromiumos-overlay
* getting sys-libs/llvm-libunwind from /mnt/host/source/src/third_party/chromiumos-overlay
* getting sys-libs/libcxx from /mnt/host/source/src/third_party/chromiumos-overlay
* getting dev-lang/go from /mnt/host/source/src/third_party/chromiumos-overlay
* enabling thin-manifests due to /mnt/host/source/src/third_party/chromiumos-overlay
_ - ~ - _ - ~ - _ - ~ - _ - ~ - _ - ~ - _ - ~ - _ - ~ - _ - ~ - _ - ~ - _ - ~ - _ - ~ - _
* Log: /var/log/portage/cross-armv7a-cros-linux-gnueabihf-binutils.log
* Emerging cross-binutils ... [ ok ]
* Log: /var/log/portage/cross-armv7a-cros-linux-gnueabihf-gcc-stage1.log
* Emerging cross-gcc-stage1 ... [ ok ]
* Log: /var/log/portage/cross-armv7a-cros-linux-gnueabihf-linux-headers.log
* Emerging cross-linux-headers ... [ ok ]
* Log: /var/log/portage/cross-armv7a-cros-linux-gnueabihf-glibc.log
* Emerging cross-glibc ... [ ok ]
* Log: /var/log/portage/cross-armv7a-cros-linux-gnueabihf-gcc-stage2.log
* Emerging cross-gcc-stage2 ... [ ok ]
* Log: /var/log/portage/cross-armv7a-cros-linux-gnueabihf-gdb.log
* Emerging cross-gdb ... [ ok ]
* Log: /var/log/portage/cross-armv7a-cros-linux-gnueabihf-libxcrypt.log
* Emerging cross-libxcrypt ... [ ok ]
* Log: /var/log/portage/cross-armv7a-cros-linux-gnueabihf-compiler-rt.log
* Emerging cross-compiler-rt ... [ ok ]
* Log: /var/log/portage/cross-armv7a-cros-linux-gnueabihf-llvm-libunwind.log
* Emerging cross-llvm-libunwind ... [ ok ]
* Log: /var/log/portage/cross-armv7a-cros-linux-gnueabihf-libcxx.log
* Emerging cross-libcxx ... [ ok ]
* Log: /var/log/portage/cross-armv7a-cros-linux-gnueabihf-go.log
* Emerging cross-go ... [ ok ]
21:02:05.458: INFO: run: crossdev --stable --show-fail-log --env 'FEATURES=splitdebug' -P --oneshot -P --getbinpkg -P --usepkgonly --without-headers --overlays '/mnt/host/source/src/third_party/chromiumos-overlay /mnt/host/source/src/third_party/eclass-overlay /mnt/host/source/src/third_party/portage-stable' --ov-output /usr/local/portage/crossdev -t aarch64-cros-linux-gnu --ex-pkg sys-libs/libxcrypt --ex-pkg sys-libs/compiler-rt --ex-pkg sys-libs/llvm-libunwind --ex-pkg sys-libs/libcxx --ex-pkg dev-lang/go --binutils '[stable]' --gcc '[stable]' --kernel '[stable]' --libc '[stable]' --ex-gdb
----------------------------------------------------------------------------------------------------------------------------------------
* crossdev version: 20211027
* Host Portage ARCH: amd64
* Host Portage System: x86_64-pc-linux-gnu (i686-pc-linux-gnu x86_64-pc-linux-gnu)
* Target Portage ARCH: arm64
* Target System: aarch64-cros-linux-gnu
* Stage: 4 (C/C++ compiler)
* USE=multilib: no
* Target ABIs: arm64
* binutils: binutils-[stable]
* gcc: gcc-[stable]
* headers: linux-headers-[stable]
* libc: glibc-[stable]
* Extra: gdb: DO IT
* Extra: sys-libs/libxcrypt sys-libs/compiler-rt sys-libs/llvm-libunwind sys-libs/libcxx dev-lang/go
* CROSSDEV_OVERLAY: /usr/local/portage/crossdev
* PORT_LOGDIR: /var/log/portage
* PORTAGE_CONFIGROOT: /
* Portage flags: --oneshot --getbinpkg --usepkgonly
_ - ~ - _ - ~ - _ - ~ - _ - ~ - _ - ~ - _ - ~ - _ - ~ - _ - ~ - _ - ~ - _ - ~ - _ - ~ - _
* getting sys-devel/binutils from /mnt/host/source/src/third_party/chromiumos-overlay
* getting sys-devel/gcc from /mnt/host/source/src/third_party/chromiumos-overlay
* getting sys-kernel/linux-headers from /mnt/host/source/src/third_party/chromiumos-overlay
* getting sys-libs/glibc from /mnt/host/source/src/third_party/chromiumos-overlay
* getting sys-devel/gdb from /mnt/host/source/src/third_party/chromiumos-overlay
* getting sys-libs/libxcrypt from /mnt/host/source/src/third_party/portage-stable
* getting sys-libs/compiler-rt from /mnt/host/source/src/third_party/chromiumos-overlay
* getting sys-libs/llvm-libunwind from /mnt/host/source/src/third_party/chromiumos-overlay
* getting sys-libs/libcxx from /mnt/host/source/src/third_party/chromiumos-overlay
* getting dev-lang/go from /mnt/host/source/src/third_party/chromiumos-overlay
* enabling thin-manifests due to /mnt/host/source/src/third_party/chromiumos-overlay
_ - ~ - _ - ~ - _ - ~ - _ - ~ - _ - ~ - _ - ~ - _ - ~ - _ - ~ - _ - ~ - _ - ~ - _ - ~ - _
* Log: /var/log/portage/cross-aarch64-cros-linux-gnu-binutils.log
* Emerging cross-binutils ... [ ok ]
* Log: /var/log/portage/cross-aarch64-cros-linux-gnu-gcc-stage1.log
* Emerging cross-gcc-stage1 ... [ ok ]
* Log: /var/log/portage/cross-aarch64-cros-linux-gnu-linux-headers.log
* Emerging cross-linux-headers ... [ ok ]
* Log: /var/log/portage/cross-aarch64-cros-linux-gnu-glibc.log
* Emerging cross-glibc ... [ ok ]
* Log: /var/log/portage/cross-aarch64-cros-linux-gnu-gcc-stage2.log
* Emerging cross-gcc-stage2 ... [ ok ]
* Log: /var/log/portage/cross-aarch64-cros-linux-gnu-gdb.log
* Emerging cross-gdb ... [ ok ]
* Log: /var/log/portage/cross-aarch64-cros-linux-gnu-libxcrypt.log
* Emerging cross-libxcrypt ... [ ok ]
* Log: /var/log/portage/cross-aarch64-cros-linux-gnu-compiler-rt.log
* Emerging cross-compiler-rt ... [ ok ]
* Log: /var/log/portage/cross-aarch64-cros-linux-gnu-llvm-libunwind.log
* Emerging cross-llvm-libunwind ... [ ok ]
* Log: /var/log/portage/cross-aarch64-cros-linux-gnu-libcxx.log
* Emerging cross-libcxx ... [ ok ]
* Log: /var/log/portage/cross-aarch64-cros-linux-gnu-go.log
* Emerging cross-go ... [ ok ]
21:02:05.461: INFO: run: crossdev --stable --show-fail-log --env 'FEATURES=splitdebug' -P --oneshot -P --getbinpkg -P --usepkgonly --without-headers --overlays '/mnt/host/source/src/third_party/chromiumos-overlay /mnt/host/source/src/third_party/eclass-overlay /mnt/host/source/src/third_party/portage-stable' --ov-output /usr/local/portage/crossdev -t armv7m-cros-eabi --ex-pkg sys-libs/compiler-rt --ex-pkg sys-libs/llvm-libunwind --ex-pkg sys-libs/libcxx --binutils '[stable]' --gcc '[stable]' --libc '[stable]' --ex-gdb
----------------------------------------------------------------------------------------------------------------------------------------
* crossdev version: 20211027
* Host Portage ARCH: amd64
* Host Portage System: x86_64-pc-linux-gnu (i686-pc-linux-gnu x86_64-pc-linux-gnu)
* Target Portage ARCH: arm
* Target System: armv7m-cros-eabi
* Stage: 3 (C compiler & libc)
* USE=multilib: yes
* Target ABIs: default
* binutils: binutils-[stable]
* gcc: gcc-[stable]
* libc: newlib-[latest]
* Extra: gdb: DO IT
* Extra: sys-libs/compiler-rt sys-libs/llvm-libunwind sys-libs/libcxx
* CROSSDEV_OVERLAY: /usr/local/portage/crossdev
* PORT_LOGDIR: /var/log/portage
* PORTAGE_CONFIGROOT: /
* Portage flags: --oneshot --getbinpkg --usepkgonly
_ - ~ - _ - ~ - _ - ~ - _ - ~ - _ - ~ - _ - ~ - _ - ~ - _ - ~ - _ - ~ - _ - ~ - _ - ~ - _
* getting sys-devel/binutils from /mnt/host/source/src/third_party/chromiumos-overlay
* getting sys-devel/gcc from /mnt/host/source/src/third_party/chromiumos-overlay
* getting sys-libs/newlib from /mnt/host/source/src/third_party/chromiumos-overlay
* getting sys-devel/gdb from /mnt/host/source/src/third_party/chromiumos-overlay
* getting sys-libs/compiler-rt from /mnt/host/source/src/third_party/chromiumos-overlay
* getting sys-libs/llvm-libunwind from /mnt/host/source/src/third_party/chromiumos-overlay
* getting sys-libs/libcxx from /mnt/host/source/src/third_party/chromiumos-overlay
* enabling thin-manifests due to /mnt/host/source/src/third_party/chromiumos-overlay
_ - ~ - _ - ~ - _ - ~ - _ - ~ - _ - ~ - _ - ~ - _ - ~ - _ - ~ - _ - ~ - _ - ~ - _ - ~ - _
!!! WARNING - Cannot auto-configure CHOST armv7m-cros-eabi;
!!! You should edit /usr/armv7m-cros-eabi/etc/portage/make.conf /usr/armv7m-cros-eabi/etc/portage/profile/make.defaults /usr/armv7m-cros-eabi/etc/portage/profile/use.force
!!! by hand to complete your configuration.
!!! No KERNEL is known for this target.
* Log: /var/log/portage/cross-armv7m-cros-eabi-binutils.log
* Emerging cross-binutils ... [ ok ]
* Log: /var/log/portage/cross-armv7m-cros-eabi-gcc-stage1.log
* Emerging cross-gcc-stage1 ... [ ok ]
* Log: /var/log/portage/cross-armv7m-cros-eabi-newlib.log
* Emerging cross-newlib ... [ ok ]
* Log: /var/log/portage/cross-armv7m-cros-eabi-gdb.log
* Emerging cross-gdb ... [ ok ]
* Log: /var/log/portage/cross-armv7m-cros-eabi-compiler-rt.log
* Emerging cross-compiler-rt ... [ ok ]
* Log: /var/log/portage/cross-armv7m-cros-eabi-llvm-libunwind.log
* Emerging cross-llvm-libunwind ... [ ok ]
* Log: /var/log/portage/cross-armv7m-cros-eabi-libcxx.log
* Emerging cross-libcxx ... [ ok ]
21:05:01.409: INFO: Determining required toolchain updates...
* ERROR: cross-x86_64-cros-linux-gnu/libxcrypt-4.4.28-r2::crossdev failed (depend phase):
* python-utils-r1.eclass could not be found by inherit()
*
* Call stack:
* ebuild.sh, line 616: Called source '/usr/local/portage/crossdev/cross-x86_64-cros-linux-gnu/libxcrypt/libxcrypt-4.4.28-r2.ebuild'
* libxcrypt-4.4.28-r2.ebuild, line 10: Called inherit 'eapi8-dosym' 'multibuild' 'multilib' 'python-any-r1' 'flag-o-matic' 'toolchain-funcs' 'multilib-minimal'
* ebuild.sh, line 317: Called __qa_source '/mnt/host/source/src/third_party/portage-stable/eclass/python-any-r1.eclass'
* ebuild.sh, line 112: Called source '/mnt/host/source/src/third_party/portage-stable/eclass/python-any-r1.eclass'
* python-any-r1.eclass, line 53: Called inherit 'python-utils-r1'
* ebuild.sh, line 291: Called die
* The specific snippet of code:
* [[ -z ${location} ]] && die "${1}.eclass could not be found by inherit()"
*
* CWD: /usr/lib64/python3.6/site-packages
* S: /var/tmp/portage/cross-x86_64-cros-linux-gnu/libxcrypt-4.4.28-r2/work/libxcrypt-4.4.28
* ERROR: cross-x86_64-cros-linux-gnu/llvm-libunwind-16.0_pre484197::crossdev failed (depend phase):
* cros-constants.eclass could not be found by inherit()
*
* Call stack:
* ebuild.sh, line 616: Called source '/usr/local/portage/crossdev/cross-x86_64-cros-linux-gnu/llvm-libunwind/llvm-libunwind-16.0_pre484197.ebuild'
* llvm-libunwind-16.0_pre484197.ebuild, line 13: Called inherit 'cros-fuzzer' 'cros-sanitizers' 'cros-constants' 'cmake-multilib' 'cmake-utils' 'git-2' 'cros-llvm' 'cros-workon' 'python-single-r1'
* ebuild.sh, line 291: Called die
* The specific snippet of code:
* [[ -z ${location} ]] && die "${1}.eclass could not be found by inherit()"
*
* CWD: /usr/lib64/python3.6/site-packages
* S: /var/tmp/portage/cross-x86_64-cros-linux-gnu/llvm-libunwind-16.0_pre484197/work/llvm-libunwind-16.0_pre484197
* ERROR: cross-x86_64-cros-linux-gnu/llvm-libunwind-16.0_pre484197-r2::crossdev failed (depend phase):
* cros-constants.eclass could not be found by inherit()
*
* Call stack:
* ebuild.sh, line 616: Called source '/usr/local/portage/crossdev/cross-x86_64-cros-linux-gnu/llvm-libunwind/llvm-libunwind-16.0_pre484197-r2.ebuild'
* llvm-libunwind-16.0_pre484197-r2.ebuild, line 13: Called inherit 'cros-fuzzer' 'cros-sanitizers' 'cros-constants' 'cmake-multilib' 'cmake-utils' 'git-2' 'cros-llvm' 'cros-workon' 'python-single-r1'
* ebuild.sh, line 291: Called die
* The specific snippet of code:
* [[ -z ${location} ]] && die "${1}.eclass could not be found by inherit()"
*
* CWD: /usr/lib64/python3.6/site-packages
* S: /var/tmp/portage/cross-x86_64-cros-linux-gnu/llvm-libunwind-16.0_pre484197-r2/work/llvm-libunwind-16.0_pre484197
* ERROR: cross-x86_64-cros-linux-gnu/libcxx-16.0_pre484197::crossdev failed (depend phase):
* multilib-build.eclass could not be found by inherit()
*
* Call stack:
* ebuild.sh, line 616: Called source '/usr/local/portage/crossdev/cross-x86_64-cros-linux-gnu/libcxx/libcxx-16.0_pre484197.ebuild'
* libcxx-16.0_pre484197.ebuild, line 16: Called inherit 'cmake-multilib' 'cros-constants' 'cros-llvm' 'git-2' 'python-any-r1' 'toolchain-funcs' 'cros-workon'
* ebuild.sh, line 317: Called __qa_source '/mnt/host/source/src/third_party/portage-stable/eclass/cmake-multilib.eclass'
* ebuild.sh, line 112: Called source '/mnt/host/source/src/third_party/portage-stable/eclass/cmake-multilib.eclass'
* cmake-multilib.eclass, line 45: Called inherit 'cmake-utils' 'multilib-minimal'
* ebuild.sh, line 317: Called __qa_source '/mnt/host/source/src/third_party/portage-stable/eclass/multilib-minimal.eclass'
* ebuild.sh, line 112: Called source '/mnt/host/source/src/third_party/portage-stable/eclass/multilib-minimal.eclass'
* multilib-minimal.eclass, line 34: Called inherit 'multilib-build'
* ebuild.sh, line 291: Called die
* The specific snippet of code:
* [[ -z ${location} ]] && die "${1}.eclass could not be found by inherit()"
*
* CWD: /usr/lib64/python3.6/site-packages
* S: /var/tmp/portage/cross-x86_64-cros-linux-gnu/libcxx-16.0_pre484197/work/libcxx-16.0_pre484197
* ERROR: cross-x86_64-cros-linux-gnu/libcxx-16.0_pre484197-r2::crossdev failed (depend phase):
* multilib-build.eclass could not be found by inherit()
*
* Call stack:
* ebuild.sh, line 616: Called source '/usr/local/portage/crossdev/cross-x86_64-cros-linux-gnu/libcxx/libcxx-16.0_pre484197-r2.ebuild'
* libcxx-16.0_pre484197-r2.ebuild, line 16: Called inherit 'cmake-multilib' 'cros-constants' 'cros-llvm' 'git-2' 'python-any-r1' 'toolchain-funcs' 'cros-workon'
* ebuild.sh, line 317: Called __qa_source '/mnt/host/source/src/third_party/portage-stable/eclass/cmake-multilib.eclass'
* ebuild.sh, line 112: Called source '/mnt/host/source/src/third_party/portage-stable/eclass/cmake-multilib.eclass'
* cmake-multilib.eclass, line 45: Called inherit 'cmake-utils' 'multilib-minimal'
* ebuild.sh, line 317: Called __qa_source '/mnt/host/source/src/third_party/portage-stable/eclass/multilib-minimal.eclass'
* ebuild.sh, line 112: Called source '/mnt/host/source/src/third_party/portage-stable/eclass/multilib-minimal.eclass'
* multilib-minimal.eclass, line 34: Called inherit 'multilib-build'
* ebuild.sh, line 291: Called die
* The specific snippet of code:
* [[ -z ${location} ]] && die "${1}.eclass could not be found by inherit()"
*
* CWD: /usr/lib64/python3.6/site-packages
* S: /var/tmp/portage/cross-x86_64-cros-linux-gnu/libcxx-16.0_pre484197-r2/work/libcxx-16.0_pre484197
* ERROR: cross-x86_64-cros-linux-gnu/glibc-2.35-r20::crossdev failed (depend phase):
* python-utils-r1.eclass could not be found by inherit()
*
* Call stack:
* ebuild.sh, line 616: Called source '/usr/local/portage/crossdev/cross-x86_64-cros-linux-gnu/glibc/glibc-2.35-r20.ebuild'
* glibc-2.35-r20.ebuild, line 12: Called inherit 'python-any-r1' 'prefix' 'preserve-libs' 'toolchain-funcs' 'flag-o-matic' 'gnuconfig' 'multilib' 'systemd' 'multiprocessing'
* ebuild.sh, line 317: Called __qa_source '/mnt/host/source/src/third_party/portage-stable/eclass/python-any-r1.eclass'
* ebuild.sh, line 112: Called source '/mnt/host/source/src/third_party/portage-stable/eclass/python-any-r1.eclass'
* python-any-r1.eclass, line 53: Called inherit 'python-utils-r1'
* ebuild.sh, line 291: Called die
* The specific snippet of code:
* [[ -z ${location} ]] && die "${1}.eclass could not be found by inherit()"
*
* CWD: /usr/lib64/python3.6/site-packages
* S: /var/tmp/portage/cross-x86_64-cros-linux-gnu/glibc-2.35-r20/work/glibc-2.35
* ERROR: cross-x86_64-cros-linux-gnu/gdb-13.1::crossdev failed (depend phase):
* python-utils-r1.eclass could not be found by inherit()
*
* Call stack:
* ebuild.sh, line 616: Called source '/usr/local/portage/crossdev/cross-x86_64-cros-linux-gnu/gdb/gdb-13.1.ebuild'
* gdb-13.1.ebuild, line 7: Called inherit 'flag-o-matic' 'python-single-r1' 'toolchain-funcs'
* ebuild.sh, line 317: Called __qa_source '/mnt/host/source/src/third_party/portage-stable/eclass/python-single-r1.eclass'
* ebuild.sh, line 112: Called source '/mnt/host/source/src/third_party/portage-stable/eclass/python-single-r1.eclass'
* python-single-r1.eclass, line 59: Called inherit 'python-utils-r1'
* ebuild.sh, line 291: Called die
* The specific snippet of code:
* [[ -z ${location} ]] && die "${1}.eclass could not be found by inherit()"
*
* CWD: /usr/lib64/python3.6/site-packages
* S: /var/tmp/portage/cross-x86_64-cros-linux-gnu/gdb-13.1/work/gdb-13.1
* ERROR: cross-x86_64-cros-linux-gnu/gdb-13.1-r1::crossdev failed (depend phase):
* python-utils-r1.eclass could not be found by inherit()
*
* Call stack:
* ebuild.sh, line 616: Called source '/usr/local/portage/crossdev/cross-x86_64-cros-linux-gnu/gdb/gdb-13.1-r1.ebuild'
* gdb-13.1-r1.ebuild, line 7: Called inherit 'flag-o-matic' 'python-single-r1' 'toolchain-funcs'
* ebuild.sh, line 317: Called __qa_source '/mnt/host/source/src/third_party/portage-stable/eclass/python-single-r1.eclass'
* ebuild.sh, line 112: Called source '/mnt/host/source/src/third_party/portage-stable/eclass/python-single-r1.eclass'
* python-single-r1.eclass, line 59: Called inherit 'python-utils-r1'
* ebuild.sh, line 291: Called die
* The specific snippet of code:
* [[ -z ${location} ]] && die "${1}.eclass could not be found by inherit()"
*
* CWD: /usr/lib64/python3.6/site-packages
* S: /var/tmp/portage/cross-x86_64-cros-linux-gnu/gdb-13.1-r1/work/gdb-13.1
* ERROR: cross-arm-none-eabi/compiler-rt-16.0_pre484197::crossdev failed (depend phase):
* cros-constants.eclass could not be found by inherit()
*
* Call stack:
* ebuild.sh, line 616: Called source '/usr/local/portage/crossdev/cross-arm-none-eabi/compiler-rt/compiler-rt-16.0_pre484197.ebuild'
* compiler-rt-16.0_pre484197.ebuild, line 12: Called inherit 'eutils' 'toolchain-funcs' 'cros-constants' 'cmake-utils' 'git-2' 'cros-llvm' 'cros-workon'
* ebuild.sh, line 291: Called die
* The specific snippet of code:
* [[ -z ${location} ]] && die "${1}.eclass could not be found by inherit()"
*
* CWD: /usr/lib64/python3.6/site-packages
* S: /var/tmp/portage/cross-arm-none-eabi/compiler-rt-16.0_pre484197/work/compiler-rt-16.0_pre484197
* ERROR: cross-arm-none-eabi/compiler-rt-16.0_pre484197-r1::crossdev failed (depend phase):
* cros-constants.eclass could not be found by inherit()
*
* Call stack:
* ebuild.sh, line 616: Called source '/usr/local/portage/crossdev/cross-arm-none-eabi/compiler-rt/compiler-rt-16.0_pre484197-r1.ebuild'
* compiler-rt-16.0_pre484197-r1.ebuild, line 12: Called inherit 'eutils' 'toolchain-funcs' 'cros-constants' 'cmake-utils' 'git-2' 'cros-llvm' 'cros-workon'
* ebuild.sh, line 291: Called die
* The specific snippet of code:
* [[ -z ${location} ]] && die "${1}.eclass could not be found by inherit()"
*
* CWD: /usr/lib64/python3.6/site-packages
* S: /var/tmp/portage/cross-arm-none-eabi/compiler-rt-16.0_pre484197-r1/work/compiler-rt-16.0_pre484197
* ERROR: cross-arm-none-eabi/gdb-13.1::crossdev failed (depend phase):
* python-utils-r1.eclass could not be found by inherit()
*
* Call stack:
* ebuild.sh, line 616: Called source '/usr/local/portage/crossdev/cross-arm-none-eabi/gdb/gdb-13.1.ebuild'
* gdb-13.1.ebuild, line 7: Called inherit 'flag-o-matic' 'python-single-r1' 'toolchain-funcs'
* ebuild.sh, line 317: Called __qa_source '/mnt/host/source/src/third_party/portage-stable/eclass/python-single-r1.eclass'
* ebuild.sh, line 112: Called source '/mnt/host/source/src/third_party/portage-stable/eclass/python-single-r1.eclass'
* python-single-r1.eclass, line 59: Called inherit 'python-utils-r1'
* ebuild.sh, line 291: Called die
* The specific snippet of code:
* [[ -z ${location} ]] && die "${1}.eclass could not be found by inherit()"
*
* CWD: /usr/lib64/python3.6/site-packages
* S: /var/tmp/portage/cross-arm-none-eabi/gdb-13.1/work/gdb-13.1
* ERROR: cross-arm-none-eabi/gdb-13.1-r1::crossdev failed (depend phase):
* python-utils-r1.eclass could not be found by inherit()
*
* Call stack:
* ebuild.sh, line 616: Called source '/usr/local/portage/crossdev/cross-arm-none-eabi/gdb/gdb-13.1-r1.ebuild'
* gdb-13.1-r1.ebuild, line 7: Called inherit 'flag-o-matic' 'python-single-r1' 'toolchain-funcs'
* ebuild.sh, line 317: Called __qa_source '/mnt/host/source/src/third_party/portage-stable/eclass/python-single-r1.eclass'
* ebuild.sh, line 112: Called source '/mnt/host/source/src/third_party/portage-stable/eclass/python-single-r1.eclass'
* python-single-r1.eclass, line 59: Called inherit 'python-utils-r1'
* ebuild.sh, line 291: Called die
* The specific snippet of code:
* [[ -z ${location} ]] && die "${1}.eclass could not be found by inherit()"
*
* CWD: /usr/lib64/python3.6/site-packages
* S: /var/tmp/portage/cross-arm-none-eabi/gdb-13.1-r1/work/gdb-13.1
* ERROR: cross-i686-cros-linux-gnu/libxcrypt-4.4.28-r2::crossdev failed (depend phase):
* python-utils-r1.eclass could not be found by inherit()
*
* Call stack:
* ebuild.sh, line 616: Called source '/usr/local/portage/crossdev/cross-i686-cros-linux-gnu/libxcrypt/libxcrypt-4.4.28-r2.ebuild'
* libxcrypt-4.4.28-r2.ebuild, line 10: Called inherit 'eapi8-dosym' 'multibuild' 'multilib' 'python-any-r1' 'flag-o-matic' 'toolchain-funcs' 'multilib-minimal'
* ebuild.sh, line 317: Called __qa_source '/mnt/host/source/src/third_party/portage-stable/eclass/python-any-r1.eclass'
* ebuild.sh, line 112: Called source '/mnt/host/source/src/third_party/portage-stable/eclass/python-any-r1.eclass'
* python-any-r1.eclass, line 53: Called inherit 'python-utils-r1'
* ebuild.sh, line 291: Called die
* The specific snippet of code:
* [[ -z ${location} ]] && die "${1}.eclass could not be found by inherit()"
*
* CWD: /usr/lib64/python3.6/site-packages
* S: /var/tmp/portage/cross-i686-cros-linux-gnu/libxcrypt-4.4.28-r2/work/libxcrypt-4.4.28
* ERROR: cross-i686-cros-linux-gnu/llvm-libunwind-16.0_pre484197::crossdev failed (depend phase):
* cros-constants.eclass could not be found by inherit()
*
* Call stack:
* ebuild.sh, line 616: Called source '/usr/local/portage/crossdev/cross-i686-cros-linux-gnu/llvm-libunwind/llvm-libunwind-16.0_pre484197.ebuild'
* llvm-libunwind-16.0_pre484197.ebuild, line 13: Called inherit 'cros-fuzzer' 'cros-sanitizers' 'cros-constants' 'cmake-multilib' 'cmake-utils' 'git-2' 'cros-llvm' 'cros-workon' 'python-single-r1'
* ebuild.sh, line 291: Called die
* The specific snippet of code:
* [[ -z ${location} ]] && die "${1}.eclass could not be found by inherit()"
*
* CWD: /usr/lib64/python3.6/site-packages
* S: /var/tmp/portage/cross-i686-cros-linux-gnu/llvm-libunwind-16.0_pre484197/work/llvm-libunwind-16.0_pre484197
* ERROR: cross-i686-cros-linux-gnu/llvm-libunwind-16.0_pre484197-r2::crossdev failed (depend phase):
* cros-constants.eclass could not be found by inherit()
*
* Call stack:
* ebuild.sh, line 616: Called source '/usr/local/portage/crossdev/cross-i686-cros-linux-gnu/llvm-libunwind/llvm-libunwind-16.0_pre484197-r2.ebuild'
* llvm-libunwind-16.0_pre484197-r2.ebuild, line 13: Called inherit 'cros-fuzzer' 'cros-sanitizers' 'cros-constants' 'cmake-multilib' 'cmake-utils' 'git-2' 'cros-llvm' 'cros-workon' 'python-single-r1'
* ebuild.sh, line 291: Called die
* The specific snippet of code:
* [[ -z ${location} ]] && die "${1}.eclass could not be found by inherit()"
*
* CWD: /usr/lib64/python3.6/site-packages
* S: /var/tmp/portage/cross-i686-cros-linux-gnu/llvm-libunwind-16.0_pre484197-r2/work/llvm-libunwind-16.0_pre484197
* ERROR: cross-i686-cros-linux-gnu/libcxx-16.0_pre484197::crossdev failed (depend phase):
* multilib-build.eclass could not be found by inherit()
*
* Call stack:
* ebuild.sh, line 616: Called source '/usr/local/portage/crossdev/cross-i686-cros-linux-gnu/libcxx/libcxx-16.0_pre484197.ebuild'
* libcxx-16.0_pre484197.ebuild, line 16: Called inherit 'cmake-multilib' 'cros-constants' 'cros-llvm' 'git-2' 'python-any-r1' 'toolchain-funcs' 'cros-workon'
* ebuild.sh, line 317: Called __qa_source '/mnt/host/source/src/third_party/portage-stable/eclass/cmake-multilib.eclass'
* ebuild.sh, line 112: Called source '/mnt/host/source/src/third_party/portage-stable/eclass/cmake-multilib.eclass'
* cmake-multilib.eclass, line 45: Called inherit 'cmake-utils' 'multilib-minimal'
* ebuild.sh, line 317: Called __qa_source '/mnt/host/source/src/third_party/portage-stable/eclass/multilib-minimal.eclass'
* ebuild.sh, line 112: Called source '/mnt/host/source/src/third_party/portage-stable/eclass/multilib-minimal.eclass'
* multilib-minimal.eclass, line 34: Called inherit 'multilib-build'
* ebuild.sh, line 291: Called die
* The specific snippet of code:
* [[ -z ${location} ]] && die "${1}.eclass could not be found by inherit()"
*
* CWD: /usr/lib64/python3.6/site-packages
* S: /var/tmp/portage/cross-i686-cros-linux-gnu/libcxx-16.0_pre484197/work/libcxx-16.0_pre484197
* ERROR: cross-i686-cros-linux-gnu/libcxx-16.0_pre484197-r2::crossdev failed (depend phase):
* multilib-build.eclass could not be found by inherit()
*
* Call stack:
* ebuild.sh, line 616: Called source '/usr/local/portage/crossdev/cross-i686-cros-linux-gnu/libcxx/libcxx-16.0_pre484197-r2.ebuild'
* libcxx-16.0_pre484197-r2.ebuild, line 16: Called inherit 'cmake-multilib' 'cros-constants' 'cros-llvm' 'git-2' 'python-any-r1' 'toolchain-funcs' 'cros-workon'
* ebuild.sh, line 317: Called __qa_source '/mnt/host/source/src/third_party/portage-stable/eclass/cmake-multilib.eclass'
* ebuild.sh, line 112: Called source '/mnt/host/source/src/third_party/portage-stable/eclass/cmake-multilib.eclass'
* cmake-multilib.eclass, line 45: Called inherit 'cmake-utils' 'multilib-minimal'
* ebuild.sh, line 317: Called __qa_source '/mnt/host/source/src/third_party/portage-stable/eclass/multilib-minimal.eclass'
* ebuild.sh, line 112: Called source '/mnt/host/source/src/third_party/portage-stable/eclass/multilib-minimal.eclass'
* multilib-minimal.eclass, line 34: Called inherit 'multilib-build'
* ebuild.sh, line 291: Called die
* The specific snippet of code:
* [[ -z ${location} ]] && die "${1}.eclass could not be found by inherit()"
*
* CWD: /usr/lib64/python3.6/site-packages
* S: /var/tmp/portage/cross-i686-cros-linux-gnu/libcxx-16.0_pre484197-r2/work/libcxx-16.0_pre484197
* ERROR: cross-i686-cros-linux-gnu/glibc-2.35-r20::crossdev failed (depend phase):
* python-utils-r1.eclass could not be found by inherit()
*
* Call stack:
* ebuild.sh, line 616: Called source '/usr/local/portage/crossdev/cross-i686-cros-linux-gnu/glibc/glibc-2.35-r20.ebuild'
* glibc-2.35-r20.ebuild, line 12: Called inherit 'python-any-r1' 'prefix' 'preserve-libs' 'toolchain-funcs' 'flag-o-matic' 'gnuconfig' 'multilib' 'systemd' 'multiprocessing'
* ebuild.sh, line 317: Called __qa_source '/mnt/host/source/src/third_party/portage-stable/eclass/python-any-r1.eclass'
* ebuild.sh, line 112: Called source '/mnt/host/source/src/third_party/portage-stable/eclass/python-any-r1.eclass'
* python-any-r1.eclass, line 53: Called inherit 'python-utils-r1'
* ebuild.sh, line 291: Called die
* The specific snippet of code:
* [[ -z ${location} ]] && die "${1}.eclass could not be found by inherit()"
*
* CWD: /usr/lib64/python3.6/site-packages
* S: /var/tmp/portage/cross-i686-cros-linux-gnu/glibc-2.35-r20/work/glibc-2.35
* ERROR: cross-i686-cros-linux-gnu/gdb-13.1::crossdev failed (depend phase):
* python-utils-r1.eclass could not be found by inherit()
*
* Call stack:
* ebuild.sh, line 616: Called source '/usr/local/portage/crossdev/cross-i686-cros-linux-gnu/gdb/gdb-13.1.ebuild'
* gdb-13.1.ebuild, line 7: Called inherit 'flag-o-matic' 'python-single-r1' 'toolchain-funcs'
* ebuild.sh, line 317: Called __qa_source '/mnt/host/source/src/third_party/portage-stable/eclass/python-single-r1.eclass'
* ebuild.sh, line 112: Called source '/mnt/host/source/src/third_party/portage-stable/eclass/python-single-r1.eclass'
* python-single-r1.eclass, line 59: Called inherit 'python-utils-r1'
* ebuild.sh, line 291: Called die
* The specific snippet of code:
* [[ -z ${location} ]] && die "${1}.eclass could not be found by inherit()"
*
* CWD: /usr/lib64/python3.6/site-packages
* S: /var/tmp/portage/cross-i686-cros-linux-gnu/gdb-13.1/work/gdb-13.1
* ERROR: cross-i686-cros-linux-gnu/gdb-13.1-r1::crossdev failed (depend phase):
* python-utils-r1.eclass could not be found by inherit()
*
* Call stack:
* ebuild.sh, line 616: Called source '/usr/local/portage/crossdev/cross-i686-cros-linux-gnu/gdb/gdb-13.1-r1.ebuild'
* gdb-13.1-r1.ebuild, line 7: Called inherit 'flag-o-matic' 'python-single-r1' 'toolchain-funcs'
* ebuild.sh, line 317: Called __qa_source '/mnt/host/source/src/third_party/portage-stable/eclass/python-single-r1.eclass'
* ebuild.sh, line 112: Called source '/mnt/host/source/src/third_party/portage-stable/eclass/python-single-r1.eclass'
* python-single-r1.eclass, line 59: Called inherit 'python-utils-r1'
* ebuild.sh, line 291: Called die
* The specific snippet of code:
* [[ -z ${location} ]] && die "${1}.eclass could not be found by inherit()"
*
* CWD: /usr/lib64/python3.6/site-packages
* S: /var/tmp/portage/cross-i686-cros-linux-gnu/gdb-13.1-r1/work/gdb-13.1
* ERROR: cross-armv7a-cros-linux-gnueabihf/libxcrypt-4.4.28-r2::crossdev failed (depend phase):
* python-utils-r1.eclass could not be found by inherit()
*
* Call stack:
* ebuild.sh, line 616: Called source '/usr/local/portage/crossdev/cross-armv7a-cros-linux-gnueabihf/libxcrypt/libxcrypt-4.4.28-r2.ebuild'
* libxcrypt-4.4.28-r2.ebuild, line 10: Called inherit 'eapi8-dosym' 'multibuild' 'multilib' 'python-any-r1' 'flag-o-matic' 'toolchain-funcs' 'multilib-minimal'
* ebuild.sh, line 317: Called __qa_source '/mnt/host/source/src/third_party/portage-stable/eclass/python-any-r1.eclass'
* ebuild.sh, line 112: Called source '/mnt/host/source/src/third_party/portage-stable/eclass/python-any-r1.eclass'
* python-any-r1.eclass, line 53: Called inherit 'python-utils-r1'
* ebuild.sh, line 291: Called die
* The specific snippet of code:
* [[ -z ${location} ]] && die "${1}.eclass could not be found by inherit()"
*
* CWD: /usr/lib64/python3.6/site-packages
* S: /var/tmp/portage/cross-armv7a-cros-linux-gnueabihf/libxcrypt-4.4.28-r2/work/libxcrypt-4.4.28
* ERROR: cross-armv7a-cros-linux-gnueabihf/compiler-rt-16.0_pre484197::crossdev failed (depend phase):
* cros-constants.eclass could not be found by inherit()
*
* Call stack:
* ebuild.sh, line 616: Called source '/usr/local/portage/crossdev/cross-armv7a-cros-linux-gnueabihf/compiler-rt/compiler-rt-16.0_pre484197.ebuild'
* compiler-rt-16.0_pre484197.ebuild, line 12: Called inherit 'eutils' 'toolchain-funcs' 'cros-constants' 'cmake-utils' 'git-2' 'cros-llvm' 'cros-workon'
* ebuild.sh, line 291: Called die
* The specific snippet of code:
* [[ -z ${location} ]] && die "${1}.eclass could not be found by inherit()"
*
* CWD: /usr/lib64/python3.6/site-packages
* S: /var/tmp/portage/cross-armv7a-cros-linux-gnueabihf/compiler-rt-16.0_pre484197/work/compiler-rt-16.0_pre484197
* ERROR: cross-armv7a-cros-linux-gnueabihf/compiler-rt-16.0_pre484197-r1::crossdev failed (depend phase):
* cros-constants.eclass could not be found by inherit()
*
* Call stack:
* ebuild.sh, line 616: Called source '/usr/local/portage/crossdev/cross-armv7a-cros-linux-gnueabihf/compiler-rt/compiler-rt-16.0_pre484197-r1.ebuild'
* compiler-rt-16.0_pre484197-r1.ebuild, line 12: Called inherit 'eutils' 'toolchain-funcs' 'cros-constants' 'cmake-utils' 'git-2' 'cros-llvm' 'cros-workon'
* ebuild.sh, line 291: Called die
* The specific snippet of code:
* [[ -z ${location} ]] && die "${1}.eclass could not be found by inherit()"
*
* CWD: /usr/lib64/python3.6/site-packages
* S: /var/tmp/portage/cross-armv7a-cros-linux-gnueabihf/compiler-rt-16.0_pre484197-r1/work/compiler-rt-16.0_pre484197
* ERROR: cross-armv7a-cros-linux-gnueabihf/llvm-libunwind-16.0_pre484197::crossdev failed (depend phase):
* cros-constants.eclass could not be found by inherit()
*
* Call stack:
* ebuild.sh, line 616: Called source '/usr/local/portage/crossdev/cross-armv7a-cros-linux-gnueabihf/llvm-libunwind/llvm-libunwind-16.0_pre484197.ebuild'
* llvm-libunwind-16.0_pre484197.ebuild, line 13: Called inherit 'cros-fuzzer' 'cros-sanitizers' 'cros-constants' 'cmake-multilib' 'cmake-utils' 'git-2' 'cros-llvm' 'cros-workon' 'python-single-r1'
* ebuild.sh, line 291: Called die
* The specific snippet of code:
* [[ -z ${location} ]] && die "${1}.eclass could not be found by inherit()"
*
* CWD: /usr/lib64/python3.6/site-packages
* S: /var/tmp/portage/cross-armv7a-cros-linux-gnueabihf/llvm-libunwind-16.0_pre484197/work/llvm-libunwind-16.0_pre484197
* ERROR: cross-armv7a-cros-linux-gnueabihf/llvm-libunwind-16.0_pre484197-r2::crossdev failed (depend phase):
* cros-constants.eclass could not be found by inherit()
*
* Call stack:
* ebuild.sh, line 616: Called source '/usr/local/portage/crossdev/cross-armv7a-cros-linux-gnueabihf/llvm-libunwind/llvm-libunwind-16.0_pre484197-r2.ebuild'
* llvm-libunwind-16.0_pre484197-r2.ebuild, line 13: Called inherit 'cros-fuzzer' 'cros-sanitizers' 'cros-constants' 'cmake-multilib' 'cmake-utils' 'git-2' 'cros-llvm' 'cros-workon' 'python-single-r1'
* ebuild.sh, line 291: Called die
* The specific snippet of code:
* [[ -z ${location} ]] && die "${1}.eclass could not be found by inherit()"
*
* CWD: /usr/lib64/python3.6/site-packages
* S: /var/tmp/portage/cross-armv7a-cros-linux-gnueabihf/llvm-libunwind-16.0_pre484197-r2/work/llvm-libunwind-16.0_pre484197
* ERROR: cross-armv7a-cros-linux-gnueabihf/libcxx-16.0_pre484197::crossdev failed (depend phase):
* multilib-build.eclass could not be found by inherit()
*
* Call stack:
* ebuild.sh, line 616: Called source '/usr/local/portage/crossdev/cross-armv7a-cros-linux-gnueabihf/libcxx/libcxx-16.0_pre484197.ebuild'
* libcxx-16.0_pre484197.ebuild, line 16: Called inherit 'cmake-multilib' 'cros-constants' 'cros-llvm' 'git-2' 'python-any-r1' 'toolchain-funcs' 'cros-workon'
* ebuild.sh, line 317: Called __qa_source '/mnt/host/source/src/third_party/portage-stable/eclass/cmake-multilib.eclass'
* ebuild.sh, line 112: Called source '/mnt/host/source/src/third_party/portage-stable/eclass/cmake-multilib.eclass'
* cmake-multilib.eclass, line 45: Called inherit 'cmake-utils' 'multilib-minimal'
* ebuild.sh, line 317: Called __qa_source '/mnt/host/source/src/third_party/portage-stable/eclass/multilib-minimal.eclass'
* ebuild.sh, line 112: Called source '/mnt/host/source/src/third_party/portage-stable/eclass/multilib-minimal.eclass'
* multilib-minimal.eclass, line 34: Called inherit 'multilib-build'
* ebuild.sh, line 291: Called die
* The specific snippet of code:
* [[ -z ${location} ]] && die "${1}.eclass could not be found by inherit()"
*
* CWD: /usr/lib64/python3.6/site-packages
* S: /var/tmp/portage/cross-armv7a-cros-linux-gnueabihf/libcxx-16.0_pre484197/work/libcxx-16.0_pre484197
* ERROR: cross-armv7a-cros-linux-gnueabihf/libcxx-16.0_pre484197-r2::crossdev failed (depend phase):
* multilib-build.eclass could not be found by inherit()
*
* Call stack:
* ebuild.sh, line 616: Called source '/usr/local/portage/crossdev/cross-armv7a-cros-linux-gnueabihf/libcxx/libcxx-16.0_pre484197-r2.ebuild'
* libcxx-16.0_pre484197-r2.ebuild, line 16: Called inherit 'cmake-multilib' 'cros-constants' 'cros-llvm' 'git-2' 'python-any-r1' 'toolchain-funcs' 'cros-workon'
* ebuild.sh, line 317: Called __qa_source '/mnt/host/source/src/third_party/portage-stable/eclass/cmake-multilib.eclass'
* ebuild.sh, line 112: Called source '/mnt/host/source/src/third_party/portage-stable/eclass/cmake-multilib.eclass'
* cmake-multilib.eclass, line 45: Called inherit 'cmake-utils' 'multilib-minimal'
* ebuild.sh, line 317: Called __qa_source '/mnt/host/source/src/third_party/portage-stable/eclass/multilib-minimal.eclass'
* ebuild.sh, line 112: Called source '/mnt/host/source/src/third_party/portage-stable/eclass/multilib-minimal.eclass'
* multilib-minimal.eclass, line 34: Called inherit 'multilib-build'
* ebuild.sh, line 291: Called die
* The specific snippet of code:
* [[ -z ${location} ]] && die "${1}.eclass could not be found by inherit()"
*
* CWD: /usr/lib64/python3.6/site-packages
* S: /var/tmp/portage/cross-armv7a-cros-linux-gnueabihf/libcxx-16.0_pre484197-r2/work/libcxx-16.0_pre484197
* ERROR: cross-armv7a-cros-linux-gnueabihf/glibc-2.35-r20::crossdev failed (depend phase):
* python-utils-r1.eclass could not be found by inherit()
*
* Call stack:
* ebuild.sh, line 616: Called source '/usr/local/portage/crossdev/cross-armv7a-cros-linux-gnueabihf/glibc/glibc-2.35-r20.ebuild'
* glibc-2.35-r20.ebuild, line 12: Called inherit 'python-any-r1' 'prefix' 'preserve-libs' 'toolchain-funcs' 'flag-o-matic' 'gnuconfig' 'multilib' 'systemd' 'multiprocessing'
* ebuild.sh, line 317: Called __qa_source '/mnt/host/source/src/third_party/portage-stable/eclass/python-any-r1.eclass'
* ebuild.sh, line 112: Called source '/mnt/host/source/src/third_party/portage-stable/eclass/python-any-r1.eclass'
* python-any-r1.eclass, line 53: Called inherit 'python-utils-r1'
* ebuild.sh, line 291: Called die
* The specific snippet of code:
* [[ -z ${location} ]] && die "${1}.eclass could not be found by inherit()"
*
* CWD: /usr/lib64/python3.6/site-packages
* S: /var/tmp/portage/cross-armv7a-cros-linux-gnueabihf/glibc-2.35-r20/work/glibc-2.35
* ERROR: cross-armv7a-cros-linux-gnueabihf/gdb-13.1::crossdev failed (depend phase):
* python-utils-r1.eclass could not be found by inherit()
*
* Call stack:
* ebuild.sh, line 616: Called source '/usr/local/portage/crossdev/cross-armv7a-cros-linux-gnueabihf/gdb/gdb-13.1.ebuild'
* gdb-13.1.ebuild, line 7: Called inherit 'flag-o-matic' 'python-single-r1' 'toolchain-funcs'
* ebuild.sh, line 317: Called __qa_source '/mnt/host/source/src/third_party/portage-stable/eclass/python-single-r1.eclass'
* ebuild.sh, line 112: Called source '/mnt/host/source/src/third_party/portage-stable/eclass/python-single-r1.eclass'
* python-single-r1.eclass, line 59: Called inherit 'python-utils-r1'
* ebuild.sh, line 291: Called die
* The specific snippet of code:
* [[ -z ${location} ]] && die "${1}.eclass could not be found by inherit()"
*
* CWD: /usr/lib64/python3.6/site-packages
* S: /var/tmp/portage/cross-armv7a-cros-linux-gnueabihf/gdb-13.1/work/gdb-13.1
* ERROR: cross-armv7a-cros-linux-gnueabihf/gdb-13.1-r1::crossdev failed (depend phase):
* python-utils-r1.eclass could not be found by inherit()
*
* Call stack:
* ebuild.sh, line 616: Called source '/usr/local/portage/crossdev/cross-armv7a-cros-linux-gnueabihf/gdb/gdb-13.1-r1.ebuild'
* gdb-13.1-r1.ebuild, line 7: Called inherit 'flag-o-matic' 'python-single-r1' 'toolchain-funcs'
* ebuild.sh, line 317: Called __qa_source '/mnt/host/source/src/third_party/portage-stable/eclass/python-single-r1.eclass'
* ebuild.sh, line 112: Called source '/mnt/host/source/src/third_party/portage-stable/eclass/python-single-r1.eclass'
* python-single-r1.eclass, line 59: Called inherit 'python-utils-r1'
* ebuild.sh, line 291: Called die
* The specific snippet of code:
* [[ -z ${location} ]] && die "${1}.eclass could not be found by inherit()"
*
* CWD: /usr/lib64/python3.6/site-packages
* S: /var/tmp/portage/cross-armv7a-cros-linux-gnueabihf/gdb-13.1-r1/work/gdb-13.1
* ERROR: cross-aarch64-cros-linux-gnu/libxcrypt-4.4.28-r2::crossdev failed (depend phase):
* python-utils-r1.eclass could not be found by inherit()
*
* Call stack:
* ebuild.sh, line 616: Called source '/usr/local/portage/crossdev/cross-aarch64-cros-linux-gnu/libxcrypt/libxcrypt-4.4.28-r2.ebuild'
* libxcrypt-4.4.28-r2.ebuild, line 10: Called inherit 'eapi8-dosym' 'multibuild' 'multilib' 'python-any-r1' 'flag-o-matic' 'toolchain-funcs' 'multilib-minimal'
* ebuild.sh, line 317: Called __qa_source '/mnt/host/source/src/third_party/portage-stable/eclass/python-any-r1.eclass'
* ebuild.sh, line 112: Called source '/mnt/host/source/src/third_party/portage-stable/eclass/python-any-r1.eclass'
* python-any-r1.eclass, line 53: Called inherit 'python-utils-r1'
* ebuild.sh, line 291: Called die
* The specific snippet of code:
* [[ -z ${location} ]] && die "${1}.eclass could not be found by inherit()"
*
* CWD: /usr/lib64/python3.6/site-packages
* S: /var/tmp/portage/cross-aarch64-cros-linux-gnu/libxcrypt-4.4.28-r2/work/libxcrypt-4.4.28
* ERROR: cross-aarch64-cros-linux-gnu/compiler-rt-16.0_pre484197::crossdev failed (depend phase):
* cros-constants.eclass could not be found by inherit()
*
* Call stack:
* ebuild.sh, line 616: Called source '/usr/local/portage/crossdev/cross-aarch64-cros-linux-gnu/compiler-rt/compiler-rt-16.0_pre484197.ebuild'
* compiler-rt-16.0_pre484197.ebuild, line 12: Called inherit 'eutils' 'toolchain-funcs' 'cros-constants' 'cmake-utils' 'git-2' 'cros-llvm' 'cros-workon'
* ebuild.sh, line 291: Called die
* The specific snippet of code:
* [[ -z ${location} ]] && die "${1}.eclass could not be found by inherit()"
*
* CWD: /usr/lib64/python3.6/site-packages
* S: /var/tmp/portage/cross-aarch64-cros-linux-gnu/compiler-rt-16.0_pre484197/work/compiler-rt-16.0_pre484197
* ERROR: cross-aarch64-cros-linux-gnu/compiler-rt-16.0_pre484197-r1::crossdev failed (depend phase):
* cros-constants.eclass could not be found by inherit()
*
* Call stack:
* ebuild.sh, line 616: Called source '/usr/local/portage/crossdev/cross-aarch64-cros-linux-gnu/compiler-rt/compiler-rt-16.0_pre484197-r1.ebuild'
* compiler-rt-16.0_pre484197-r1.ebuild, line 12: Called inherit 'eutils' 'toolchain-funcs' 'cros-constants' 'cmake-utils' 'git-2' 'cros-llvm' 'cros-workon'
* ebuild.sh, line 291: Called die
* The specific snippet of code:
* [[ -z ${location} ]] && die "${1}.eclass could not be found by inherit()"
*
* CWD: /usr/lib64/python3.6/site-packages
* S: /var/tmp/portage/cross-aarch64-cros-linux-gnu/compiler-rt-16.0_pre484197-r1/work/compiler-rt-16.0_pre484197
* ERROR: cross-aarch64-cros-linux-gnu/llvm-libunwind-16.0_pre484197::crossdev failed (depend phase):
* cros-constants.eclass could not be found by inherit()
*
* Call stack:
* ebuild.sh, line 616: Called source '/usr/local/portage/crossdev/cross-aarch64-cros-linux-gnu/llvm-libunwind/llvm-libunwind-16.0_pre484197.ebuild'
* llvm-libunwind-16.0_pre484197.ebuild, line 13: Called inherit 'cros-fuzzer' 'cros-sanitizers' 'cros-constants' 'cmake-multilib' 'cmake-utils' 'git-2' 'cros-llvm' 'cros-workon' 'python-single-r1'
* ebuild.sh, line 291: Called die
* The specific snippet of code:
* [[ -z ${location} ]] && die "${1}.eclass could not be found by inherit()"
*
* CWD: /usr/lib64/python3.6/site-packages
* S: /var/tmp/portage/cross-aarch64-cros-linux-gnu/llvm-libunwind-16.0_pre484197/work/llvm-libunwind-16.0_pre484197
* ERROR: cross-aarch64-cros-linux-gnu/llvm-libunwind-16.0_pre484197-r2::crossdev failed (depend phase):
* cros-constants.eclass could not be found by inherit()
*
* Call stack:
* ebuild.sh, line 616: Called source '/usr/local/portage/crossdev/cross-aarch64-cros-linux-gnu/llvm-libunwind/llvm-libunwind-16.0_pre484197-r2.ebuild'
* llvm-libunwind-16.0_pre484197-r2.ebuild, line 13: Called inherit 'cros-fuzzer' 'cros-sanitizers' 'cros-constants' 'cmake-multilib' 'cmake-utils' 'git-2' 'cros-llvm' 'cros-workon' 'python-single-r1'
* ebuild.sh, line 291: Called die
* The specific snippet of code:
* [[ -z ${location} ]] && die "${1}.eclass could not be found by inherit()"
*
* CWD: /usr/lib64/python3.6/site-packages
* S: /var/tmp/portage/cross-aarch64-cros-linux-gnu/llvm-libunwind-16.0_pre484197-r2/work/llvm-libunwind-16.0_pre484197
* ERROR: cross-aarch64-cros-linux-gnu/libcxx-16.0_pre484197::crossdev failed (depend phase):
* multilib-build.eclass could not be found by inherit()
*
* Call stack:
* ebuild.sh, line 616: Called source '/usr/local/portage/crossdev/cross-aarch64-cros-linux-gnu/libcxx/libcxx-16.0_pre484197.ebuild'
* libcxx-16.0_pre484197.ebuild, line 16: Called inherit 'cmake-multilib' 'cros-constants' 'cros-llvm' 'git-2' 'python-any-r1' 'toolchain-funcs' 'cros-workon'
* ebuild.sh, line 317: Called __qa_source '/mnt/host/source/src/third_party/portage-stable/eclass/cmake-multilib.eclass'
* ebuild.sh, line 112: Called source '/mnt/host/source/src/third_party/portage-stable/eclass/cmake-multilib.eclass'
* cmake-multilib.eclass, line 45: Called inherit 'cmake-utils' 'multilib-minimal'
* ebuild.sh, line 317: Called __qa_source '/mnt/host/source/src/third_party/portage-stable/eclass/multilib-minimal.eclass'
* ebuild.sh, line 112: Called source '/mnt/host/source/src/third_party/portage-stable/eclass/multilib-minimal.eclass'
* multilib-minimal.eclass, line 34: Called inherit 'multilib-build'
* ebuild.sh, line 291: Called die
* The specific snippet of code:
* [[ -z ${location} ]] && die "${1}.eclass could not be found by inherit()"
*
* CWD: /usr/lib64/python3.6/site-packages
* S: /var/tmp/portage/cross-aarch64-cros-linux-gnu/libcxx-16.0_pre484197/work/libcxx-16.0_pre484197
* ERROR: cross-aarch64-cros-linux-gnu/libcxx-16.0_pre484197-r2::crossdev failed (depend phase):
* multilib-build.eclass could not be found by inherit()
*
* Call stack:
* ebuild.sh, line 616: Called source '/usr/local/portage/crossdev/cross-aarch64-cros-linux-gnu/libcxx/libcxx-16.0_pre484197-r2.ebuild'
* libcxx-16.0_pre484197-r2.ebuild, line 16: Called inherit 'cmake-multilib' 'cros-constants' 'cros-llvm' 'git-2' 'python-any-r1' 'toolchain-funcs' 'cros-workon'
* ebuild.sh, line 317: Called __qa_source '/mnt/host/source/src/third_party/portage-stable/eclass/cmake-multilib.eclass'
* ebuild.sh, line 112: Called source '/mnt/host/source/src/third_party/portage-stable/eclass/cmake-multilib.eclass'
* cmake-multilib.eclass, line 45: Called inherit 'cmake-utils' 'multilib-minimal'
* ebuild.sh, line 317: Called __qa_source '/mnt/host/source/src/third_party/portage-stable/eclass/multilib-minimal.eclass'
* ebuild.sh, line 112: Called source '/mnt/host/source/src/third_party/portage-stable/eclass/multilib-minimal.eclass'
* multilib-minimal.eclass, line 34: Called inherit 'multilib-build'
* ebuild.sh, line 291: Called die
* The specific snippet of code:
* [[ -z ${location} ]] && die "${1}.eclass could not be found by inherit()"
*
* CWD: /usr/lib64/python3.6/site-packages
* S: /var/tmp/portage/cross-aarch64-cros-linux-gnu/libcxx-16.0_pre484197-r2/work/libcxx-16.0_pre484197
* ERROR: cross-aarch64-cros-linux-gnu/glibc-2.35-r20::crossdev failed (depend phase):
* python-utils-r1.eclass could not be found by inherit()
*
* Call stack:
* ebuild.sh, line 616: Called source '/usr/local/portage/crossdev/cross-aarch64-cros-linux-gnu/glibc/glibc-2.35-r20.ebuild'
* glibc-2.35-r20.ebuild, line 12: Called inherit 'python-any-r1' 'prefix' 'preserve-libs' 'toolchain-funcs' 'flag-o-matic' 'gnuconfig' 'multilib' 'systemd' 'multiprocessing'
* ebuild.sh, line 317: Called __qa_source '/mnt/host/source/src/third_party/portage-stable/eclass/python-any-r1.eclass'
* ebuild.sh, line 112: Called source '/mnt/host/source/src/third_party/portage-stable/eclass/python-any-r1.eclass'
* python-any-r1.eclass, line 53: Called inherit 'python-utils-r1'
* ebuild.sh, line 291: Called die
* The specific snippet of code:
* [[ -z ${location} ]] && die "${1}.eclass could not be found by inherit()"
*
* CWD: /usr/lib64/python3.6/site-packages
* S: /var/tmp/portage/cross-aarch64-cros-linux-gnu/glibc-2.35-r20/work/glibc-2.35
* ERROR: cross-aarch64-cros-linux-gnu/gdb-13.1::crossdev failed (depend phase):
* python-utils-r1.eclass could not be found by inherit()
*
* Call stack:
* ebuild.sh, line 616: Called source '/usr/local/portage/crossdev/cross-aarch64-cros-linux-gnu/gdb/gdb-13.1.ebuild'
* gdb-13.1.ebuild, line 7: Called inherit 'flag-o-matic' 'python-single-r1' 'toolchain-funcs'
* ebuild.sh, line 317: Called __qa_source '/mnt/host/source/src/third_party/portage-stable/eclass/python-single-r1.eclass'
* ebuild.sh, line 112: Called source '/mnt/host/source/src/third_party/portage-stable/eclass/python-single-r1.eclass'
* python-single-r1.eclass, line 59: Called inherit 'python-utils-r1'
* ebuild.sh, line 291: Called die
* The specific snippet of code:
* [[ -z ${location} ]] && die "${1}.eclass could not be found by inherit()"
*
* CWD: /usr/lib64/python3.6/site-packages
* S: /var/tmp/portage/cross-aarch64-cros-linux-gnu/gdb-13.1/work/gdb-13.1
* ERROR: cross-aarch64-cros-linux-gnu/gdb-13.1-r1::crossdev failed (depend phase):
* python-utils-r1.eclass could not be found by inherit()
*
* Call stack:
* ebuild.sh, line 616: Called source '/usr/local/portage/crossdev/cross-aarch64-cros-linux-gnu/gdb/gdb-13.1-r1.ebuild'
* gdb-13.1-r1.ebuild, line 7: Called inherit 'flag-o-matic' 'python-single-r1' 'toolchain-funcs'
* ebuild.sh, line 317: Called __qa_source '/mnt/host/source/src/third_party/portage-stable/eclass/python-single-r1.eclass'
* ebuild.sh, line 112: Called source '/mnt/host/source/src/third_party/portage-stable/eclass/python-single-r1.eclass'
* python-single-r1.eclass, line 59: Called inherit 'python-utils-r1'
* ebuild.sh, line 291: Called die
* The specific snippet of code:
* [[ -z ${location} ]] && die "${1}.eclass could not be found by inherit()"
*
* CWD: /usr/lib64/python3.6/site-packages
* S: /var/tmp/portage/cross-aarch64-cros-linux-gnu/gdb-13.1-r1/work/gdb-13.1
* ERROR: cross-armv7m-cros-eabi/compiler-rt-16.0_pre484197::crossdev failed (depend phase):
* cros-constants.eclass could not be found by inherit()
*
* Call stack:
* ebuild.sh, line 616: Called source '/usr/local/portage/crossdev/cross-armv7m-cros-eabi/compiler-rt/compiler-rt-16.0_pre484197.ebuild'
* compiler-rt-16.0_pre484197.ebuild, line 12: Called inherit 'eutils' 'toolchain-funcs' 'cros-constants' 'cmake-utils' 'git-2' 'cros-llvm' 'cros-workon'
* ebuild.sh, line 291: Called die
* The specific snippet of code:
* [[ -z ${location} ]] && die "${1}.eclass could not be found by inherit()"
*
* CWD: /usr/lib64/python3.6/site-packages
* S: /var/tmp/portage/cross-armv7m-cros-eabi/compiler-rt-16.0_pre484197/work/compiler-rt-16.0_pre484197
* ERROR: cross-armv7m-cros-eabi/compiler-rt-16.0_pre484197-r1::crossdev failed (depend phase):
* cros-constants.eclass could not be found by inherit()
*
* Call stack:
* ebuild.sh, line 616: Called source '/usr/local/portage/crossdev/cross-armv7m-cros-eabi/compiler-rt/compiler-rt-16.0_pre484197-r1.ebuild'
* compiler-rt-16.0_pre484197-r1.ebuild, line 12: Called inherit 'eutils' 'toolchain-funcs' 'cros-constants' 'cmake-utils' 'git-2' 'cros-llvm' 'cros-workon'
* ebuild.sh, line 291: Called die
* The specific snippet of code:
* [[ -z ${location} ]] && die "${1}.eclass could not be found by inherit()"
*
* CWD: /usr/lib64/python3.6/site-packages
* S: /var/tmp/portage/cross-armv7m-cros-eabi/compiler-rt-16.0_pre484197-r1/work/compiler-rt-16.0_pre484197
* ERROR: cross-armv7m-cros-eabi/llvm-libunwind-16.0_pre484197::crossdev failed (depend phase):
* cros-constants.eclass could not be found by inherit()
*
* Call stack:
* ebuild.sh, line 616: Called source '/usr/local/portage/crossdev/cross-armv7m-cros-eabi/llvm-libunwind/llvm-libunwind-16.0_pre484197.ebuild'
* llvm-libunwind-16.0_pre484197.ebuild, line 13: Called inherit 'cros-fuzzer' 'cros-sanitizers' 'cros-constants' 'cmake-multilib' 'cmake-utils' 'git-2' 'cros-llvm' 'cros-workon' 'python-single-r1'
* ebuild.sh, line 291: Called die
* The specific snippet of code:
* [[ -z ${location} ]] && die "${1}.eclass could not be found by inherit()"
*
* CWD: /usr/lib64/python3.6/site-packages
* S: /var/tmp/portage/cross-armv7m-cros-eabi/llvm-libunwind-16.0_pre484197/work/llvm-libunwind-16.0_pre484197
* ERROR: cross-armv7m-cros-eabi/llvm-libunwind-16.0_pre484197-r2::crossdev failed (depend phase):
* cros-constants.eclass could not be found by inherit()
*
* Call stack:
* ebuild.sh, line 616: Called source '/usr/local/portage/crossdev/cross-armv7m-cros-eabi/llvm-libunwind/llvm-libunwind-16.0_pre484197-r2.ebuild'
* llvm-libunwind-16.0_pre484197-r2.ebuild, line 13: Called inherit 'cros-fuzzer' 'cros-sanitizers' 'cros-constants' 'cmake-multilib' 'cmake-utils' 'git-2' 'cros-llvm' 'cros-workon' 'python-single-r1'
* ebuild.sh, line 291: Called die
* The specific snippet of code:
* [[ -z ${location} ]] && die "${1}.eclass could not be found by inherit()"
*
* CWD: /usr/lib64/python3.6/site-packages
* S: /var/tmp/portage/cross-armv7m-cros-eabi/llvm-libunwind-16.0_pre484197-r2/work/llvm-libunwind-16.0_pre484197
* ERROR: cross-armv7m-cros-eabi/libcxx-16.0_pre484197::crossdev failed (depend phase):
* multilib-build.eclass could not be found by inherit()
*
* Call stack:
* ebuild.sh, line 616: Called source '/usr/local/portage/crossdev/cross-armv7m-cros-eabi/libcxx/libcxx-16.0_pre484197.ebuild'
* libcxx-16.0_pre484197.ebuild, line 16: Called inherit 'cmake-multilib' 'cros-constants' 'cros-llvm' 'git-2' 'python-any-r1' 'toolchain-funcs' 'cros-workon'
* ebuild.sh, line 317: Called __qa_source '/mnt/host/source/src/third_party/portage-stable/eclass/cmake-multilib.eclass'
* ebuild.sh, line 112: Called source '/mnt/host/source/src/third_party/portage-stable/eclass/cmake-multilib.eclass'
* cmake-multilib.eclass, line 45: Called inherit 'cmake-utils' 'multilib-minimal'
* ebuild.sh, line 317: Called __qa_source '/mnt/host/source/src/third_party/portage-stable/eclass/multilib-minimal.eclass'
* ebuild.sh, line 112: Called source '/mnt/host/source/src/third_party/portage-stable/eclass/multilib-minimal.eclass'
* multilib-minimal.eclass, line 34: Called inherit 'multilib-build'
* ebuild.sh, line 291: Called die
* The specific snippet of code:
* [[ -z ${location} ]] && die "${1}.eclass could not be found by inherit()"
*
* CWD: /usr/lib64/python3.6/site-packages
* S: /var/tmp/portage/cross-armv7m-cros-eabi/libcxx-16.0_pre484197/work/libcxx-16.0_pre484197
* ERROR: cross-armv7m-cros-eabi/libcxx-16.0_pre484197-r2::crossdev failed (depend phase):
* multilib-build.eclass could not be found by inherit()
*
* Call stack:
* ebuild.sh, line 616: Called source '/usr/local/portage/crossdev/cross-armv7m-cros-eabi/libcxx/libcxx-16.0_pre484197-r2.ebuild'
* libcxx-16.0_pre484197-r2.ebuild, line 16: Called inherit 'cmake-multilib' 'cros-constants' 'cros-llvm' 'git-2' 'python-any-r1' 'toolchain-funcs' 'cros-workon'
* ebuild.sh, line 317: Called __qa_source '/mnt/host/source/src/third_party/portage-stable/eclass/cmake-multilib.eclass'
* ebuild.sh, line 112: Called source '/mnt/host/source/src/third_party/portage-stable/eclass/cmake-multilib.eclass'
* cmake-multilib.eclass, line 45: Called inherit 'cmake-utils' 'multilib-minimal'
* ebuild.sh, line 317: Called __qa_source '/mnt/host/source/src/third_party/portage-stable/eclass/multilib-minimal.eclass'
* ebuild.sh, line 112: Called source '/mnt/host/source/src/third_party/portage-stable/eclass/multilib-minimal.eclass'
* multilib-minimal.eclass, line 34: Called inherit 'multilib-build'
* ebuild.sh, line 291: Called die
* The specific snippet of code:
* [[ -z ${location} ]] && die "${1}.eclass could not be found by inherit()"
*
* CWD: /usr/lib64/python3.6/site-packages
* S: /var/tmp/portage/cross-armv7m-cros-eabi/libcxx-16.0_pre484197-r2/work/libcxx-16.0_pre484197
* ERROR: cross-armv7m-cros-eabi/gdb-13.1::crossdev failed (depend phase):
* python-utils-r1.eclass could not be found by inherit()
*
* Call stack:
* ebuild.sh, line 616: Called source '/usr/local/portage/crossdev/cross-armv7m-cros-eabi/gdb/gdb-13.1.ebuild'
* gdb-13.1.ebuild, line 7: Called inherit 'flag-o-matic' 'python-single-r1' 'toolchain-funcs'
* ebuild.sh, line 317: Called __qa_source '/mnt/host/source/src/third_party/portage-stable/eclass/python-single-r1.eclass'
* ebuild.sh, line 112: Called source '/mnt/host/source/src/third_party/portage-stable/eclass/python-single-r1.eclass'
* python-single-r1.eclass, line 59: Called inherit 'python-utils-r1'
* ebuild.sh, line 291: Called die
* The specific snippet of code:
* [[ -z ${location} ]] && die "${1}.eclass could not be found by inherit()"
*
* CWD: /usr/lib64/python3.6/site-packages
* S: /var/tmp/portage/cross-armv7m-cros-eabi/gdb-13.1/work/gdb-13.1
* ERROR: cross-armv7m-cros-eabi/gdb-13.1-r1::crossdev failed (depend phase):
* python-utils-r1.eclass could not be found by inherit()
*
* Call stack:
* ebuild.sh, line 616: Called source '/usr/local/portage/crossdev/cross-armv7m-cros-eabi/gdb/gdb-13.1-r1.ebuild'
* gdb-13.1-r1.ebuild, line 7: Called inherit 'flag-o-matic' 'python-single-r1' 'toolchain-funcs'
* ebuild.sh, line 317: Called __qa_source '/mnt/host/source/src/third_party/portage-stable/eclass/python-single-r1.eclass'
* ebuild.sh, line 112: Called source '/mnt/host/source/src/third_party/portage-stable/eclass/python-single-r1.eclass'
* python-single-r1.eclass, line 59: Called inherit 'python-utils-r1'
* ebuild.sh, line 291: Called die
* The specific snippet of code:
* [[ -z ${location} ]] && die "${1}.eclass could not be found by inherit()"
*
* CWD: /usr/lib64/python3.6/site-packages
* S: /var/tmp/portage/cross-armv7m-cros-eabi/gdb-13.1-r1/work/gdb-13.1
21:05:06.932: INFO: Updating packages:
21:05:06.933: INFO: ['cross-x86_64-cros-linux-gnu/llvm-libunwind', 'cross-x86_64-cros-linux-gnu/libcxx', 'cross-x86_64-cros-linux-gnu/linux-headers', 'cross-i686-cros-linux-gnu/llvm-libunwind', 'cross-i686-cros-linux-gnu/libcxx', 'cross-i686-cros-linux-gnu/linux-headers', 'cross-armv7a-cros-linux-gnueabihf/llvm-libunwind', 'cross-armv7a-cros-linux-gnueabihf/libcxx', 'cross-armv7a-cros-linux-gnueabihf/linux-headers', 'cross-aarch64-cros-linux-gnu/llvm-libunwind', 'cross-aarch64-cros-linux-gnu/libcxx', 'cross-aarch64-cros-linux-gnu/linux-headers', 'cross-armv7m-cros-eabi/llvm-libunwind', 'cross-armv7m-cros-eabi/libcxx', 'sys-kernel/linux-headers']
21:05:06.933: INFO: run: /mnt/host/source/chromite/bin/parallel_emerge --oneshot --update --getbinpkg --usepkgonly cross-x86_64-cros-linux-gnu/llvm-libunwind cross-x86_64-cros-linux-gnu/libcxx cross-x86_64-cros-linux-gnu/linux-headers cross-i686-cros-linux-gnu/llvm-libunwind cross-i686-cros-linux-gnu/libcxx cross-i686-cros-linux-gnu/linux-headers cross-armv7a-cros-linux-gnueabihf/llvm-libunwind cross-armv7a-cros-linux-gnueabihf/libcxx cross-armv7a-cros-linux-gnueabihf/linux-headers cross-aarch64-cros-linux-gnu/llvm-libunwind cross-aarch64-cros-linux-gnu/libcxx cross-aarch64-cros-linux-gnu/linux-headers cross-armv7m-cros-eabi/llvm-libunwind cross-armv7m-cros-eabi/libcxx sys-kernel/linux-headers
21:05:07.027: INFO: Running: emerge --oneshot --update --getbinpkg --usepkgonly cross-x86_64-cros-linux-gnu/llvm-libunwind cross-x86_64-cros-linux-gnu/libcxx cross-x86_64-cros-linux-gnu/linux-headers cross-i686-cros-linux-gnu/llvm-libunwind cross-i686-cros-linux-gnu/libcxx cross-i686-cros-linux-gnu/linux-headers cross-armv7a-cros-linux-gnueabihf/llvm-libunwind cross-armv7a-cros-linux-gnueabihf/libcxx cross-armv7a-cros-linux-gnueabihf/linux-headers cross-aarch64-cros-linux-gnu/llvm-libunwind cross-aarch64-cros-linux-gnu/libcxx cross-aarch64-cros-linux-gnu/linux-headers cross-armv7m-cros-eabi/llvm-libunwind cross-armv7m-cros-eabi/libcxx sys-kernel/linux-headers --root-deps '--jobs=8' '--rebuild-exclude=chromeos-base/chromeos-chrome' '--rebuild-exclude=chromeos-base/chromium-source' '--rebuild-exclude=chromeos-base/chrome-icu'
Calculating dependencies... done in 0:00:01.304902
>>> 21:05:08.906 Jobs: 0 of 0 complete Load avg: 3.19, 5.28, 8.83
21:05:10.192 INFO : Bootstrapping depot_tools
21:05:12.801 INFO : Rebuilding Portage cache
21:05:12.803 INFO : Running: /mnt/host/source/chromite/bin/parallel_emerge --regen --quiet
21:05:12.903: INFO: Running: emerge --regen --quiet --root-deps '--jobs=8' '--rebuild-exclude=chromeos-base/chromeos-chrome' '--rebuild-exclude=chromeos-base/chromium-source' '--rebuild-exclude=chromeos-base/chrome-icu'
21:05:14.689 INFO : Cleaning stale binpkgs
(null)qlist(null): ignoring parent with unknown repo in profile /mnt/host/source/src/third_party/chromiumos-overlay/profiles/targets/sdk: chromiumos:features/llvm
(null)qlist(null): ignoring parent with unknown repo in profile /mnt/host/source/src/third_party/chromiumos-overlay/profiles/targets/sdk: chromiumos:features/selinux
cli --exclude option
* Building file list for packages cleaning...
* Your packages directory was already clean.
21:05:14.962 INFO : Updating the SDK
21:05:15.893 INFO : Running: sudo -E /mnt/host/source/chromite/bin/parallel_emerge -uNv --with-bdeps=y --backtrack=10 --getbinpkg --useoldpkg-atoms=dev-lang/go --useoldpkg-atoms=dev-lang/rust-bootstrap --useoldpkg-atoms=dev-lang/rust-host --useoldpkg-atoms=dev-libs/elfutils --useoldpkg-atoms=sys-devel/binutils --useoldpkg-atoms=sys-devel/gcc --useoldpkg-atoms=sys-devel/llvm --useoldpkg-atoms=sys-kernel/linux-headers --useoldpkg-atoms=sys-libs/glibc --useoldpkg-atoms=sys-libs/libcxx --useoldpkg-atoms=sys-libs/llvm-libunwind --useoldpkg-atoms=dev-lang/rust --useoldpkg-atoms=virtual/target-sdk-post-cross --useoldpkg-atoms=dev-embedded/coreboot-sdk --useoldpkg-atoms=dev-embedded/hps-sdk --useoldpkg-atoms=dev-embedded/ti50-sdk --deep virtual/target-sdk world
21:05:15.991: INFO: Running: emerge -uNv '--with-bdeps=y' '--backtrack=10' --getbinpkg '--useoldpkg-atoms=dev-lang/go' '--useoldpkg-atoms=dev-lang/rust-bootstrap' '--useoldpkg-atoms=dev-lang/rust-host' '--useoldpkg-atoms=dev-libs/elfutils' '--useoldpkg-atoms=sys-devel/binutils' '--useoldpkg-atoms=sys-devel/gcc' '--useoldpkg-atoms=sys-devel/llvm' '--useoldpkg-atoms=sys-kernel/linux-headers' '--useoldpkg-atoms=sys-libs/glibc' '--useoldpkg-atoms=sys-libs/libcxx' '--useoldpkg-atoms=sys-libs/llvm-libunwind' '--useoldpkg-atoms=dev-lang/rust' '--useoldpkg-atoms=virtual/target-sdk-post-cross' '--useoldpkg-atoms=dev-embedded/coreboot-sdk' '--useoldpkg-atoms=dev-embedded/hps-sdk' '--useoldpkg-atoms=dev-embedded/ti50-sdk' --deep virtual/target-sdk world --root-deps '--jobs=8' '--rebuild-exclude=chromeos-base/chromeos-chrome' '--rebuild-exclude=chromeos-base/chromium-source' '--rebuild-exclude=chromeos-base/chrome-icu'
These are the packages that would be merged, in order:
Calculating dependencies... done in 0:00:15.086813
Total: 0 packages, Size of downloads: 0 KiB
Nothing to merge; quitting.
21:05:33.262: INFO: Running: emerge -uNv '--with-bdeps=y' --oneshot --getbinpkg --deep --usepkgonly '--rebuilt-binaries=n' dev-lang/rust virtual/target-sdk-post-cross dev-embedded/coreboot-sdk dev-embedded/hps-sdk dev-embedded/ti50-sdk --root-deps '--jobs=8' '--rebuild-exclude=chromeos-base/chromeos-chrome' '--rebuild-exclude=chromeos-base/chromium-source' '--rebuild-exclude=chromeos-base/chrome-icu'
These are the packages that would be merged, in order:
Calculating dependencies... done in 0:00:02.607105
Total: 0 packages, Size of downloads: 0 KiB
Nothing to merge; quitting.
21:05:36.710 INFO : Running: sudo -E /mnt/host/source/chromite/bin/parallel_emerge -uNv --with-bdeps=n --oneshot --getbinpkg --deep --usepkgonly --rebuilt-binaries=n virtual/target-sdk-nobdeps
21:05:36.809: INFO: Running: emerge -uNv '--with-bdeps=n' --oneshot --getbinpkg --deep --usepkgonly '--rebuilt-binaries=n' virtual/target-sdk-nobdeps --root-deps '--jobs=8' '--rebuild-exclude=chromeos-base/chromeos-chrome' '--rebuild-exclude=chromeos-base/chromium-source' '--rebuild-exclude=chromeos-base/chrome-icu'
These are the packages that would be merged, in order:
Calculating dependencies... done in 0:00:01.621741
Total: 0 packages, Size of downloads: 0 KiB
Nothing to merge; quitting.
Scanning Configuration files...
Exiting: Nothing left to do; exiting. :)
21:05:39.522 INFO : Deep cleaning stale binpkgs
(null)qlist(null): ignoring parent with unknown repo in profile /mnt/host/source/src/third_party/chromiumos-overlay/profiles/targets/sdk: chromiumos:features/llvm
(null)qlist(null): ignoring parent with unknown repo in profile /mnt/host/source/src/third_party/chromiumos-overlay/profiles/targets/sdk: chromiumos:features/selinux
cli --exclude option
* Building file list for packages cleaning...
* Your packages directory was already clean.
21:05:39.850 INFO : Running: generate_reclient_inputs
21:05:40.210 INFO : Elapsed time (update_chroot): 3m36s
21:05:40.211: INFO: Creating sysroot directories.
21:05:40.237: INFO: Installing configurations into sysroot.
21:05:40.296: INFO: Setting up portage in the sysroot.
21:05:40.838: INFO: Selecting profile: /mnt/host/source/src/overlays/overlay-amd64-generic/profiles/base for /build/amd64-generic
21:05:40.891: INFO: Updating toolchain.
21:05:41.663: INFO: Installing toolchain to the board root: /build/amd64-generic
21:05:41.664: INFO: run: sudo -- tar -I '/usr/bin/zstdmt -f' -xpf /var/lib/portage/pkgs/cross-x86_64-cros-linux-gnu/glibc-2.35-r20.tbz2 -C /tmp/tmps0nk6w15
21:05:41.971: INFO: run: sudo -- rsync --archive --hard-links /tmp/tmps0nk6w15/usr/x86_64-cros-linux-gnu/ /build/amd64-generic/
21:05:42.196: INFO: run: sudo -- rsync --archive --hard-links /tmp/tmps0nk6w15/usr/lib/debug/usr/x86_64-cros-linux-gnu/ /build/amd64-generic/usr/lib/debug/
21:05:43.539: INFO: run: sudo --preserve-env 'CROS_METRICS_DIR=/tmp/tmp69jadzjk' -- /mnt/host/source/chromite/bin/parallel_emerge '--board=amd64-generic' '--root-deps=rdeps' --select --quiet --getbinpkg --usepkg sys-kernel/linux-headers sys-libs/gcc-libs sys-libs/libcxx
21:05:43.637: INFO: Running: emerge --select --quiet --getbinpkg --usepkg sys-kernel/linux-headers sys-libs/gcc-libs sys-libs/libcxx --sysroot /build/amd64-generic '--root-deps=rdeps' '--jobs=8' '--rebuild-exclude=chromeos-base/chromeos-chrome' '--rebuild-exclude=chromeos-base/chromium-source' '--rebuild-exclude=chromeos-base/chrome-icu'
21:05:44.083: INFO: run: /usr/lib/python-exec/python3.6/python3 /mnt/host/source/.cache/common/gsutil_5.23.tar.gz/gsutil/gsutil -o 'Boto:num_retries=10' cp -v -- gs://chromeos-prebuilt/board/amd64-generic/full-R107-15117.0.0-rc3/packages/Packages /tmp/tmp8hs_bbkd.tmp
21:05:46.026: INFO: run: /usr/lib/python-exec/python3.6/python3 /mnt/host/source/.cache/common/gsutil_5.23.tar.gz/gsutil/gsutil -o 'Boto:num_retries=10' cp -v -- gs://chromeos-prebuilt/board/amd64-generic/postsubmit-R114-15433.0.0-49656-8783196556288148401/packages/Packages /tmp/tmp7jn6sarg.tmp
21:05:47.983: INFO: run: /usr/lib/python-exec/python3.6/python3 /mnt/host/source/.cache/common/gsutil_5.23.tar.gz/gsutil/gsutil -o 'Boto:num_retries=10' cp -v -- gs://chromeos-prebuilt/board/amd64-generic/postsubmit-R114-15433.0.0-49658-8783192374457581009/packages/Packages /tmp/tmpcsuioxxj.tmp
21:05:50.121: INFO: run: /usr/lib/python-exec/python3.6/python3 /mnt/host/source/.cache/common/gsutil_5.23.tar.gz/gsutil/gsutil -o 'Boto:num_retries=10' cp -v -- gs://chromeos-prebuilt/board/amd64-generic/postsubmit-R114-15433.0.0-49659-8783190731202427601/packages/Packages /tmp/tmpl0ju1bo4.tmp
21:05:51.956: INFO: run: /usr/lib/python-exec/python3.6/python3 /mnt/host/source/.cache/common/gsutil_5.23.tar.gz/gsutil/gsutil -o 'Boto:num_retries=10' cp -v -- gs://chromeos-prebuilt/board/amd64-generic/postsubmit-R114-15433.0.0-49660-8783188427446360273/packages/Packages /tmp/tmpx4nw0ist.tmp
>>> 21:05:55.072 Emerging binary (1 of 4) sys-libs/gcc-libs-10.2.0-r4::chromiumos for /build/amd64-generic/
>>> 21:05:55.081 Emerging binary (2 of 4) sys-libs/llvm-libunwind-16.0_pre484197-r2::chromiumos for /build/amd64-generic/
>>> 21:05:55.090 Emerging binary (3 of 4) sys-kernel/linux-headers-4.14-r64::chromiumos for /build/amd64-generic/
>>> 21:05:57.560 Installing (1 of 4) sys-libs/gcc-libs-10.2.0-r4::chromiumos to /build/amd64-generic/
>>> 21:05:57.684 Installing (2 of 4) sys-libs/llvm-libunwind-16.0_pre484197-r2::chromiumos to /build/amd64-generic/
>>> 21:05:57.758 Installing (3 of 4) sys-kernel/linux-headers-4.14-r64::chromiumos to /build/amd64-generic/
>>> 21:05:59.118 Recording sys-libs/gcc-libs in "world" favorites file...
>>> 21:05:59.121 Completed (1 of 4) sys-libs/gcc-libs-10.2.0-r4::chromiumos to /build/amd64-generic/
>>> 21:05:59.524 Completed (2 of 4) sys-libs/llvm-libunwind-16.0_pre484197-r2::chromiumos to /build/amd64-generic/
>>> 21:05:59.532 Emerging binary (4 of 4) sys-libs/libcxx-16.0_pre484197-r2::chromiumos for /build/amd64-generic/
>>> 21:05:59.799 Recording sys-kernel/linux-headers in "world" favorites file...
>>> 21:05:59.801 Completed (3 of 4) sys-kernel/linux-headers-4.14-r64::chromiumos to /build/amd64-generic/
>>> 21:06:00.042 Installing (4 of 4) sys-libs/libcxx-16.0_pre484197-r2::chromiumos to /build/amd64-generic/
>>> 21:06:01.786 Recording sys-libs/libcxx in "world" favorites file...
>>> 21:06:01.788 Completed (4 of 4) sys-libs/libcxx-16.0_pre484197-r2::chromiumos to /build/amd64-generic/
```
I am a beginner on developing ChromeOS. Any help will be much appreciated :)
KR,
Douglas