https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: dev-python/widgetsnbextension-3.5.1-r1 installs files into unexpected paths. Discovered on: amd64 (internal ref: ci) NOTE: This machine uses GCC-11: https://gcc.gnu.org/gcc-11/porting_to.html
Created attachment 720867 [details] build.log build log and emerge --info
It seems jupyter has the path /usr/etc/jupyter/... hardcoded somewhere. With the current Gentoo packages dev-python/ipyparallel, dev-python/jupyterlab, dev-python/jupyter-server-proxy, dev-python/nbclassic installed, the files ipyparallel.json, jupyterlab.json, jupyter-server-proxy-jupyterserverextension.json, nbclassic.json are in /etc/jupyter/jupyter_server_config.d/. I get grozin@bilbo ~ $ jupyter server extension list Config dir: /home/grozin/.jupyter Config dir: /usr/etc/jupyter Config dir: /usr/local/etc/jupyter grozin@bilbo ~ $ If I symlink /usr/etc/jupyter/jupyter_server_config.d -> /etc/jupyter/jupyter_server_config.d, I get a more expected thing: grozin@bilbo ~ $ jupyter server extension list Config dir: /home/grozin/.jupyter Config dir: /usr/etc/jupyter ipyparallel enabled - Validating ipyparallel... ipyparallel 8.1.0 OK jupyter_server_proxy enabled - Validating jupyter_server_proxy... jupyter_server_proxy OK jupyterlab enabled - Validating jupyterlab... jupyterlab 3.2.5 OK nbclassic enabled - Validating nbclassic... nbclassic OK Config dir: /usr/local/etc/jupyter grozin@bilbo ~ $
ci has reproduced this issue with version 3.6.0 - Updating summary.
ci has reproduced this issue with version 3.6.1 - Updating summary.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9d8eff563811f1f99b9b5f424aacba910b7f4ac commit d9d8eff563811f1f99b9b5f424aacba910b7f4ac Author: Arthur Zamarin <arthurzam@gentoo.org> AuthorDate: 2022-08-19 19:11:19 +0000 Commit: Arthur Zamarin <arthurzam@gentoo.org> CommitDate: 2022-08-19 19:12:59 +0000 dev-python/widgetsnbextension: add 4.0.2 Closes: https://bugs.gentoo.org/799812 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> dev-python/widgetsnbextension/Manifest | 1 + .../widgetsnbextension-4.0.2.ebuild | 31 ++++++++++++++++++++++ 2 files changed, 32 insertions(+)