FS#68782 - [sagemath-jupyter] broken symbolic links

Attached to Project: Community Packages
Opened by leuko (leuko) - Sunday, 29 November 2020, 10:09 GMT
Last edited by Doug Newgard (Scimmia) - Sunday, 29 November 2020, 12:39 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Antonio Rojas (arojas)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description: Sagemath logo links are broken


Additional info:
* 9.2-3 and 9.2-6

Steps to reproduce in 9.2-3:

$ ls -al /usr/share/jupyter/kernels/sagemath/logo-64x64.png
... -> /build/sagemath/src/sage-9.2/src/sage/ext_data/notebook-ipython/logo-64x64.png

$ ls -al /usr/share/jupyter/kernels/sagemath/logo.svg
... -> /build/sagemath/src/sage-9.2/src/sage/ext_data/notebook-ipython/logo.svg

This leads to the absence of the Sagemath logo in Jupyterhub.

9.2-6 does not fix this problem. 9.2-6 introduces a chain of links, but the chain ends still in /build folder.
This task depends upon

Closed by  Doug Newgard (Scimmia)
Sunday, 29 November 2020, 12:39 GMT
Reason for closing:  Duplicate
Additional comments about closing:   FS#68579   FS#68683 
Comment by Antonio Rojas (arojas) - Sunday, 29 November 2020, 10:20 GMT
What do you mean by '9.2-6 introduces a chain of links'?

> ls -al /usr/share/jupyter/kernels/sagemath/logo*
lrwxrwxrwx 1 root root 78 nov 12 16:13 /usr/share/jupyter/kernels/sagemath/logo-64x64.png -> /usr/lib/python3.9/site-packages/sage/ext_data/notebook-ipython/logo-64x64.png
lrwxrwxrwx 1 root root 72 nov 12 16:13 /usr/share/jupyter/kernels/sagemath/logo.svg -> /usr/lib/python3.9/site-packages/sage/ext_data/notebook-ipython/logo.svg
Comment by Doug Newgard (Scimmia) - Sunday, 29 November 2020, 12:38 GMT
I'm going to assume the issue with 9.2-6 is the result of a partial update.

Loading...