Error message when starting sage 6.10 on ubuntu

asked 2016-01-21 15:08:45 +0200

ablmf gravatar image

updated 2016-01-21 20:50:54 +0200

FrédéricC gravatar image

I installed sage 6.10 through

sudo apt-get install sagemath-upstream-binary-full

on my ubuntu machine.

When I start sage shell, I got

patching /usr/lib/sagemath/src/build/cythonized/sage/structure/list_clone.c
Traceback (most recent call last):
  File "/usr/lib/sagemath/relocate-once.py", line 85, in <module>
    p('src/build/cythonized/sage/structure/list_clone.c').substitute().save()
  File "/usr/lib/sagemath/relocate-once.py", line 51, in save
    with open(self.filename, 'wb') as f:
IOError: [Errno 13] Permission denied: '/usr/lib/sagemath/src/build/cythonized/sage/structure/list_clone.c'

Is this going to be a problem?

edit retag flag offensive close merge delete

Comments

1

there seems to be a problem with the current Ubuntu ppa see the following thread on sage-devel. In the mean time you can download a tarball from http://sagemath.org

vdelecroix gravatar imagevdelecroix ( 2016-01-21 21:16:50 +0200 )edit