Hello,
I've been trying to build chromium-ozone-wayland on master (HEAD) and have been running into a missing library error.
Layers:
meta-openembedded
https://git.openembedded.org/meta-openembedded
master
HEAD
meta-browser
https://github.com/OSSystems/meta-browser
master
HEAD
meta-clang
https://github.com/kraj/meta-clang
master
HEAD
oe-core
https://git.openembedded.org/openembedded-core
master
HEAD
Error:
DEBUG: Executing shell function do_compile ninja: error: '../../../../recipe-sysroot-native/usr/lib/clang/latest/lib/x86_64-unknown-linux-gnu/libclang_rt.builtins.a', needed by 'yocto_native_for_rust_host_build_tools/obj/build/rust/allocator/liballoc_error_handler_impl.a', missing and no known rule to make it WARNING: /build/build/arago-tmp-default/work/aarch64-oe-linux/chromium-ozone-wayland/142.0.7444.175/temp/run.do_compile.306896:147 exit 1 from 'ninja -v -j 64 chrome chrome_sandbox chromedriver.unstripped' WARNING: Backtrace (BB generated script): #1: do_compile, /build/build/arago-tmp-default/work/aarch64-oe-linux/chromium-ozone-wayland/142.0.7444.175/temp/run.do_compile.306896, line 147 #2: main, /build/build/arago-tmp-default/work/aarch64-oe-linux/chromium-ozone-wayland/142.0.7444.175/temp/run.do_compile.306896, line 151
Through testing I was able to build chromium with oe-core locked to ac7327583aef83fd400190506f3147623de38b68 but for my use case I'd like to keep oe-core to HEAD.
Hello,
I've been trying to build chromium-ozone-wayland on master (HEAD) and have been running into a missing library error.
Layers:
meta-openembedded
https://git.openembedded.org/meta-openembedded
master
HEAD
meta-browser
https://github.com/OSSystems/meta-browser
master
HEAD
meta-clang
https://github.com/kraj/meta-clang
master
HEAD
oe-core
https://git.openembedded.org/openembedded-core
master
HEAD
Error:
DEBUG: Executing shell function do_compile ninja: error: '../../../../recipe-sysroot-native/usr/lib/clang/latest/lib/x86_64-unknown-linux-gnu/libclang_rt.builtins.a', needed by 'yocto_native_for_rust_host_build_tools/obj/build/rust/allocator/liballoc_error_handler_impl.a', missing and no known rule to make it WARNING: /build/build/arago-tmp-default/work/aarch64-oe-linux/chromium-ozone-wayland/142.0.7444.175/temp/run.do_compile.306896:147 exit 1 from 'ninja -v -j 64 chrome chrome_sandbox chromedriver.unstripped' WARNING: Backtrace (BB generated script): #1: do_compile, /build/build/arago-tmp-default/work/aarch64-oe-linux/chromium-ozone-wayland/142.0.7444.175/temp/run.do_compile.306896, line 147 #2: main, /build/build/arago-tmp-default/work/aarch64-oe-linux/chromium-ozone-wayland/142.0.7444.175/temp/run.do_compile.306896, line 151Through testing I was able to build chromium with oe-core locked to ac7327583aef83fd400190506f3147623de38b68 but for my use case I'd like to keep oe-core to HEAD.