Re: [sage-devel] make doc gets stuck at thematic_tutorials

2020-08-17 Thread Zachary Scherr
Ah, thanks. On Monday, August 17, 2020 at 8:30:23 PM UTC-4 François Bissey wrote: > You are probably experiencing https://trac.sagemath.org/ticket/30351 > > > On 18/08/2020, at 12:28 PM, Zachary Scherr wrote: > > > > I tried to build the documentation on 9.2 beta 8 and the documentation > bu

Re: [sage-devel] make doc gets stuck at thematic_tutorials

2020-08-17 Thread François Bissey
You are probably experiencing https://trac.sagemath.org/ticket/30351 > On 18/08/2020, at 12:28 PM, Zachary Scherr wrote: > > I tried to build the documentation on 9.2 beta 8 and the documentation > building seems to get hang on: > > [dochtml] > [dochtml] [thematic_] building [html]: targets fo

[sage-devel] make doc gets stuck at thematic_tutorials

2020-08-17 Thread Zachary Scherr
I tried to build the documentation on 9.2 beta 8 and the documentation building seems to get hang on: [dochtml] [dochtml] [thematic_] building [html]: targets for 83 source files that are out of date [dochtml] [thematic_] updating environment: [new config] 83 added, 0 changed, 0 removed When I

[sage-devel] Python 3.8 upgrade ticket needs review

2020-08-17 Thread Matthias Koeppe
https://trac.sagemath.org/ticket/27754 -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-devel+unsubscr...@googlegroups.com. To view this discussion on the web

Re: [sage-devel] build errors on void linux

2020-08-17 Thread Matthias Koeppe
On Monday, August 17, 2020 at 4:34:51 AM UTC-7, Nicolo' wrote: > > I have added pari, which I either previously overlooked or has been > recently added. > Thanks. I have put it on https://trac.sagemath.org/ticket/30382 > > Void people should be taking care of renaming docker images. > Great

Re: [sage-devel] conversion issue (from QQ to GF(p))

2020-08-17 Thread 'Justin C. Walker' via sage-devel
Just for the record: > On Aug 17, 2020, at 06:40 , Nils Bruin wrote: > > On Monday, August 17, 2020 at 6:04:41 AM UTC-7, John Cremona wrote: > I'm sure this used to work: > > sage: F = GF(2) > sage: r = 5/3 > sage: F(1)*r > TypeError: unsupported operand parent(s) for *: 'Finite Field of si

Re: [sage-devel] build errors on void linux

2020-08-17 Thread Nicolo' Piazzalunga
On 8/17/20 1:34 PM, Nicolo' Piazzalunga wrote: Giac is already at 1.5.0.87, so perhaps try the new spkg-configure.m4? Indeed if I try to build /sage-9.2.beta8, it only fails with giac-1.5.0.63-p0 -- You received this message because you are subscribed to the Google Groups "sage-devel" group

[sage-devel] Re: conversion issue (from QQ to GF(p))

2020-08-17 Thread Nils Bruin
On Monday, August 17, 2020 at 6:04:41 AM UTC-7, John Cremona wrote: > > I'm sure this used to work: > > sage: F = GF(2) > sage: r = 5/3 > sage: F(1)*r > TypeError: unsupported operand parent(s) for *: 'Finite Field of size > 2' and 'Rational Field' > > Of course I know that the could not be a

[sage-devel] conversion issue (from QQ to GF(p))

2020-08-17 Thread John Cremona
I'm sure this used to work: sage: F = GF(2) sage: r = 5/3 sage: F(1)*r TypeError: unsupported operand parent(s) for *: 'Finite Field of size 2' and 'Rational Field' Of course I know that the could not be a coercion from QQ to GF(2) but there is a conversion which works fine (when the denominator

Re: [sage-devel] build errors on void linux

2020-08-17 Thread Nicolo' Piazzalunga
I have added pari, which I either previously overlooked or has been recently added. Void people should be taking care of renaming docker images. Giac is already at 1.5.0.87, so perhaps try the new spkg-configure.m4? On 7/29/20 8:06 PM, Matthias Koeppe wrote: R builds successfully. On Wednesd