summaryrefslogtreecommitdiffstats
path: root/dynamic-layers/qt6-layer/recpes-qt/qt6
diff options
context:
space:
mode:
authorHarish Sadineni <HarishSadineni@windriver.com>2025-04-24 15:21:51 +0530
committerKhem Raj <raj.khem@gmail.com>2025-05-06 06:14:52 -0700
commit47a03c576465a89d927c50ebd24b9ad455006325 (patch)
treefe0247a0601d4a4cc37153991d13aedf237cec66 /dynamic-layers/qt6-layer/recpes-qt/qt6
parent8608f14a5727ffa67dcc57677a8cbfc9a60be3a8 (diff)
downloadmeta-clang-47a03c576465a89d927c50ebd24b9ad455006325.tar.gz
bcc: Fix for test bpf stack_id table
The test for bpf_stack_id was failing due to the system being unable to locate libc.so.6. Upon investigation using strace, the following error was observed: newfstatat(AT_FDCWD, "/lib/x86_64-linux-gnu/libc.so.6", 0x7ffdcd475420, 0) = -1 ENOENT (No such file or directory) newfstatat(AT_FDCWD, "/lib64/libc.so.6", 0x7ffdcd475420, 0) = -1 ENOENT (No such file or directory) This issue occurs because libc.so.6 was not found in the expected locations. To resolve this, the location of libc.so.6 in image has been added . It is now accessible at: /lib/libc.so.6 Upstream-Status: Submitted [https://github.com/iovisor/bcc/pull/5292] Signed-off-by: Harish Sadineni <HarishSadineni@windriver.com>
Diffstat (limited to 'dynamic-layers/qt6-layer/recpes-qt/qt6')
0 files changed, 0 insertions, 0 deletions