https://bugs.kde.org/show_bug.cgi?id=440016
Tom Hughes <t...@compton.nu> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REPORTED |RESOLVED Resolution|--- |NOT A BUG --- Comment #3 from Tom Hughes <t...@compton.nu> --- So this is the link that fails: ../coregrind/link_tool_exe_linux 0x58000000 /mnt/a/u/sciteam/stewart1/spack/lib/spack/env/gcc/gcc -o memcheck-amd64-linux -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fsanitize=undefined -fno-sanitize=alignment -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -O2 -static -nodefaultlibs -nostartfiles -u _start -Wl,--build-id=none -m64 memcheck_amd64_linux-mc_leakcheck.o memcheck_amd64_linux-mc_malloc_wrappers.o memcheck_amd64_linux-mc_main.o memcheck_amd64_linux-mc_main_asm.o memcheck_amd64_linux-mc_translate.o memcheck_amd64_linux-mc_machine.o memcheck_amd64_linux-mc_errors.o ../coregrind/libcoregrind-amd64-linux.a ../VEX/libvex-amd64-linux.a -lgcc ../coregrind/libgcc-sup-amd64-linux.a as you can see that never mentions libAtpSigHandler so it seems your gcc is deciding to link against that non-standard library for some reason, even though we specify -nodefaultlibs, which then fails because -nodefaultlibs has, as intended, stopping libc being pulled in. This seems to be a problem with your toolchain I'm afraid. -- You are receiving this mail because: You are watching all bug changes.