checking for backtrace... yes checking for broken backtrace... no checking for x86_64-pc-linux-gnu-strip flags... -S -x checking whether -Wl,--no-as-needed is accepted as LDFLAGS... yes checking whether -Wl,--no-undefined is accepted as LDFLAGS... yes checking whether dtrace USDT is available... no configure: error: --enable-dtrace, however, USDT is not available !!! Please attach the following file when seeking support: ------------------------------------------------------------------- This is an unstable amd64 chroot image at a tinderbox (==build bot) name: 23.0_no_multilib-20240928-074507 UNMASKED: /etc/portage/package.unmask/60gcc:<sys-devel/gcc-15.0.9999:15 Requested by sam Please re-assign to ztrawhcse@ if you cannot reproduced it with regular meson. /etc/portage/package.unmask/50unstable:<dev-build/meson-9999 The attached etc.portage.tar.xz has all details. ------------------------------------------------------------------- gcc-config -l: [1] x86_64-pc-linux-gnu-15 * clang/llvm (if any): clang version 18.1.8 Target: x86_64-pc-linux-gnu Thread model: posix InstalledDir: /usr/lib/llvm/18/bin Configuration file: /etc/clang/x86_64-pc-linux-gnu-clang.cfg /usr/lib/llvm/19 19.1.0 Python 3.12.6 Available Ruby profiles: (none found) Available Rust versions: [1] rust-bin-1.81.0 * php cli (if any): HEAD of ::gentoo commit b37bd8ca690f3a6dd3c9470c6b3d5e68e561ae33 Author: Repository mirror & CI <repomirrorci@gentoo.org> Date: Sat Sep 28 21:21:06 2024 +0000 2024-09-28 21:21:06 UTC emerge -qpvO =dev-lang/ruby-3.3.4 [ebuild N ] dev-lang/ruby-3.3.4 USE="gdbm ssl systemtap -berkdb -debug -doc -examples (-jemalloc) -jit -socks5 (-static-libs) -tk -valgrind -xemacs"
Created attachment 904147 [details] emerge-info.txt
Created attachment 904148 [details] dev-lang:ruby-3.3.4:20240928-224615.log
Created attachment 904149 [details] emerge-history.txt
Created attachment 904150 [details] environment
Created attachment 904151 [details] etc.clang.tar.xz
Created attachment 904152 [details] etc.portage.tar.xz
Created attachment 904153 [details] logs.tar.xz
Created attachment 904154 [details] qlist-info.txt
Created attachment 904155 [details] temp.tar.xz
OK, so: > checking for x86_64-pc-linux-gnu-dtrace... /usr/bin/stap-dtrace Good. But then we have: ``` configure:33059: checking whether dtrace USDT is available configure:33088: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fno-diagnostics-color -fno-strict-aliasing -fPIC conftest.c >&5 conftest.c: In function 'main': conftest.c:496:1: error: implicit declaration of function 'CONFTEST_FIRE' [-Wimplicit-function-declaration] 496 | CONFTEST_FIRE(); | ^~~~~~~~~~~~~ [...] | #include "conftest_provider.h" | int | main (void) | { | CONFTEST_FIRE(); | ; | return 0; | } configure:33105: result: no configure:33140: error: --enable-dtrace, however, USDT is not available ```