Description of problem: When compiling with clang -faddress-sanitizer we get: /usr/bin/ld: cannot find /usr/bin/../lib/clang/3.2/lib/linux/libclang_rt.asan-x86_64.a: No such file or directory clang: error: linker command failed with exit code 1 (use -v to see invocation) gmake[1]: *** [tests/unit/query] Error 1 The address sanitizer was added in clang 3.1 Version-Release number of selected component (if applicable): clang-3.2-3.fc19.x86_64 How reproducible: 100% Steps to Reproduce: 1. Compile any C/C++ file in clang with -faddress-sanitizer on 2. ... 3. Profit
*** This bug has been marked as a duplicate of bug 949489 ***