All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [yocto] #yocto llvm support and meta-clang
@ 2021-04-20 19:18 Monsees, Steven C (US)
  0 siblings, 0 replies; 3+ messages in thread
From: Monsees, Steven C (US) @ 2021-04-20 19:18 UTC (permalink / raw)
  To: Khem Raj, yocto

[-- Attachment #1: Type: text/plain, Size: 10437 bytes --]


There appears to be an issue  with build zeus based meta-clang under zeus platform...

I followed steps off meta-clang page, and from the work I did with meta-clang under "Rocko" about a year ago, a lot has changed under the hood...

Working under zeus 3.0.4... EXT SDK appears fully functional, I require CLANG/LLVM for future development...

Never seen this error before, did I miss a patch or possibly a step ?

Clean build area...

(1) Add meta-clang to bblayers.conf

(2) Added EXT SDK Settings for meta-clang :

SDKIMAGE_FEATURES_append = " staticdev-pkgs"

SDK_EXTRA_TOOLS = "  \
    nativesdk-cmake \
    nativesdk-clang \    <---Only appears to download/build llvm when present
    "

TOOLCHAIN_HOST_TASK_append = "${SDK_EXTRA_TOOLS}"

The build is much slower due to "native-clang-9.0.1-r0 do_compile"...


EXT SDK build error seen:
=========================

10:12 smonsees@yix490038 /disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default> bitbake sbcb-defaultfs-full -c populate_sdk_ext
Parsing recipes: 100% |#################################################################################| Time: 0:01:25
Parsing of 2463 .bb files complete (0 cached, 2463 parsed). 3671 targets, 91 skipped, 0 masked, 0 errors.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION           = "1.44.0"
BUILD_SYS            = "x86_64-linux"
NATIVELSBSTRING      = "rhel-7.9"
TARGET_SYS           = "x86_64-poky-linux"
MACHINE              = "sbcb-default"
DISTRO               = "limws"
DISTRO_VERSION       = "3.0.4"
TUNE_FEATURES        = "m64 corei7"
TARGET_FPU           = ""
meta                 
meta-poky            = "my_yocto_3.0.4:f2eb22a8783f1eecf99bd4042695bab920eed00e"
meta-perl
meta-python
meta-filesystems     
meta-networking
meta-initramfs       
meta-oe              = "zeus:2b5dd1eb81cd08bc065bc76125f2856e9383e98b"
meta-clang           = "zeus:f5355ca9b86fb5de5930132ffd95a9b352d694f9"
meta                 = "master:a32ddd2b2a51b26c011fa50e441df39304651503"
meta-intel           = "zeus:d9942d4c3a710406b051852de7232db03c297f4e"
meta-intel           = "v2019.02:f635a364c55f1fb12519aff54924a0a5b947091e"

NOTE: Fetching uninative binary shim from file:///ede/tms/yocto/zeus/downloads/intel/x86_64-nativesdk-libc.tar.xz;sha256sum=a09922172c3a439105e0ae6b943daad2d83505b17da0aba97961ff433b8c21ab
Initialising tasks: 100% |##############################################################################| Time: 0:00:12
Checking sstate mirror object availability: 100% |######################################################| Time: 0:00:00
Sstate summary: Wanted 2490 Found 2157 Missed 333 Current 0 (86% match, 0% complete)
NOTE: Executing Tasks
NOTE: Setscene tasks completed
ERROR: sbcb-defaultfs-full-1.0-r0 do_sdk_depends: Error executing a python function in exec_python_func() autogenerated:

The stack trace of python calls that resulted in this exception/failure was:
File: 'exec_python_func() autogenerated', lineno: 2, function: <module>
     0001:
 *** 0002:extend_recipe_sysroot(d)
     0003:
File: '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/classes/staging.bbclass', lineno: 551, function: extend_recipe_sysroot
     0547:                    dest = newmanifest[l]
     0548:                    if l.endswith("/"):
     0549:                        staging_copydir(l, targetdir, dest, seendirs)
     0550:                        continue
 *** 0551:                    staging_copyfile(l, targetdir, dest, postinsts, seendirs)
     0552:
     0553:    bb.note("Installed into sysroot: %s" % str(msg_adding))
     0554:    bb.note("Skipping as already exists in sysroot: %s" % str(msg_exists))
     0555:
File: '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/classes/staging.bbclass', lineno: 144, function: staging_copyfile
     0140:    if os.path.islink(c):
     0141:        linkto = os.readlink(c)
     0142:        if os.path.lexists(dest):
     0143:            if not os.path.islink(dest):
 *** 0144:                raise OSError(errno.EEXIST, "Link %s already exists as a file" % dest, dest)
     0145:            if os.readlink(dest) == linkto:
     0146:                return dest
     0147:            raise OSError(errno.EEXIST, "Link %s already exists to a different location? (%s vs %s)" % (dest, os.readlink(dest), linkto), dest)
     0148:        os.symlink(linkto, dest)
Exception: FileExistsError: [Errno 17] Link /disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/sbcb_default-poky-linux/sbcb-defaultfs-full/1.0-r0/recipe-sysroot/lib already exists as a file: '/disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/sbcb_default-poky-linux/sbcb-defaultfs-full/1.0-r0/recipe-sysroot/lib'

ERROR: Logfile of failure stored in: /disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/sbcb_default-poky-linux/sbcb-defaultfs-full/1.0-r0/temp/log.do_sdk_depends.24732
ERROR: Task (/disk0/scratch/smonsees/yocto/workspace_3/poky/../meta-bae/meta-limws/meta-intel/recipes-core/images/sbcb-defaultfs-full.bb:do_sdk_depends) failed with exit code '1'
NOTE: Tasks Summary: Attempted 6892 tasks of which 5539 didn't need to be rerun and 1 failed.

Summary: 1 task failed:
  /disk0/scratch/smonsees/yocto/workspace_3/poky/../meta-bae/meta-limws/meta-intel/recipes-core/images/sbcb-defaultfs-full.bb:do_sdk_depends
Summary: There was 1 ERROR message shown, returning a non-zero exit code.
13:01 smonsees@yix490038 /disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default>



Note: Modifying SDK_EXTRA_TOOLS by removing "nativesdk-clang", i.e.:

SDK_EXTRA_TOOLS = "  \
    nativesdk-cmake \
    "

If I remove, the build is much faster, and it builds without the error, also appears not to require/include 
"llvm" component in build.
I do not believe the full package was actually built/enabled, but no errors and image is functional.


13:09 smonsees@yix490038 /disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default> bitbake sbcb-defaultfs-full -c populate_sdk_ext
Parsing recipes: 100% |#################################################################################| Time: 0:01:26
Parsing of 2463 .bb files complete (0 cached, 2463 parsed). 3671 targets, 91 skipped, 0 masked, 0 errors.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION           = "1.44.0"
BUILD_SYS            = "x86_64-linux"
NATIVELSBSTRING      = "rhel-7.9"
TARGET_SYS           = "x86_64-poky-linux"
MACHINE              = "sbcb-default"
DISTRO               = "limws"
DISTRO_VERSION       = "3.0.4"
TUNE_FEATURES        = "m64 corei7"
TARGET_FPU           = ""
meta                 
meta-poky            = "my_yocto_3.0.4:f2eb22a8783f1eecf99bd4042695bab920eed00e"
meta-perl
meta-python
meta-filesystems     
meta-networking
meta-initramfs       
meta-oe              = "zeus:2b5dd1eb81cd08bc065bc76125f2856e9383e98b"
meta-clang           = "zeus:f5355ca9b86fb5de5930132ffd95a9b352d694f9"
meta                 = "master:a32ddd2b2a51b26c011fa50e441df39304651503"
meta-intel           = "zeus:d9942d4c3a710406b051852de7232db03c297f4e"
meta-intel           = "v2019.02:f635a364c55f1fb12519aff54924a0a5b947091e"

NOTE: Fetching uninative binary shim from file:///ede/tms/yocto/zeus/downloads/intel/x86_64-nativesdk-libc.tar.xz;sha256sum=a09922172c3a439105e0ae6b943daad2d83505b17da0aba97961ff433b8c21ab
Initialising tasks: 100% |##############################################################################| Time: 0:00:12
Checking sstate mirror object availability: 100% |######################################################| Time: 0:00:00
Sstate summary: Wanted 2436 Found 2407 Missed 29 Current 0 (98% match, 0% complete)
NOTE: Executing Tasks
NOTE: Setscene tasks completed
NOTE: Tasks Summary: Attempted 6767 tasks of which 6223 didn't need to be rerun and all succeeded.
13:31 smonsees@yix490038 /disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default>


-----Original Message-----
From: Khem Raj <raj.khem@gmail.com> 
Sent: Tuesday, April 20, 2021 12:02 PM
To: Monsees, Steven C (US) <steven.monsees@baesystems.com>; Anton Antonov <anton.antonov@arm.com>; yocto@lists.yoctoproject.org
Subject: Re: [yocto] #yocto llvm support

External Email Alert

This email has been sent from an account outside of the BAE Systems network.

Please treat the email with caution, especially if you are requested to click on a link, decrypt/open an attachment, or enable macros.  For further information on how to spot phishing, access "Cybersecurity OneSpace Page" and report phishing by clicking the button "Report Phishing" on the Outlook toolbar.



On 4/20/21 7:00 AM, Monsees, Steven C (US) via lists.yoctoproject.org wrote:
> I noticed similar behavior.
> 
> I am running zeus 3.0.4, "devtool sdk-install llvm" will get llvm 
> 8.0.1.
> 
> When I build meta-clang, and I set TOOLCHAIN?="clang" in local.conf it 
> appears to grab llvm-project-source-9.0.1-9.0.1.
> 

this is intentional, when you use meta-clang, then llvm is preferred from LLVM since them we have consistent version of llvm for clang and others.

> *From:*yocto@lists.yoctoproject.org <yocto@lists.yoctoproject.org> *On 
> Behalf Of *Anton Antonov
> *Sent:* Tuesday, April 20, 2021 9:51 AM
> *To:* yocto@lists.yoctoproject.org
> *Subject:* Re: [yocto] #yocto llvm support
> 
> *_External Email Alert_*
> 
> *This email has been sent from an account outside of the BAE Systems
> network.*
> 
> Please treat the email with caution, especially if you are requested 
> to click on a link, decrypt/open an attachment, or enable macros.  For 
> further information on how to spot phishing, access "Cybersecurity 
> OneSpace Page" and report phishing by clicking the button "Report 
> Phishing" on the Outlook toolbar.
> 
> 
> Hi Steven,
> 
>    I used meta-clang in my recipes and I noticed that:
> 1. The current release of poky uses LLVM v11.1.0 by default
> (poky/meta/recipes-devtools/llvm/llvm_git.bb)
> 2. Meta-clang requires LLVM v12.0.0 (meta-clang/conf/layer.conf 
> defines LLVMVERSION = "12.0.0")
> 
> As a result just including meta-clang into bblayers.conf will require 
> bitbake to build a new version of LLVM and rebuild everything which 
> uses it
> 
> Anton
> 
> 
> 
> 
> 


[-- Attachment #2: log.do_sdk_depends.24732 --]
[-- Type: application/octet-stream, Size: 65274 bytes --]

DEBUG: Executing python function extend_recipe_sysroot
NOTE: Direct dependencies are ['/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/libcap/libcap_2.27.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/../meta-openembedded/meta-oe/recipes-bsp/edac-utils/edac-utils_git.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/harfbuzz/harfbuzz_2.6.1.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-core/glibc/ldconfig-native_2.12.1.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-bsp/grub/grub-efi_2.04.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-extended/sysstat/sysstat_12.1.6.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/qemu/qemu-native_4.1.0.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-bsp/grub/grub-efi_2.04.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/../meta-bae/meta-limws/meta-intel/recipes-bae/cyber/monkeysphere_0.44.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/binutils/binutils_2.32.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_git.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/wayland/wayland_1.17.0.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/libunwind/libunwind_1.3.1.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-core/glibc/glibc_2.30.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/gcc/gcc-crosssdk_9.2.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/perl/libxml-parser-perl_2.44.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/python/python3-mako_1.1.0.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/mtools/mtools_4.0.23.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/python/python3-setuptools_41.2.0.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/wayland/wayland_1.17.0.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-lib/libxcursor_1.2.0.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/../meta-bae/meta-limws/meta-intel/recipes-bsp/efitools/efitools-native_git.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.2.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-app/mkfontscale_1.1.3.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/libpcre/libpcre_8.43.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-lib/libxft_2.3.3.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-extended/timezone/tzcode-native.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/opkg-utils/opkg-utils_0.4.2.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/nspr/nspr_4.21.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-lib/libxcb_1.13.1.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/libjitterentropy/libjitterentropy_2.1.2.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-lib/libice_1.0.10.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/cairo/cairo_1.16.0.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/sqlite/sqlite3_3.29.0.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/cmake/cmake-native_3.15.3.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-multimedia/libpng/libpng_1.6.37.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/libassuan/libassuan_2.5.3.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/rng-tools/rng-tools_6.7.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/libffi/libffi_3.3~rc0.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/gdb/gdb_8.3.1.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/rpm/rpm_4.14.2.1.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-lib/libxvmc_1.0.11.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-lib/libx11_1.6.8.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-gnome/gnome/gconf_3.2.6.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/../meta-openembedded/meta-oe/recipes-crypto/libsodium/libsodium_1.0.18.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-kernel/linux-firmware/linux-firmware_20190815.bb:do_populate_sysroot', 'virtual:nativesdk:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/cmake/cmake_3.15.3.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/fribidi/fribidi_1.0.5.bb:do_populate_sysroot', 'virtual:nativesdk:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-extended/bash/bash_5.0.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-extended/shadow/shadow_4.6.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/wayland/wayland-protocols_1.18.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/python/python3-pygobject_3.34.0.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.60.2.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/../meta-bae/meta-limws/meta-intel/recipes-modules/ds1682/ds1682.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/libmpc/libmpc_1.1.0.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-core/dbus/dbus-glib_0.110.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/cairo/cairo_1.16.0.bb:do_populate_sysroot', 'virtual:nativesdk:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/libffi/libffi_3.3~rc0.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/../meta-intel/recipes-bsp/thermald/thermald_1.9.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/atk/at-spi2-atk_2.32.0.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/libksba/libksba_1.3.5.bb:do_populate_sysroot', 'virtual:nativesdk:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/binutils/binutils_2.32.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-core/sysvinit/sysvinit_2.88dsf.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/python/python_2.7.18.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.3.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/gcc/gcc-cross_9.2.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-lib/xcb-util_0.4.0.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-font/font-util_1.3.2.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-extended/cpio/cpio_2.12.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-multimedia/libpng/libpng_1.6.37.bb:do_populate_sysroot', 'virtual:nativesdk:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/curl/curl_7.66.0.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-gnome/gnome/adwaita-icon-theme_3.32.0.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/../meta-openembedded/meta-oe/recipes-extended/smartmontools/smartmontools_7.0.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/libgpg-error/libgpg-error_1.36.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/../meta-openembedded/meta-networking/recipes-support/tcpdump/tcpdump_4.9.3.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-bsp/pciutils/pciutils_3.6.2.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-core/gettext/gettext-minimal-native_0.19.8.1.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-extended/libtirpc/libtirpc_1.1.4.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-app/xinit_1.4.1.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/python/python3_3.7.8.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/libedit/libedit_20190324-3.1.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-core/initrdscripts/initramfs-framework_1.0.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.4.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/libatomic-ops/libatomic-ops_7.6.10.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/file/file_5.37.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-lib/libxext_1.3.4.bb:do_populate_sysroot', 'virtual:nativesdk:/disk0/scratch/smonsees/yocto/workspace_3/poky/../meta-clang/recipes-devtools/clang/clang_git.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-bsp/grub/grub_2.04.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb:do_populate_sysroot', 'virtual:nativesdk:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/lzo/lzo_2.10.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-core/readline/readline_8.0.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/libffi/libffi_3.3~rc0.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-app/xmodmap_1.0.10.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-extended/libidn/libidn2_2.2.0.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-core/readline/readline_8.0.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.4.0.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/../meta-bae/meta-limws/meta-intel/recipes-modules/bridges/bridges.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-core/expat/expat_2.2.8.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/freetype/freetype_2.10.1.bb:do_populate_sysroot', 'virtual:nativesdk:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/bison/bison_3.4.1.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/harfbuzz/harfbuzz_2.6.1.bb:do_populate_sysroot', 'virtual:nativesdk:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/flex/flex_2.6.0.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/debianutils/debianutils_4.8.6.3.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-connectivity/nfs-utils/nfs-utils_2.4.1.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/automake/automake_1.16.1.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-core/coreutils/coreutils_8.31.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/db/db_5.3.28.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/lzop/lzop_1.04.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-proto/xcb-proto_1.13.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/libtool/libtool-cross_2.4.6.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/../meta-intel/recipes-graphics/igt-gpu-tools/igt-gpu-tools_1.24.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/atk/at-spi2-core_2.32.1.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-lib/libxdamage_1.1.5.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/bash-completion/bash-completion_2.9.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/gdbm/gdbm_1.18.1.bb:do_populate_sysroot', 'virtual:nativesdk:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-core/util-linux/util-linux_2.34.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/../meta-openembedded/meta-oe/recipes-devtools/msr-tools/msr-tools_1.3.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-connectivity/iproute2/iproute2_5.2.0.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-multimedia/alsa/alsa-lib_1.1.9.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/make/make_4.2.1.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-extended/bc/bc_1.07.1.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_5.2.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/chrpath/chrpath_0.16.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/mesa/mesa_19.1.6.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-core/udev/udev-extraconf_1.1.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/perl/perl_5.30.1.bb:do_populate_sysroot', 'virtual:nativesdk:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/gcc/libgcc_9.2.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/nss/nss_3.45.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/mesa/mesa-demos_8.4.0.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/mesa/libglu_9.0.1.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-extended/parted/parted_3.2.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy-native.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-lib/libxft_2.3.3.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/binutils/binutils-cross_2.32.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/libepoxy/libepoxy_1.5.3.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-core/libxcrypt/libxcrypt_4.4.8.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-extended/unzip/unzip_6.0.bb:do_populate_sysroot', 'virtual:nativesdk:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-core/expat/expat_2.2.8.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-core/glib-2.0/glib-2.0_2.60.7.bb:do_populate_sysroot', 'virtual:nativesdk:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/libedit/libedit_20190324-3.1.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/autoconf-archive/autoconf-archive_2019.01.06.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-lib/libxfixes_5.0.3.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-core/util-linux/util-linux_2.34.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.45.3.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/qemu/qemu-system-native_4.1.0.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/../meta-bae/meta-limws/meta-intel/recipes-bae/cyber/signature.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/swig/swig_3.0.12.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/../meta-openembedded/meta-oe/recipes-connectivity/zeromq/zeromq_4.3.2.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-extended/quota/quota_4.05.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/attr/attr_2.4.47.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-lib/libxdamage_1.1.5.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/rsync/rsync_3.1.3.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-gnome/gtk+/gtk+3_3.24.8.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/ptest-runner/ptest-runner_2.3.2.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/atk/atk_2.32.0.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-lib/libdmx_1.1.4.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.3.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/libcroco/libcroco_0.6.13.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/shared-mime-info/shared-mime-info_1.10.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/libxslt/libxslt_1.1.33.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-lib/libxfont2_2.0.3.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.45.3.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.27.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-lib/libsm_1.2.3.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/vte/vte_0.56.3.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-core/dbus/dbus_1.12.16.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-lib/libxrender_0.9.10.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.38.2.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-lib/libxkbcommon_0.8.4.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/../meta-bae/meta-limws/meta-intel/recipes-modules/imagerecv/imagerecv.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/pango/pango_1.44.6.bb:do_populate_sysroot', 'virtual:nativesdk:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-connectivity/openssl/openssl_1.1.1g.bb:do_populate_sysroot', 'virtual:nativesdk:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-core/glibc/glibc_2.30.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-bsp/gnu-efi/gnu-efi_3.0.9.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-gnome/gtk-doc/gtk-doc_1.31.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/bison/bison_3.4.1.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-lib/xtrans_1.4.0.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/quilt/quilt-native_0.66.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/../meta-openembedded/meta-oe/recipes-kernel/oprofile/oprofile_1.3.0.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-extended/xz/xz_5.2.4.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-connectivity/openssh/openssh_8.0p1.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/../meta-clang/recipes-devtools/clang/clang_git.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-kernel/lttng/lttng-ust_2.10.5.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-extended/unzip/unzip_6.0.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-core/util-linux/util-linux_2.34.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/binutils/binutils_2.32.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-app/mkfontdir_1.0.7.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/curl/curl_7.66.0.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/npth/npth_1.6.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/dmidecode/dmidecode_3.2.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-extended/xz/xz_5.2.4.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-extended/timezone/tzdata.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/../meta-bae/meta-limws/meta-intel/recipes-bae/sbc-bit/sbc-bit.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/glew/glew_2.1.0.bb:do_populate_sysroot', 'virtual:nativesdk:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-extended/libtirpc/libtirpc_1.1.4.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-proto/xorgproto_2019.1.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-app/mkfontdir_1.0.7.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-core/zlib/zlib_1.2.11.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/nettle/nettle_3.5.1.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/dosfstools/dosfstools_4.1.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/../meta-intel/recipes-graphics/xorg-driver/xf86-video-ast_1.1.5.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/../meta-bae/meta-limws/meta-intel/recipes-modules/lf-gpio/lf-gpio.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-extended/libarchive/libarchive_3.4.0.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/icu/icu_64.2.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-core/udev/eudev_3.2.8.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-gnome/gtk+/gtk+3_3.24.8.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-extended/shadow/shadow_4.6.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/gmp/gmp_6.1.2.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/../meta-bae/meta-limws/meta-intel/recipes-modules/pcie-p2p/pcie-p2p.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/pinentry/pinentry_1.1.0.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-lib/libxext_1.3.4.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-font/encodings_1.0.5.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/syslinux/syslinux_6.04-pre2.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/fribidi/fribidi_1.0.5.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/popt/popt_1.16.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/../meta-bae/meta-limws/meta-intel/recipes-modules/lf-csr/lf-csr.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-lib/libxi_1.7.10.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/gcc/libgcc-initial_9.2.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-connectivity/socat/socat_1.7.3.3.bb:do_populate_sysroot', 'virtual:nativesdk:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_5.2.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/../meta-bae/meta-limws/meta-intel/recipes-modules/bcs-spi/bcs-spi.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-util/util-macros_1.19.2.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/flex/flex_2.6.0.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/libbsd/libbsd_0.10.0.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-extended/bash/bash_5.0.bb:do_populate_sysroot', 'virtual:nativesdk:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/libcap-ng/libcap-ng_0.7.9.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/../meta-openembedded/meta-perl/recipes-perl/libfile/libfile-slurp-perl_9999.19.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/../meta-bae/meta-limws/meta-intel/recipes-modules/lf-ats/lf-ats.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-lib/pixman_0.38.4.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/libassuan/libassuan_2.5.3.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-extended/libtirpc/libtirpc_1.1.4.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-extended/grep/grep_3.3.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/patch/patch_2.7.6.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-lib/libfontenc_1.1.4.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/python/python-native_2.7.18.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-core/systemd/systemd-boot_243.2.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-kernel/kmod/kmod-native_git.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-core/libxml/libxml2_2.9.9.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/autoconf-archive/autoconf-archive_2019.01.06.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-util/makedepend_1.0.6.bb:do_populate_sysroot', 'virtual:nativesdk:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/gdbm/gdbm_1.18.1.bb:do_populate_sysroot', 'virtual:nativesdk:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-core/libxml/libxml2_2.9.9.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.60.2.bb:do_populate_sysroot', 'virtual:nativesdk:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/opkg-utils/opkg-utils_0.4.2.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/perl/perl_5.30.1.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-bsp/keymaps/keymaps_1.0.bb:do_populate_sysroot', 'virtual:nativesdk:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-core/readline/readline_8.0.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-core/initrdscripts/initramfs-module-install-efi_1.0.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/wayland/libinput_1.14.1.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-core/libxml/libxml2_2.9.9.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-lib/libx11_1.6.8.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-bsp/formfactor/formfactor_0.0.bb:do_populate_sysroot', 'virtual:nativesdk:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-core/glibc/glibc-locale_2.30.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-extended/gperf/gperf_3.1.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-core/meta/meta-extsdk-toolchain.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/lzo/lzo_2.10.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-kernel/kmod/kmod_git.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-proto/xorgproto_2019.1.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/unfs3/unfs3_git.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-core/dbus/dbus-test_1.12.16.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/atk/at-spi2-core_2.32.1.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/../meta-bae/meta-limws/meta-intel/recipes-modules/lf-nvram/lf-nvram.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/drm/libdrm_2.4.99.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/flex/flex_2.6.0.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/../meta-bae/meta-limws/meta-intel/recipes-modules/lf-led/lf-led.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/../meta-openembedded/meta-oe/recipes-extended/iotop/iotop_0.6.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/liburcu/liburcu_0.11.1.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/gcc/gcc-runtime_9.2.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/../meta-openembedded/meta-filesystems/recipes-utils/xfsprogs/xfsprogs_5.2.1.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-bsp/gnu-efi/gnu-efi_3.0.9.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/../meta-intel/recipes-support/sbsigntool/sbsigntool-native_git.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-lib/libxtst_1.2.3.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-app/xrandr_1.5.1.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/dwarfsrcfiles/dwarfsrcfiles.bb:do_populate_sysroot', 'virtual:nativesdk:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-core/ncurses/ncurses_6.1+20190803.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/gdb/gdb-cross_8.3.1.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-extended/rpcbind/rpcbind_1.2.5.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-lib/libfontenc_1.1.4.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/libpcre/libpcre2_10.33.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-lib/pixman_0.38.4.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-extended/zip/zip_3.0.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.0.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-core/dbus/dbus_1.12.16.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/binutils/binutils-crosssdk_2.32.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-app/mkfontscale_1.1.3.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/../meta-bae/meta-limws/meta-intel/recipes-bae/cyber/pub-key.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.2.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/atk/atk_2.32.0.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-lib/libxfixes_5.0.3.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/attr/attr_2.4.47.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/libical/libical_3.0.6.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/meson/meson_0.51.2.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/re2c/re2c_1.0.1.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-extended/libsolv/libsolv_0.7.6.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/bison/bison_3.4.1.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/gnupg/gnupg_2.2.19.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-core/initrdscripts/initramfs-module-install_1.0.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-connectivity/dhcp/dhcp_4.4.1.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/../meta-openembedded/meta-oe/recipes-extended/mailx/mailx_12.5-5.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/libevent/libevent_2.1.11.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-extended/gzip/gzip_1.10.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/../meta-bae/meta-limws/meta-intel/recipes-bae/cyber/tpm2-tss_2.2.2.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-app/xkbcomp_1.4.2.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/intltool/intltool_0.51.0.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/../meta-clang/recipes-devtools/clang/nativesdk-clang-glue.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-lib/libxmu_1.1.3.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/fontconfig/fontconfig_2.13.1.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-app/xset_1.2.4.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/libnl/libnl_3.5.0.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-lib/libxv_1.0.11.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/libevdev/libevdev_1.8.0.bb:do_populate_sysroot', 'virtual:nativesdk:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-core/libxcrypt/libxcrypt_4.4.8.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/libgcrypt/libgcrypt_1.8.4.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-extended/pigz/pigz_2.4.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-connectivity/bluez5/bluez5_5.50.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-core/base-passwd/base-passwd_3.5.29.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-extended/groff/groff_1.22.4.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/icu/icu_64.2.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-extended/sed/sed_4.2.2.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-proto/xcb-proto_1.13.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/../meta-clang/recipes-devtools/clang/clang-crosssdk_git.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/autoconf/autoconf_2.69.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-xserver/xserver-xorg_1.20.5.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/../meta-intel/recipes-kernel/linux/linux-intel_4.19.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.5.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-connectivity/openssl/openssl_1.1.1g.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-extended/ethtool/ethtool_5.2.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/../meta-bae/meta-limws/meta-intel/recipes-bae/plx/plx.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-bsp/grub/grub-bootconf_1.00.bb:do_populate_sysroot', 'virtual:nativesdk:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/ca-certificates/ca-certificates_20190110.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/sqlite/sqlite3_3.29.0.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/dosfstools/dosfstools_4.1.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-lib/libxrandr_1.5.2.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-lib/libxcb_1.13.1.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/db/db_5.3.28.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-core/gettext/gettext_0.19.8.1.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-core/glibc/glibc-locale_2.30.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/../meta-bae/meta-limws/meta-intel/recipes-modules/lf-wdt/lf-wdt.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-core/expat/expat_2.2.8.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/libedit/libedit_20190324-3.1.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/unifdef/unifdef_2.11.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-util/util-macros_1.19.2.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/gcc/libgcc_9.2.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-gnome/librsvg/librsvg_2.40.20.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.5.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-core/zlib/zlib_1.2.11.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/python/python3-dbus_1.2.12.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-lib/libxau_1.0.9.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/help2man/help2man-native_1.47.11.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-extended/which/which_2.21.bb:do_populate_sysroot', 'virtual:nativesdk:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/gcc/libgcc-initial_9.2.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-extended/libnsl/libnsl2_git.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/elfutils/elfutils_0.177.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-core/ncurses/ncurses_6.1+20190803.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/jpeg/libjpeg-turbo_2.0.3.bb:do_populate_sysroot', 'virtual:nativesdk:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-core/zlib/zlib_1.2.11.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-app/rgb_1.0.6.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/libcap-ng/libcap-ng_0.7.9.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/fontconfig/fontconfig_2.13.1.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/gnu-config/gnu-config_git.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/../meta-bae/meta-limws/meta-intel/recipes-bae/cyber/crush.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/mini-x-session/mini-x-session_0.1.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/elfutils/elfutils_0.177.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-lib/libsm_1.2.3.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/python/python3_3.7.8.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-driver/xf86-video-intel_git.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-extended/libmnl/libmnl_1.0.4.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-core/sysfsutils/sysfsutils_2.1.0.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/nasm/nasm_2.14.02.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/curl/curl_7.66.0.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/mtools/mtools_4.0.23.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-extended/lsof/lsof_4.91.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/mklibs/mklibs-native_0.1.44.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.00.1.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-extended/mdadm/mdadm_4.1.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-extended/shadow/shadow-securetty_4.6.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/gpgme/gpgme_1.13.1.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-lib/libpciaccess_0.16.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-connectivity/openssl/openssl_1.1.1g.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-app/xinput_1.6.3.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-lib/libxau_1.0.9.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-lib/libxt_1.2.0.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-driver/xf86-input-libinput_0.29.0.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/m4/m4_1.4.18.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-extended/diffutils/diffutils_3.7.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/atk/at-spi2-atk_2.32.0.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/../meta-bae/meta-limws/meta-intel/recipes-bae/cyber/wolfssl_4.1.0.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-lib/libice_1.0.10.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-lib/libxtst_1.2.3.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-app/xhost_1.0.8.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-core/systemd/systemd-bootconf_1.00.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/make/make_4.2.1.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-extended/gawk/gawk_5.0.1.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/shared-mime-info/shared-mime-info_1.10.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-core/dbus/dbus-glib_0.110.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/freetype/freetype_2.10.1.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/../meta-intel/recipes-core/microcode/iucode-tool_2.3.1.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-lib/libxcursor_1.2.0.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/../meta-openembedded/meta-networking/recipes-support/netcat/netcat_0.7.1.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/libtool/libtool_2.4.6.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/libtool/libtool-native_2.4.6.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/gdbm/gdbm_1.18.1.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.4.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-font/font-util_1.3.2.bb:do_populate_sysroot', 'virtual:nativesdk:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/gcc/gcc-runtime_9.2.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/../meta-bae/meta-limws/meta-intel/recipes-bsp/efitools/efitools_git.bb:do_populate_sysroot', 'virtual:nativesdk:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-extended/xz/xz_5.2.4.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/opkg/opkg_0.4.1.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/../meta-bae/meta-limws/meta-intel/recipes-bae/cyber/tpm2-tools_3.1.4.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-connectivity/libpcap/libpcap_1.9.1.bb:do_populate_sysroot', 'virtual:nativesdk:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-core/initrdscripts/initramfs-module-setup-live_1.0.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.4.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-app/xauth_1.1.bb:do_populate_sysroot', 'virtual:nativesdk:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/bash-completion/bash-completion_2.9.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/wayland/mtdev_1.1.5.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/mpfr/mpfr_4.0.2.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/prelink/prelink_git.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/libcheck/libcheck_0.12.0.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/jpeg/libjpeg-turbo_2.0.3.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/pango/pango_1.44.6.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-core/base-files/base-files_3.0.14.bb:do_populate_sysroot', 'virtual:nativesdk:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/python/python3_3.7.8.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/btrfs-tools/btrfs-tools_5.2.2.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-extended/iptables/iptables_1.8.3.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/libcap-ng/libcap-ng_0.7.9.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/../meta-openembedded/meta-oe/recipes-support/htop/htop_2.2.0.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-lib/libxrandr_1.5.2.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/libpcre/libpcre_8.43.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-lib/xtrans_1.4.0.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/syslinux/syslinux_6.04-pre2.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-extended/libnsl/libnsl2_git.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-lib/libxi_1.7.10.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/mtd/mtd-utils_git.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/../meta-intel/recipes-core/microcode/intel-microcode_20200616.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/../meta-bae/meta-limws/meta-intel/recipes-modules/vme/vme.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-connectivity/bind/bind_9.11.19.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/../meta-bae/meta-limws/meta-intel/recipes-devtools/libsign/libsign_git.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/gmp/gmp_6.1.2.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-core/kbd/kbd_2.0.4.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/libgpg-error/libgpg-error_1.36.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-extended/shadow/shadow-sysroot_4.6.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-core/busybox/busybox_1.31.0.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/ninja/ninja_1.9.0.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/opkg-utils/opkg-utils_0.4.2.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-lib/libxrender_0.9.10.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/lzo/lzo_2.10.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-core/glibc/cross-localedef-native_2.30.bb:do_populate_sysroot', 'virtual:nativesdk:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/m4/m4_1.4.18.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-lib/libxinerama_1.1.4.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/../meta-bae/meta-limws/meta-intel/recipes-bae/cyber/key-helper.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-extended/sudo/sudo_1.8.27.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/gnutls/gnutls_3.6.13.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-extended/cwautomacros/cwautomacros_20110201.bb:do_populate_sysroot', 'virtual:nativesdk:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-extended/libnsl/libnsl2_git.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2018.1.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-core/ncurses/ncurses_6.1+20190803.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/python/python3-pycairo_1.18.1.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.5.0.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/gpgme/gpgme_1.13.1.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/../meta-openembedded/meta-oe/recipes-support/gperftools/gperftools_2.7.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-extended/bc/bc_1.07.1.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-core/glib-2.0/glib-2.0_2.60.7.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/libunistring/libunistring_0.9.10.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/ca-certificates/ca-certificates_20190110.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/attr/acl_2.2.52.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/m4/m4-native_1.4.18.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/popt/popt_1.16.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-extended/procps/procps_3.3.15.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb:do_populate_sysroot', 'virtual:nativesdk:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-extended/libarchive/libarchive_3.4.0.bb:do_populate_sysroot', 'virtual:nativesdk:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/sqlite/sqlite3_3.29.0.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-kernel/dtc/dtc_1.5.1.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-core/initscripts/initscripts_1.0.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/cdrtools/cdrtools-native_3.01.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-core/netbase/netbase_5.6.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.38.2.bb:do_populate_sysroot']
NOTE: Skipping initial setscene dependency libgcc-initial for installation into the sysroot
NOTE: Skipping initial setscene dependency nativesdk-libgcc-initial for installation into the sysroot
ERROR: Error executing a python function in exec_python_func() autogenerated:

The stack trace of python calls that resulted in this exception/failure was:
File: 'exec_python_func() autogenerated', lineno: 2, function: <module>
     0001:
 *** 0002:extend_recipe_sysroot(d)
     0003:
File: '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/classes/staging.bbclass', lineno: 551, function: extend_recipe_sysroot
     0547:                    dest = newmanifest[l]
     0548:                    if l.endswith("/"):
     0549:                        staging_copydir(l, targetdir, dest, seendirs)
     0550:                        continue
 *** 0551:                    staging_copyfile(l, targetdir, dest, postinsts, seendirs)
     0552:
     0553:    bb.note("Installed into sysroot: %s" % str(msg_adding))
     0554:    bb.note("Skipping as already exists in sysroot: %s" % str(msg_exists))
     0555:
File: '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/classes/staging.bbclass', lineno: 144, function: staging_copyfile
     0140:    if os.path.islink(c):
     0141:        linkto = os.readlink(c)
     0142:        if os.path.lexists(dest):
     0143:            if not os.path.islink(dest):
 *** 0144:                raise OSError(errno.EEXIST, "Link %s already exists as a file" % dest, dest)
     0145:            if os.readlink(dest) == linkto:
     0146:                return dest
     0147:            raise OSError(errno.EEXIST, "Link %s already exists to a different location? (%s vs %s)" % (dest, os.readlink(dest), linkto), dest)
     0148:        os.symlink(linkto, dest)
Exception: FileExistsError: [Errno 17] Link /disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/sbcb_default-poky-linux/sbcb-defaultfs-full/1.0-r0/recipe-sysroot/lib already exists as a file: '/disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/sbcb_default-poky-linux/sbcb-defaultfs-full/1.0-r0/recipe-sysroot/lib'

DEBUG: Python function extend_recipe_sysroot finished

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [yocto] #yocto llvm support and meta-clang
  2021-04-20 20:51 ` Khem Raj
@ 2021-04-21 11:09   ` Monsees, Steven C (US)
  0 siblings, 0 replies; 3+ messages in thread
From: Monsees, Steven C (US) @ 2021-04-21 11:09 UTC (permalink / raw)
  To: Khem Raj; +Cc: yocto


Khem:

There are at least 4 zeus released tags, can you vouch for one of them to work properly with meta-clang ?
Porting to dunfell might not be possible at this time...

Would it be possible to build the dunfell drop of meta-clang under zeus ?


Although we do not plan on using clang in the kernel, I did a quick build to see if I would get a similar error...
Seeing: error: unknown argument: '-maccumulate-outgoing-args' for kernel build

Any ideas what might be missing ?

Again Note: If I remove/comment out the line TOOLCHAIN ?= "clang" in conf/local.conf, the build is much faster,
and it builds without the error, also appears not to require/include "llvm" component in build.
I do not believe the full package was actually built/enabled, but no errors and image is functional.

Steps used to build a clean Kernel image with meta-clang...

(1) Added meta-clang to bblayers.conf

(2) Added Setting for meta-clang in conf/local.conf:

TOOLCHAIN ?= "clang"

The build is much slower due to "clang-native-9.0.1-r0 do_compile"...

EXT SDK build error seen:
=========================

13:36 smonsees@yix490038 /disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default> bitbake -k sbcb-defaultfs-fullParsing recipes: 100% |#################################################################################| Time: 0:01:27
Parsing of 2463 .bb files complete (0 cached, 2463 parsed). 3671 targets, 91 skipped, 0 masked, 0 errors.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION           = "1.44.0"
BUILD_SYS            = "x86_64-linux"
NATIVELSBSTRING      = "rhel-7.9"
TARGET_SYS           = "x86_64-poky-linux"
MACHINE              = "sbcb-default"
DISTRO               = "limws"
DISTRO_VERSION       = "3.0.4"
TUNE_FEATURES        = "m64 corei7"
TARGET_FPU           = ""
meta                 
meta-poky            = "my_yocto_3.0.4:f2eb22a8783f1eecf99bd4042695bab920eed00e"
meta-perl
meta-python
meta-filesystems     
meta-networking
meta-initramfs       
meta-oe              = "zeus:2b5dd1eb81cd08bc065bc76125f2856e9383e98b"
meta-clang           = "zeus:f5355ca9b86fb5de5930132ffd95a9b352d694f9"
meta                 = "master:a32ddd2b2a51b26c011fa50e441df39304651503"
meta-intel           = "zeus:d9942d4c3a710406b051852de7232db03c297f4e"
meta-intel           = "v2019.02:f635a364c55f1fb12519aff54924a0a5b947091e"

Initialising tasks: 100% |##############################################################################| Time: 0:00:05
Checking sstate mirror object availability: 100% |######################################################| Time: 0:00:01
Sstate summary: Wanted 2137 Found 709 Missed 1428 Current 0 (33% match, 0% complete)
NOTE: Executing Tasks
NOTE: Setscene tasks completed
ERROR: gnu-efi-3.0.9-r0 do_compile: oe_runmake failed
ERROR: gnu-efi-3.0.9-r0 do_compile: Execution of '/disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/gnu-efi/3.0.9-r0/temp/run.do_compile.1840' failed with exit code 1:
mkdir -p /disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/gnu-efi/3.0.9-r0/gnu-efi-3.0.9/x86_64/lib
make -C /disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/gnu-efi/3.0.9-r0/gnu-efi-3.0.9/x86_64/lib -f /disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/gnu-efi/3.0.9-r0/gnu-efi-3.0.9//lib/Makefile SRCDIR=/disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/gnu-efi/3.0.9-r0/gnu-efi-3.0.9//lib ARCH=x86_64
make[1]: Entering directory `/disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/gnu-efi/3.0.9-r0/gnu-efi-3.0.9/x86_64/lib'
for sdir in ia32 x86_64 ia64 aarch64 arm mips64el runtime; do mkdir -p $sdir; done
x86_64-poky-linux-clang  -m64 -march=nehalem -mtune=generic  -msse4.2   -mlittle-endian -Wno-error=unused-command-line-argument -Qunused-arguments --sysroot=/disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/gnu-efi/3.0.9-r0/recipe-sysroot -I/disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/gnu-efi/3.0.9-r0/gnu-efi-3.0.9//lib -I/disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/gnu-efi/3.0.9-r0/gnu-efi-3.0.9//lib/../inc -I/disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/gnu-efi/3.0.9-r0/gnu-efi-3.0.9//lib/../inc/x86_64 -I/disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/gnu-efi/3.0.9-r0/gnu-efi-3.0.9//lib/../inc/protocol  -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=/disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/gnu-efi/3.0.9-r0=/usr/src/debug/gnu-efi/3.0.9-r0                      -fdebug-prefix-map=/disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/gnu-efi/3.0.9-r0=/usr/src/debug/gnu-efi/3.0.9-r0                      -fdebug-prefix-map=/disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/gnu-efi/3.0.9-r0/recipe-sysroot=                      -fdebug-prefix-map=/disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/gnu-efi/3.0.9-r0/recipe-sysroot-native=  -Wno-error=pragmas -mno-red-zone -mno-avx -fpic  -g -O2 -Wall -Wextra -Werror -fshort-wchar -fno-strict-aliasing -ffreestanding -fno-stack-protector -fno-stack-check -fno-stack-check  -Wno-error=pragmas -mno-red-zone -mno-avx -fpic  -g -O2 -Wall -Wextra -Werror -fshort-wchar -fno-strict-aliasing -ffreestanding -fno-stack-protector -fno-stack-check -fno-stack-check   -DCONFIG_x86_64 -DGNU_EFI_USE_MS_ABI -maccumulate-outgoing-args --std=c11 -DCONFIG_x86_64 -DGNU_EFI_USE_MS_ABI -maccumulate-outgoing-args --std=c11 -c /disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/gnu-efi/3.0.9-r0/gnu-efi-3.0.9//lib/boxdraw.c -o boxdraw.o
x86_64-poky-linux-clang  -m64 -march=nehalem -mtune=generic  -msse4.2   -mlittle-endian -Wno-error=unused-command-line-argument -Qunused-arguments --sysroot=/disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/gnu-efi/3.0.9-r0/recipe-sysroot -I/disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/gnu-efi/3.0.9-r0/gnu-efi-3.0.9//lib -I/disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/gnu-efi/3.0.9-r0/gnu-efi-3.0.9//lib/../inc -I/disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/gnu-efi/3.0.9-r0/gnu-efi-3.0.9//lib/../inc/x86_64 -I/disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/gnu-efi/3.0.9-r0/gnu-efi-3.0.9//lib/../inc/protocol  -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=/disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/gnu-efi/3.0.9-r0=/usr/src/debug/gnu-efi/3.0.9-r0                      -fdebug-prefix-map=/disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/gnu-efi/3.0.9-r0=/usr/src/debug/gnu-efi/3.0.9-r0                      -fdebug-prefix-map=/disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/gnu-efi/3.0.9-r0/recipe-sysroot=                      -fdebug-prefix-map=/disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/gnu-efi/3.0.9-r0/recipe-sysroot-native=  -Wno-error=pragmas -mno-red-zone -mno-avx -fpic  -g -O2 -Wall -Wextra -Werror -fshort-wchar -fno-strict-aliasing -ffreestanding -fno-stack-protector -fno-stack-check -fno-stack-check  -Wno-error=pragmas -mno-red-zone -mno-avx -fpic  -g -O2 -Wall -Wextra -Werror -fshort-wchar -fno-strict-aliasing -ffreestanding -fno-stack-protector -fno-stack-check -fno-stack-check   -DCONFIG_x86_64 -DGNU_EFI_USE_MS_ABI -maccumulate-outgoing-args --std=c11 -DCONFIG_x86_64 -DGNU_EFI_USE_MS_ABI -maccumulate-outgoing-args --std=c11 -c /disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/gnu-efi/3.0.9-r0/gnu-efi-3.0.9//lib/smbios.c -o smbios.o
clang-9x86_64-poky-linux-clang  -m64 -march=nehalem -mtune=generic  -msse4.2   -mlittle-endian -Wno-error=unused-command-line-argument -Qunused-arguments --sysroot=/disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/gnu-efi/3.0.9-r0/recipe-sysroot -I/disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/gnu-efi/3.0.9-r0/gnu-efi-3.0.9//lib -I/disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/gnu-efi/3.0.9-r0/gnu-efi-3.0.9//lib/../inc -I/disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/gnu-efi/3.0.9-r0/gnu-efi-3.0.9//lib/../inc/x86_64 -I/disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/gnu-efi/3.0.9-r0/gnu-efi-3.0.9//lib/../inc/protocol  -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=/disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/gnu-efi/3.0.9-r0=/usr/src/debug/gnu-efi/3.0.9-r0                      -fdebug-prefix-map=/disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/gnu-efi/3.0.9-r0=/usr/src/debug/gnu-efi/3.0.9-r0                      -fdebug-prefix-map=/disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/gnu-efi/3.0.9-r0/recipe-sysroot=                      -fdebug-prefix-map=/disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/gnu-efi/3.0.9-r0/recipe-sysroot-native=  -Wno-error=pragmas -mno-red-zone -mno-avx -fpic  -g -O2 -Wall -Wextra -Werror -fshort-wchar -fno-strict-aliasing -ffreestanding -fno-stack-protector -fno-stack-check -fno-stack-check  -Wno-error=pragmas -mno-red-zone -mno-avx -fpic  -g -O2 -Wall -Wextra -Werror -fshort-wchar -fno-strict-aliasing -ffreestanding -fno-stack-protector -fno-stack-check -fno-stack-check   -DCONFIG_x86_64 -DGNU_EFI_USE_MS_ABI -maccumulate-outgoing-args --std=c11 -DCONFIG_x86_64 -DGNU_EFI_USE_MS_ABI -maccumulate-outgoing-args --std=c11 -c /disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/gnu-efi/3.0.9-r0/gnu-efi-3.0.9//lib/console.c -o console.o
: error: unknown argument: '-maccumulate-outgoing-args'
clang-9: error: unknown argument: '-maccumulate-outgoing-args'
clang-9: error: unknown argument: '-maccumulate-outgoing-args'
make[1]: *** [boxdraw.o] Error 1
make[1]: *** Waiting for unfinished jobs....
clang-9: error: unknown argument: '-maccumulate-outgoing-args'
make[1]: *** [smbios.o] Error 1
make[1]: *** wait: No child processes.  Stop.
make: *** [lib] Error 2
WARNING: /disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/gnu-efi/3.0.9-r0/temp/run.do_compile.1840:1 exit 1 from 'exit 1'

ERROR: Logfile of failure stored in: /disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/gnu-efi/3.0.9-r0/temp/log.do_compile.1840
Log data follows:
| DEBUG: Executing shell function do_compile
| NOTE: make -j 4 ARCH=x86_64 CC=x86_64-poky-linux-clang  -m64 -march=nehalem -mtune=generic  -msse4.2   -mlittle-endian -Wno-error=unused-command-line-argument -Qunused-arguments --sysroot=/disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/gnu-efi/3.0.9-r0/recipe-sysroot AS=x86_64-poky-linux-as   LD=x86_64-poky-linux-ld --sysroot=/disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/gnu-efi/3.0.9-r0/recipe-sysroot   AR=x86_64-poky-linux-llvm-ar RANLIB=x86_64-poky-linux-llvm-ranlib OBJCOPY=x86_64-poky-linux-objcopy PREFIX=/usr LIBDIR=/usr/lib
| mkdir -p /disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/gnu-efi/3.0.9-r0/gnu-efi-3.0.9/x86_64/lib
| make -C /disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/gnu-efi/3.0.9-r0/gnu-efi-3.0.9/x86_64/lib -f /disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/gnu-efi/3.0.9-r0/gnu-efi-3.0.9//lib/Makefile SRCDIR=/disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/gnu-efi/3.0.9-r0/gnu-efi-3.0.9//lib ARCH=x86_64
| make[1]: Entering directory `/disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/gnu-efi/3.0.9-r0/gnu-efi-3.0.9/x86_64/lib'
| for sdir in ia32 x86_64 ia64 aarch64 arm mips64el runtime; do mkdir -p $sdir; done
| x86_64-poky-linux-clang  -m64 -march=nehalem -mtune=generic  -msse4.2   -mlittle-endian -Wno-error=unused-command-line-argument -Qunused-arguments --sysroot=/disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/gnu-efi/3.0.9-r0/recipe-sysroot -I/disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/gnu-efi/3.0.9-r0/gnu-efi-3.0.9//lib -I/disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/gnu-efi/3.0.9-r0/gnu-efi-3.0.9//lib/../inc -I/disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/gnu-efi/3.0.9-r0/gnu-efi-3.0.9//lib/../inc/x86_64 -I/disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/gnu-efi/3.0.9-r0/gnu-efi-3.0.9//lib/../inc/protocol  -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=/disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/gnu-efi/3.0.9-r0=/usr/src/debug/gnu-efi/3.0.9-r0                      -fdebug-prefix-map=/disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/gnu-efi/3.0.9-r0=/usr/src/debug/gnu-efi/3.0.9-r0                      -fdebug-prefix-map=/disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/gnu-efi/3.0.9-r0/recipe-sysroot=                      -fdebug-prefix-map=/disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/gnu-efi/3.0.9-r0/recipe-sysroot-native=  -Wno-error=pragmas -mno-red-zone -mno-avx -fpic  -g -O2 -Wall -Wextra -Werror -fshort-wchar -fno-strict-aliasing -ffreestanding -fno-stack-protector -fno-stack-check -fno-stack-check  -Wno-error=pragmas -mno-red-zone -mno-avx -fpic  -g -O2 -Wall -Wextra -Werror -fshort-wchar -fno-strict-aliasing -ffreestanding -fno-stack-protector -fno-stack-check -fno-stack-check   -DCONFIG_x86_64 -DGNU_EFI_USE_MS_ABI -maccumulate-outgoing-args --std=c11 -DCONFIG_x86_64 -DGNU_EFI_USE_MS_ABI -maccumulate-outgoing-args --std=c11 -c /disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/gnu-efi/3.0.9-r0/gnu-efi-3.0.9//lib/boxdraw.c -o boxdraw.o
| x86_64-poky-linux-clang  -m64 -march=nehalem -mtune=generic  -msse4.2   -mlittle-endian -Wno-error=unused-command-line-argument -Qunused-arguments --sysroot=/disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/gnu-efi/3.0.9-r0/recipe-sysroot -I/disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/gnu-efi/3.0.9-r0/gnu-efi-3.0.9//lib -I/disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/gnu-efi/3.0.9-r0/gnu-efi-3.0.9//lib/../inc -I/disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/gnu-efi/3.0.9-r0/gnu-efi-3.0.9//lib/../inc/x86_64 -I/disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/gnu-efi/3.0.9-r0/gnu-efi-3.0.9//lib/../inc/protocol  -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=/disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/gnu-efi/3.0.9-r0=/usr/src/debug/gnu-efi/3.0.9-r0                      -fdebug-prefix-map=/disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/gnu-efi/3.0.9-r0=/usr/src/debug/gnu-efi/3.0.9-r0                      -fdebug-prefix-map=/disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/gnu-efi/3.0.9-r0/recipe-sysroot=                      -fdebug-prefix-map=/disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/gnu-efi/3.0.9-r0/recipe-sysroot-native=  -Wno-error=pragmas -mno-red-zone -mno-avx -fpic  -g -O2 -Wall -Wextra -Werror -fshort-wchar -fno-strict-aliasing -ffreestanding -fno-stack-protector -fno-stack-check -fno-stack-check  -Wno-error=pragmas -mno-red-zone -mno-avx -fpic  -g -O2 -Wall -Wextra -Werror -fshort-wchar -fno-strict-aliasing -ffreestanding -fno-stack-protector -fno-stack-check -fno-stack-check   -DCONFIG_x86_64 -DGNU_EFI_USE_MS_ABI -maccumulate-outgoing-args --std=c11 -DCONFIG_x86_64 -DGNU_EFI_USE_MS_ABI -maccumulate-outgoing-args --std=c11 -c /disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/gnu-efi/3.0.9-r0/gnu-efi-3.0.9//lib/smbios.c -o smbios.o
| clang-9x86_64-poky-linux-clang  -m64 -march=nehalem -mtune=generic  -msse4.2   -mlittle-endian -Wno-error=unused-command-line-argument -Qunused-arguments --sysroot=/disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/gnu-efi/3.0.9-r0/recipe-sysroot -I/disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/gnu-efi/3.0.9-r0/gnu-efi-3.0.9//lib -I/disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/gnu-efi/3.0.9-r0/gnu-efi-3.0.9//lib/../inc -I/disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/gnu-efi/3.0.9-r0/gnu-efi-3.0.9//lib/../inc/x86_64 -I/disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/gnu-efi/3.0.9-r0/gnu-efi-3.0.9//lib/../inc/protocol  -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=/disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/gnu-efi/3.0.9-r0=/usr/src/debug/gnu-efi/3.0.9-r0                      -fdebug-prefix-map=/disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/gnu-efi/3.0.9-r0=/usr/src/debug/gnu-efi/3.0.9-r0                      -fdebug-prefix-map=/disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/gnu-efi/3.0.9-r0/recipe-sysroot=                      -fdebug-prefix-map=/disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/gnu-efi/3.0.9-r0/recipe-sysroot-native=  -Wno-error=pragmas -mno-red-zone -mno-avx -fpic  -g -O2 -Wall -Wextra -Werror -fshort-wchar -fno-strict-aliasing -ffreestanding -fno-stack-protector -fno-stack-check -fno-stack-check  -Wno-error=pragmas -mno-red-zone -mno-avx -fpic  -g -O2 -Wall -Wextra -Werror -fshort-wchar -fno-strict-aliasing -ffreestanding -fno-stack-protector -fno-stack-check -fno-stack-check   -DCONFIG_x86_64 -DGNU_EFI_USE_MS_ABI -maccumulate-outgoing-args --std=c11 -DCONFIG_x86_64 -DGNU_EFI_USE_MS_ABI -maccumulate-outgoing-args --std=c11 -c /disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/gnu-efi/3.0.9-r0/gnu-efi-3.0.9//lib/console.c -o console.o
| : error: unknown argument: '-maccumulate-outgoing-args'
| clang-9: error: unknown argument: '-maccumulate-outgoing-args'
| clang-9: error: unknown argument: '-maccumulate-outgoing-args'
| make[1]: *** [boxdraw.o] Error 1
| make[1]: *** Waiting for unfinished jobs....
| clang-9: error: unknown argument: '-maccumulate-outgoing-args'
| make[1]: *** [smbios.o] Error 1
| make[1]: *** wait: No child processes.  Stop.
| ERROR: oe_runmake failed
| make: *** [lib] Error 2
| WARNING: /disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/gnu-efi/3.0.9-r0/temp/run.do_compile.1840:1 exit 1 from 'exit 1'
| ERROR: Execution of '/disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/gnu-efi/3.0.9-r0/temp/run.do_compile.1840' failed with exit code 1:
| mkdir -p /disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/gnu-efi/3.0.9-r0/gnu-efi-3.0.9/x86_64/lib
| make -C /disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/gnu-efi/3.0.9-r0/gnu-efi-3.0.9/x86_64/lib -f /disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/gnu-efi/3.0.9-r0/gnu-efi-3.0.9//lib/Makefile SRCDIR=/disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/gnu-efi/3.0.9-r0/gnu-efi-3.0.9//lib ARCH=x86_64
| make[1]: Entering directory `/disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/gnu-efi/3.0.9-r0/gnu-efi-3.0.9/x86_64/lib'
| for sdir in ia32 x86_64 ia64 aarch64 arm mips64el runtime; do mkdir -p $sdir; done
| x86_64-poky-linux-clang  -m64 -march=nehalem -mtune=generic  -msse4.2   -mlittle-endian -Wno-error=unused-command-line-argument -Qunused-arguments --sysroot=/disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/gnu-efi/3.0.9-r0/recipe-sysroot -I/disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/gnu-efi/3.0.9-r0/gnu-efi-3.0.9//lib -I/disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/gnu-efi/3.0.9-r0/gnu-efi-3.0.9//lib/../inc -I/disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/gnu-efi/3.0.9-r0/gnu-efi-3.0.9//lib/../inc/x86_64 -I/disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/gnu-efi/3.0.9-r0/gnu-efi-3.0.9//lib/../inc/protocol  -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=/disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/gnu-efi/3.0.9-r0=/usr/src/debug/gnu-efi/3.0.9-r0                      -fdebug-prefix-map=/disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/gnu-efi/3.0.9-r0=/usr/src/debug/gnu-efi/3.0.9-r0                      -fdebug-prefix-map=/disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/gnu-efi/3.0.9-r0/recipe-sysroot=                      -fdebug-prefix-map=/disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/gnu-efi/3.0.9-r0/recipe-sysroot-native=  -Wno-error=pragmas -mno-red-zone -mno-avx -fpic  -g -O2 -Wall -Wextra -Werror -fshort-wchar -fno-strict-aliasing -ffreestanding -fno-stack-protector -fno-stack-check -fno-stack-check  -Wno-error=pragmas -mno-red-zone -mno-avx -fpic  -g -O2 -Wall -Wextra -Werror -fshort-wchar -fno-strict-aliasing -ffreestanding -fno-stack-protector -fno-stack-check -fno-stack-check   -DCONFIG_x86_64 -DGNU_EFI_USE_MS_ABI -maccumulate-outgoing-args --std=c11 -DCONFIG_x86_64 -DGNU_EFI_USE_MS_ABI -maccumulate-outgoing-args --std=c11 -c /disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/gnu-efi/3.0.9-r0/gnu-efi-3.0.9//lib/boxdraw.c -o boxdraw.o
| x86_64-poky-linux-clang  -m64 -march=nehalem -mtune=generic  -msse4.2   -mlittle-endian -Wno-error=unused-command-line-argument -Qunused-arguments --sysroot=/disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/gnu-efi/3.0.9-r0/recipe-sysroot -I/disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/gnu-efi/3.0.9-r0/gnu-efi-3.0.9//lib -I/disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/gnu-efi/3.0.9-r0/gnu-efi-3.0.9//lib/../inc -I/disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/gnu-efi/3.0.9-r0/gnu-efi-3.0.9//lib/../inc/x86_64 -I/disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/gnu-efi/3.0.9-r0/gnu-efi-3.0.9//lib/../inc/protocol  -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=/disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/gnu-efi/3.0.9-r0=/usr/src/debug/gnu-efi/3.0.9-r0                      -fdebug-prefix-map=/disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/gnu-efi/3.0.9-r0=/usr/src/debug/gnu-efi/3.0.9-r0                      -fdebug-prefix-map=/disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/gnu-efi/3.0.9-r0/recipe-sysroot=                      -fdebug-prefix-map=/disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/gnu-efi/3.0.9-r0/recipe-sysroot-native=  -Wno-error=pragmas -mno-red-zone -mno-avx -fpic  -g -O2 -Wall -Wextra -Werror -fshort-wchar -fno-strict-aliasing -ffreestanding -fno-stack-protector -fno-stack-check -fno-stack-check  -Wno-error=pragmas -mno-red-zone -mno-avx -fpic  -g -O2 -Wall -Wextra -Werror -fshort-wchar -fno-strict-aliasing -ffreestanding -fno-stack-protector -fno-stack-check -fno-stack-check   -DCONFIG_x86_64 -DGNU_EFI_USE_MS_ABI -maccumulate-outgoing-args --std=c11 -DCONFIG_x86_64 -DGNU_EFI_USE_MS_ABI -maccumulate-outgoing-args --std=c11 -c /disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/gnu-efi/3.0.9-r0/gnu-efi-3.0.9//lib/smbios.c -o smbios.o
| clang-9x86_64-poky-linux-clang  -m64 -march=nehalem -mtune=generic  -msse4.2   -mlittle-endian -Wno-error=unused-command-line-argument -Qunused-arguments --sysroot=/disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/gnu-efi/3.0.9-r0/recipe-sysroot -I/disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/gnu-efi/3.0.9-r0/gnu-efi-3.0.9//lib -I/disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/gnu-efi/3.0.9-r0/gnu-efi-3.0.9//lib/../inc -I/disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/gnu-efi/3.0.9-r0/gnu-efi-3.0.9//lib/../inc/x86_64 -I/disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/gnu-efi/3.0.9-r0/gnu-efi-3.0.9//lib/../inc/protocol  -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=/disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/gnu-efi/3.0.9-r0=/usr/src/debug/gnu-efi/3.0.9-r0                      -fdebug-prefix-map=/disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/gnu-efi/3.0.9-r0=/usr/src/debug/gnu-efi/3.0.9-r0                      -fdebug-prefix-map=/disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/gnu-efi/3.0.9-r0/recipe-sysroot=                      -fdebug-prefix-map=/disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/gnu-efi/3.0.9-r0/recipe-sysroot-native=  -Wno-error=pragmas -mno-red-zone -mno-avx -fpic  -g -O2 -Wall -Wextra -Werror -fshort-wchar -fno-strict-aliasing -ffreestanding -fno-stack-protector -fno-stack-check -fno-stack-check  -Wno-error=pragmas -mno-red-zone -mno-avx -fpic  -g -O2 -Wall -Wextra -Werror -fshort-wchar -fno-strict-aliasing -ffreestanding -fno-stack-protector -fno-stack-check -fno-stack-check   -DCONFIG_x86_64 -DGNU_EFI_USE_MS_ABI -maccumulate-outgoing-args --std=c11 -DCONFIG_x86_64 -DGNU_EFI_USE_MS_ABI -maccumulate-outgoing-args --std=c11 -c /disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/gnu-efi/3.0.9-r0/gnu-efi-3.0.9//lib/console.c -o console.o
| : error: unknown argument: '-maccumulate-outgoing-args'
| clang-9: error: unknown argument: '-maccumulate-outgoing-args'
| clang-9: error: unknown argument: '-maccumulate-outgoing-args'
| make[1]: *** [boxdraw.o] Error 1
| make[1]: *** Waiting for unfinished jobs....
| clang-9: error: unknown argument: '-maccumulate-outgoing-args'
| make[1]: *** [smbios.o] Error 1
| make[1]: *** wait: No child processes.  Stop.
| make: *** [lib] Error 2
| WARNING: /disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/gnu-efi/3.0.9-r0/temp/run.do_compile.1840:1 exit 1 from 'exit 1'
| 
ERROR: Task (/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-bsp/gnu-efi/gnu-efi_3.0.9.bb:do_compile) failed with exit code '1'
ERROR: thermald-1.9-r0 do_prepare_recipe_sysroot: The file /usr/lib/libgomp.so is installed by both openmp and gcc-runtime, aborting
ERROR: Logfile of failure stored in: /disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/thermald/1.9-r0/temp/log.do_prepare_recipe_sysroot.27971
ERROR: Task (/disk0/scratch/smonsees/yocto/workspace_3/poky/../meta-intel/recipes-bsp/thermald/thermald_1.9.bb:do_prepare_recipe_sysroot) failed with exit code '1'
ERROR: nfs-utils-2.4.1-r0 do_configure: configure failed
ERROR: nfs-utils-2.4.1-r0 do_configure: Execution of '/disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/nfs-utils/2.4.1-r0/temp/run.do_configure.10368' failed with exit code 1:
automake (GNU automake) 1.16.1
Copyright (C) 2018 Free Software Foundation, Inc.
License GPLv2+: GNU GPL version 2 or later <https://gnu.org/licenses/gpl-2.0.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by Tom Tromey <tromey@redhat.com>
       and Alexandre Duret-Lutz <adl@gnu.org>.
AUTOV is 1.16
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --system-acdir=/disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/nfs-utils/2.4.1-r0/recipe-sysroot/usr/share/aclocal/ --automake-acdir=/disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/nfs-utils/2.4.1-r0/recipe-sysroot-native/usr/share/aclocal-1.16 -I /disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/nfs-utils/2.4.1-r0/nfs-utils-2.4.1/aclocal/ -I /disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/nfs-utils/2.4.1-r0/recipe-sysroot-native/usr/share/aclocal/ --force -I aclocal
autoreconf: configure.ac: tracing
autoreconf: running: libtoolize --copy --force
libtoolize: putting auxiliary files in '.'.
libtoolize: copying file './ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'aclocal'.
libtoolize: copying file 'aclocal/libtool.m4'
libtoolize: copying file 'aclocal/ltoptions.m4'
libtoolize: copying file 'aclocal/ltsugar.m4'
libtoolize: copying file 'aclocal/ltversion.m4'
libtoolize: copying file 'aclocal/lt~obsolete.m4'
autoreconf: running: /disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/nfs-utils/2.4.1-r0/recipe-sysroot-native/usr/bin/autoconf --include=/disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/nfs-utils/2.4.1-r0/nfs-utils-2.4.1/aclocal/ --include=/disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/nfs-utils/2.4.1-r0/recipe-sysroot-native/usr/share/aclocal/ --force
autoreconf: running: /disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/nfs-utils/2.4.1-r0/recipe-sysroot-native/usr/bin/autoheader --include=/disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/nfs-utils/2.4.1-r0/nfs-utils-2.4.1/aclocal/ --include=/disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/nfs-utils/2.4.1-r0/recipe-sysroot-native/usr/share/aclocal/ --force
autoreconf: running: automake --add-missing --copy --force-missing
configure.ac:11: installing './compile'
configure.ac:7: installing './missing'
support/export/Makefile.am: installing './depcomp'
support/nsm/Makefile.am:13: warning: source file '../misc/misc.c' is in a subdirectory,
support/nsm/Makefile.am:13: but option 'subdir-objects' is disabled
automake: warning: possible forward-incompatibility.
automake: At least a source file is in a subdirectory, but the 'subdir-objects'
automake: automake option hasn't been enabled.  For now, the corresponding output
automake: object file(s) will be placed in the top-level directory.  However,
automake: this behaviour will change in future Automake versions: they will
automake: unconditionally cause object files to be placed in the same subdirectory
automake: of the corresponding sources.
automake: You are advised to start using 'subdir-objects' option throughout your
automake: project, to avoid future incompatibilities.
autoreconf: running: gnu-configize
autoreconf: Leaving directory `.'
configure: loading site script /disk0/scratch/smonsees/yocto/workspace_3/poky/meta/site/endian-little
configure: loading site script /disk0/scratch/smonsees/yocto/workspace_3/poky/meta/site/common-linux
configure: loading site script /disk0/scratch/smonsees/yocto/workspace_3/poky/meta/site/common-glibc
configure: loading site script /disk0/scratch/smonsees/yocto/workspace_3/poky/meta/site/x86_64-linux
configure: loading site script /disk0/scratch/smonsees/yocto/workspace_3/poky/meta/site/common
configure: loading site script /disk0/scratch/smonsees/yocto/workspace_3/poky/../meta-openembedded/meta-networking/site/endian-little
configure: loading site script /disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/nfs-utils/2.4.1-r0/recipe-sysroot/usr/share/x86_64-poky-linux_config_site.d/ncurses_config
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-poky-linux-gnu
checking for a BSD-compatible install... /disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/hosttools/install -c
checking whether build environment is sane... yes
checking for x86_64-poky-linux-strip... x86_64-poky-linux-strip
checking for a thread-safe mkdir -p... /disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/hosttools/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether make supports the include directive... yes (GNU style)
checking for x86_64-poky-linux-gcc... x86_64-poky-linux-clang  -m64 -march=nehalem -mtune=generic -mfpmath=sse -msse4.2 -Werror=unknown-warning-option   -mlittle-endian   --sysroot=/disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/nfs-utils/2.4.1-r0/recipe-sysroot
checking whether the C compiler works... no
configure: error: in `/disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/nfs-utils/2.4.1-r0/nfs-utils-2.4.1':
configure: error: C compiler cannot create executables
See `config.log' for more details
WARNING: /disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/nfs-utils/2.4.1-r0/temp/run.do_configure.10368:1 exit 1 from 'exit 1'

ERROR: Logfile of failure stored in: /disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/nfs-utils/2.4.1-r0/temp/log.do_configure.10368
Log data follows:
| DEBUG: Executing shell function autotools_preconfigure
| DEBUG: Shell function autotools_preconfigure finished
| DEBUG: Executing python function autotools_aclocals
| DEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']
| DEBUG: Python function autotools_aclocals finished
| DEBUG: Executing shell function do_configure
| automake (GNU automake) 1.16.1
| Copyright (C) 2018 Free Software Foundation, Inc.
| License GPLv2+: GNU GPL version 2 or later <https://gnu.org/licenses/gpl-2.0.html>
| This is free software: you are free to change and redistribute it.
| There is NO WARRANTY, to the extent permitted by law.
| 
| Written by Tom Tromey <tromey@redhat.com>
|        and Alexandre Duret-Lutz <adl@gnu.org>.
| AUTOV is 1.16
| NOTE: Executing ACLOCAL="aclocal --system-acdir=/disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/nfs-utils/2.4.1-r0/recipe-sysroot/usr/share/aclocal/ --automake-acdir=/disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/nfs-utils/2.4.1-r0/recipe-sysroot-native/usr/share/aclocal-1.16" autoreconf -Wcross --verbose --install --force --exclude=autopoint -I /disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/nfs-utils/2.4.1-r0/nfs-utils-2.4.1/aclocal/ -I /disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/nfs-utils/2.4.1-r0/recipe-sysroot-native/usr/share/aclocal/
| autoreconf: Entering directory `.'
| autoreconf: configure.ac: not using Gettext
| autoreconf: running: aclocal --system-acdir=/disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/nfs-utils/2.4.1-r0/recipe-sysroot/usr/share/aclocal/ --automake-acdir=/disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/nfs-utils/2.4.1-r0/recipe-sysroot-native/usr/share/aclocal-1.16 -I /disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/nfs-utils/2.4.1-r0/nfs-utils-2.4.1/aclocal/ -I /disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/nfs-utils/2.4.1-r0/recipe-sysroot-native/usr/share/aclocal/ --force -I aclocal
| autoreconf: configure.ac: tracing
| autoreconf: running: libtoolize --copy --force
| libtoolize: putting auxiliary files in '.'.
| libtoolize: copying file './ltmain.sh'
| libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'aclocal'.
| libtoolize: copying file 'aclocal/libtool.m4'
| libtoolize: copying file 'aclocal/ltoptions.m4'
| libtoolize: copying file 'aclocal/ltsugar.m4'
| libtoolize: copying file 'aclocal/ltversion.m4'
| libtoolize: copying file 'aclocal/lt~obsolete.m4'
| autoreconf: running: /disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/nfs-utils/2.4.1-r0/recipe-sysroot-native/usr/bin/autoconf --include=/disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/nfs-utils/2.4.1-r0/nfs-utils-2.4.1/aclocal/ --include=/disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/nfs-utils/2.4.1-r0/recipe-sysroot-native/usr/share/aclocal/ --force
| autoreconf: running: /disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/nfs-utils/2.4.1-r0/recipe-sysroot-native/usr/bin/autoheader --include=/disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/nfs-utils/2.4.1-r0/nfs-utils-2.4.1/aclocal/ --include=/disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/nfs-utils/2.4.1-r0/recipe-sysroot-native/usr/share/aclocal/ --force
| autoreconf: running: automake --add-missing --copy --force-missing
| configure.ac:11: installing './compile'
| configure.ac:7: installing './missing'
| support/export/Makefile.am: installing './depcomp'
| support/nsm/Makefile.am:13: warning: source file '../misc/misc.c' is in a subdirectory,
| support/nsm/Makefile.am:13: but option 'subdir-objects' is disabled
| automake: warning: possible forward-incompatibility.
| automake: At least a source file is in a subdirectory, but the 'subdir-objects'
| automake: automake option hasn't been enabled.  For now, the corresponding output
| automake: object file(s) will be placed in the top-level directory.  However,
| automake: this behaviour will change in future Automake versions: they will
| automake: unconditionally cause object files to be placed in the same subdirectory
| automake: of the corresponding sources.
| automake: You are advised to start using 'subdir-objects' option throughout your
| automake: project, to avoid future incompatibilities.
| autoreconf: running: gnu-configize
| autoreconf: Leaving directory `.'
| NOTE: Running ./configure  --build=x86_64-linux 		  --host=x86_64-poky-linux 		  --target=x86_64-poky-linux 		  --prefix=/usr 		  --exec_prefix=/usr 		  --bindir=/usr/bin 		  --sbindir=/usr/sbin 		  --libexecdir=/usr/libexec 		  --datadir=/usr/share 		  --sysconfdir=/etc 		  --sharedstatedir=/com 		  --localstatedir=/var 		  --libdir=/usr/lib 		  --includedir=/usr/include 		  --oldincludedir=/usr/include 		  --infodir=/usr/share/info 		  --mandir=/usr/share/man 		  --disable-silent-rules 		  --disable-dependency-tracking 	  --with-libtool-sysroot=/disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/nfs-utils/2.4.1-r0/recipe-sysroot --with-statduser=rpcuser                 --enable-mountconfig                 --enable-libmount-mount                 --enable-uuid                 --disable-gss                 --disable-nfsdcltrack                 --with-statdpath=/var/lib/nfs/statd                 --disable-static  --enable-ipv6 --disable-nfsv4 --disable-nfsv41 --with-tcp-wrappers
| configure: loading site script /disk0/scratch/smonsees/yocto/workspace_3/poky/meta/site/endian-little
| configure: loading site script /disk0/scratch/smonsees/yocto/workspace_3/poky/meta/site/common-linux
| configure: loading site script /disk0/scratch/smonsees/yocto/workspace_3/poky/meta/site/common-glibc
| configure: loading site script /disk0/scratch/smonsees/yocto/workspace_3/poky/meta/site/x86_64-linux
| configure: loading site script /disk0/scratch/smonsees/yocto/workspace_3/poky/meta/site/common
| configure: loading site script /disk0/scratch/smonsees/yocto/workspace_3/poky/../meta-openembedded/meta-networking/site/endian-little
| configure: loading site script /disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/nfs-utils/2.4.1-r0/recipe-sysroot/usr/share/x86_64-poky-linux_config_site.d/ncurses_config
| checking build system type... x86_64-pc-linux-gnu
| checking host system type... x86_64-poky-linux-gnu
| checking for a BSD-compatible install... /disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/hosttools/install -c
| checking whether build environment is sane... yes
| checking for x86_64-poky-linux-strip... x86_64-poky-linux-strip
| checking for a thread-safe mkdir -p... /disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/hosttools/mkdir -p
| checking for gawk... gawk
| checking whether make sets $(MAKE)... yes
| checking whether make supports nested variables... yes
| checking whether to enable maintainer-specific portions of Makefiles... no
| checking whether make supports the include directive... yes (GNU style)
| checking for x86_64-poky-linux-gcc... x86_64-poky-linux-clang  -m64 -march=nehalem -mtune=generic -mfpmath=sse -msse4.2 -Werror=unknown-warning-option   -mlittle-endian   --sysroot=/disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/nfs-utils/2.4.1-r0/recipe-sysroot
| checking whether the C compiler works... no
| configure: error: in `/disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/nfs-utils/2.4.1-r0/nfs-utils-2.4.1':
| configure: error: C compiler cannot create executables
| See `config.log' for more details
| NOTE: The following config.log files may provide further information.
| NOTE: /disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/nfs-utils/2.4.1-r0/nfs-utils-2.4.1/config.log
| ERROR: configure failed
| WARNING: /disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/nfs-utils/2.4.1-r0/temp/run.do_configure.10368:1 exit 1 from 'exit 1'
| ERROR: Execution of '/disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/nfs-utils/2.4.1-r0/temp/run.do_configure.10368' failed with exit code 1:
| automake (GNU automake) 1.16.1
| Copyright (C) 2018 Free Software Foundation, Inc.
| License GPLv2+: GNU GPL version 2 or later <https://gnu.org/licenses/gpl-2.0.html>
| This is free software: you are free to change and redistribute it.
| There is NO WARRANTY, to the extent permitted by law.
| 
| Written by Tom Tromey <tromey@redhat.com>
|        and Alexandre Duret-Lutz <adl@gnu.org>.
| AUTOV is 1.16
| autoreconf: Entering directory `.'
| autoreconf: configure.ac: not using Gettext
| autoreconf: running: aclocal --system-acdir=/disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/nfs-utils/2.4.1-r0/recipe-sysroot/usr/share/aclocal/ --automake-acdir=/disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/nfs-utils/2.4.1-r0/recipe-sysroot-native/usr/share/aclocal-1.16 -I /disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/nfs-utils/2.4.1-r0/nfs-utils-2.4.1/aclocal/ -I /disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/nfs-utils/2.4.1-r0/recipe-sysroot-native/usr/share/aclocal/ --force -I aclocal
| autoreconf: configure.ac: tracing
| autoreconf: running: libtoolize --copy --force
| libtoolize: putting auxiliary files in '.'.
| libtoolize: copying file './ltmain.sh'
| libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'aclocal'.
| libtoolize: copying file 'aclocal/libtool.m4'
| libtoolize: copying file 'aclocal/ltoptions.m4'
| libtoolize: copying file 'aclocal/ltsugar.m4'
| libtoolize: copying file 'aclocal/ltversion.m4'
| libtoolize: copying file 'aclocal/lt~obsolete.m4'
| autoreconf: running: /disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/nfs-utils/2.4.1-r0/recipe-sysroot-native/usr/bin/autoconf --include=/disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/nfs-utils/2.4.1-r0/nfs-utils-2.4.1/aclocal/ --include=/disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/nfs-utils/2.4.1-r0/recipe-sysroot-native/usr/share/aclocal/ --force
| autoreconf: running: /disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/nfs-utils/2.4.1-r0/recipe-sysroot-native/usr/bin/autoheader --include=/disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/nfs-utils/2.4.1-r0/nfs-utils-2.4.1/aclocal/ --include=/disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/nfs-utils/2.4.1-r0/recipe-sysroot-native/usr/share/aclocal/ --force
| autoreconf: running: automake --add-missing --copy --force-missing
| configure.ac:11: installing './compile'
| configure.ac:7: installing './missing'
| support/export/Makefile.am: installing './depcomp'
| support/nsm/Makefile.am:13: warning: source file '../misc/misc.c' is in a subdirectory,
| support/nsm/Makefile.am:13: but option 'subdir-objects' is disabled
| automake: warning: possible forward-incompatibility.
| automake: At least a source file is in a subdirectory, but the 'subdir-objects'
| automake: automake option hasn't been enabled.  For now, the corresponding output
| automake: object file(s) will be placed in the top-level directory.  However,
| automake: this behaviour will change in future Automake versions: they will
| automake: unconditionally cause object files to be placed in the same subdirectory
| automake: of the corresponding sources.
| automake: You are advised to start using 'subdir-objects' option throughout your
| automake: project, to avoid future incompatibilities.
| autoreconf: running: gnu-configize
| autoreconf: Leaving directory `.'
| configure: loading site script /disk0/scratch/smonsees/yocto/workspace_3/poky/meta/site/endian-little
| configure: loading site script /disk0/scratch/smonsees/yocto/workspace_3/poky/meta/site/common-linux
| configure: loading site script /disk0/scratch/smonsees/yocto/workspace_3/poky/meta/site/common-glibc
| configure: loading site script /disk0/scratch/smonsees/yocto/workspace_3/poky/meta/site/x86_64-linux
| configure: loading site script /disk0/scratch/smonsees/yocto/workspace_3/poky/meta/site/common
| configure: loading site script /disk0/scratch/smonsees/yocto/workspace_3/poky/../meta-openembedded/meta-networking/site/endian-little
| configure: loading site script /disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/nfs-utils/2.4.1-r0/recipe-sysroot/usr/share/x86_64-poky-linux_config_site.d/ncurses_config
| checking build system type... x86_64-pc-linux-gnu
| checking host system type... x86_64-poky-linux-gnu
| checking for a BSD-compatible install... /disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/hosttools/install -c
| checking whether build environment is sane... yes
| checking for x86_64-poky-linux-strip... x86_64-poky-linux-strip
| checking for a thread-safe mkdir -p... /disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/hosttools/mkdir -p
| checking for gawk... gawk
| checking whether make sets $(MAKE)... yes
| checking whether make supports nested variables... yes
| checking whether to enable maintainer-specific portions of Makefiles... no
| checking whether make supports the include directive... yes (GNU style)
| checking for x86_64-poky-linux-gcc... x86_64-poky-linux-clang  -m64 -march=nehalem -mtune=generic -mfpmath=sse -msse4.2 -Werror=unknown-warning-option   -mlittle-endian   --sysroot=/disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/nfs-utils/2.4.1-r0/recipe-sysroot
| checking whether the C compiler works... no
| configure: error: in `/disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/nfs-utils/2.4.1-r0/nfs-utils-2.4.1':
| configure: error: C compiler cannot create executables
| See `config.log' for more details
| WARNING: /disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/corei7-64-poky-linux/nfs-utils/2.4.1-r0/temp/run.do_configure.10368:1 exit 1 from 'exit 1'
| 
ERROR: Task (/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-connectivity/nfs-utils/nfs-utils_2.4.1.bb:do_configure) failed with exit code '1'
NOTE: Tasks Summary: Attempted 5925 tasks of which 1948 didn't need to be rerun and 3 failed.

Summary: 3 tasks failed:
  /disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-bsp/gnu-efi/gnu-efi_3.0.9.bb:do_compile
  /disk0/scratch/smonsees/yocto/workspace_3/poky/../meta-intel/recipes-bsp/thermald/thermald_1.9.bb:do_prepare_recipe_sysroot
  /disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-connectivity/nfs-utils/nfs-utils_2.4.1.bb:do_configure
Summary: There were 5 ERROR messages shown, returning a non-zero exit code.
17:03 smonsees@yix490038 /disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default>



-----Original Message-----
From: Khem Raj <raj.khem@gmail.com> 
Sent: Tuesday, April 20, 2021 4:51 PM
To: Monsees, Steven C (US) <steven.monsees@baesystems.com>
Cc: yocto@lists.yoctoproject.org
Subject: Re: [yocto] #yocto llvm support and meta-clang

External Email Alert

This email has been sent from an account outside of the BAE Systems network.

Please treat the email with caution, especially if you are requested to click on a link, decrypt/open an attachment, or enable macros.  For further information on how to spot phishing, access "Cybersecurity OneSpace Page" and report phishing by clicking the button "Report Phishing" on the Outlook toolbar.


On Tue, Apr 20, 2021 at 12:18 PM Monsees, Steven C (US) <steven.monsees@baesystems.com> wrote:
>
>
> There appears to be an issue  with build zeus based meta-clang under zeus platform...
>
> I followed steps off meta-clang page, and from the work I did with meta-clang under "Rocko" about a year ago, a lot has changed under the hood...
>
> Working under zeus 3.0.4... EXT SDK appears fully functional, I require CLANG/LLVM for future development...
>

I think for future development you should look into dunfell or newer since those are supported releases.

> Never seen this error before, did I miss a patch or possibly a step ?

clang toolchain has evolved rapidly in past few years and so you might find major changes from release to release and also SDK builds are relatively new, I think dunfell and newer is where its properly working without much issues.

>
> Clean build area...
>
> (1) Add meta-clang to bblayers.conf
>
> (2) Added EXT SDK Settings for meta-clang :
>
> SDKIMAGE_FEATURES_append = " staticdev-pkgs"
>
> SDK_EXTRA_TOOLS = "  \
>     nativesdk-cmake \
>     nativesdk-clang \    <---Only appears to download/build llvm when present
>     "
>
> TOOLCHAIN_HOST_TASK_append = "${SDK_EXTRA_TOOLS}"
>
> The build is much slower due to "native-clang-9.0.1-r0 do_compile"...
>
>
> EXT SDK build error seen:
> =========================
>
> 10:12 smonsees@yix490038 
> /disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default> 
> bitbake sbcb-defaultfs-full -c populate_sdk_ext Parsing recipes: 100% |#################################################################################| Time: 0:01:25 Parsing of 2463 .bb files complete (0 cached, 2463 parsed). 3671 targets, 91 skipped, 0 masked, 0 errors.
> NOTE: Resolving any missing task queue dependencies
>
> Build Configuration:
> BB_VERSION           = "1.44.0"
> BUILD_SYS            = "x86_64-linux"
> NATIVELSBSTRING      = "rhel-7.9"
> TARGET_SYS           = "x86_64-poky-linux"
> MACHINE              = "sbcb-default"
> DISTRO               = "limws"
> DISTRO_VERSION       = "3.0.4"
> TUNE_FEATURES        = "m64 corei7"
> TARGET_FPU           = ""
> meta
> meta-poky            = "my_yocto_3.0.4:f2eb22a8783f1eecf99bd4042695bab920eed00e"
> meta-perl
> meta-python
> meta-filesystems
> meta-networking
> meta-initramfs
> meta-oe              = "zeus:2b5dd1eb81cd08bc065bc76125f2856e9383e98b"
> meta-clang           = "zeus:f5355ca9b86fb5de5930132ffd95a9b352d694f9"
> meta                 = "master:a32ddd2b2a51b26c011fa50e441df39304651503"
> meta-intel           = "zeus:d9942d4c3a710406b051852de7232db03c297f4e"
> meta-intel           = "v2019.02:f635a364c55f1fb12519aff54924a0a5b947091e"
>
> NOTE: Fetching uninative binary shim from 
> file:///ede/tms/yocto/zeus/downloads/intel/x86_64-nativesdk-libc.tar.x
> z;sha256sum=a09922172c3a439105e0ae6b943daad2d83505b17da0aba97961ff433b
> 8c21ab Initialising tasks: 100% 
> |#####################################################################
> #########| Time: 0:00:12 Checking sstate mirror object availability: 
> 100% |######################################################| Time: 
> 0:00:00 Sstate summary: Wanted 2490 Found 2157 Missed 333 Current 0 
> (86% match, 0% complete)
> NOTE: Executing Tasks
> NOTE: Setscene tasks completed
> ERROR: sbcb-defaultfs-full-1.0-r0 do_sdk_depends: Error executing a python function in exec_python_func() autogenerated:
>
> The stack trace of python calls that resulted in this exception/failure was:
> File: 'exec_python_func() autogenerated', lineno: 2, function: <module>
>      0001:
>  *** 0002:extend_recipe_sysroot(d)
>      0003:
> File: '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/classes/staging.bbclass', lineno: 551, function: extend_recipe_sysroot
>      0547:                    dest = newmanifest[l]
>      0548:                    if l.endswith("/"):
>      0549:                        staging_copydir(l, targetdir, dest, seendirs)
>      0550:                        continue
>  *** 0551:                    staging_copyfile(l, targetdir, dest, postinsts, seendirs)
>      0552:
>      0553:    bb.note("Installed into sysroot: %s" % str(msg_adding))
>      0554:    bb.note("Skipping as already exists in sysroot: %s" % str(msg_exists))
>      0555:
> File: '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/classes/staging.bbclass', lineno: 144, function: staging_copyfile
>      0140:    if os.path.islink(c):
>      0141:        linkto = os.readlink(c)
>      0142:        if os.path.lexists(dest):
>      0143:            if not os.path.islink(dest):
>  *** 0144:                raise OSError(errno.EEXIST, "Link %s already exists as a file" % dest, dest)
>      0145:            if os.readlink(dest) == linkto:
>      0146:                return dest
>      0147:            raise OSError(errno.EEXIST, "Link %s already exists to a different location? (%s vs %s)" % (dest, os.readlink(dest), linkto), dest)
>      0148:        os.symlink(linkto, dest)
> Exception: FileExistsError: [Errno 17] Link /disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/sbcb_default-poky-linux/sbcb-defaultfs-full/1.0-r0/recipe-sysroot/lib already exists as a file: '/disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/sbcb_default-poky-linux/sbcb-defaultfs-full/1.0-r0/recipe-sysroot/lib'
>
> ERROR: Logfile of failure stored in: 
> /disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/wor
> k/sbcb_default-poky-linux/sbcb-defaultfs-full/1.0-r0/temp/log.do_sdk_d
> epends.24732
> ERROR: Task (/disk0/scratch/smonsees/yocto/workspace_3/poky/../meta-bae/meta-limws/meta-intel/recipes-core/images/sbcb-defaultfs-full.bb:do_sdk_depends) failed with exit code '1'
> NOTE: Tasks Summary: Attempted 6892 tasks of which 5539 didn't need to be rerun and 1 failed.
>
> Summary: 1 task failed:
>   
> /disk0/scratch/smonsees/yocto/workspace_3/poky/../meta-bae/meta-limws/
> meta-intel/recipes-core/images/sbcb-defaultfs-full.bb:do_sdk_depends
> Summary: There was 1 ERROR message shown, returning a non-zero exit code.
> 13:01 smonsees@yix490038 
> /disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default>
>
>
>
> Note: Modifying SDK_EXTRA_TOOLS by removing "nativesdk-clang", i.e.:
>
> SDK_EXTRA_TOOLS = "  \
>     nativesdk-cmake \
>     "
>
> If I remove, the build is much faster, and it builds without the 
> error, also appears not to require/include "llvm" component in build.
> I do not believe the full package was actually built/enabled, but no errors and image is functional.
>
>
> 13:09 smonsees@yix490038 
> /disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default> 
> bitbake sbcb-defaultfs-full -c populate_sdk_ext Parsing recipes: 100% |#################################################################################| Time: 0:01:26 Parsing of 2463 .bb files complete (0 cached, 2463 parsed). 3671 targets, 91 skipped, 0 masked, 0 errors.
> NOTE: Resolving any missing task queue dependencies
>
> Build Configuration:
> BB_VERSION           = "1.44.0"
> BUILD_SYS            = "x86_64-linux"
> NATIVELSBSTRING      = "rhel-7.9"
> TARGET_SYS           = "x86_64-poky-linux"
> MACHINE              = "sbcb-default"
> DISTRO               = "limws"
> DISTRO_VERSION       = "3.0.4"
> TUNE_FEATURES        = "m64 corei7"
> TARGET_FPU           = ""
> meta
> meta-poky            = "my_yocto_3.0.4:f2eb22a8783f1eecf99bd4042695bab920eed00e"
> meta-perl
> meta-python
> meta-filesystems
> meta-networking
> meta-initramfs
> meta-oe              = "zeus:2b5dd1eb81cd08bc065bc76125f2856e9383e98b"
> meta-clang           = "zeus:f5355ca9b86fb5de5930132ffd95a9b352d694f9"
> meta                 = "master:a32ddd2b2a51b26c011fa50e441df39304651503"
> meta-intel           = "zeus:d9942d4c3a710406b051852de7232db03c297f4e"
> meta-intel           = "v2019.02:f635a364c55f1fb12519aff54924a0a5b947091e"
>
> NOTE: Fetching uninative binary shim from 
> file:///ede/tms/yocto/zeus/downloads/intel/x86_64-nativesdk-libc.tar.x
> z;sha256sum=a09922172c3a439105e0ae6b943daad2d83505b17da0aba97961ff433b
> 8c21ab Initialising tasks: 100% 
> |#####################################################################
> #########| Time: 0:00:12 Checking sstate mirror object availability: 
> 100% |######################################################| Time: 
> 0:00:00 Sstate summary: Wanted 2436 Found 2407 Missed 29 Current 0 
> (98% match, 0% complete)
> NOTE: Executing Tasks
> NOTE: Setscene tasks completed
> NOTE: Tasks Summary: Attempted 6767 tasks of which 6223 didn't need to be rerun and all succeeded.
> 13:31 smonsees@yix490038 
> /disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default>
>
>
> -----Original Message-----
> From: Khem Raj <raj.khem@gmail.com>
> Sent: Tuesday, April 20, 2021 12:02 PM
> To: Monsees, Steven C (US) <steven.monsees@baesystems.com>; Anton 
> Antonov <anton.antonov@arm.com>; yocto@lists.yoctoproject.org
> Subject: Re: [yocto] #yocto llvm support
>
> External Email Alert
>
> This email has been sent from an account outside of the BAE Systems network.
>
> Please treat the email with caution, especially if you are requested to click on a link, decrypt/open an attachment, or enable macros.  For further information on how to spot phishing, access "Cybersecurity OneSpace Page" and report phishing by clicking the button "Report Phishing" on the Outlook toolbar.
>
>
>
> On 4/20/21 7:00 AM, Monsees, Steven C (US) via lists.yoctoproject.org wrote:
> > I noticed similar behavior.
> >
> > I am running zeus 3.0.4, "devtool sdk-install llvm" will get llvm 
> > 8.0.1.
> >
> > When I build meta-clang, and I set TOOLCHAIN?="clang" in local.conf 
> > it appears to grab llvm-project-source-9.0.1-9.0.1.
> >
>
> this is intentional, when you use meta-clang, then llvm is preferred from LLVM since them we have consistent version of llvm for clang and others.
>
> > *From:*yocto@lists.yoctoproject.org <yocto@lists.yoctoproject.org> 
> > *On Behalf Of *Anton Antonov
> > *Sent:* Tuesday, April 20, 2021 9:51 AM
> > *To:* yocto@lists.yoctoproject.org
> > *Subject:* Re: [yocto] #yocto llvm support
> >
> > *_External Email Alert_*
> >
> > *This email has been sent from an account outside of the BAE Systems
> > network.*
> >
> > Please treat the email with caution, especially if you are requested 
> > to click on a link, decrypt/open an attachment, or enable macros.
> > For further information on how to spot phishing, access 
> > "Cybersecurity OneSpace Page" and report phishing by clicking the 
> > button "Report Phishing" on the Outlook toolbar.
> >
> >
> > Hi Steven,
> >
> >    I used meta-clang in my recipes and I noticed that:
> > 1. The current release of poky uses LLVM v11.1.0 by default
> > (poky/meta/recipes-devtools/llvm/llvm_git.bb)
> > 2. Meta-clang requires LLVM v12.0.0 (meta-clang/conf/layer.conf 
> > defines LLVMVERSION = "12.0.0")
> >
> > As a result just including meta-clang into bblayers.conf will 
> > require bitbake to build a new version of LLVM and rebuild 
> > everything which uses it
> >
> > Anton
> >
> >
> >
> > 
> >
>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [yocto] #yocto llvm support and meta-clang
       [not found] <607f28f3.1c69fb81.b81d.c1c3SMTPIN_ADDED_MISSING@mx.google.com>
@ 2021-04-20 20:51 ` Khem Raj
  2021-04-21 11:09   ` Monsees, Steven C (US)
  0 siblings, 1 reply; 3+ messages in thread
From: Khem Raj @ 2021-04-20 20:51 UTC (permalink / raw)
  To: Monsees, Steven C (US); +Cc: yocto

On Tue, Apr 20, 2021 at 12:18 PM Monsees, Steven C (US)
<steven.monsees@baesystems.com> wrote:
>
>
> There appears to be an issue  with build zeus based meta-clang under zeus platform...
>
> I followed steps off meta-clang page, and from the work I did with meta-clang under "Rocko" about a year ago, a lot has changed under the hood...
>
> Working under zeus 3.0.4... EXT SDK appears fully functional, I require CLANG/LLVM for future development...
>

I think for future development you should look into dunfell or newer
since those are supported releases.

> Never seen this error before, did I miss a patch or possibly a step ?

clang toolchain has evolved rapidly in past few years and so you might
find major changes from release to release and also SDK builds are
relatively
new, I think dunfell and newer is where its properly working without
much issues.

>
> Clean build area...
>
> (1) Add meta-clang to bblayers.conf
>
> (2) Added EXT SDK Settings for meta-clang :
>
> SDKIMAGE_FEATURES_append = " staticdev-pkgs"
>
> SDK_EXTRA_TOOLS = "  \
>     nativesdk-cmake \
>     nativesdk-clang \    <---Only appears to download/build llvm when present
>     "
>
> TOOLCHAIN_HOST_TASK_append = "${SDK_EXTRA_TOOLS}"
>
> The build is much slower due to "native-clang-9.0.1-r0 do_compile"...
>
>
> EXT SDK build error seen:
> =========================
>
> 10:12 smonsees@yix490038 /disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default> bitbake sbcb-defaultfs-full -c populate_sdk_ext
> Parsing recipes: 100% |#################################################################################| Time: 0:01:25
> Parsing of 2463 .bb files complete (0 cached, 2463 parsed). 3671 targets, 91 skipped, 0 masked, 0 errors.
> NOTE: Resolving any missing task queue dependencies
>
> Build Configuration:
> BB_VERSION           = "1.44.0"
> BUILD_SYS            = "x86_64-linux"
> NATIVELSBSTRING      = "rhel-7.9"
> TARGET_SYS           = "x86_64-poky-linux"
> MACHINE              = "sbcb-default"
> DISTRO               = "limws"
> DISTRO_VERSION       = "3.0.4"
> TUNE_FEATURES        = "m64 corei7"
> TARGET_FPU           = ""
> meta
> meta-poky            = "my_yocto_3.0.4:f2eb22a8783f1eecf99bd4042695bab920eed00e"
> meta-perl
> meta-python
> meta-filesystems
> meta-networking
> meta-initramfs
> meta-oe              = "zeus:2b5dd1eb81cd08bc065bc76125f2856e9383e98b"
> meta-clang           = "zeus:f5355ca9b86fb5de5930132ffd95a9b352d694f9"
> meta                 = "master:a32ddd2b2a51b26c011fa50e441df39304651503"
> meta-intel           = "zeus:d9942d4c3a710406b051852de7232db03c297f4e"
> meta-intel           = "v2019.02:f635a364c55f1fb12519aff54924a0a5b947091e"
>
> NOTE: Fetching uninative binary shim from file:///ede/tms/yocto/zeus/downloads/intel/x86_64-nativesdk-libc.tar.xz;sha256sum=a09922172c3a439105e0ae6b943daad2d83505b17da0aba97961ff433b8c21ab
> Initialising tasks: 100% |##############################################################################| Time: 0:00:12
> Checking sstate mirror object availability: 100% |######################################################| Time: 0:00:00
> Sstate summary: Wanted 2490 Found 2157 Missed 333 Current 0 (86% match, 0% complete)
> NOTE: Executing Tasks
> NOTE: Setscene tasks completed
> ERROR: sbcb-defaultfs-full-1.0-r0 do_sdk_depends: Error executing a python function in exec_python_func() autogenerated:
>
> The stack trace of python calls that resulted in this exception/failure was:
> File: 'exec_python_func() autogenerated', lineno: 2, function: <module>
>      0001:
>  *** 0002:extend_recipe_sysroot(d)
>      0003:
> File: '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/classes/staging.bbclass', lineno: 551, function: extend_recipe_sysroot
>      0547:                    dest = newmanifest[l]
>      0548:                    if l.endswith("/"):
>      0549:                        staging_copydir(l, targetdir, dest, seendirs)
>      0550:                        continue
>  *** 0551:                    staging_copyfile(l, targetdir, dest, postinsts, seendirs)
>      0552:
>      0553:    bb.note("Installed into sysroot: %s" % str(msg_adding))
>      0554:    bb.note("Skipping as already exists in sysroot: %s" % str(msg_exists))
>      0555:
> File: '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/classes/staging.bbclass', lineno: 144, function: staging_copyfile
>      0140:    if os.path.islink(c):
>      0141:        linkto = os.readlink(c)
>      0142:        if os.path.lexists(dest):
>      0143:            if not os.path.islink(dest):
>  *** 0144:                raise OSError(errno.EEXIST, "Link %s already exists as a file" % dest, dest)
>      0145:            if os.readlink(dest) == linkto:
>      0146:                return dest
>      0147:            raise OSError(errno.EEXIST, "Link %s already exists to a different location? (%s vs %s)" % (dest, os.readlink(dest), linkto), dest)
>      0148:        os.symlink(linkto, dest)
> Exception: FileExistsError: [Errno 17] Link /disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/sbcb_default-poky-linux/sbcb-defaultfs-full/1.0-r0/recipe-sysroot/lib already exists as a file: '/disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/sbcb_default-poky-linux/sbcb-defaultfs-full/1.0-r0/recipe-sysroot/lib'
>
> ERROR: Logfile of failure stored in: /disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/sbcb_default-poky-linux/sbcb-defaultfs-full/1.0-r0/temp/log.do_sdk_depends.24732
> ERROR: Task (/disk0/scratch/smonsees/yocto/workspace_3/poky/../meta-bae/meta-limws/meta-intel/recipes-core/images/sbcb-defaultfs-full.bb:do_sdk_depends) failed with exit code '1'
> NOTE: Tasks Summary: Attempted 6892 tasks of which 5539 didn't need to be rerun and 1 failed.
>
> Summary: 1 task failed:
>   /disk0/scratch/smonsees/yocto/workspace_3/poky/../meta-bae/meta-limws/meta-intel/recipes-core/images/sbcb-defaultfs-full.bb:do_sdk_depends
> Summary: There was 1 ERROR message shown, returning a non-zero exit code.
> 13:01 smonsees@yix490038 /disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default>
>
>
>
> Note: Modifying SDK_EXTRA_TOOLS by removing "nativesdk-clang", i.e.:
>
> SDK_EXTRA_TOOLS = "  \
>     nativesdk-cmake \
>     "
>
> If I remove, the build is much faster, and it builds without the error, also appears not to require/include
> "llvm" component in build.
> I do not believe the full package was actually built/enabled, but no errors and image is functional.
>
>
> 13:09 smonsees@yix490038 /disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default> bitbake sbcb-defaultfs-full -c populate_sdk_ext
> Parsing recipes: 100% |#################################################################################| Time: 0:01:26
> Parsing of 2463 .bb files complete (0 cached, 2463 parsed). 3671 targets, 91 skipped, 0 masked, 0 errors.
> NOTE: Resolving any missing task queue dependencies
>
> Build Configuration:
> BB_VERSION           = "1.44.0"
> BUILD_SYS            = "x86_64-linux"
> NATIVELSBSTRING      = "rhel-7.9"
> TARGET_SYS           = "x86_64-poky-linux"
> MACHINE              = "sbcb-default"
> DISTRO               = "limws"
> DISTRO_VERSION       = "3.0.4"
> TUNE_FEATURES        = "m64 corei7"
> TARGET_FPU           = ""
> meta
> meta-poky            = "my_yocto_3.0.4:f2eb22a8783f1eecf99bd4042695bab920eed00e"
> meta-perl
> meta-python
> meta-filesystems
> meta-networking
> meta-initramfs
> meta-oe              = "zeus:2b5dd1eb81cd08bc065bc76125f2856e9383e98b"
> meta-clang           = "zeus:f5355ca9b86fb5de5930132ffd95a9b352d694f9"
> meta                 = "master:a32ddd2b2a51b26c011fa50e441df39304651503"
> meta-intel           = "zeus:d9942d4c3a710406b051852de7232db03c297f4e"
> meta-intel           = "v2019.02:f635a364c55f1fb12519aff54924a0a5b947091e"
>
> NOTE: Fetching uninative binary shim from file:///ede/tms/yocto/zeus/downloads/intel/x86_64-nativesdk-libc.tar.xz;sha256sum=a09922172c3a439105e0ae6b943daad2d83505b17da0aba97961ff433b8c21ab
> Initialising tasks: 100% |##############################################################################| Time: 0:00:12
> Checking sstate mirror object availability: 100% |######################################################| Time: 0:00:00
> Sstate summary: Wanted 2436 Found 2407 Missed 29 Current 0 (98% match, 0% complete)
> NOTE: Executing Tasks
> NOTE: Setscene tasks completed
> NOTE: Tasks Summary: Attempted 6767 tasks of which 6223 didn't need to be rerun and all succeeded.
> 13:31 smonsees@yix490038 /disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default>
>
>
> -----Original Message-----
> From: Khem Raj <raj.khem@gmail.com>
> Sent: Tuesday, April 20, 2021 12:02 PM
> To: Monsees, Steven C (US) <steven.monsees@baesystems.com>; Anton Antonov <anton.antonov@arm.com>; yocto@lists.yoctoproject.org
> Subject: Re: [yocto] #yocto llvm support
>
> External Email Alert
>
> This email has been sent from an account outside of the BAE Systems network.
>
> Please treat the email with caution, especially if you are requested to click on a link, decrypt/open an attachment, or enable macros.  For further information on how to spot phishing, access "Cybersecurity OneSpace Page" and report phishing by clicking the button "Report Phishing" on the Outlook toolbar.
>
>
>
> On 4/20/21 7:00 AM, Monsees, Steven C (US) via lists.yoctoproject.org wrote:
> > I noticed similar behavior.
> >
> > I am running zeus 3.0.4, "devtool sdk-install llvm" will get llvm
> > 8.0.1.
> >
> > When I build meta-clang, and I set TOOLCHAIN?="clang" in local.conf it
> > appears to grab llvm-project-source-9.0.1-9.0.1.
> >
>
> this is intentional, when you use meta-clang, then llvm is preferred from LLVM since them we have consistent version of llvm for clang and others.
>
> > *From:*yocto@lists.yoctoproject.org <yocto@lists.yoctoproject.org> *On
> > Behalf Of *Anton Antonov
> > *Sent:* Tuesday, April 20, 2021 9:51 AM
> > *To:* yocto@lists.yoctoproject.org
> > *Subject:* Re: [yocto] #yocto llvm support
> >
> > *_External Email Alert_*
> >
> > *This email has been sent from an account outside of the BAE Systems
> > network.*
> >
> > Please treat the email with caution, especially if you are requested
> > to click on a link, decrypt/open an attachment, or enable macros.  For
> > further information on how to spot phishing, access "Cybersecurity
> > OneSpace Page" and report phishing by clicking the button "Report
> > Phishing" on the Outlook toolbar.
> >
> >
> > Hi Steven,
> >
> >    I used meta-clang in my recipes and I noticed that:
> > 1. The current release of poky uses LLVM v11.1.0 by default
> > (poky/meta/recipes-devtools/llvm/llvm_git.bb)
> > 2. Meta-clang requires LLVM v12.0.0 (meta-clang/conf/layer.conf
> > defines LLVMVERSION = "12.0.0")
> >
> > As a result just including meta-clang into bblayers.conf will require
> > bitbake to build a new version of LLVM and rebuild everything which
> > uses it
> >
> > Anton
> >
> >
> >
> > 
> >
>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-04-21 11:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-20 19:18 [yocto] #yocto llvm support and meta-clang Monsees, Steven C (US)
     [not found] <607f28f3.1c69fb81.b81d.c1c3SMTPIN_ADDED_MISSING@mx.google.com>
2021-04-20 20:51 ` Khem Raj
2021-04-21 11:09   ` Monsees, Steven C (US)

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.