[sage-release] Re: Sage 8.1.beta3 released

2017-08-30 Thread Emmanuel Charpentier
You might try to move one of them out of the way and replace it by (a link to ?) the other, to see what happens - when you use Sage - when you use some software on your system using libreadline The result(s) may help to determine the "right" tqrget for debugging the problem. HTH, --

[sage-release] Re: Sage 8.1.beta3 released

2017-08-29 Thread Richard_L
Thanks, Emmanuel. Indeed, ldconfig -p gives the following: "libreadline.so.6 (libc6,x86-64) => /lib64/libreadline.so.6". The latter is a symbolic link to /lib64/libreadline.so.6.3, owned by root. In the folder ~/Development/sage/local/lib/, ./libreadline.so.6 is a symbolic link to

[sage-release] Re: Sage 8.1.beta3 released

2017-08-29 Thread Emmanuel Charpentier
In the three cases, the culprit is the unexpected message : sh: /home/rllozes/Development/sage/local/lib/libreadline.so.6: no version information available (required by sh) Do you have an unexpected libreadline in your library path ? ISTR to have had similar problems with libncurses, that

Re: [sage-release] Re: Sage 8.1.beta3 released

2017-08-26 Thread fchapoton2
The long-time doctests in function fields should be fixed by the ticket https://trac.sagemath.org/ticket/23683 Hopefully it will be merged soon. Le vendredi 25 août 2017 17:23:55 UTC+2, Erik Bray a écrit : > > On Wed, Aug 23, 2017 at 10:44 AM, Emmanuel Charpentier >

Re: [sage-release] Re: Sage 8.1.beta3 released

2017-08-25 Thread Erik Bray
On Wed, Aug 23, 2017 at 10:44 AM, Emmanuel Charpentier wrote: > On Debian testing running on Core i7 + 16 GB RAM (MAKE="make -j8"), passes > ptestlong with one failure : > > -- > sage -t --long

[sage-release] Re: Sage 8.1.beta3 released

2017-08-23 Thread fchapoton2
This is probably due to the changes in https://trac.sagemath.org/ticket/23193 Le mercredi 23 août 2017 11:55:50 UTC+2, fchap...@gmail.com a écrit : > > function_field doctests are way too long ! > > > sage -t --long --warn-long src/sage/rings/function_field/function_field.py >

[sage-release] Re: Sage 8.1.beta3 released

2017-08-23 Thread fchapoton2
function_field doctests are way too long ! sage -t --long --warn-long src/sage/rings/function_field/function_field.py ** File "src/sage/rings/function_field/function_field.py", line 67, in sage.

[sage-release] Re: Sage 8.1.beta3 released

2017-08-23 Thread Emmanuel Charpentier
On Debian testing running on Core i3+8 GB Ram (MAKE="make -j4"), passes ptestlong with no failures whatsoever. HTH, -- Emmanuel Charpentier Le mardi 22 août 2017 00:23:40 UTC+2, Volker Braun a écrit : > > As always, you can get the latest beta version from the "develop" git > branch.