https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: net-libs/mbedtls-2.24.0 fails to compile. Discovered on: amd64 (internal ref: tinderbox) NOTE: This machine uses a clang/LLVM toolchain. If you think that this issue is strictly related to clang/LLVM please block bug 408963. If you think that this issue is strictly related to the LLD linker, please block bug 731004. This machine uses also GLIBC-2.32. If you think that this issue is strictly related to GLIBC please block bug 736174.
Created attachment 658790 [details] build.log build log and emerge --info
Created attachment 658792 [details] 1-CMakeOutput.log 1-CMakeOutput.log
Please read the buildlog. It seems it could not find an executable python3. I had no problems building on my local machine. I think this bug is invalid, but I'll let you decide.
Created attachment 659556 [details] build log with gcc 10
I'm seeing the same error on my local machine, though it seems to be a later error that's failing the compilation for me. I'm using python3.8 as my default, so something must be wrong with the detection.
(In reply to benjamin.herweyer from comment #5) > I'm seeing the same error on my local machine, though it seems to be a later > error that's failing the compilation for me. I'm using python3.8 as my > default, so something must be wrong with the detection. That's a different error. We should separate these bugs.
(In reply to benjamin.herweyer from comment #4) > Created attachment 659556 [details] > build log with gcc 10 I got this error as well when I tried to build with GCC 10. I was able to get it to build with GCC 9.3.0, however. Adding -fcommon to *FLAGS did not resolve the issue with GCC 10.