Bug 363560

Summary: Sage backend is not working with Sage 7.2 version
Product: [Applications] cantor Reporter: Filipe Saraiva <filipe>
Component: sage-backendAssignee: Fernando Teles <fernandotalves>
Status: RESOLVED FIXED    
Severity: normal CC: ahmedg451, alexanderrieder, arojas, jackdyson31
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In: 16.04.2

Description Filipe Saraiva 2016-05-26 20:35:17 UTC
Sage backend is not working with Sage 7.2 version. After configure Sage backend to use Sage 7.2, select it to use in Cantor and the message widget will run without stop.

Reproducible: Always

Steps to Reproduce:
1. Configure Sage backend to use Sage 7.2
2. Select Sage in backend selection screen
3. The message widget will run and never will stop.
Comment 1 Filipe Saraiva 2016-05-26 20:40:05 UTC
I am assigning @Fernando Teles to fix it. ;)
Comment 2 Fernando Teles 2016-05-27 14:46:27 UTC
Git commit cd3b3c44d0f4026bddba594ebf0740b2c9e35a50 by Fernando Teles.
Committed on 27/05/2016 at 11:30.
Pushed by fernandoteles into branch 'master'.

Added support to sage 7.2 backend

FIXED-IN: 16.08
Differential Revision: https://phabricator.kde.org/D1696

M  +1    -1    src/backends/sage/sagesession.cpp

http://commits.kde.org/cantor/cd3b3c44d0f4026bddba594ebf0740b2c9e35a50
Comment 3 Antonio Rojas 2016-05-27 17:10:17 UTC
Can this please be backported to 16.04?
Comment 4 Filipe Saraiva 2016-06-02 21:44:49 UTC
Git commit 8f1424f1b0e40c21c2d77f31afa9220a2360a177 by Filipe Saraiva, on behalf of Fernando Teles.
Committed on 02/06/2016 at 21:44.
Pushed by filipesaraiva into branch 'Applications/16.04'.

Added support to sage 7.2 backend
FIXED-IN: 16.04.2
Differential Revision: https://phabricator.kde.org/D1696

M  +1    -1    src/backends/sage/sagesession.cpp

http://commits.kde.org/cantor/8f1424f1b0e40c21c2d77f31afa9220a2360a177
Comment 5 jackdyson31 2016-06-21 18:43:59 UTC
Hi Filipe,

I don't suppose something similar can be done for the 14.04 versions can there ?

my "fixes" broke the automated tex output for it ...

best,

Jack
Comment 6 jackdyson31 2016-06-23 19:51:44 UTC
just for info : downloaded and built the 16.04 updated Cantor Version 16.07.70 on Kubuntu 16.04 - doesn't seem to work, opens a sage window : typing commands hangs it or displays nothing as output.

Only solution I got running was mathcals' suggestion here:
https://bugs.kde.org/show_bug.cgi?id=348128
The LaTeX doesn't work however (it does on the old Cantor in Kubuntu 14.04)

thanks for all the hard work!