Summary: | gui-libs/vte-common-0.72.2 fails to compile (GLIBC-2.38-SYSTEM): meson.build:170:12: ERROR: <PythonExternalProgram python3 -> python3]> is not a valid python or it is missing distutils | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Agostino Sarubbo <ago> |
Component: | Current packages | Assignee: | Gentoo Linux Gnome Desktop Team <gnome> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: | https://bugs.gentoo.org/show_bug.cgi?id=911418 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
build.log
1-meson-log.txt |
Description
Agostino Sarubbo
![]() Created attachment 868076 [details]
build.log
build log and emerge --info
Created attachment 868077 [details]
1-meson-log.txt
1-meson-log.txt
Changing PYTHON_COMPAT=( python3_{10..12} ) to PYTHON_COMPAT=( python3_{10..11} ) on the ebuild vte-common builds correctly Same problem on x11-libs/vte Same fix: Changing PYTHON_COMPAT=( python3_{10..12} ) to PYTHON_COMPAT=( python3_{10..11} ) on the ebuild vte builds correctly The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02345e335d511c93f991e50a7dfa3e6521cd8f64 commit 02345e335d511c93f991e50a7dfa3e6521cd8f64 Author: Sam James <sam@gentoo.org> AuthorDate: 2023-08-18 10:51:41 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2023-08-18 10:51:41 +0000 gui-libs/vte-common: disable py3.12 See the discussion in bug #911418. Bug: https://bugs.gentoo.org/911418 Bug: https://bugs.gentoo.org/912397 Signed-off-by: Sam James <sam@gentoo.org> gui-libs/vte-common/vte-common-0.72.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0ad7b00c772c71a74ec42be0bf594ee9198b71c commit c0ad7b00c772c71a74ec42be0bf594ee9198b71c Author: Sam James <sam@gentoo.org> AuthorDate: 2023-10-03 16:13:02 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2023-10-03 16:13:51 +0000 dev-util/meson: backport PEP632 py3.12 fixes, revert bindgen breakage * Backport PEP632 fixes for Python 3.12 * Revert bindgen patch on 1.2.x branch which broke Mesa Closes: https://bugs.gentoo.org/914989 Closes: https://bugs.gentoo.org/915014 Closes: https://bugs.gentoo.org/911418 Closes: https://bugs.gentoo.org/911990 Closes: https://bugs.gentoo.org/912397 Closes: https://bugs.gentoo.org/912437 Closes: https://bugs.gentoo.org/912452 Closes: https://bugs.gentoo.org/912282 Signed-off-by: Sam James <sam@gentoo.org> ...ndency-ensure-that-setuptools-doesn-t-inj.patch | 39 ++++++ ...le-stop-using-distutils-schemes-on-suffic.patch | 72 +++++++++++ ...le-refactor-pypy-detection-into-a-consist.patch | 36 ++++++ ...le-stop-using-distutils-link-to-libpython.patch | 72 +++++++++++ ...est-case-to-not-import-distutils-on-pytho.patch | 31 +++++ ...e-PyPI-metadata-as-supporting-python-3.12.patch | 25 ++++ ...-apply-global-project-and-environment-C-a.patch | 141 +++++++++++++++++++++ dev-util/meson/meson-1.2.2-r1.ebuild | 122 ++++++++++++++++++ 8 files changed, 538 insertions(+) |