Re: [sage-devel] packaging sage on void linux

2020-08-25 Thread François Bissey
I cannot talk for all distress but in Gentoo (and I believe at least arch) I build everything as system packages. Which means that some have to be a particular version or include specific patches. The sagemath library - the python stuff - is then built and installed as a regular python package.

Re: [sage-devel] A question for sage old-timers/historians/paleontologists

2020-08-25 Thread Emmanuel Charpentier
I think that this is a different issue. As far as I understand it (i. e. not much...), IPython insists to "talk" to a cursor-adressable terminal ; as far as I know, this has not (yet) been implemented in emacs buffers. in Sage-in-a-terminal (under Linux + gnome-terminal), tab-completion works

[sage-devel] Re: A question for sage old-timers/historians/paleontologists

2020-08-25 Thread Emmanuel Charpentier
FWIW, I just submitted a pull request against sage-shell-mode to fix this issue (by reverting to readline and using --simple-prompt). A better solution (manage CPR requests in emacs) is out of my abilities... HTH Le mardi 25 août 2020 à 10:20:57 UTC+2, Emmanuel Charpentier a écrit : > Dear all

Re: [sage-devel] cannot change locale prevents me from running patchbot

2020-08-25 Thread Dima Pasechnik
On Tue, 25 Aug 2020, 16:52 'Reimundo Heluani' via sage-devel, < sage-devel@googlegroups.com> wrote: > On Aug 25, Dima Pasechnik wrote: > >On Tue, Aug 25, 2020 at 3:40 PM 'Reimundo Heluani' via sage-devel > > wrote: > >> > >> On Aug 25, Dima Pasechnik wrote: > >> >On Tue, Aug 25, 2020 at 2:23 PM 'R

Re: [sage-devel] cannot change locale prevents me from running patchbot

2020-08-25 Thread 'Reimundo Heluani' via sage-devel
On Aug 25, Dima Pasechnik wrote: On Tue, Aug 25, 2020 at 3:40 PM 'Reimundo Heluani' via sage-devel wrote: On Aug 25, Dima Pasechnik wrote: >On Tue, Aug 25, 2020 at 2:23 PM 'Reimundo Heluani' via sage-devel > wrote: >> >> Hello, now that GCC-10 has been merged I wanted to run a patchbot again.

Re: [sage-devel] cannot change locale prevents me from running patchbot

2020-08-25 Thread Michael Orlitzky
On 2020-08-25 10:39, 'Reimundo Heluani' via sage-devel wrote: >> > That locale seems to be an invention of Debian that Ubuntu started using. > This > was closed as wontfix 8 years ago on Arch. > > https://bugs.archlinux.org/task/32296 > > It seems to me that having these test failing and flood

Re: [sage-devel] cannot change locale prevents me from running patchbot

2020-08-25 Thread 'Reimundo Heluani' via sage-devel
On Aug 25, Dima Pasechnik wrote: On Tue, Aug 25, 2020 at 3:40 PM 'Reimundo Heluani' via sage-devel wrote: On Aug 25, Dima Pasechnik wrote: >On Tue, Aug 25, 2020 at 2:23 PM 'Reimundo Heluani' via sage-devel > wrote: >> >> Hello, now that GCC-10 has been merged I wanted to run a patchbot again.

[sage-devel] packaging sage on void linux

2020-08-25 Thread Nicolo' Piazzalunga
We are now able to build sage on void linux by using ./bootstrap, ./configure and make; everything is installed in some local folder, since make install is a no-op. Trying to package it, using as many system packages as possible, and taking advantage of its build and configure features, is it

Re: [sage-devel] cannot change locale prevents me from running patchbot

2020-08-25 Thread Dima Pasechnik
On Tue, Aug 25, 2020 at 3:40 PM 'Reimundo Heluani' via sage-devel wrote: > > On Aug 25, Dima Pasechnik wrote: > >On Tue, Aug 25, 2020 at 2:23 PM 'Reimundo Heluani' via sage-devel > > wrote: > >> > >> Hello, now that GCC-10 has been merged I wanted to run a patchbot again. > >> The > >> issue of t

Re: [sage-devel] cannot change locale prevents me from running patchbot

2020-08-25 Thread Dima Pasechnik
On Tue, Aug 25, 2020 at 3:40 PM 'Reimundo Heluani' via sage-devel wrote: > > On Aug 25, Dima Pasechnik wrote: > >On Tue, Aug 25, 2020 at 2:23 PM 'Reimundo Heluani' via sage-devel > > wrote: > >> > >> Hello, now that GCC-10 has been merged I wanted to run a patchbot again. > >> The > >> issue of t

Re: [sage-devel] cannot change locale prevents me from running patchbot

