This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ERROR: Logfile of failure stored in: /srv/pokybuild/yocto-worker/meta-oe/build/build/tmp/work/x86-64-v3-poky-linux/freerdp3/3.22.0/temp/log.do_configure.200113 | |
| Log data follows: | |
| | DEBUG: Executing python function extend_recipe_sysroot | |
| | NOTE: Direct dependencies are ['/srv/pokybuild/yocto-worker/meta-oe/build/layers/openembedded-core/meta/recipes-connectivity/openssl/openssl_3.5.5.bb:do_populate_sysroot', '/srv/pokybuild/yocto-worker/meta-oe/build/layers/openembedded-core/meta/recipes-core/glibc/glibc_2.42.bb:do_populate_sysroot', '/srv/pokybuild/yocto-worker/meta-oe/build/layers/openembedded-core/meta/recipes-core/zlib/zlib_1.3.1.bb:do_populate_sysroot', '/srv/pokybuild/yocto-worker/meta-oe/build/layers/openembedded-core/meta/recipes-devtools/cmake/cmake-native_4.2.2.bb:do_populate_sysroot', '/srv/pokybuild/yocto-worker/meta-oe/build/layers/openembedded-core/meta/recipes-devtools/gcc/gcc-cross_15.2.bb:do_populate_sysroot', '/srv/pokybuild/yocto-worker/meta-oe/build/layers/openembedded-core/meta/recipes-devto |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/clang/include/clang/Basic/OffloadArch.h b/clang/include/clang/Basic/OffloadArch.h | |
| index ea665b1f49e0..b7d6e00f628e 100644 | |
| --- a/clang/include/clang/Basic/OffloadArch.h | |
| +++ b/clang/include/clang/Basic/OffloadArch.h | |
| @@ -16,7 +16,7 @@ class StringRef; | |
| namespace clang { | |
| enum class OffloadArch { | |
| - UNUSED, | |
| + UNUSED_, |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| DEBUG: Executing shell function do_compile |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ❯ cat sort.txt | |
| ata | |
| at_keyboard | |
| kraj@apollo ~/tests | |
| ❯ LC_COLLATE=en_US.UTF-8 sort sort.txt | |
| ata | |
| at_keyboard | |
| kraj@apollo ~/tests |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| DEBUG: Executing shell function do_compile | |
| * Getting build dependencies for wheel... | |
| * Building wheel... | |
| Running `maturin pep517 build-wheel -i /mnt/b/yoe/master/build/tmp/work/riscv64imafdc-yoe-linux/python3-orjson/3.11.3/recipe-sysroot-native/usr/bin/nativepython3 --compatibility off` | |
| 📦 Including license file `LICENSE-APACHE` | |
| 📦 Including license file `LICENSE-MIT` | |
| 🍹 Building a mixed python/rust project | |
| 🔗 Found pyo3-ffi bindings | |
| 🐍 Found CPython 3.13 | |
| Compiling target-lexicon v0.13.2 |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| DEBUG: Executing python function extend_recipe_sysroot | |
| NOTE: Direct dependencies are ['/mnt/b/yoe/master/sources/openembedded-core/meta/recipes-core/glibc/glibc_2.42.bb:do_populate_sysroot', '/mnt/b/yoe/master/sources/openembedded-core/meta/recipes-devtools/clang/clang-cross_git.bb:do_populate_sysroot', '/mnt/b/yoe/master/sources/openembedded-core/meta/recipes-devtools/clang/compiler-rt_git.bb:do_populate_sysroot', '/mnt/b/yoe/master/sources/openembedded-core/meta/recipes-devtools/clang/libcxx_git.bb:do_populate_sysroot', '/mnt/b/yoe/master/sources/openembedded-core/meta/recipes-devtools/clang/llvm_git.bb:do_populate_sysroot', '/mnt/b/yoe/master/sources/openembedded-core/meta/recipes-devtools/gcc/gcc-runtime_15.2.bb:do_populate_sysroot', '/mnt/b/yoe/master/sources/openembedded-core/meta/recipes-devtools/quilt/quilt-native_0.69.bb:do_populate_sysroot', '/mnt/b/yoe/master/sources/openembedded-core/meta/recipes-devtools/rust/libstd-rs_1.90.0.bb:do_populate_sysroot', 'virtual:native:/mnt/b/yoe/master/sources/open |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // preadv_pwritev_test.c | |
| // run like below | |
| // strace -ff -vv -o trace.log -e trace=pread64,preadv,pwrite64,pwritev ./a.out | |
| #define _GNU_SOURCE | |
| #include <fcntl.h> | |
| #include <stdio.h> | |
| #include <stdlib.h> | |
| #include <string.h> | |
| #include <unistd.h> | |
| #include <sys/uio.h> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0"?> | |
| <!-- | |
| # SPDX-FileCopyrightText: Copyright (c) 2023-2024 NVIDIA CORPORATION & AFFILIATES. | |
| # All rights reserved. | |
| # SPDX-License-Identifier: LicenseRef-NvidiaProprietary | |
| # | |
| # NVIDIA CORPORATION, its affiliates and licensors retain all intellectual | |
| # property and proprietary rights in and to this material, related | |
| # documentation and any modifications thereto. Any use, reproduction, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Basic cgroup support: | |
| CONFIG_CGROUPS=y | |
| # Cgroups v2 (unified hierarchy): | |
| CONFIG_CGROUP_UNIFIED_HIERARCHY=y | |
| # CPU controller (includes cpuset in v2): |
NewerOlder