Re: [sage-devel] Sage Crash Report - Debian testing - amd64

2019-10-15 Thread Dima Pasechnik
This is a Debian-specific problem, I think they're working on updating Sage to a more recent version (the current stable version is 8.9). I cc to the specific list. On Sat, Oct 12, 2019 at 6:36 PM Sage user wrote: > > My terminal output is pasted below, bug report is attached. > > I tried emailin

Re: [sage-devel] Sage Crash Report

2019-03-11 Thread E. Madison Bray
Hi Stephen, When you say "a couple different ways" it would help to know exactly what you did. It's possible that each case were separate issues. The crash report you attached is definitely specific to conda (since it has a separate liblinboxsage.so for Sage which I think is particular to how the

Re: [sage-devel] Sage Crash Report

2019-03-11 Thread Dima Pasechnik
You have a conflict with your anaconda install: ImportError: /home/sng/anaconda3/envs/sage/lib/python2.7/site-packages/sage/matrix/../../../../liblinboxsage.so.0: undefined symbol: _ZNK6Givaro7IntegercvSsEv I guess if you move anaconda away then the binary would work. On Mon, Mar 11, 2019 at 10

Re: [sage-devel] sage crash report

2019-02-01 Thread Aranka Hrušková
Thank you both Vincent and Thierry! I have deleted the repository (no files were saved there -- I have a completely fresh install of Ubuntu 16 and there are virtually no files anywhere), and sage seems to be working now! pá 1. 2. 2019 v 14:24 odesílatel Thierry napsal: > On Fri, Feb 01, 2019 at

Re: [sage-devel] sage crash report

2019-02-01 Thread Thierry
On Fri, Feb 01, 2019 at 01:59:06PM +0100, Vincent Delecroix wrote: > Hi > > What you did seem correct. However the following > > > $ ls -ld/home/a/.sage > > drwx-- 7 root root 4096 jan 26 19:54/home/a/.sage > > is very wrong. The root (the super user on your computer) owns > the repository

Re: [sage-devel] sage crash report

2019-02-01 Thread Vincent Delecroix
Hi What you did seem correct. However the following $ ls -ld/home/a/.sage drwx-- 7 root root 4096 jan 26 19:54/home/a/.sage is very wrong. The root (the super user on your computer) owns the repository /home/a/.sage. But it should just be the user "a". Just delete this repository via

Re: [sage-devel] sage crash report

2019-02-01 Thread Aranka Hrušková
Dear Vincent, The output of $ ls -ld /home/a/.sage is drwx-- 7 root root 4096 jan 26 19:54 /home/a/.sage During the installation process I was following the steps described on the sage website . If I remember correctly, I down

Re: [sage-devel] sage crash report

2019-01-31 Thread Vincent Delecroix
Thank you for the report. The error invokes some write access errror: OSError: [Errno 13] Permission denied: '/home/a/.sage/db' Which most probably means that you did something wrong at installation time. Could you send the output of the following command $ ls -ld /home/a/.sage And could you