Summary: | dev-util/meld-3.22.0 has troublesome shebang /usr/bin/python3 in /usr/bin/meld | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Sebastian Pipping <sping> |
Component: | Current packages | Assignee: | Gentoo Linux Gnome Desktop Team <gnome> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | gentoo |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdf3b6cd0b7528b64a514759110b2ae4e017e853 commit fdf3b6cd0b7528b64a514759110b2ae4e017e853 Author: Matt Turner <mattst88@gentoo.org> AuthorDate: 2022-10-01 18:55:33 +0000 Commit: Matt Turner <mattst88@gentoo.org> CommitDate: 2022-10-01 18:55:54 +0000 dev-util/meld: Fix python shebang Closes: https://bugs.gentoo.org/870694 Signed-off-by: Matt Turner <mattst88@gentoo.org> dev-util/meld/meld-3.22.0.ebuild | 1 + 1 file changed, 1 insertion(+) The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=892f2fe6879667312b33108bbf18c4a07f0aa452 commit 892f2fe6879667312b33108bbf18c4a07f0aa452 Author: Sebastian Pipping <sping@gentoo.org> AuthorDate: 2022-10-01 19:18:44 +0000 Commit: Sebastian Pipping <sping@gentoo.org> CommitDate: 2022-10-01 19:19:36 +0000 dev-util/meld: Add missing revbump Bug: https://bugs.gentoo.org/870694 Signed-off-by: Sebastian Pipping <sping@gentoo.org> dev-util/meld/{meld-3.22.0.ebuild => meld-3.22.0-r1.ebuild} | 0 1 file changed, 0 insertions(+), 0 deletions(-) |
Hi! File /usr/bin/meld has /usr/bin/python3 for a shebang so if /usr/bin/python3 is different from what PYTHON_SINGLE_TARGET has on meld, meld will not start but crash like this: >> # meld >> Traceback (most recent call last): >> File "/usr/bin/meld", line 96, in <module> >> import meld.conf # noqa: E402 >> ModuleNotFoundError: No module named 'meld' Would be cool to have that robust out of the box. Thank you!