FAILED: wasm2wat-fuzz : && /usr/bin/c++ -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -Wold-style-cast -fno-exceptions -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -DNDEBUG -fstack-protector-strong -L/usr/local/lib -fsanitize=fuzzer,address CMakeFiles/wasm2wat-fuzz.dir/src/tools/wasm2wat-fuzz.cc.o -o wasm2wat-fuzz -Wl,-rpath,/wrkdirs/usr/ports/www/wabt/work/.build: libwabt-fuzz.so libwabt.so /usr/lib/libcrypto.so && : ld: error: undefined symbol: __elf_aux_vector >>> referenced by sanitizer_linux_libcdep.cpp:950 (/usr/local/poudriere/jails/main-amd64/usr/src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_linux_libcdep.cpp:950) >>> sanitizer_linux_libcdep.o:(__sanitizer::ReExec()) in archive /usr/lib/clang/17/lib/freebsd/libclang_rt.asan-x86_64.a c++: error: linker command failed with exit code 1 (use -v to see invocation)
The error message text with "undefined symbol: _elf_aux_vector" and "sanitizer_linux_libcdep" looks to be a duplicate of that reported in: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=277393 for a trivial example program and link. I expect this report and others for other programs with the same messages are duplicates of 277393 . So far as I know, the final decision on the general handling of the issue is still pending for all examples.
*** This bug has been marked as a duplicate of bug 277393 ***