After installing dev-python/ipykernel-5.1.3 the Python 3 kernel fails to start because the config file /usr/share/jupyter/kernels/python3/kernel.json contains incorrect path "/usr/bin/python33.7" This is probably caused by the sed command in the ebuild replacing "python" with "python3", while the kernel file already contains "python3.7". Reproducible: Always
Created attachment 600588 [details] emerge --info
Created attachment 600590 [details] build log
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f80be0a5d2f4dfa708ef691764d8a49a627f6cff commit f80be0a5d2f4dfa708ef691764d8a49a627f6cff Author: Benda Xu <heroxbd@gentoo.org> AuthorDate: 2019-12-26 00:42:56 +0000 Commit: Benda Xu <heroxbd@gentoo.org> CommitDate: 2019-12-27 01:08:12 +0000 dev-python/ipykernel: do not mangle the python call. Upstream has already fixed it. Suggested-By: Denis Lisov Bug: https://bugs.gentoo.org/628222 Closes: https://bugs.gentoo.org/703748 Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Benda Xu <heroxbd@gentoo.org> dev-python/ipykernel/ipykernel-5.1.3.ebuild | 8 -------- 1 file changed, 8 deletions(-)