<html>
<head>
<base href="https://bugs.llvm.org/">
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW - skipping incompatible /usr/lib/x86_64-linux-gnu/libcrypt.so when searching for -lcrypt"
href="https://bugs.llvm.org/show_bug.cgi?id=48946">48946</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>skipping incompatible /usr/lib/x86_64-linux-gnu/libcrypt.so when searching for -lcrypt
</td>
</tr>
<tr>
<th>Product</th>
<td>new-bugs
</td>
</tr>
<tr>
<th>Version</th>
<td>11.0
</td>
</tr>
<tr>
<th>Hardware</th>
<td>PC
</td>
</tr>
<tr>
<th>OS</th>
<td>Linux
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>release blocker
</td>
</tr>
<tr>
<th>Priority</th>
<td>P
</td>
</tr>
<tr>
<th>Component</th>
<td>new bugs
</td>
</tr>
<tr>
<th>Assignee</th>
<td>unassignedbugs@nondot.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>nnelson@infowest.com
</td>
</tr>
<tr>
<th>CC</th>
<td>htmldeveloper@gmail.com, llvm-bugs@lists.llvm.org
</td>
</tr></table>
<p>
<div>
<pre>Obtain these errors on the 12.0.0-rc1 release run.
I looked around on <a href="https://packages.ubuntu.com/">https://packages.ubuntu.com/</a> for a different libcrypt or
location and did not find any.
<a href="https://packages.ubuntu.com/search?searchon=contents&keywords=libcrypt&mode=filename&suite=groovy&arch=any">https://packages.ubuntu.com/search?searchon=contents&keywords=libcrypt&mode=filename&suite=groovy&arch=any</a>
locate libcrypt
/usr/lib/x86_64-linux-gnu/libcrypt.a
/usr/lib/x86_64-linux-gnu/libcrypt.so
/usr/lib/x86_64-linux-gnu/libcrypt.so.1
/usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
FAIL: SanitizerCommon-asan-i386-Linux :: Linux/crypt_r.cpp (78329 of 87856)
******************** TEST 'SanitizerCommon-asan-i386-Linux ::
Linux/crypt_r.cpp' FAILED ********************
Script:
--
: 'RUN: at line 1';
/home/nnelson/Documents/llvm-project/llvm/utils/release/rc1/Phase3/Release+Asserts/llvmCore-12.0.0-rc1.obj/./bin/clang
--driver-mode=g++ -gline-tables-only -fsanitize=address -m32 -ldl -O0 -g
/home/nnelson/Documents/llvm-project/llvm/utils/release/rc1/llvm-project/compiler-rt/test/sanitizer_common/TestCases/Linux/crypt_r.cpp
-lcrypt -o
/home/nnelson/Documents/llvm-project/llvm/utils/release/rc1/Phase3/Release+Asserts/llvmCore-12.0.0-rc1.obj/projects/compiler-rt/test/sanitizer_common/asan-i386-Linux/Linux/Output/crypt_r.cpp.tmp
&&
/home/nnelson/Documents/llvm-project/llvm/utils/release/rc1/Phase3/Release+Asserts/llvmCore-12.0.0-rc1.obj/projects/compiler-rt/test/sanitizer_common/asan-i386-Linux/Linux/Output/crypt_r.cpp.tmp
--
Exit Code: 1
Command Output (stderr):
--
/usr/bin/ld: skipping incompatible /usr/lib/x86_64-linux-gnu/libcrypt.so when
searching for -lcrypt
/usr/bin/ld: skipping incompatible /usr/lib/x86_64-linux-gnu/libcrypt.a when
searching for -lcrypt
/usr/bin/ld: cannot find -lcrypt
/usr/bin/ld: skipping incompatible /usr/lib/x86_64-linux-gnu/libcrypt.so when
searching for -lcrypt
clang-12: error: linker command failed with exit code 1 (use -v to see
invocation)
--
********************
Testing: 0.. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80..
FAIL: SanitizerCommon-asan-i386-Linux :: Posix/crypt.cpp (78403 of 87856)
******************** TEST 'SanitizerCommon-asan-i386-Linux :: Posix/crypt.cpp'
FAILED ********************
Script:
--
: 'RUN: at line 1';
/home/nnelson/Documents/llvm-project/llvm/utils/release/rc1/Phase3/Release+Asserts/llvmCore-12.0.0-rc1.obj/./bin/clang
--driver-mode=g++ -gline-tables-only -fsanitize=address -m32 -ldl -O0 -g
/home/nnelson/Documents/llvm-project/llvm/utils/release/rc1/llvm-project/compiler-rt/test/sanitizer_common/TestCases/Posix/crypt.cpp
-o
/home/nnelson/Documents/llvm-project/llvm/utils/release/rc1/Phase3/Release+Asserts/llvmCore-12.0.0-rc1.obj/projects/compiler-rt/test/sanitizer_common/asan-i386-Linux/Posix/Output/crypt.cpp.tmp
-lcrypt &&
/home/nnelson/Documents/llvm-project/llvm/utils/release/rc1/Phase3/Release+Asserts/llvmCore-12.0.0-rc1.obj/projects/compiler-rt/test/sanitizer_common/asan-i386-Linux/Posix/Output/crypt.cpp.tmp
--
Exit Code: 1
Command Output (stderr):
--
/usr/bin/ld: skipping incompatible /usr/lib/x86_64-linux-gnu/libcrypt.so when
searching for -lcrypt
/usr/bin/ld: skipping incompatible /usr/lib/x86_64-linux-gnu/libcrypt.a when
searching for -lcrypt
/usr/bin/ld: cannot find -lcrypt
/usr/bin/ld: skipping incompatible /usr/lib/x86_64-linux-gnu/libcrypt.so when
searching for -lcrypt
clang-12: error: linker command failed with exit code 1 (use -v to see
invocation)
--
********************
Testing: 0.. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80..
FAIL: SanitizerCommon-lsan-i386-Linux :: Linux/crypt_r.cpp (78668 of 87856)
******************** TEST 'SanitizerCommon-lsan-i386-Linux ::
Linux/crypt_r.cpp' FAILED ********************
Script:
--
: 'RUN: at line 1';
/home/nnelson/Documents/llvm-project/llvm/utils/release/rc1/Phase3/Release+Asserts/llvmCore-12.0.0-rc1.obj/./bin/clang
--driver-mode=g++ -gline-tables-only -fsanitize=leak -m32 -ldl -O0 -g
/home/nnelson/Documents/llvm-project/llvm/utils/release/rc1/llvm-project/compiler-rt/test/sanitizer_common/TestCases/Linux/crypt_r.cpp
-lcrypt -o
/home/nnelson/Documents/llvm-project/llvm/utils/release/rc1/Phase3/Release+Asserts/llvmCore-12.0.0-rc1.obj/projects/compiler-rt/test/sanitizer_common/lsan-i386-Linux/Linux/Output/crypt_r.cpp.tmp
&&
/home/nnelson/Documents/llvm-project/llvm/utils/release/rc1/Phase3/Release+Asserts/llvmCore-12.0.0-rc1.obj/projects/compiler-rt/test/sanitizer_common/lsan-i386-Linux/Linux/Output/crypt_r.cpp.tmp
--
Exit Code: 1
Command Output (stderr):
--
/usr/bin/ld: skipping incompatible /usr/lib/x86_64-linux-gnu/libcrypt.so when
searching for -lcrypt
/usr/bin/ld: skipping incompatible /usr/lib/x86_64-linux-gnu/libcrypt.a when
searching for -lcrypt
/usr/bin/ld: cannot find -lcrypt
/usr/bin/ld: skipping incompatible /usr/lib/x86_64-linux-gnu/libcrypt.so when
searching for -lcrypt
clang-12: error: linker command failed with exit code 1 (use -v to see
invocation)
--
********************
Testing: 0.. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80..
FAIL: SanitizerCommon-lsan-i386-Linux :: Posix/crypt.cpp (78734 of 87856)
******************** TEST 'SanitizerCommon-lsan-i386-Linux :: Posix/crypt.cpp'
FAILED ********************
Script:
--
: 'RUN: at line 1';
/home/nnelson/Documents/llvm-project/llvm/utils/release/rc1/Phase3/Release+Asserts/llvmCore-12.0.0-rc1.obj/./bin/clang
--driver-mode=g++ -gline-tables-only -fsanitize=leak -m32 -ldl -O0 -g
/home/nnelson/Documents/llvm-project/llvm/utils/release/rc1/llvm-project/compiler-rt/test/sanitizer_common/TestCases/Posix/crypt.cpp
-o
/home/nnelson/Documents/llvm-project/llvm/utils/release/rc1/Phase3/Release+Asserts/llvmCore-12.0.0-rc1.obj/projects/compiler-rt/test/sanitizer_common/lsan-i386-Linux/Posix/Output/crypt.cpp.tmp
-lcrypt &&
/home/nnelson/Documents/llvm-project/llvm/utils/release/rc1/Phase3/Release+Asserts/llvmCore-12.0.0-rc1.obj/projects/compiler-rt/test/sanitizer_common/lsan-i386-Linux/Posix/Output/crypt.cpp.tmp
--
Exit Code: 1
Command Output (stderr):
--
/usr/bin/ld: skipping incompatible /usr/lib/x86_64-linux-gnu/libcrypt.so when
searching for -lcrypt
/usr/bin/ld: skipping incompatible /usr/lib/x86_64-linux-gnu/libcrypt.a when
searching for -lcrypt
/usr/bin/ld: cannot find -lcrypt
/usr/bin/ld: skipping incompatible /usr/lib/x86_64-linux-gnu/libcrypt.so when
searching for -lcrypt
clang-12: error: linker command failed with exit code 1 (use -v to see
invocation)
--
********************
Testing: 0.. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80..
FAIL: SanitizerCommon-ubsan-i386-Linux :: Linux/crypt_r.cpp (79348 of 87856)
******************** TEST 'SanitizerCommon-ubsan-i386-Linux ::
Linux/crypt_r.cpp' FAILED ********************
Script:
--
: 'RUN: at line 1';
/home/nnelson/Documents/llvm-project/llvm/utils/release/rc1/Phase3/Release+Asserts/llvmCore-12.0.0-rc1.obj/./bin/clang
--driver-mode=g++ -gline-tables-only -fsanitize=undefined -m32 -ldl -O0 -g
/home/nnelson/Documents/llvm-project/llvm/utils/release/rc1/llvm-project/compiler-rt/test/sanitizer_common/TestCases/Linux/crypt_r.cpp
-lcrypt -o
/home/nnelson/Documents/llvm-project/llvm/utils/release/rc1/Phase3/Release+Asserts/llvmCore-12.0.0-rc1.obj/projects/compiler-rt/test/sanitizer_common/ubsan-i386-Linux/Linux/Output/crypt_r.cpp.tmp
&&
/home/nnelson/Documents/llvm-project/llvm/utils/release/rc1/Phase3/Release+Asserts/llvmCore-12.0.0-rc1.obj/projects/compiler-rt/test/sanitizer_common/ubsan-i386-Linux/Linux/Output/crypt_r.cpp.tmp
--
Exit Code: 1
Command Output (stderr):
--
/usr/bin/ld: skipping incompatible /usr/lib/x86_64-linux-gnu/libcrypt.so when
searching for -lcrypt
/usr/bin/ld: skipping incompatible /usr/lib/x86_64-linux-gnu/libcrypt.a when
searching for -lcrypt
/usr/bin/ld: cannot find -lcrypt
/usr/bin/ld: skipping incompatible /usr/lib/x86_64-linux-gnu/libcrypt.so when
searching for -lcrypt
clang-12: error: linker command failed with exit code 1 (use -v to see
invocation)
--
********************
Testing: 0.. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80..
FAIL: SanitizerCommon-ubsan-i386-Linux :: Posix/crypt.cpp (79422 of 87856)
******************** TEST 'SanitizerCommon-ubsan-i386-Linux :: Posix/crypt.cpp'
FAILED ********************
Script:
--
: 'RUN: at line 1';
/home/nnelson/Documents/llvm-project/llvm/utils/release/rc1/Phase3/Release+Asserts/llvmCore-12.0.0-rc1.obj/./bin/clang
--driver-mode=g++ -gline-tables-only -fsanitize=undefined -m32 -ldl -O0 -g
/home/nnelson/Documents/llvm-project/llvm/utils/release/rc1/llvm-project/compiler-rt/test/sanitizer_common/TestCases/Posix/crypt.cpp
-o
/home/nnelson/Documents/llvm-project/llvm/utils/release/rc1/Phase3/Release+Asserts/llvmCore-12.0.0-rc1.obj/projects/compiler-rt/test/sanitizer_common/ubsan-i386-Linux/Posix/Output/crypt.cpp.tmp
-lcrypt &&
/home/nnelson/Documents/llvm-project/llvm/utils/release/rc1/Phase3/Release+Asserts/llvmCore-12.0.0-rc1.obj/projects/compiler-rt/test/sanitizer_common/ubsan-i386-Linux/Posix/Output/crypt.cpp.tmp
--
Exit Code: 1
Command Output (stderr):
--
/usr/bin/ld: skipping incompatible /usr/lib/x86_64-linux-gnu/libcrypt.so when
searching for -lcrypt
/usr/bin/ld: skipping incompatible /usr/lib/x86_64-linux-gnu/libcrypt.a when
searching for -lcrypt
/usr/bin/ld: cannot find -lcrypt
/usr/bin/ld: skipping incompatible /usr/lib/x86_64-linux-gnu/libcrypt.so when
searching for -lcrypt
clang-12: error: linker command failed with exit code 1 (use -v to see
invocation)
--</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are on the CC list for the bug.</li>
</ul>
</body>
</html>