https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: media-libs/harfbuzz-2.7.4 fails to compile with dev-lang/python-exec[-native-symlinks]. Discovered on: amd64 (internal ref: tinderbox)
Created attachment 680188 [details] build.log build log and emerge --info
Possible context of error(s): /usr/bin/env: ‘python3’: No such file or directory
*** Bug 763063 has been marked as a duplicate of this bug. ***
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e88b50e735df339e4493f512c5e8178f9ffa1f4 commit 0e88b50e735df339e4493f512c5e8178f9ffa1f4 Author: Lars Wendler <polynomial-c@gentoo.org> AuthorDate: 2021-01-02 20:41:22 +0000 Commit: Lars Wendler <polynomial-c@gentoo.org> CommitDate: 2021-01-02 20:41:39 +0000 media-libs/harfbuzz: Fixed python script shebangs Closes: https://bugs.gentoo.org/762415 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org> media-libs/harfbuzz/harfbuzz-2.7.4.ebuild | 12 +++++++++--- media-libs/harfbuzz/harfbuzz-9999.ebuild | 14 ++++++++++---- 2 files changed, 19 insertions(+), 7 deletions(-)
*** Bug 763243 has been marked as a duplicate of this bug. ***
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84b03819d63453f8a85a2182cb78d1bc5631f444 commit 84b03819d63453f8a85a2182cb78d1bc5631f444 Author: Sam James <sam@gentoo.org> AuthorDate: 2024-06-28 10:29:21 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2024-06-28 10:31:18 +0000 media-libs/harfbuzz: add 9.0.0 Drop some old workarounds while at it: * bug #762415's workaround was broken (see last comment) but we've been using Meson for a while now and in this release upstream moved to Meson-only. * bug #931090's workaround is obsolete as upstream have implemented it in meson.build. It looks like we don't need the Python bits anymore either. Bug: https://bugs.gentoo.org/762415 Bug: https://bugs.gentoo.org/931090 Signed-off-by: Sam James <sam@gentoo.org> media-libs/harfbuzz/Manifest | 1 + media-libs/harfbuzz/harfbuzz-9.0.0.ebuild | 89 +++++++++++++++++++++++++++++++ media-libs/harfbuzz/harfbuzz-9999.ebuild | 15 ------ 3 files changed, 90 insertions(+), 15 deletions(-)
Sorry, in the commit message, I meant s/762415/726120/.