Summary: | net-libs/mbedtls-2.24.0 fails to compile: Cannot build test suites without Python 3 | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Agostino Sarubbo <ago> |
Component: | Current packages | Assignee: | Azamat H. Hackimov <azamat.hackimov> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | proxy-maint |
Priority: | Normal | Keywords: | PullRequest |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: | https://github.com/gentoo/gentoo/pull/34702 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 893356 | ||
Attachments: |
build.log
1-CMakeOutput.log build log with gcc 10 |
Description
Agostino Sarubbo
![]() 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. The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4767bcca480ea1ecfaa1fe58841d0989b3640e7e commit 4767bcca480ea1ecfaa1fe58841d0989b3640e7e Author: Azamat H. Hackimov <azamat.hackimov@gmail.com> AuthorDate: 2024-01-07 13:55:41 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2024-01-14 04:01:12 +0000 net-libs/mbedtls: add 2.28.6 New dual licensing (Apache-2.0 or GPL-2+), add python as BDEPEND (required for some pre-compile checks test data generation), minor fixes to project spelling (it's "Mbed TLS", not "mbed TLS"). Closes: https://bugs.gentoo.org/740718 Signed-off-by: Azamat H. Hackimov <azamat.hackimov@gmail.com> Signed-off-by: Sam James <sam@gentoo.org> net-libs/mbedtls/Manifest | 1 + net-libs/mbedtls/mbedtls-2.28.6.ebuild | 108 +++++++++++++++++++++++++++++++++ net-libs/mbedtls/metadata.xml | 4 +- 3 files changed, 111 insertions(+), 2 deletions(-) |