Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 703748 - dev-python/ipykernel-5.1.3: installs incorrect kernel config file
Summary: dev-python/ipykernel-5.1.3: installs incorrect kernel config file
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Science Related Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-12-25 10:30 UTC by Denis Lisov
Modified: 2019-12-27 01:37 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge --info (emerge-info.txt,17.63 KB, text/plain)
2019-12-25 10:31 UTC, Denis Lisov
Details
build log (ipykernel-5.1.3:20191225-092632.log.gz,15.78 KB, application/gzip)
2019-12-25 10:36 UTC, Denis Lisov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Denis Lisov 2019-12-25 10:30:44 UTC
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
Comment 1 Denis Lisov 2019-12-25 10:31:30 UTC
Created attachment 600588 [details]
emerge --info
Comment 2 Denis Lisov 2019-12-25 10:36:34 UTC
Created attachment 600590 [details]
build log
Comment 3 Larry the Git Cow gentoo-dev 2019-12-27 01:37:39 UTC
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(-)