<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 - compiler-rt build failing on 32-bit x86 Linux platform: bits/c++config.h not found"
href="https://bugs.llvm.org/show_bug.cgi?id=50244">50244</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>compiler-rt build failing on 32-bit x86 Linux platform: bits/c++config.h not found
</td>
</tr>
<tr>
<th>Product</th>
<td>new-bugs
</td>
</tr>
<tr>
<th>Version</th>
<td>unspecified
</td>
</tr>
<tr>
<th>Hardware</th>
<td>PC
</td>
</tr>
<tr>
<th>OS</th>
<td>Windows NT
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>enhancement
</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>lukebenes@hotmail.com
</td>
</tr>
<tr>
<th>CC</th>
<td>htmldeveloper@gmail.com, llvm-bugs@lists.llvm.org
</td>
</tr></table>
<p>
<div>
<pre>The fix for <a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - clang 13 bootstrap is failing on Debian i386 " Host compiler must support std::atomic!""
href="show_bug.cgi?id=49827">Bug 49827</a>, <a href="https://github.com/llvm/llvm-project/commit/e92d2b80c6c9">https://github.com/llvm/llvm-project/commit/e92d2b80c6c9</a>
Is causing Debian 10 i386, OpenSUSE Tumbleweed i686, and Arch Linux 32,
compiler-rt release builds to fail with
[ 96%] Generating SANITIZER_TEST_OBJECTS.sanitizer_allocator_test.cpp.i386.o
..............................In file included from
/compiler-rt/lib/sanitizer_common/tests/sanitizer_allocator_test.cpp:17:
In file included from
/compiler-rt/lib/sanitizer_common/tests/sanitizer_test_utils.h:27:
In file included from
/compiler-rt/lib/sanitizer_common/tests/sanitizer_test_config.h:19:
In file included from
/usr/lib/gcc/i586-suse-linux/10/../../../../include/c++/10/vector:60:
/usr/lib/gcc/i586-suse-linux/10/../../../../include/c++/10/bits/stl_algobase.h:59:10:
fatal error: 'bits/c++config.h' file not found
#include <bits/c++config.h>
^~~~~~~~~~~~~~~~~~
......................................[ 96%] Generating
INTERCEPTION_TEST_OBJECTS.interception_linux_test.cpp.i386.o
.....................In file included from
/compiler-rt/lib/interception/tests/interception_linux_test.cpp:19:
In file included from
/home/luke/e64/lo/llvm-project/llvm/utils/unittest/googletest/include/gtest/gtest.h:54:
/usr/lib/gcc/i586-suse-linux/10/../../../../include/c++/10/limits:42:10: fatal
error: 'bits/c++config.h' file not found
#include <bits/c++config.h>
^~~~~~~~~~~~~~~~~~
...............................1 error generated.
.make[3]: ***
[projects/compiler-rt/lib/interception/tests/CMakeFiles/TInterception-i386-Test.dir/build.make:91:
projects/compiler-rt/lib/interception/tests/INTERCEPTION_TEST_OBJECTS.interception_linux_test.cpp.i386.o]
Error 1
make[2]: *** [CMakeFiles/Makefile2:37022:
projects/compiler-rt/lib/interception/tests/CMakeFiles/TInterception-i386-Test.dir/all]
Error 2
make[2]: *** Waiting for unfinished jobs....
.[ 96%] Generating SANITIZER_TEST_OBJECTS.sanitizer_atomic_test.cpp.i386.o
....
----------------------------------------------------------------------
Ran 126 tests in 0.914s
OK
In file included from
/compiler-rt/lib/sanitizer_common/tests/sanitizer_atomic_test.cpp:13:
In file included from
/home/luke/e64/lo/llvm-project/llvm/utils/unittest/googletest/include/gtest/gtest.h:54:
/usr/lib/gcc/i586-suse-linux/10/../../../../include/c++/10/limits:42:10: fatal
error: 'bits/c++config.h' file not found
#include <bits/c++config.h>
^~~~~~~~~~~~~~~~~~
1 error generated.
make[3]: ***
[projects/compiler-rt/lib/sanitizer_common/tests/CMakeFiles/TSanitizer-i386-Test.dir/build.make:221:
projects/compiler-rt/lib/sanitizer_common/tests/SANITIZER_TEST_OBJECTS.sanitizer_allocator_test.cpp.i386.o]
Error 1
make[3]: *** Waiting for unfinished jobs....
[ 96%] Built target check-clang-python
1 error generated.
make[3]: ***
[projects/compiler-rt/lib/sanitizer_common/tests/CMakeFiles/TSanitizer-i386-Test.dir/build.make:329:
projects/compiler-rt/lib/sanitizer_common/tests/SANITIZER_TEST_OBJECTS.sanitizer_atomic_test.cpp.i386.o]
Error 1
make[2]: *** [CMakeFiles/Makefile2:36497:
projects/compiler-rt/lib/sanitizer_common/tests/CMakeFiles/TSanitizer-i386-Test.dir/all]
Error 2
[ 97%] Built target ToolingTests
make[1]: *** [CMakeFiles/Makefile2:14979: CMakeFiles/check-all.dir/rule] Error
2
make: *** [Makefile:244: check-all] Error 2</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>