Summary: | sys-libs/compiler-rt-sanitizers-12.0.0 fails to build with linux-headers-5.13: sanitizer_platform_limits_posix.cpp:146:10: fatal error: 'linux/cyclades.h' file not found | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Sergei Trofimovich (RETIRED) <slyfox> |
Component: | Current packages | Assignee: | LLVM support project <llvm> |
Status: | RESOLVED UPSTREAM | ||
Severity: | normal | CC: | alex.iris.parker, john.einar, mattst88, sam |
Priority: | Normal | Keywords: | PATCH |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: | https://bugs.gentoo.org/show_bug.cgi?id=800695 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | 0001-libsanitizer-Remove-cyclades-inclusion-in-sanitizer.patch |
Description
Sergei Trofimovich (RETIRED)
2021-07-08 20:43:43 UTC
Same header causing gcc-10.3.0-r1 to fail to build. (In reply to John Einar Reitan from comment #1) > Same header causing gcc-10.3.0-r1 to fail to build. You need -r2. This is fixed for me in 12.0.1 (In reply to Alexandra Parker from comment #3) > This is fixed for me in 12.0.1 Thanks! |