Hello, zimoun <zimon.touto...@gmail.com> skribis:
> I do not know if I am doing something wrong but I am not able to build > on x86_64: > guix build clang-runtime@3.5 -K > see error message below. Then I am going in > `/tmp/guix-build-clang-runtime-3.5.2.drv-0/build' and I try to inspect > as recommanded in "Debugging Build Failures". > > I am not sure to understand if it is expected but when I try to build > in the /tmp/, I get this error: > > /tmp/guix-build-clang-runtime-3.5.2.drv-0/compiler-rt-3.5.2.src/lib/sanitizer_common/sanitizer_platform_limits_posix.cc:132:23: > fatal error: sys/ustat.h: No such file or directory Fixed in 286bea0dbad0d29ce3a6746b6af793a2b7280110, thanks! It’s an issue we had seen in GCC, Clang, etc. because libsanitizer is bundled in all these. Ludo’.