https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: net-irc/thelounge-4.4.2_rc1 fails to compile with dev-lang/python-exec[-native-symlinks]. Discovered on: amd64 (internal ref: guru_ci) Info about the issue: https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#QA0035
Created attachment 887279 [details] build.log.xz build log and emerge --info (compressed because it exceeds attachment limit, use 'xzless' to read it)
Error(s) that match a know pattern: gyp ERR! stack Error: Could not find any Python installation to use npm verb stack Error: command failed
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8fd3dfb68a9bc5b378c722874b572185e26c916e commit 8fd3dfb68a9bc5b378c722874b572185e26c916e Author: Rahil Bhimjiani <me@rahil.rocks> AuthorDate: 2024-03-11 19:36:23 +0000 Commit: Rahil Bhimjiani <me@rahil.rocks> CommitDate: 2024-03-11 19:58:27 +0000 net-irc/thelounge: use specific python version Instead of just executing `python` or `python3` which are just symlinks and considered bad practice, execute specific python executable (i.e. /usr/bin/python3.11) This also fixes failing build with python-exec[-native-symlinks] Closes: https://bugs.gentoo.org/926719 Signed-off-by: Rahil Bhimjiani <me@rahil.rocks> net-irc/thelounge/thelounge-4.4.1.ebuild | 12 ++++++++++-- net-irc/thelounge/thelounge-4.4.2_rc1.ebuild | 12 ++++++++++-- 2 files changed, 20 insertions(+), 4 deletions(-)