2020-08-25 Thread 'Reimundo Heluani' via sage-devel
On Aug 25, Dima Pasechnik wrote: On Tue, Aug 25, 2020 at 2:23 PM 'Reimundo Heluani' via sage-devel wrote: Hello, now that GCC-10 has been merged I wanted to run a patchbot again. The issue of the non-existing C-locale C.UTF-8 prevents me from doing so since there are tests that failed like so:

Re: [sage-devel] A question for sage old-timers/historians/paleontologists

2020-08-25 Thread Sébastien Labbé
Since the passage to IPython 5.0 in version 7.4 of Sage, I am using the option c.TerminalInteractiveShell.display_completions = 'readlinelike' in the file profile_default/ipython_config.py. See my answer in the question https://ask.sagemath.org/question/35826. Can this option be useful for the

Re: [sage-devel] cannot change locale prevents me from running patchbot

2020-08-25 Thread Dima Pasechnik
On Tue, Aug 25, 2020 at 2:23 PM 'Reimundo Heluani' via sage-devel wrote: > > Hello, now that GCC-10 has been merged I wanted to run a patchbot again. The > issue of the non-existing C-locale C.UTF-8 prevents me from doing so since > there are tests that failed like so: > > File "src/sage/tests/cmd

[sage-devel] cannot change locale prevents me from running patchbot

2020-08-25 Thread 'Reimundo Heluani' via sage-devel
Hello, now that GCC-10 has been merged I wanted to run a patchbot again. The issue of the non-existing C-locale C.UTF-8 prevents me from doing so since there are tests that failed like so: File "src/sage/tests/cmdline.py", line 227, in sage.tests.cmdline.test_executable Failed example: err

Re: [sage-devel] A question for sage old-timers/historians/paleontologists

2020-08-25 Thread Emmanuel Charpentier
Thank you, Dima ! Thank you Samuel. Both of you learned me something new today. And that's a Good Thing (TM) Le mardi 25 août 2020 à 13:55:23 UTC+2, Samuel Lelievre a écrit : > Given the ticket number, search sage-release: > > > https://groups.google.com/forum/#!searchin/sage-release/21

[sage-devel] Re: A question for sage old-timers/historians/paleontologists

2020-08-25 Thread Samuel Lelievre
2020-08-25 08:20:57 UTC, Emmanuel Charpentier: > > 9.2.beta8 introduced the use of IPython 7 in Sage, which broke > > the emacs interface sage-shell-mode > ; I'm trying to fix

Re: [sage-devel] A question for sage old-timers/historians/paleontologists

2020-08-25 Thread Samuel Lelievre
Given the ticket number, search sage-release: https://groups.google.com/forum/#!searchin/sage-release/21006%7Csort:date And we find it was merged in Sage 7.4.beta0 0a80508 Updated SageMath version to 7.4.beta0 ... 9831d4b Trac #21006: Upgrade to IPython 5.0 ... b630b41 U

Re: [sage-devel] A question for sage old-timers/historians/paleontologists

2020-08-25 Thread Dima Pasechnik
ticket milestone says 7.4 On Tue, 25 Aug 2020, 10:21 Emmanuel Charpentier, < emanuel.charpent...@gmail.com> wrote: > Thank you Dima. > > Do you happen to remember what was the firs Sage version including this > ticket ? > > Le mardi 25 août 2020 à 10:35:11 UTC+2, dim...@gmail.com a écrit : > >> g

Re: [sage-devel] A question for sage old-timers/historians/paleontologists

2020-08-25 Thread Emmanuel Charpentier
That seems to be 7.3.beta8. But a confirmation would be welcome... Le mardi 25 août 2020 à 11:21:53 UTC+2, Emmanuel Charpentier a écrit : > Thank you Dima. > > Do you happen to remember what was the firs Sage version including this > ticket ? > > Le mardi 25 août 2020 à 10:35:11 UTC+2, dim...@gm

Re: [sage-devel] A question for sage old-timers/historians/paleontologists

2020-08-25 Thread Emmanuel Charpentier
Thank you Dima. Do you happen to remember what was the firs Sage version including this ticket ? Le mardi 25 août 2020 à 10:35:11 UTC+2, dim...@gmail.com a écrit : > git is your friend here, telling you that it happened in commit > d55cb7744b6500619664f136c18c4b2bb70c8b70 > > $ git log -p build

Re: [sage-devel] A question for sage old-timers/historians/paleontologists

2020-08-25 Thread Dima Pasechnik
git is your friend here, telling you that it happened in commit d55cb7744b6500619664f136c18c4b2bb70c8b70 $ git log -p build/pkgs/ipython/package-version.txt commit d55cb7744b6500619664f136c18c4b2bb70c8b70 Author: Volker Braun Date: Tue Jul 12 00:32:45 2016 +0200 Update IPython 5.0 di

[sage-devel] A question for sage old-timers/historians/paleontologists

2020-08-25 Thread Emmanuel Charpentier
Dear all, 9.2.beta8 introduced the use of IPython 7 in Sage, which broke the emacs interface sage-shell-mode ; I'm trying to fix